|
| 1 | +name: Submit project |
| 2 | +description: Propose a new project for MOSAIC |
| 3 | +title: "[Submit]: " |
| 4 | +labels: ["submission"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Thanks for contributing to MOSAIC. |
| 10 | +
|
| 11 | + If a needed domain, type, platform, or status is missing, you can mention it here or propose it in a pull request by editing the relevant file in `taxonomy/`. |
| 12 | +
|
| 13 | + - type: input |
| 14 | + id: name |
| 15 | + attributes: |
| 16 | + label: Project name |
| 17 | + placeholder: Example Project |
| 18 | + validations: |
| 19 | + required: true |
| 20 | + |
| 21 | + - type: textarea |
| 22 | + id: description |
| 23 | + attributes: |
| 24 | + label: Description |
| 25 | + description: One sentence on what it does. One sentence on why it matters. |
| 26 | + placeholder: Example Project is a Python library for .... It matters because .... |
| 27 | + validations: |
| 28 | + required: true |
| 29 | + |
| 30 | + - type: textarea |
| 31 | + id: url |
| 32 | + attributes: |
| 33 | + label: Public URLs |
| 34 | + description: One URL per line |
| 35 | + placeholder: | |
| 36 | + https://github.com/org/repo |
| 37 | + https://huggingface.co/org/model |
| 38 | + validations: |
| 39 | + required: true |
| 40 | + |
| 41 | + - type: input |
| 42 | + id: platform |
| 43 | + attributes: |
| 44 | + label: Platform values |
| 45 | + description: Comma-separated values from taxonomy/platform.json |
| 46 | + placeholder: github, huggingface |
| 47 | + validations: |
| 48 | + required: true |
| 49 | + |
| 50 | + - type: input |
| 51 | + id: type |
| 52 | + attributes: |
| 53 | + label: Type values |
| 54 | + description: Comma-separated values from taxonomy/types.json |
| 55 | + placeholder: library, toolkit |
| 56 | + validations: |
| 57 | + required: true |
| 58 | + |
| 59 | + - type: input |
| 60 | + id: domain |
| 61 | + attributes: |
| 62 | + label: Domain values |
| 63 | + description: Comma-separated values from taxonomy/domains.json |
| 64 | + placeholder: language-culture-heritage |
| 65 | + validations: |
| 66 | + required: true |
| 67 | + |
| 68 | + - type: input |
| 69 | + id: tags |
| 70 | + attributes: |
| 71 | + label: Tags |
| 72 | + description: Comma-separated keywords |
| 73 | + placeholder: darija, nlp, open-source |
| 74 | + validations: |
| 75 | + required: true |
| 76 | + |
| 77 | + - type: input |
| 78 | + id: affiliations |
| 79 | + attributes: |
| 80 | + label: Affiliations |
| 81 | + description: Comma-separated organizations |
| 82 | + placeholder: Mohammed VI Polytechnic University, MAIR |
| 83 | + validations: |
| 84 | + required: true |
| 85 | + |
| 86 | + - type: input |
| 87 | + id: sub_affiliations |
| 88 | + attributes: |
| 89 | + label: Sub-affiliations |
| 90 | + description: Comma-separated labs, centers, departments, or units |
| 91 | + placeholder: College of Computing, Bioinformatics Laboratory |
| 92 | + validations: |
| 93 | + required: false |
| 94 | + |
| 95 | + - type: input |
| 96 | + id: language |
| 97 | + attributes: |
| 98 | + label: Language |
| 99 | + description: Comma-separated programming languages |
| 100 | + placeholder: Python, TypeScript |
| 101 | + validations: |
| 102 | + required: true |
| 103 | + |
| 104 | + - type: input |
| 105 | + id: license |
| 106 | + attributes: |
| 107 | + label: License |
| 108 | + placeholder: MIT |
| 109 | + validations: |
| 110 | + required: false |
| 111 | + |
| 112 | + - type: input |
| 113 | + id: doi |
| 114 | + attributes: |
| 115 | + label: DOI |
| 116 | + placeholder: 10.1234/example |
| 117 | + validations: |
| 118 | + required: false |
| 119 | + |
| 120 | + - type: dropdown |
| 121 | + id: status |
| 122 | + attributes: |
| 123 | + label: Status |
| 124 | + options: |
| 125 | + - active |
| 126 | + - experimental |
| 127 | + - maintenance |
| 128 | + - inactive |
| 129 | + - archived |
| 130 | + validations: |
| 131 | + required: true |
| 132 | + |
| 133 | + - type: input |
| 134 | + id: created_at |
| 135 | + attributes: |
| 136 | + label: Created at |
| 137 | + placeholder: YYYY-MM-DD |
| 138 | + validations: |
| 139 | + required: true |
| 140 | + |
| 141 | + - type: textarea |
| 142 | + id: morocco_connection |
| 143 | + attributes: |
| 144 | + label: Moroccan connection |
| 145 | + description: Briefly explain the Moroccan link |
| 146 | + placeholder: Built by Moroccan researchers and used in Moroccan NLP research. |
| 147 | + validations: |
| 148 | + required: true |
| 149 | + |
| 150 | + - type: textarea |
| 151 | + id: missing_taxonomy |
| 152 | + attributes: |
| 153 | + label: Missing taxonomy value, if any |
| 154 | + description: Mention any missing platform, domain, type, or status value you think should be added. |
0 commit comments