-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,28 @@ | ||
--- | ||
layout: front | ||
|
||
key: index | ||
lang: en | ||
key: index | ||
--- | ||
|
||
# Welcome to RDMO | ||
<hr> | ||
|
||
On these pages you will find all important information about the RDMO software, current events, the RDMO community and opportunities to get involved. <br/> | ||
Help for handling RDMO in the roles [Usage]({{ site.baseurl }}/en/Docu_User), [Management]({{ site.baseurl }}/en/Docu_Manager) and [Administration]({{ site.baseurl }}/en/Docu_Admins) can be found under <i>Informations</i>.<br/> | ||
The key to the further development of the software is the active participation of interested parties. A selection of [working groups]({{ site.baseurl }}/en/news) with different focuses is therefore available to you. Talk to the responsible person or write an <a href="mailto:[email protected]">mail</a> to the internal mailing list.<br/> | ||
<hr> | ||
|
||
The free software: | ||
: [github.com/rdmorganiser](https://github.com/rdmorganiser) | ||
On these pages you will find all important information about the RDMO software, current events, the RDMO community and opportunities to get involved. <br/> Help for handling RDMO in the roles [Usage]({{ site.baseurl }}/en/Docu_User), [Management]({{ site.baseurl }}/en/Docu_Manager) and [Administration]({{ site.baseurl }}/en/Docu_Admins) can be found under <i>Informations</i>.<br/> The key to the further development of the software is the active participation of interested parties. A selection of [working groups]({{ site.baseurl }}/en/news) with different focuses is therefore available to you. Talk to the responsible person or write an <a href="mailto:[email protected]">mail</a> to the internal mailing list.<br/> | ||
|
||
Demo instance: | ||
: [rdmo.aip.de](https://rdmo.aip.de) | ||
The free software: : [github.com/rdmorganiser](https://github.com/rdmorganiser) | ||
|
||
Register for our public mailing list: | ||
: [[email protected]](https://www.listserv.dfn.de/sympa/info/rdmo) | ||
Demo instance: : [rdmo.aip.de](https://rdmo.aip.de) | ||
|
||
Register for our public mailing list: : [[email protected]](https://www.listserv.dfn.de/sympa/info/rdmo) | ||
|
||
<div style="width: 35%;margin-top: 1%;"> | ||
<h2>What is RDMO?</h2> | ||
The Research Data Management Organiser (RDMO) supports research projects in the planning, implementation and administration of all research data management tasks. | ||
</div> | ||
|
||
<div style="margin-left:33%;"> | ||
<img src="../img/3.Möglichkeit.PNG" style="width: 300px;padding:10px;hspace: 5px; vspace:5px;"/> | ||
<img src="../img/what_is_rdmo.png" style="width: 300px;padding:10px;hspace: 5px; vspace:5px;"/> | ||
</div> | ||
|
||
<div style="width: 33%; margin-left:67%;"> | ||
|
@@ -37,7 +31,6 @@ Become part of the community and participate in the technical or content-related | |
We look forward to you! | ||
</div> | ||
|
||
|
||
<h2>Cooperation network</h2> | ||
All RDMO users and institutions that have their own instance can seek advice and support from the RDMO community.<br/> | ||
At the same time, this network of cooperation enables RDMO to take into account requirements and feedback from the specialist sciences, as well as to ensure the exchange and coordination with infrastructure initiatives for data management. | ||
|
@@ -49,6 +42,7 @@ At the same time, this network of cooperation enables RDMO to take into account | |
</script> | ||
|
||
{% raw %} | ||
|
||
<script id="popup-template" type="text/x-handlebars-template"> | ||
|
||
<h4>{{name}}</h4> | ||
|
@@ -73,9 +67,11 @@ At the same time, this network of cooperation enables RDMO to take into account | |
</dl> | ||
|
||
</script> | ||
|
||
{% endraw %} | ||
|
||
{% raw %} | ||
|
||
<script id="legend-template" type="text/x-handlebars-template"> | ||
|
||
<p> | ||
|
@@ -86,15 +82,21 @@ At the same time, this network of cooperation enables RDMO to take into account | |
</p> | ||
|
||
</script> | ||
|
||
{% endraw %} | ||
|
||
<script src="../js/func.js"></script> | ||
|
||
<script src="../js/handlebars.min.js"></script> | ||
|
||
<script src="../js/leaflet.js"></script> | ||
|
||
<script src="../js/map.js"></script> | ||
|
||
<script src="../js/tablesorter.min.js"></script> | ||
|
||
<script src="../js/tablesorter.widgets.js"></script> | ||
|
||
<link rel="stylesheet" type="text/css" href="../css/table.css"> | ||
|
||
<div id="map" class="map"></div> | ||
|
@@ -154,4 +156,4 @@ At the same time, this network of cooperation enables RDMO to take into account | |
$(document).ready(function() { | ||
init_table(); | ||
}); | ||
</script> | ||
</script> |