38 changed files with 18758 additions and 0 deletions
Binary file not shown.
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<classpath> |
||||
<classpathentry kind="src" output="target/classes" path="src"> |
||||
<attributes> |
||||
<attribute name="optional" value="true"/> |
||||
<attribute name="maven.pomderived" value="true"/> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> |
||||
<attributes> |
||||
<attribute name="maven.pomderived" value="true"/> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0"> |
||||
<attributes> |
||||
<attribute name="owner.project.facets" value="jst.web"/> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> |
||||
<attributes> |
||||
<attribute name="maven.pomderived" value="true"/> |
||||
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="output" path="target/classes"/> |
||||
</classpath> |
@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<projectDescription> |
||||
<name>D4ScienceSupport</name> |
||||
<comment></comment> |
||||
<projects> |
||||
</projects> |
||||
<buildSpec> |
||||
<buildCommand> |
||||
<name>org.eclipse.jdt.core.javabuilder</name> |
||||
<arguments> |
||||
</arguments> |
||||
</buildCommand> |
||||
<buildCommand> |
||||
<name>org.eclipse.wst.common.project.facet.core.builder</name> |
||||
<arguments> |
||||
</arguments> |
||||
</buildCommand> |
||||
<buildCommand> |
||||
<name>org.eclipse.wst.validation.validationbuilder</name> |
||||
<arguments> |
||||
</arguments> |
||||
</buildCommand> |
||||
<buildCommand> |
||||
<name>org.eclipse.m2e.core.maven2Builder</name> |
||||
<arguments> |
||||
</arguments> |
||||
</buildCommand> |
||||
</buildSpec> |
||||
<natures> |
||||
<nature>org.eclipse.m2e.core.maven2Nature</nature> |
||||
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature> |
||||
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> |
||||
<nature>org.eclipse.wst.common.project.facet.core.nature</nature> |
||||
<nature>org.eclipse.jdt.core.javanature</nature> |
||||
<nature>org.eclipse.wst.jsdt.core.jsNature</nature> |
||||
</natures> |
||||
</projectDescription> |
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<classpath> |
||||
<classpathentry excluding="**/bower_components/*|**/node_modules/*|**/*.min.js" kind="src" path="war"/> |
||||
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/> |
||||
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject"> |
||||
<attributes> |
||||
<attribute name="hide" value="true"/> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/> |
||||
<classpathentry kind="output" path=""/> |
||||
</classpath> |
@ -0,0 +1,3 @@
|
||||
eclipse.preferences.version=1 |
||||
encoding/<project>=UTF-8 |
||||
encoding/src=UTF-8 |
@ -0,0 +1,8 @@
|
||||
eclipse.preferences.version=1 |
||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled |
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 |
||||
org.eclipse.jdt.core.compiler.compliance=1.8 |
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error |
||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error |
||||
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning |
||||
org.eclipse.jdt.core.compiler.source=1.8 |
@ -0,0 +1,4 @@
|
||||
activeProfiles= |
||||
eclipse.preferences.version=1 |
||||
resolveWorkspaceProjects=true |
||||
version=1 |
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0"> |
||||
<wb-module deploy-name="D4ScienceSupport-0.0.1-SNAPSHOT"> |
||||
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/> |
||||
<wb-resource deploy-path="/" source-path="/war" tag="defaultRootSource"/> |
||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/> |
||||
<property name="context-root" value="D4ScienceSupport"/> |
||||
<property name="java-output-path" value="/D4ScienceSupport/build/classes"/> |
||||
</wb-module> |
||||
</project-modules> |
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<faceted-project> |
||||
<runtime name="Apache Tomcat v7.0"/> |
||||
<fixed facet="jst.web"/> |
||||
<fixed facet="wst.jsdt.web"/> |
||||
<fixed facet="java"/> |
||||
<installed facet="java" version="1.8"/> |
||||
<installed facet="jst.web" version="3.0"/> |
||||
<installed facet="wst.jsdt.web" version="1.0"/> |
||||
</faceted-project> |
@ -0,0 +1 @@
|
||||
org.eclipse.wst.jsdt.launching.baseBrowserLibrary |
@ -0,0 +1,2 @@
|
||||
disabled=06target |
||||
eclipse.preferences.version=1 |
Binary file not shown.
@ -0,0 +1,43 @@
|
||||
<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> |
||||
<artifactId>maven-parent</artifactId> |
||||
<groupId>org.gcube.tools</groupId> |
||||
<version>1.0.0</version> |
||||
<relativePath /> |
||||
</parent> |
||||
|
||||
<groupId>org.gcube.portal</groupId> |
||||
<artifactId>d4scienceSupport-page-static</artifactId> |
||||
<version>0.0.1-SNAPSHOT</version> |
||||
<packaging>war</packaging> |
||||
<dependencies> |
||||
<dependency> |
||||
<groupId>javax.servlet</groupId> |
||||
<artifactId>javax.servlet-api</artifactId> |
||||
<version>3.1.0</version> |
||||
<scope>provided</scope> |
||||
</dependency> |
||||
</dependencies> |
||||
<build> |
||||
<sourceDirectory>src</sourceDirectory> |
||||
<plugins> |
||||
<plugin> |
||||
<artifactId>maven-compiler-plugin</artifactId> |
||||
<version>3.5.1</version> |
||||
<configuration> |
||||
<source>1.8</source> |
||||
<target>1.8</target> |
||||
</configuration> |
||||
</plugin> |
||||
<plugin> |
||||
<artifactId>maven-war-plugin</artifactId> |
||||
<version>3.0.0</version> |
||||
<configuration> |
||||
<warSourceDirectory>war</warSourceDirectory> |
||||
</configuration> |
||||
</plugin> |
||||
</plugins> |
||||
</build> |
||||
</project> |
Binary file not shown.
@ -0,0 +1,3 @@
|
||||
Manifest-Version: 1.0 |
||||
Class-Path: |
||||
|
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
||||
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee |
||||
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" |
||||
version="3.0"> |
||||
|
||||
|
||||
<!-- Default page to serve --> |
||||
<welcome-file-list> |
||||
<welcome-file>index.html</welcome-file> |
||||
</welcome-file-list> |
||||
|
||||
</web-app> |
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 13 KiB |
@ -0,0 +1,195 @@
|
||||
<!doctype html> |
||||
<html lang="en"> |
||||
<head> |
||||
<link rel="shortcut icon" type="image/png" href="favicon.ico" /> |
||||
<!-- Required meta tags --> |
||||
<meta charset="utf-8"> |
||||
<meta name="viewport" |
||||
content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
||||
|
||||
<!-- Bootstrap CSS --> |
||||
<link rel="stylesheet" href="css/bootstrap.min.css"> |
||||
|
||||
<title>D4Science Support</title> |
||||
</head> |
||||
<body> |
||||
<div |
||||
class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom box-shadow"> |
||||
<h5 class="my-0 mr-md-auto font-weight-normal"> |
||||
<img style="width: 65px;" alt="D4Science" src="images/_d4science.png">D4Science |
||||
Help Center |
||||
</h5> |
||||
<nav class="my-2 my-md-0 mr-md-3"> |
||||
<a class="p-2 text-dark" href="#">Don't have a D4Science account?</a> |
||||
</nav> |
||||
<a class="btn btn-outline-primary" |
||||
href="https://services.d4science.org/home?p_p_id=58&p_p_lifecycle=0&p_p_state=maximized&p_p_mode=view&p_p_col_id=column-1&p_p_col_count=2&saveLastPath=false&_58_struts_action=%2Flogin%2Fcreate_account" |
||||
target="_blank">Create one</a> |
||||
</div> |
||||
|
||||
<div |
||||
class="pricing-header px-3 py-3 pt-md-5 pb-md-4 mx-auto text-center"> |
||||
<h1 class="display-4">How can we help?</h1> |
||||
<p class="lead"> |
||||
Check the links below to find what you are looking for. <br /> <span |
||||
style="font-size: 12px;">Please note: You should have a <a |
||||
href="https://services.d4science.org/home?p_p_id=58&p_p_lifecycle=0&p_p_state=maximized&p_p_mode=view&p_p_col_id=column-1&p_p_col_count=2&saveLastPath=false&_58_struts_action=%2Flogin%2Fcreate_account" |
||||
target="_blank">D4Science account</a> to perform any of the |
||||
operations suggested below. |
||||
</span> |
||||
</p> |
||||
</div> |
||||
|
||||
<div class="container"> |
||||
<div class="card-deck mb-3 text-center"> |
||||
<div class="card mb-4 box-shadow"> |
||||
<div class="card-header"> |
||||
<h4 class="my-0 font-weight-normal">Request a new |
||||
Functionality on existing VRE</h4> |
||||
</div> |
||||
<div class="card-body"> |
||||
<p class="lead">As member of any VRE you can request additional |
||||
functionality.</p> |
||||
<ul class="list-unstyled mt-3 mb-4"> |
||||
<li><a target="_blank" |
||||
href="https://support.d4science.org/projects/d4science-support/issues/new?issue[tracker_id]=28">3rd |
||||
Party App Registration</a></li> |
||||
<li><a target="_blank" |
||||
href="https://support.d4science.org/projects/d4science-support/issues/new?issue[tracker_id]=33">Docker |
||||
App</a></li> |
||||
<li><a target="_blank" |
||||
href="https://support.d4science.org/projects/d4science-support/issues/new?issue[tracker_id]=32">ShinyProxy |
||||
App</a></li> |
||||
<li><a target="_blank" |
||||
href="https://support.d4science.org/projects/d4science-support/issues/new?issue[tracker_id]=30">New |
||||
Virtual Machine</a></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
<div class="card mb-4 box-shadow"> |
||||
<div class="card-header"> |
||||
<h4 class="my-0 font-weight-normal">D4Science Gateways and |
||||
VREs</h4> |
||||
</div> |
||||
<div class="card-body"> |
||||
<p class="lead">Gateways are the access point to infrastructure |
||||
VREs.</p> |
||||
<p> |
||||
Visit <a target="_blank" |
||||
href="https://services.d4science.org/explore">D4Science.org |
||||
Gateway</a> or discover the <a target="_blank" |
||||
href="https://services.d4science.org/thematic-gateways">D4Science |
||||
Thematic Gateways</a>. |
||||
</p> |
||||
<ul class="list-unstyled mt-3 mb-4"> |
||||
<li><a target="_blank" |
||||
href="https://support.d4science.org/projects/d4science-support/issues/new?issue[tracker_id]=3">Request |
||||
Support</a></li> |
||||
<li><a target="_blank" |
||||
href="https://support.d4science.org/projects/d4science-support/issues/new?issue[tracker_id]=5">Assign |
||||
a Task</a></li> |
||||
<li><a target="_blank" |
||||
href="https://support.d4science.org/projects/d4science-support/issues/new?issue[tracker_id]=4">Report |
||||
an Incident</a></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
<div class="card mb-4 box-shadow"> |
||||
<div class="card-header"> |
||||
<h4 class="my-0 font-weight-normal">Request a VRE for your |
||||
Community</h4> |
||||
</div> |
||||
<div class="card-body"> |
||||
<p class="lead">If you think your community would benefit from |
||||
the use of a VRE you can sumbit a</p> |
||||
<ul class="list-unstyled mt-3 mb-4"> |
||||
<li><a target="_blank" |
||||
href="https://services.d4science.org/group/d4science-services-gateway/new-vre?p_p_id=requestvre_WAR_sbduploadshareportlet&p_p_lifecycle=0&p_p_state=maximized&p_p_state_rcv=1&p_p_col_id=column-1&p_p_col_count=1">Request |
||||
for a new<br /> Virtual Research Environment (VRE)</a></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="mx-auto text-center"> |
||||
<p class="lead"> |
||||
A Virtual Research Environment (VRE) is an online system helping |
||||
researchers collaborate. <a target="_blank" |
||||
href="https://www.d4science.org">Learn more</a> |
||||
</p> |
||||
</div> |
||||
<div class="mx-auto text-center"> |
||||
<p class="lead"> |
||||
Could not find what you are looking for? Visit the <a |
||||
href="https://dev.d4science.org/support" target="_blank">Help |
||||
Forum</a> or <a href="https://www.d4science.org/contact-us" |
||||
target="_blank">Contact us</a>. |
||||
</p> |
||||
</div> |
||||
</div> |
||||
<footer class="pt-4 my-md-5 pt-md-5 border-top"> |
||||
<div class="row"> |
||||
<div class="col-12 col-md"> |
||||
<small class="d-block mb-3 text-muted"> © |
||||
2017-2018</small> |
||||
</div> |
||||
<div class="col-6 col-md"> |
||||
<h5>Legal</h5> |
||||
<ul class="list-unstyled text-small"> |
||||
<li><a class="text-muted" |
||||
href="https://www.iubenda.com/privacy-policy/441050" |
||||
target="_blank">Privacy</a></li> |
||||
<li><a class="text-muted" |
||||
href="https://services.d4science.org/terms-of-use" target="_blank">Terms |
||||
of Use</a></li> |
||||
</ul> |
||||
</div> |
||||
<div class="col-6 col-md"> |
||||
<h5>About</h5> |
||||
<ul class="list-unstyled text-small"> |
||||
<li><a class="text-muted" |
||||
href="https://www.d4science.org/about-d4science" target="_blank">What |
||||
is D4Science</a></li> |
||||
<li><a class="text-muted" |
||||
href="https://www.d4science.org/empowering" target="_blank">Supported |
||||
Projects</a></li> |
||||
<li><a class="text-muted" target="_blank" |
||||
href="https://services.d4science.org/explore">Supported VREs</a></li> |
||||
<li><a class="text-muted" target="_blank" |
||||
href="https://services.d4science.org/catalogue">Resource |
||||
Catalouge</a></li> |
||||
</ul> |
||||
</div> |
||||
<div class="col-6 col-md"> |
||||
<h5>Data Scientists</h5> |
||||
<ul class="list-unstyled text-small"> |
||||
<li><a class="text-muted" href="https://dev.d4science.org" |
||||
target="_blank">Available REST APIs</a></li> |
||||
<li><a class="text-muted" |
||||
href="https://dev.d4science.org/authorization/" target="_blank">Authorization |
||||
Framework</a></li> |
||||
<li><a class="text-muted" href="https://dev.d4science.org/" |
||||
target="_blank">Data Analysis through Data Miner</a></li> |
||||
<li><a class="text-muted" href="https://dev.d4science.org/" |
||||
target="_blank">Spatial Data Infrastructure</a></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</footer> |
||||
|
||||
|
||||
|
||||
<!-- Optional JavaScript --> |
||||
<!-- jQuery first, then Popper.js, then Bootstrap JS --> |
||||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" |
||||
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" |
||||
crossorigin="anonymous"></script> |
||||
<script |
||||
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" |
||||
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" |
||||
crossorigin="anonymous"></script> |
||||
<script |
||||
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js" |
||||
integrity="sha384-o+RDsa0aLu++PJvFqy8fFScvbHFLtbvScb8AjopnFD+iEQ7wo/CG0xlczd+2O/em" |
||||
crossorigin="anonymous"></script> |
||||
</body> |
||||
</html> |
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<javadocOptions> |
||||
<docletArtifacts> |
||||
<docletArtifact /> |
||||
</docletArtifacts> |
||||
<tagletArtifacts> |
||||
<tagletArtifact /> |
||||
</tagletArtifacts> |
||||
<javadocResourcesDirectory>src/main/javadoc</javadocResourcesDirectory> |
||||
</javadocOptions> |
@ -0,0 +1,5 @@
|
||||
Manifest-Version: 1.0 |
||||
Built-By: massi |
||||
Build-Jdk: 1.8.0_222 |
||||
Created-By: Maven Integration for Eclipse |
||||
|
@ -0,0 +1,7 @@
|
||||
#Generated by Maven Integration for Eclipse |
||||
#Fri Nov 08 14:25:45 CET 2019 |
||||
version=0.0.1-SNAPSHOT |
||||
groupId=D4ScienceSupport |
||||
m2e.projectName=D4ScienceSupport |
||||
m2e.projectLocation=/Users/massi/Documents/workspace/D4ScienceSupport |
||||
artifactId=D4ScienceSupport |
@ -0,0 +1,43 @@
|
||||
<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> |
||||
<artifactId>maven-parent</artifactId> |
||||
<groupId>org.gcube.tools</groupId> |
||||
<version>1.0.0</version> |
||||
<relativePath /> |
||||
</parent> |
||||
|
||||
<groupId>D4ScienceSupport</groupId> |
||||
<artifactId>D4ScienceSupport</artifactId> |
||||
<version>0.0.1-SNAPSHOT</version> |
||||
<packaging>war</packaging> |
||||
<dependencies> |
||||
<dependency> |
||||
<groupId>javax.servlet</groupId> |
||||
<artifactId>javax.servlet-api</artifactId> |
||||
<version>3.1.0</version> |
||||
<scope>provided</scope> |
||||
</dependency> |
||||
</dependencies> |
||||
<build> |
||||
<sourceDirectory>src</sourceDirectory> |
||||
<plugins> |
||||
<plugin> |
||||
<artifactId>maven-compiler-plugin</artifactId> |
||||
<version>3.5.1</version> |
||||
<configuration> |
||||
<source>1.8</source> |
||||
<target>1.8</target> |
||||
</configuration> |
||||
</plugin> |
||||
<plugin> |
||||
<artifactId>maven-war-plugin</artifactId> |
||||
<version>3.0.0</version> |
||||
<configuration> |
||||
<warSourceDirectory>war</warSourceDirectory> |
||||
</configuration> |
||||
</plugin> |
||||
</plugins> |
||||
</build> |
||||
</project> |
@ -0,0 +1,7 @@
|
||||
#Generated by Maven Integration for Eclipse |
||||
#Fri Nov 08 14:31:57 CET 2019 |
||||
version=0.0.1-SNAPSHOT |
||||
groupId=org.gcube.portal |
||||
m2e.projectName=d4scienceSupport-page-static |
||||
m2e.projectLocation=/Users/massi/workspace/d4scienceSupport-page-static |
||||
artifactId=d4scienceSupport-page-static |
@ -0,0 +1,43 @@
|
||||
<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> |
||||
<artifactId>maven-parent</artifactId> |
||||
<groupId>org.gcube.tools</groupId> |
||||
<version>1.0.0</version> |
||||
<relativePath /> |
||||
</parent> |
||||
|
||||
<groupId>org.gcube.portal</groupId> |
||||
<artifactId>d4scienceSupport-page-static</artifactId> |
||||
<version>0.0.1-SNAPSHOT</version> |
||||
<packaging>war</packaging> |
||||
<dependencies> |
||||
<dependency> |
||||
<groupId>javax.servlet</groupId> |
||||
<artifactId>javax.servlet-api</artifactId> |
||||
<version>3.1.0</version> |
||||
<scope>provided</scope> |
||||
</dependency> |
||||
</dependencies> |
||||
<build> |
||||
<sourceDirectory>src</sourceDirectory> |
||||
<plugins> |
||||
<plugin> |
||||
<artifactId>maven-compiler-plugin</artifactId> |
||||
<version>3.5.1</version> |
||||
<configuration> |
||||
<source>1.8</source> |
||||
<target>1.8</target> |
||||
</configuration> |
||||
</plugin> |
||||
<plugin> |
||||
<artifactId>maven-war-plugin</artifactId> |
||||
<version>3.0.0</version> |
||||
<configuration> |
||||
<warSourceDirectory>war</warSourceDirectory> |
||||
</configuration> |
||||
</plugin> |
||||
</plugins> |
||||
</build> |
||||
</project> |
@ -0,0 +1,4 @@
|
||||
#Created by Apache Maven 3.3.9 |
||||
version=0.0.1-SNAPSHOT |
||||
groupId=D4ScienceSupport |
||||
artifactId=D4ScienceSupport |
Binary file not shown.
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
||||
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee |
||||
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" |
||||
version="3.0"> |
||||
|
||||
|
||||
<!-- Default page to serve --> |
||||
<welcome-file-list> |
||||
<welcome-file>index.html</welcome-file> |
||||
</welcome-file-list> |
||||
|
||||
</web-app> |
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 13 KiB |
@ -0,0 +1,196 @@
|
||||
<!doctype html> |
||||
<html lang="en"> |
||||
<head> |
||||
<link rel="shortcut icon" type="image/png" href="favicon.ico" /> |
||||
<!-- Required meta tags --> |
||||
<meta charset="utf-8"> |
||||
<meta name="viewport" |
||||
content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
||||
|
||||
<!-- Bootstrap CSS --> |
||||
<link rel="stylesheet" href="css/bootstrap.min.css"> |
||||
|
||||
<title>D4Science Support</title> |
||||
</head> |
||||
<body> |
||||
<div |
||||
class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom box-shadow"> |
||||
<h5 class="my-0 mr-md-auto font-weight-normal"> |
||||
<img style="width: 65px;" alt="D4Science" src="images/_d4science.png">D4Science |
||||
Help Center |
||||
</h5> |
||||
<nav class="my-2 my-md-0 mr-md-3"> |
||||
<a class="p-2 text-dark" href="#">Don't have a D4Science account?</a> |
||||
</nav> |
||||
<a class="btn btn-outline-primary" |
||||
href="https://services.d4science.org/home?p_p_id=58&p_p_lifecycle=0&p_p_state=maximized&p_p_mode=view&p_p_col_id=column-1&p_p_col_count=2&saveLastPath=false&_58_struts_action=%2Flogin%2Fcreate_account" |
||||
target="_blank">Create one</a> |
||||
<a style="margin-left: 25px;" class="btn btn-primary" href="https://support.d4science.org/my/page" target="_blank">Log in</a> |
||||
</div> |
||||
|
||||
<div |
||||
class="pricing-header px-3 py-3 pt-md-5 pb-md-4 mx-auto text-center"> |
||||
<h1 class="display-4">How can we help?</h1> |
||||
<p class="lead"> |
||||
Check the links below to find what you are looking for. <br /> <span |
||||
style="font-size: 12px;">Please note: You should have a <a |
||||
href="https://services.d4science.org/home?p_p_id=58&p_p_lifecycle=0&p_p_state=maximized&p_p_mode=view&p_p_col_id=column-1&p_p_col_count=2&saveLastPath=false&_58_struts_action=%2Flogin%2Fcreate_account" |
||||
target="_blank">D4Science account</a> to perform any of the |
||||
operations suggested below. |
||||
</span> |
||||
</p> |
||||
</div> |
||||
|
||||
<div class="container"> |
||||
<div class="card-deck mb-3 text-center"> |
||||
<div class="card mb-4 box-shadow"> |
||||
<div class="card-header"> |
||||
<h4 class="my-0 font-weight-normal">Request a new |
||||
Functionality on existing VRE</h4> |
||||
</div> |
||||
<div class="card-body"> |
||||
<p class="lead">As member of any VRE you can request additional |
||||
functionality.</p> |
||||
<ul class="list-unstyled mt-3 mb-4"> |
||||
<li><a target="_blank" |
||||
href="https://support.d4science.org/projects/d4science-support/issues/new?issue[tracker_id]=28">3rd |
||||
Party App Registration</a></li> |
||||
<li><a target="_blank" |
||||
href="https://support.d4science.org/projects/d4science-support/issues/new?issue[tracker_id]=33">Docker |
||||
App</a></li> |
||||
<li><a target="_blank" |
||||
href="https://support.d4science.org/projects/d4science-support/issues/new?issue[tracker_id]=32">ShinyProxy |
||||
App</a></li> |
||||
<li><a target="_blank" |
||||
href="https://support.d4science.org/projects/d4science-support/issues/new?issue[tracker_id]=30">New |
||||
Virtual Machine</a></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
<div class="card mb-4 box-shadow"> |
||||
<div class="card-header"> |
||||
<h4 class="my-0 font-weight-normal">D4Science Gateways and |
||||
VREs</h4> |
||||
</div> |
||||
<div class="card-body"> |
||||
<p class="lead">Gateways are the access point to infrastructure |
||||
VREs.</p> |
||||
<p> |
||||
Visit <a target="_blank" |
||||
href="https://services.d4science.org/explore">D4Science.org |
||||
Gateway</a> or discover the <a target="_blank" |
||||
href="https://services.d4science.org/thematic-gateways">D4Science |
||||
Thematic Gateways</a>. |
||||
</p> |
||||
<ul class="list-unstyled mt-3 mb-4"> |
||||
<li><a target="_blank" |
||||
href="https://support.d4science.org/projects/d4science-support/issues/new?issue[tracker_id]=3">Request |
||||
Support</a></li> |
||||
<li><a target="_blank" |
||||
href="https://support.d4science.org/projects/d4science-support/issues/new?issue[tracker_id]=5">Assign |
||||
a Task</a></li> |
||||
<li><a target="_blank" |
||||
href="https://support.d4science.org/projects/d4science-support/issues/new?issue[tracker_id]=4">Report |
||||
an Incident</a></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
<div class="card mb-4 box-shadow"> |
||||
<div class="card-header"> |
||||
<h4 class="my-0 font-weight-normal">Request a VRE for your |
||||
Community</h4> |
||||
</div> |
||||
<div class="card-body"> |
||||
<p class="lead">If you think your community would benefit from |
||||
the use of a VRE you can sumbit a</p> |
||||
<ul class="list-unstyled mt-3 mb-4"> |
||||
<li><a target="_blank" |
||||
href="https://services.d4science.org/group/d4science-services-gateway/new-vre?p_p_id=requestvre_WAR_sbduploadshareportlet&p_p_lifecycle=0&p_p_state=maximized&p_p_state_rcv=1&p_p_col_id=column-1&p_p_col_count=1">Request |
||||
for a new<br /> Virtual Research Environment (VRE)</a></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="mx-auto text-center"> |
||||
<p class="lead"> |
||||
A Virtual Research Environment (VRE) is an online system helping |
||||
researchers collaborate. <a target="_blank" |
||||
href="https://www.d4science.org">Learn more</a> |
||||
</p> |
||||
</div> |
||||
<div class="mx-auto text-center"> |
||||
<p class="lead"> |
||||
Could not find what you are looking for? Visit the <a |
||||
href="https://dev.d4science.org/support" target="_blank">Help |
||||
Forum</a> or <a href="https://www.d4science.org/contact-us" |
||||
target="_blank">Contact us</a>. |
||||
</p> |
||||
</div> |
||||
</div> |
||||
<footer class="pt-4 my-md-5 pt-md-5 border-top"> |
||||
<div class="row"> |
||||
<div class="col-12 col-md"> |
||||
<small class="d-block mb-3 text-muted"> © |
||||
2017-2018</small> |
||||
</div> |
||||
<div class="col-6 col-md"> |
||||
<h5>Legal</h5> |
||||
<ul class="list-unstyled text-small"> |
||||
<li><a class="text-muted" |
||||
href="https://www.iubenda.com/privacy-policy/441050" |
||||
target="_blank">Privacy</a></li> |
||||
<li><a class="text-muted" |
||||
href="https://services.d4science.org/terms-of-use" target="_blank">Terms |
||||
of Use</a></li> |
||||
</ul> |
||||
</div> |
||||
<div class="col-6 col-md"> |
||||
<h5>About</h5> |
||||
<ul class="list-unstyled text-small"> |
||||
<li><a class="text-muted" |
||||
href="https://www.d4science.org/about-d4science" target="_blank">What |
||||
is D4Science</a></li> |
||||
<li><a class="text-muted" |
||||
href="https://www.d4science.org/empowering" target="_blank">Supported |
||||
Projects</a></li> |
||||
<li><a class="text-muted" target="_blank" |
||||
href="https://services.d4science.org/explore">Supported VREs</a></li> |
||||
<li><a class="text-muted" target="_blank" |
||||
href="https://services.d4science.org/catalogue">Resource |
||||
Catalouge</a></li> |
||||
</ul> |
||||
</div> |
||||
<div class="col-6 col-md"> |
||||
<h5>Data Scientists</h5> |
||||
<ul class="list-unstyled text-small"> |
||||
<li><a class="text-muted" href="https://dev.d4science.org" |
||||
target="_blank">Available REST APIs</a></li> |
||||
<li><a class="text-muted" |
||||
href="https://dev.d4science.org/authorization/" target="_blank">Authorization |
||||
Framework</a></li> |
||||
<li><a class="text-muted" href="https://dev.d4science.org/" |
||||
target="_blank">Data Analysis through Data Miner</a></li> |
||||
<li><a class="text-muted" href="https://dev.d4science.org/" |
||||
target="_blank">Spatial Data Infrastructure</a></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</footer> |
||||
|
||||
|
||||
|
||||
<!-- Optional JavaScript --> |
||||
<!-- jQuery first, then Popper.js, then Bootstrap JS --> |
||||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" |
||||
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" |
||||
crossorigin="anonymous"></script> |
||||
<script |
||||
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" |
||||
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" |
||||
crossorigin="anonymous"></script> |
||||
<script |
||||
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js" |
||||
integrity="sha384-o+RDsa0aLu++PJvFqy8fFScvbHFLtbvScb8AjopnFD+iEQ7wo/CG0xlczd+2O/em" |
||||
crossorigin="anonymous"></script> |
||||
</body> |
||||
</html> |
Loading…
Reference in new issue