Skip to content

Commit

Permalink
Added orcid to contact following HUPO-PSI/mzTab#202
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshoffmann committed Nov 26, 2021
1 parent dee38b5 commit f6bc4e7
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 21 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.0.6</version>
</parent>
<artifactId>jmztabm-api</artifactId>
<version>1.0.6</version>
<version>1.0.7-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
<swagger.api.spec>mzTab_m_swagger.yml</swagger.api.spec>
Expand Down
6 changes: 6 additions & 0 deletions api/src/main/resources/mzTab_m_swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ definitions:
MTD contact[2]-name Francis Crick
MTD contact[2]-affiliation Cambridge University, UK
MTD contact[2]-email crick@cam.ac.uk
MTD contact[2]-orcid 0000-0002-1825-0097
publication:
type: array
description: A publication associated with this file. Several publications can be given by indicating the number in the square brackets after “publication”. PubMed ids must be prefixed by “pubmed:”, DOIs by “doi:”. Multiple identifiers MUST be separated by “|”.
Expand Down Expand Up @@ -1416,6 +1417,7 @@ definitions:
MTD contact[2]-name Francis Crick
MTD contact[2]-affiliation Cambridge University, UK
MTD contact[2]-email crick@cam.ac.uk
MTD contact[2]-orcid 0000-0002-1825-0097
x-mztab-serialize-by-id: 'true'
type: object
properties:
Expand All @@ -1433,6 +1435,10 @@ definitions:
description: The contact's e-mail address.
type: string
pattern: '^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$'
orcid:
description: The contact's orcid id, without https prefix.
type: string
pattern: '^[0-9]{4}-[0-9]{4}-[0-9]{4}-[0-9]{3}[0-9X]{1}'
Uri:
description: A URI pointing to the file’s source data (e.g., a MetaboLights records) or an external file with more details about the study design.
x-mztab-example: |
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.isas.mztab</groupId>
<artifactId>jmztabm</artifactId>
<version>1.0.6</version>
<version>1.0.7-SNAPSHOT</version>
</parent>
<artifactId>jmztabm-cli</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.isas.mztab</groupId>
<artifactId>jmztabm</artifactId>
<version>1.0.6</version>
<version>1.0.7-SNAPSHOT</version>
</parent>
<artifactId>jmztabm-io</artifactId>
<packaging>jar</packaging>
Expand Down
30 changes: 15 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.isas.mztab</groupId>
<artifactId>jmztabm</artifactId>
<version>1.0.6</version>
<version>1.0.7-SNAPSHOT</version>
<packaging>pom</packaging>
<description>A reader, writer and validator reference implementation for the mzTab format for metabolomics from version 2.0 onwards.</description>
<name>MzTab-M 2.0 reference implementation.</name>
Expand All @@ -18,18 +18,18 @@
<developers>
<developer>
<name>Nils Hoffmann</name>
<email>nils.hoffmann@isas.de</email>
<organization>ISAS e.V.</organization>
<organizationUrl>https://www.isas.de</organizationUrl>
<email>nils.hoffmann@cebitec.uni-bielefeld.de</email>
<organization>Center For Biotechnology, Bielefeld University, Bielefeld, Germany</organization>
<organizationUrl>https://cebitec.uni-bielefeld.de</organizationUrl>
<roles>
<role>developer</role>
</roles>
<timezone>Europe/Berlin</timezone>
</developer>
</developers>
<organization>
<name>Leibniz-Institut für Analytische Wissenschaften – ISAS – e.V.</name>
<url>https://www.isas.de</url>
<name>Center For Biotechnology, Bielefeld University, Bielefeld, Germany</name>
<url>https://cebitec.uni-bielefeld.de</url>
</organization>
<scm>
<connection>scm:git:git://github.com/lifs-tools/jmztab-m.git</connection>
Expand Down Expand Up @@ -62,7 +62,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.8.2</version>
<version>3.9.1</version>
<dependencies>
<dependency><!-- add Asciidoctor Doxia Parser Module -->
<groupId>org.asciidoctor</groupId>
Expand Down Expand Up @@ -90,17 +90,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.8.2</version>
<version>3.9.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M3</version>
<version>3.0.0</version>
<executions>
<execution>
<id>enforce-maven</id>
Expand All @@ -120,7 +120,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>6.0.4</version>
<version>6.5.0</version>
<configuration>
<cveValidForHours>12</cveValidForHours>
<failBuildOnCVSS>4</failBuildOnCVSS>
Expand Down Expand Up @@ -165,7 +165,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -188,12 +188,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down Expand Up @@ -590,7 +590,7 @@
<migbase.version>2.2</migbase.version>
<swagger2markup.version>1.3.3</swagger2markup.version>
<maven-plugin-version>1.0.0</maven-plugin-version>
<jacoco.version>0.8.6</jacoco.version>
<jacoco.version>0.8.7</jacoco.version>
<mockito.version>3.6.28</mockito.version><!--2.19.0-->
<olsclient.version>2.11</olsclient.version>
<jxpath.version>1.3</jxpath.version>
Expand Down
4 changes: 2 additions & 2 deletions test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.isas.mztab</groupId>
<artifactId>jmztabm</artifactId>
<version>1.0.6</version>
<version>1.0.7-SNAPSHOT</version>
</parent>
<artifactId>jmztabm-test-utils</artifactId>
<packaging>jar</packaging>
Expand All @@ -20,4 +20,4 @@
</dependency>
</dependencies>
<description>Utilities for extracting and testing of mzTab-M test files.</description>
</project>
</project>
2 changes: 1 addition & 1 deletion validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.isas.mztab</groupId>
<artifactId>jmztabm</artifactId>
<version>1.0.6</version>
<version>1.0.7-SNAPSHOT</version>
</parent>
<artifactId>jmztabm-validation</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit f6bc4e7

Please sign in to comment.