| 2 | |
| 3 | Separation into two sub-packages: Toolchain Tagging and Model Database |
| 4 | |
| 5 | == Model Database == |
| 6 | |
| 7 | One entry in the model DB contains: |
| 8 | * unique tag, analog to arXiv: moDel:1003.0123 |
| 9 | * title |
| 10 | * author list |
| 11 | * free text abstract |
| 12 | * a classification of the model. Should not be hierarchical, since this makes multiple attachments hard. Options are |
| 13 | * entirely free tagging |
| 14 | * choice from a pre-set list of tags |
| 15 | * model description in terms of the (versioned) input file for a specific (versioned) package |
| 16 | * list of validations that have been performed. |
| 17 | * This format is described on page ???? |
| 18 | * Thumbnails of plots of MC comparisons, including the tool chain ID that was used to make them |
| 19 | * pointer to the main arXiv paper |
| 20 | * pointers to downstream papers |
| 21 | * a "supersedes moDel:0909.3210" entry |
| 22 | * a sharing licence (maybe pre-defined such that only models adhering to a certain licence can enter) |
| 23 | |
| 24 | |
| 25 | |
| 26 | features of the interaction: |
| 27 | * allow for a 24h period for corrections at initial upload |
| 28 | * authority to modify entries lies with author |
| 29 | * author can grant modification rights to validators |
| 30 | * author can relinquish access rights |
| 31 | * automatic opening after a time limit / max idle time? |
| 32 | * a system for citation handling? |
| 33 | |
| 34 | == Toolchain tagging == |
| 35 | |