diff --git a/codemeta_generation.js b/codemeta_generation.js --- a/codemeta_generation.js +++ b/codemeta_generation.js @@ -36,6 +36,23 @@ 'issueTracker', 'name', 'version', + 'identifier', + 'description', + 'applicationCategory', + //keywords TODO:keywords array + 'releaseNotes', + 'funding', + 'runtimePlatform', + //softwareRequiremnts + 'developmentStatus', + //relatedLink + 'programmingLanguage', + 'isPartOf', + //'referencePublication' + // "@type": "ScholarlyArticle", + // "idendifier": "https://doi.org/xx.xxxx/xxxx.xxxx.xxxx", + // "name": "title of publication" + ]; // Names of codemeta properties with a matching HTML field name, @@ -44,6 +61,7 @@ 'givenName', 'familyName', 'email', + 'affiliation' ]; function generatePerson(idPrefix) { diff --git a/dynamic_form.js b/dynamic_form.js --- a/dynamic_form.js +++ b/dynamic_form.js @@ -35,6 +35,11 @@

+

+ + +

`; return fieldset; diff --git a/index.html b/index.html --- a/index.html +++ b/index.html @@ -30,6 +30,28 @@ placeholder="My Software" required="true" />

+ +

+ + +

+ +

+ + +

+ +

+ +
+ +

+ +

+

+ Additional Info +

+ + +

+ +

+ + +

+ +

+ + +

+ +

+ + +

+ +

+ + +

+
+
Development community / tools @@ -86,6 +141,24 @@

+ +

+ +
+ +

+ + + + + + + +
diff --git a/style.css b/style.css --- a/style.css +++ b/style.css @@ -5,6 +5,7 @@ * See top-level LICENSE file for more information */ + .person { display: inline-block; }