Skip to content

Commit

Permalink
Iteration on SMP to better scale by size of software project (rdmorga…
Browse files Browse the repository at this point in the history
…niser#244)

* Add conditions on software application classes into the SMP catalogue
* Add crosswalk document for SMP to readme file
* Add new options for software licenses
* Add requests from NFDI4Ing
* Added conditions for application classes for the SMP catalogue
* Correct Apache 2.0 option
* Edit question in SMP regarding software license
* Introduce software application classes into the SMP catalogue
* Preparation for an cff-Plugin connected to the SMP questionnaire
* Update SMP readme with SMP metadata
* Update application class question in SMP with style features
* add DOI for maSMP hackathon by NFDI4DS and ZB Med in readme
* add optionset software identifier
* change textarea to text for language and license
* fix for software identifier optionsets
* fix minor typos in SMP question xmi
* improve standalone template and crosswalk
* remove condition class 1 from specification document

---------

Co-authored-by: jwindeck <[email protected]>
Co-authored-by: juergen windeck <[email protected]>
Co-authored-by: Giacomo Lanza <[email protected]>
Co-authored-by: @glanza <[email protected]>
Co-authored-by: Giacomo Lanza <[email protected]>
Co-authored-by: Zack-83 <>
  • Loading branch information
6 people authored Jan 26, 2024
1 parent 19585f2 commit 738aa3b
Show file tree
Hide file tree
Showing 6 changed files with 754 additions and 70 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For problems or bugs with the RDMO Software, please use the issues in the [rdmo]
|DCC checklist |[catalog](rdmorganiser/questions/dcc.xml) | |2018-10|RDMO team |
|DFG checklist |[catalog](rdmorganiser/questions/DFG-Checkliste.xml)|[view](rdmorganiser/views/dfg-checkliste.xml) |2023-11|RDMO team |
|Horizon Europe |[catalog](rdmorganiser/questions/horizon-europe.xml)|[view](rdmorganiser/views/horizon-europe.xml) |2022-12|RDMO team |
|Software Management Plan|[catalog](rdmorganiser/questions/SMP-Questions.xml) |[view (FAIR4RS)](rdmorganiser/views/FAIR4RSview.xml)|2023-08|MPDL / RDMO team|
|Software Management Plan|[catalog](rdmorganiser/questions/SMP-Questions.xml) |[view (FAIR4RS)](rdmorganiser/views/FAIR4RSview.xml)|2023-11|MPDL / RDMO team|
|Swiss National Fund |[catalog](rdmorganiser/questions/snf.xml) |[view](rdmorganiser/views/snf.xml) |2020-08|RDMO team |
|Bielefeld | |[view](rdmorganiser/views/bielefeld.xml) |2019-01|RDMO team |
|CITEC | |[view](rdmorganiser/views/citec.xml) |2019-01|RDMO team |
Expand Down
27 changes: 27 additions & 0 deletions rdmorganiser/conditions/rdmo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,31 @@
<target_text/>
<target_option dc:uri="https://rdmorganiser.github.io/terms/options/software_versioning_technology_options/164"/>
</condition>
<condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-1">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>application-class-1</key>
<dc:comment/>
<source dc:uri="https://rdmorganiser.github.io/terms/domain/smp/application-class"/>
<relation>eq</relation>
<target_text/>
<target_option dc:uri="https://rdmorganiser.github.io/terms/options/application-class/1"/>
</condition>
<condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-2">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>application-class-2</key>
<dc:comment/>
<source dc:uri="https://rdmorganiser.github.io/terms/domain/smp/application-class"/>
<relation>eq</relation>
<target_text/>
<target_option dc:uri="https://rdmorganiser.github.io/terms/options/application-class/2"/>
</condition>
<condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-3">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>application-class-3</key>
<dc:comment/>
<source dc:uri="https://rdmorganiser.github.io/terms/domain/smp/application-class"/>
<relation>eq</relation>
<target_text/>
<target_option dc:uri="https://rdmorganiser.github.io/terms/options/application-class/3"/>
</condition>
</rdmo>
7 changes: 7 additions & 0 deletions rdmorganiser/domain/rdmo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2030,4 +2030,11 @@
<dc:comment>introduced by the Max Planck Digital Library to implement the Software Management Plan</dc:comment>
<parent dc:uri="https://rdmorganiser.github.io/terms/domain/smp"/>
</attribute>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/application-class">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>application-class</key>
<path>smp/application-class</path>
<dc:comment/>
<parent dc:uri="https://rdmorganiser.github.io/terms/domain/smp"/>
</attribute>
</rdmo>
Loading

0 comments on commit 738aa3b

Please sign in to comment.