Science Score: 52.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
✓Institutional organization owner
Organization mpdl has institutional domain (www.mpdl.mpg.de) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (1.7%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Infrastructure Next Generation
Basic Info
- Host: GitHub
- Owner: MPDL
- License: other
- Language: PLpgSQL
- Default Branch: master
- Size: 849 MB
Statistics
- Stars: 4
- Watchers: 9
- Forks: 0
- Open Issues: 90
- Releases: 0
Created over 10 years ago
· Last pushed 6 months ago
Metadata Files
Readme
License
Citation
README.md
INGe - PubMan
Infrastructure Next Generation
PubMan, based on INGe, is a software providing a pulication repository. The software is used for MPG.PuRe, the publication repository of the Max Planck Society.
Requirements: * Wildfly 26.1.3.final * Java 17.0.6+10 * Elasticsearch 8.6.1 * Postgresql 13.9 * Maven 3.9.0
Owner
- Name: Max Planck Digital Library
- Login: MPDL
- Kind: organization
- Location: Munich, Germany
- Website: https://www.mpdl.mpg.de
- Repositories: 83
- Profile: https://github.com/MPDL
Citation (citation_style_language_manager/pom.xml)
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>de.mpg.mpdl.inge</groupId> <artifactId>INGe</artifactId> <version>8.5.4-SNAPSHOT</version> </parent> <artifactId>citation_style_language_manager</artifactId> <name>citation_style_language_manager</name> <scm> <connection>scm:git:https://github.com/MPDL/INGe.git</connection> <developerConnection>scm:git:https://github.com/MPDL/INGe.git</developerConnection> <url>https://github.com/MPDL/INGe</url> <tag>HEAD</tag> </scm> <repositories> <repository> <id>oss-snapshots-repo</id> <name>Sonatype OSS Maven Repository</name> <url>https://oss.sonatype.org/content/groups/public</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> </repository> </repositories> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifestEntries> <Dependencies>pubman</Dependencies> </manifestEntries> </archive> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <skip>false</skip> <includes> <include>**/TestCitationStyleLanguageManager.java</include> </includes> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <dependency> <groupId>de.mpg.mpdl.inge</groupId> <artifactId>model</artifactId> </dependency> <dependency> <groupId>de.undercouch</groupId> <artifactId>citeproc-java</artifactId> </dependency> <dependency> <groupId>net.sf.saxon</groupId> <artifactId>saxon-dom</artifactId> <scope>test</scope> </dependency> <dependency> <!-- Required for citeproc-java --> <groupId>org.citationstyles</groupId> <artifactId>locales</artifactId> <scope>runtime</scope> </dependency> <dependency> <!-- Required for citeproc-java --> <groupId>org.citationstyles</groupId> <artifactId>styles</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>com.eclipsesource.j2v8</groupId> <artifactId>j2v8_linux_x86_64</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>com.eclipsesource.j2v8</groupId> <artifactId>j2v8_win32_x86_64</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>com.eclipsesource.j2v8</groupId> <artifactId>j2v8_macosx_x86_64</artifactId> <scope>runtime</scope> </dependency> </dependencies> </project>
GitHub Events
Total
- Push event: 183
- Pull request event: 15
- Create event: 19
Last Year
- Push event: 183
- Pull request event: 15
- Create event: 19
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 9
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 9
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- haarli (20)
- walterMPDL (19)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
aa_logic/pom.xml
maven
- de.mpg.mpdl.inge:inge_util
aa_presentation/pom.xml
maven
- de.mpg.mpdl.inge:aa_logic
- de.mpg.mpdl.inge:model
citation_style_language_manager/pom.xml
maven
- com.eclipsesource.j2v8:j2v8_linux_x86_64
- com.eclipsesource.j2v8:j2v8_win32_x86_64
- commons-io:commons-io
- de.mpg.mpdl.inge:model
- de.undercouch:citeproc-java
- org.citationstyles:locales
- org.citationstyles:styles
- net.sf.saxon:saxon-dom test
citationmanager/pom.xml
maven
- commons-digester:commons-digester
- de.mpg.mpdl.inge:citation_style_language_manager
- net.sf.jasperreports:jasperreports
- schematron:schematron
- javax.xml.bind:jaxb-api test
cone/pom.xml
maven
- de.mpg.mpdl.inge:aa_logic
- org.postgresql:postgresql test
cone_cache/pom.xml
maven
- de.mpg.mpdl.inge:inge_util
cone_presentation/pom.xml
maven
- commons-fileupload:commons-fileupload
- de.mpg.mpdl.inge:cone
dataacquisition/pom.xml
maven
- de.mpg.mpdl.inge:model
- de.mpg.mpdl.inge:transformationManager
inge_db_connector/pom.xml
maven
- com.mchange:c3p0
- de.mpg.mpdl.inge:inge_filestorage_connector
- org.hibernate:hibernate-core
- org.hibernate:hibernate-ehcache
- org.hibernate:hibernate-entitymanager
- org.postgresql:postgresql
- org.springframework.data:spring-data-jpa
- org.springframework.security:spring-security-config
- org.apache.httpcomponents:fluent-hc test
- org.springframework:spring-test test
inge_es_connector/pom.xml
maven
- com.fasterxml.jackson.core:jackson-databind
- com.googlecode.json-simple:json-simple
- commons-io:commons-io
- de.mpg.mpdl.inge:model
- org.elasticsearch.client:transport
- org.springframework:spring-context
- org.springframework:spring-test test
inge_filestorage_connector/pom.xml
maven
- commons-io:commons-io
- de.mpg.mpdl.inge:model
- org.apache.httpcomponents:httpmime
- org.springframework:spring-context
- org.springframework:spring-test
inge_util/pom.xml
maven
- commons-httpclient:commons-httpclient
- commons-net:commons-net
- net.sf.saxon:saxon
- org.apache.commons:commons-lang3
- org.apache.httpcomponents:fluent-hc
- commons-io:commons-io test
inge_validation/pom.xml
maven
- com.baidu.unbiz:fluent-validator
- de.mpg.mpdl.inge:cone_cache
- de.mpg.mpdl.inge:model
- org.springframework:spring-context
- org.springframework:spring-test test
model/pom.xml
maven
- com.fasterxml.jackson.datatype:jackson-datatype-jsr310
- com.github.dozermapper:dozer-core
- de.mpg.mpdl.inge:inge_util
- org.elasticsearch:elasticsearch
- org.hibernate:hibernate-core
- org.jibx:jibx-extras
- net.sf.saxon:saxon-dom test
pom.xml
maven
- org.springframework:spring-framework-bom 4.3.29.RELEASE import
- com.sun.faces:jsf-impl 2.2.14 provided
- javax.faces:javax.faces-api 2.2 provided
- javax:javaee-api 8.0 provided
- com.auth0:java-jwt 3.0.1
- com.baidu.unbiz:fluent-validator 1.0.5
- com.eclipsesource.j2v8:j2v8_linux_x86_64 4.6.0
- com.eclipsesource.j2v8:j2v8_win32_x86_64 4.6.0
- com.fasterxml.jackson.core:jackson-annotations 2.12.6
- com.fasterxml.jackson.core:jackson-core 2.12.6
- com.fasterxml.jackson.core:jackson-databind 2.12.6.1
- com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.9.8
- com.github.dozermapper:dozer-core 6.1.0
- com.googlecode.jaxb-namespaceprefixmapper-interfaces:JAXBNamespacePrefixMapper 2.2.4
- com.googlecode.json-simple:json-simple 1.1.1
- com.mchange:c3p0 0.9.5.4
- com.rometools:rome 1.8.0
- commons-digester:commons-digester 2.1
- commons-fileupload:commons-fileupload 1.3.3
- commons-httpclient:commons-httpclient 3.1
- commons-io:commons-io 2.9.0
- commons-net:commons-net 3.6
- de.mpg.mpdl.inge:aa_logic 8.4.9-SNAPSHOT
- de.mpg.mpdl.inge:aa_presentation 8.4.9-SNAPSHOT
- de.mpg.mpdl.inge:citation_style_language_manager 8.4.9-SNAPSHOT
- de.mpg.mpdl.inge:citationmanager 8.4.9-SNAPSHOT
- de.mpg.mpdl.inge:cone 8.4.9-SNAPSHOT
- de.mpg.mpdl.inge:cone_cache 8.4.9-SNAPSHOT
- de.mpg.mpdl.inge:cone_presentation 8.4.9-SNAPSHOT
- de.mpg.mpdl.inge:dataacquisition 8.4.9-SNAPSHOT
- de.mpg.mpdl.inge:inge_db_connector 8.4.9-SNAPSHOT
- de.mpg.mpdl.inge:inge_es_connector 8.4.9-SNAPSHOT
- de.mpg.mpdl.inge:inge_filestorage_connector 8.4.9-SNAPSHOT
- de.mpg.mpdl.inge:inge_util 8.4.9-SNAPSHOT
- de.mpg.mpdl.inge:inge_validation 8.4.9-SNAPSHOT
- de.mpg.mpdl.inge:model 8.4.9-SNAPSHOT
- de.mpg.mpdl.inge:pubman_logic 8.4.9-SNAPSHOT
- de.mpg.mpdl.inge:pubman_presentation 8.4.9-SNAPSHOT
- de.mpg.mpdl.inge:pubman_rest 8.4.9-SNAPSHOT
- de.mpg.mpdl.inge:transformationManager 8.4.9-SNAPSHOT
- de.undercouch:citeproc-java 2.0.0
- io.springfox:springfox-swagger-ui 2.9.2
- io.springfox:springfox-swagger2 2.9.2
- javabib:javabib 20040801
- javax.mail:mail 1.4
- javax.xml.bind:jaxb-api 2.3.0
- javax:javaee-api
- junit:junit
- net.sf.jasperreports:jasperreports 6.6.0
- net.sf.saxon:saxon 8.7
- net.sf.saxon:saxon-dom 8.7
- org.apache.activemq:activemq-kahadb-store 5.15.1
- org.apache.activemq:activemq-spring 5.15.1
- org.apache.commons:commons-lang3 3.5
- org.apache.httpcomponents:fluent-hc 4.5.2
- org.apache.httpcomponents:httpclient 4.5.13
- org.apache.httpcomponents:httpmime 4.5.2
- org.apache.logging.log4j:log4j-1.2-api
- org.apache.logging.log4j:log4j-1.2-api 2.17.1
- org.apache.logging.log4j:log4j-api
- org.apache.logging.log4j:log4j-api 2.17.1
- org.apache.logging.log4j:log4j-core
- org.apache.logging.log4j:log4j-core 2.17.1
- org.apache.logging.log4j:log4j-slf4j-impl
- org.apache.logging.log4j:log4j-slf4j-impl 2.17.1
- org.apache.tika:tika-core 1.23
- org.apache.tika:tika-parsers 1.22
- org.apache.velocity:velocity 1.7
- org.apache.xmlgraphics:fop 2.2
- org.citationstyles:locales 20.11
- org.citationstyles:styles 20.11
- org.docx4j:docx4j 3.3.6
- org.docx4j:docx4j-ImportXHTML 3.3.6
- org.docx4j:docx4j-export-fo 3.3.6
- org.elasticsearch.client:transport 6.1.1
- org.elasticsearch:elasticsearch 6.1.1
- org.glassfish.jersey.core:jersey-client 2.30
- org.glassfish.jersey.inject:jersey-hk2 2.30
- org.hibernate:hibernate-core 5.2.13.Final
- org.hibernate:hibernate-ehcache 5.2.13.Final
- org.hibernate:hibernate-entitymanager 5.2.13.Final
- org.jibx:jibx-extras 1.3.3
- org.json:json 20200518
- org.jsoup:jsoup 1.14.2
- org.marc4j:marc4j 2.6.5
- org.mozilla:rhino 1.7R4
- org.passay:passay 1.6.1
- org.postgresql:postgresql 42.3.3
- org.primefaces:primefaces 6.0
- org.reflections:reflections 0.9.10
- org.springframework.data:spring-data-jpa 1.11.23.RELEASE
- org.springframework.data:spring-data-rest-webmvc 2.6.3.RELEASE
- org.springframework.security:spring-security-config 4.2.3.RELEASE
- org.springframework.security:spring-security-web 5.2.10.RELEASE
- schematron:schematron 20021120
- xalan:xalan 2.7.2
- xml-resolver:xml-resolver 1.2
- junit:junit 4.13.1 test
pubman_ear/pom.xml
maven
- de.mpg.mpdl.inge:aa_presentation
- de.mpg.mpdl.inge:cone_presentation
- de.mpg.mpdl.inge:pubman_logic
- de.mpg.mpdl.inge:pubman_presentation
- de.mpg.mpdl.inge:pubman_rest
- org.springframework.data:spring-data-rest-webmvc
- org.springframework.security:spring-security-web
pubman_logic/pom.xml
maven
- com.auth0:java-jwt
- com.rometools:rome
- de.mpg.mpdl.inge:citationmanager
- de.mpg.mpdl.inge:inge_db_connector
- de.mpg.mpdl.inge:inge_es_connector
- de.mpg.mpdl.inge:inge_validation
- de.mpg.mpdl.inge:transformationManager
- org.apache.activemq:activemq-kahadb-store
- org.apache.activemq:activemq-spring
- org.glassfish.jersey.core:jersey-client
- org.glassfish.jersey.inject:jersey-hk2
- org.json:json
- org.jsoup:jsoup
- org.passay:passay
- org.springframework.data:spring-data-jpa
- org.springframework.security:spring-security-config
- org.springframework:spring-context
- org.springframework:spring-jms
- org.springframework:spring-test test
pubman_presentation/pom.xml
maven
- com.sun.faces:jsf-impl
- de.mpg.mpdl.inge:cone
- de.mpg.mpdl.inge:dataacquisition
- de.mpg.mpdl.inge:pubman_logic
- javax.faces:javax.faces-api
- org.apache.velocity:velocity
- org.json:json
- org.primefaces:primefaces
- org.springframework:spring-web