Skip to content

Commit

Permalink
Add citation to FAQ. Version 1.0.3-SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
khituras committed Jun 14, 2024
1 parent 764ba45 commit a321ba9
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 16 deletions.
2 changes: 1 addition & 1 deletion gepi/gepi-concept-database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.julielab</groupId>
<artifactId>gepi</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>gepi-concept-database</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gepi/gepi-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.julielab</groupId>
<artifactId>gepi</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion gepi/gepi-indexing/gepi-indexing-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gepi-indexing</artifactId>
<groupId>de.julielab</groupId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions gepi/gepi-indexing/gepi-indexing-debug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gepi-indexing</artifactId>
<groupId>de.julielab</groupId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>de.julielab</groupId>
<artifactId>gepi-indexing-base</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions gepi/gepi-indexing/gepi-indexing-pmc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gepi-indexing</artifactId>
<groupId>de.julielab</groupId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>de.julielab</groupId>
<artifactId>gepi-indexing-base</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions gepi/gepi-indexing/gepi-indexing-pubmed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gepi-indexing</artifactId>
<groupId>de.julielab</groupId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>de.julielab</groupId>
<artifactId>gepi-indexing-base</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions gepi/gepi-indexing/gepi-indexing-testdata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gepi-indexing</artifactId>
<groupId>de.julielab</groupId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>de.julielab</groupId>
<artifactId>gepi-indexing-base</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion gepi/gepi-indexing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gepi</artifactId>
<groupId>de.julielab</groupId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion gepi/gepi-test-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gepi</artifactId>
<groupId>de.julielab</groupId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion gepi/gepi-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ of testing facilities designed for use with TestNG (http://testng.org/), so it's
<parent>
<groupId>de.julielab</groupId>
<artifactId>gepi</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static void contributeFactoryDefaults(

// The application version is primarily useful as it appears in
// any exception reports (HTML or textual).
configuration.override(SymbolConstants.APPLICATION_VERSION, "1.0.2");
configuration.override(SymbolConstants.APPLICATION_VERSION, "1.0.3-SNAPSHOT");
// Avoid Ajax-requests waiting for each other. This would make asynchronous lading of
// dashboard elements impossible
configuration.override(SymbolConstants.SESSION_LOCKING_ENABLED, false);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
<div class="card-title text-center">Frequently Asked Questions</div>
</div>
<div class="card-body">
<dt id="cite">
How to cite GePI?
</dt>
<dd>
Please cite the following paper in your work:
<p>
Erik Faessler, Udo Hahn, Sascha Schäuble, <tt>GePI</tt>: large-scale text mining, customized retrieval and flexible filtering of gene/protein interactions, <em>Nucleic Acids Research</em>, Volume 51, Issue W1, 5 July 2023, Pages W237–W242, https://doi.org/10.1093/nar/gkad445
</p>
</dd>
<dl>
<dt>
Which browsers and operating systems were tested with GePI?
Expand Down
2 changes: 1 addition & 1 deletion gepi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>2.5.0</version>
</parent>
<artifactId>gepi</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
<name>GePi</name>
<description>The GePi parent project.</description>
<packaging>pom</packaging>
Expand Down

0 comments on commit a321ba9

Please sign in to comment.