diff --git a/src/main/resources/odML/odMLSections/lif.xml b/src/main/resources/odML/odMLSections/lif.xml index b1b1e519..9caad1bb 100644 --- a/src/main/resources/odML/odMLSections/lif.xml +++ b/src/main/resources/odML/odMLSections/lif.xml @@ -212,15 +212,6 @@ The time ocnstant with which the threshold returns back to baseline. - - Threshold - - float - V - - The firing threshold. - - ThresholdEquation diff --git a/src/main/resources/odML/odMLSections/software.xml b/src/main/resources/odML/odMLSections/software.xml index 732513c0..afaf7091 100644 --- a/src/main/resources/odML/odMLSections/software.xml +++ b/src/main/resources/odML/odMLSections/software.xml @@ -1,106 +1,106 @@ - + - http://portal.g-node.org/odml/terminologies/v1.0/terminologies.xml - 1.0 - 2014-03-02 - -
- software - Software - This is a software section . - - - Name - - string - + http://portal.g-node.org/odml/terminologies/v1.0/terminologies.xml + 1.0 + 2014-03-02 + +
+ software + Software + This is a software section . + + + Software name + + string + The software's name. - yes - - - - Owner - - string - + yes + + + + Owner + + string + The owner of the software. - - - + + + Developer - - string - + + string + The developer or the developers firm. - - - + + + Version - - string - + + string + Version of the software. - yes - - - + yes + + + Licence - - string - + + string + License type - - - + + + LicenceStart - - date - + + date + The start date of time limited licence. - - - + + + LicenceExpiration - - date - + + date + The end date of time limited licence. - - + + LicenceDuration - - string - + + string + Duration of the licece for the software. - - + + LicenceCount - - int - + + int + Number of the software's licence. - - + + Distribution - - string - + + string + Distribution type - - + + Decsription - - string - + + string + The descrisption of the software. - -
+
+
diff --git a/src/main/webapp/WEB-INF/applicationContext.xml b/src/main/webapp/WEB-INF/applicationContext.xml index 272b90bf..189d1055 100644 --- a/src/main/webapp/WEB-INF/applicationContext.xml +++ b/src/main/webapp/WEB-INF/applicationContext.xml @@ -225,7 +225,9 @@ - + + + diff --git a/src/main/webapp/WEB-INF/project.properties b/src/main/webapp/WEB-INF/project.properties index 349e8496..c1c1139c 100644 --- a/src/main/webapp/WEB-INF/project.properties +++ b/src/main/webapp/WEB-INF/project.properties @@ -42,6 +42,9 @@ data.zip=Data #On change public license file : put license file in src/main/resource and change filename in the property public.license=CreativeCommonsCCBY-NC-SA4.pdf +#location basic odml section xml template +odml.sections=odML/odMLSections + # RUN APPLICATION IN DEVELOPMENT OR NOT (true/false) = show or hide exception for users. development=true