Science Score: 44.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
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.4%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: leiza-rse
  • License: mit
  • Language: Java
  • Default Branch: master
  • Size: 567 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created about 5 years ago · Last pushed about 3 years ago
Metadata Files
Readme License Citation

README.md

re3dragon

version java maven output license

Prerequisites

The code is developed using and tested with:

  • maven 3.5.0
  • Netbeans 8.2
  • Apache Tomcat 8.0.27.0
  • JDK 1.8
  • Java EE 7 Web

Maven

The re3dragon web application is build using maven as WAR-file.

For details have a look at pom.xml.

Download and install maven and run it.

Setup

Download and install maven.

Run git clone https://github.com/RGZM/re3dragon.git to create a local copy of this repository.

Run mvn install to install all required dependencies.

Run mvn clean install site for cleaning, building, testing and generating the documentation files.

Run the war-file using maven with mvn tomcat7:run in an installed Tomcat. Usually Tomcat will use port 8080 on http://localhost:8080/.

Run the war-file as in Tomcat using Netbeans with Run / Debug or deploy it to an existing Tomcat. Using Netbeans, usually Tomcat will use port 8084 on http://localhost:8084/.

Running mvn test will run the unit tests with JUnit.

Developers

  • Florian Thiery M.Sc. (RGZM)

Owner

  • Name: Leibniz-Zentrum für Archäologie | Department Scientific IT | Research Software Engineering
  • Login: leiza-rse
  • Kind: organization

Research Software Engineering at LEIZA

Citation (CITATION.cff)

cff-version: 1.1.0
message: If you use this software, please cite it as below.
authors:
  - family-names: Thiery
    given-names: Florian
    orcid: https://orcid.org/0000-0002-3246-3531
    affiliation: "Römisch-Germanisches Zentralmuseum"
title: "re3dragon - REsearch REsource REgistry for DataDragons"
version: v0.1
doi: 10.5281/zenodo.5338740
date-released: 2021-08-30

GitHub Events

Total
Last Year

Dependencies

Dockerfile docker
  • tomcat 8 build
pom.xml maven
  • javax.servlet:javax.servlet-api 3.1.0 provided
  • com.github.jsonld-java:jsonld-java 0.8.3
  • com.github.jsonld-java:jsonld-java-jena 0.4.1
  • com.google.code.gson:gson 1.7.1
  • com.googlecode.json-simple:json-simple 1.1
  • com.jamesmurty.utils:java-xmlbuilder 0.6
  • commons-io:commons-io 2.5
  • info.debatty:java-string-similarity RELEASE
  • io.swagger.core.v3:swagger-jaxrs2 2.0.2
  • io.swagger.core.v3:swagger-jaxrs2-servlet-initializer 2.0.2
  • jdom:jdom 1.1
  • org.apache.commons:commons-compress 1.1
  • org.apache.commons:commons-io 1.3.2
  • org.apache.httpcomponents:httpclient 4.5.2
  • org.apache.jena:jena-arq 2.11.1
  • org.glassfish.jaxb:txw2 2.2.11
  • org.glassfish.jersey.containers:jersey-container-servlet 2.31
  • org.glassfish.jersey.core:jersey-server 2.31
  • org.glassfish.jersey.inject:jersey-hk2 2.31
  • org.jdom:jdom 1.1
  • org.json:json 20200518
  • org.linkedgeodesy.jenaext:jena-ext 1.0-SNAPSHOT
  • org.linkedgeodesy.rdf4jext:rdf4jext 1.0-SNAPSHOT
  • org.slf4j:jcl-over-slf4j 1.7.21
  • junit:junit 4.8.2 test