Skip to content

Commit

Permalink
Merge branch 'development' into feature-642/#642-editing-registered-m…
Browse files Browse the repository at this point in the history
…etadata-to-add-confounding-variables
  • Loading branch information
KochTobi committed Jan 7, 2025
2 parents dc77c3e + 01692c7 commit b5d2a49
Show file tree
Hide file tree
Showing 49 changed files with 1,048 additions and 233 deletions.
47 changes: 47 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
cff-version: 1.2.0
message: "If you use or reference this software, please cite it as below"
authors:
- family-names: Koch
given-names: Tobias
orcid: https://orcid.org/0000-0002-2141-8460
- family-names: Greiner
given-names: Steffen
orcid: https://orcid.org/0009-0006-0929-9338
- family-names: Friedrich
given-names: Andreas
orcid: https://orcid.org/0000-0001-6843-8680
- family-names: Pawar
given-names: Shraddha
orcid: https://orcid.org/0009-0008-2017-5488
- family-names: Bödker
given-names: Jennifer
- family-names: Barroso-Oquendo
given-names: Morgana
orcid: https://orcid.org/0000-0003-4221-5723
- family-names: Barletta Solari
given-names: Francesca
orcid: https://orcid.org/0009-0002-1396-2252
- family-names: Fillinger
given-names: Sven
orcid: https://orcid.org/0000-0001-8835-2219
- family-names: Nahnsen
given-names: Sven
orcid: https://orcid.org/0000-0002-4375-0691
title: "Data Manager - A data management solution for the life sciences"
version: 1.0.0
identifiers:
- type: doi
value: 10.5281/zenodo.10371779
doi: 10.5281/zenodo.10371779
date-released: 2024-06-10
repository-code: "https://github.com/qbicsoftware/data-manager-app"
license: MIT
keywords:
- "research data management"
- "data management"
- "data manager"
- "omics"
- "life science"
- "genomics"
- "proteomics"
- "raw data"
2 changes: 1 addition & 1 deletion application-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>datamanager</artifactId>
<groupId>life.qbic</groupId>
<version>1.6.4</version>
<version>1.6.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>application-commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion broadcasting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>datamanager</artifactId>
<groupId>life.qbic</groupId>
<version>1.6.4</version>
<version>1.6.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>broadcasting</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion domain-concept/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>life.qbic</groupId>
<artifactId>datamanager</artifactId>
<version>1.6.4</version>
<version>1.6.6</version>
</parent>

<artifactId>domain-concept</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions email-service-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>life.qbic</groupId>
<artifactId>datamanager</artifactId>
<version>1.6.4</version>
<version>1.6.6</version>
</parent>

<groupId>life.qbic.infrastructure</groupId>
Expand All @@ -21,13 +21,13 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>identity</artifactId>
<version>1.6.4</version>
<version>1.6.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>project-management</artifactId>
<version>1.6.4</version>
<version>1.6.6</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion finances-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>life.qbic</groupId>
<artifactId>datamanager</artifactId>
<version>1.6.4</version>
<version>1.6.6</version>
</parent>

<groupId>life.qbic.finances</groupId>
Expand Down
4 changes: 2 additions & 2 deletions finances-infrastructure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>life.qbic</groupId>
<artifactId>datamanager</artifactId>
<version>1.6.4</version>
<version>1.6.6</version>
</parent>

<artifactId>finances-infrastructure</artifactId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>finances</artifactId>
<version>1.6.4</version>
<version>1.6.6</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions finances/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>datamanager</artifactId>
<groupId>life.qbic</groupId>
<version>1.6.4</version>
<version>1.6.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>finances</artifactId>
Expand Down Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>life.qbic.finances</groupId>
<artifactId>finances-api</artifactId>
<version>1.6.4</version>
<version>1.6.6</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions identity-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>life.qbic</groupId>
<artifactId>datamanager</artifactId>
<version>1.6.4</version>
<version>1.6.6</version>
</parent>

<groupId>life.qbic.datamanager</groupId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>application-commons</artifactId>
<version>1.6.4</version>
<version>1.6.6</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions identity-infrastructure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>life.qbic</groupId>
<artifactId>datamanager</artifactId>
<version>1.6.4</version>
<version>1.6.6</version>
</parent>
<artifactId>identity-infrastructure</artifactId>
<dependencies>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>identity</artifactId>
<version>1.6.4</version>
<version>1.6.6</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
12 changes: 6 additions & 6 deletions identity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>datamanager</artifactId>
<groupId>life.qbic</groupId>
<version>1.6.4</version>
<version>1.6.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -45,25 +45,25 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>broadcasting</artifactId>
<version>1.6.4</version>
<version>1.6.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>application-commons</artifactId>
<version>1.6.4</version>
<version>1.6.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>logging</artifactId>
<version>1.6.4</version>
<version>1.6.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>domain-concept</artifactId>
<version>1.6.4</version>
<version>1.6.6</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -86,7 +86,7 @@
<dependency>
<groupId>life.qbic.datamanager</groupId>
<artifactId>identity-api</artifactId>
<version>1.6.4</version>
<version>1.6.6</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>datamanager</artifactId>
<groupId>life.qbic</groupId>
<version>1.6.4</version>
<version>1.6.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>logging</artifactId>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>life.qbic.logging</groupId>
<artifactId>subscription-api</artifactId>
<version>1.6.4</version>
<version>1.6.6</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>life.qbic</groupId>
<artifactId>datamanager</artifactId>
<name>Data Manager</name>
<version>1.6.4</version>
<version>1.6.6</version>
<modules>
<module>user-interface</module>
<module>identity</module>
Expand Down Expand Up @@ -44,7 +44,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.3.6</version>
</parent>

<repositories>
Expand Down
4 changes: 2 additions & 2 deletions project-management-infrastructure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>life.qbic</groupId>
<artifactId>datamanager</artifactId>
<version>1.6.4</version>
<version>1.6.6</version>
</parent>

<groupId>life.qbic.identity</groupId>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>project-management</artifactId>
<version>1.6.4</version>
<version>1.6.6</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
12 changes: 6 additions & 6 deletions project-management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>datamanager</artifactId>
<groupId>life.qbic</groupId>
<version>1.6.4</version>
<version>1.6.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>project-management</artifactId>
Expand Down Expand Up @@ -37,13 +37,13 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>application-commons</artifactId>
<version>1.6.4</version>
<version>1.6.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>logging</artifactId>
<version>1.6.4</version>
<version>1.6.6</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -54,7 +54,7 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>domain-concept</artifactId>
<version>1.6.4</version>
<version>1.6.6</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -77,13 +77,13 @@
<dependency>
<groupId>life.qbic.datamanager</groupId>
<artifactId>identity-api</artifactId>
<version>1.6.4</version>
<version>1.6.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic.finances</groupId>
<artifactId>finances-api</artifactId>
<version>1.6.4</version>
<version>1.6.6</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ public interface AppContextProvider {
* Returns a resolvable URL to the target project's sample page resource in the application.
*
* @param projectId the project id
* @param experimentId the experiment id
* @return a fully resolvable URL
* @since 1.0.0
*/
String urlToSamplePage(String projectId);
String urlToSamplePage(String projectId, String experimentId);
}

This file was deleted.

Loading

0 comments on commit b5d2a49

Please sign in to comment.