Skip to content

Latest commit

 

History

History
127 lines (108 loc) · 3.74 KB

kooperationen.md

File metadata and controls

127 lines (108 loc) · 3.74 KB
layout key lang
page
cooperations
de
<script> var _locations = {{ site.data.locations | jsonify }}; </script>

{% raw %}

<script id="popup-template" type="text/x-handlebars-template">

{{name}}

{{#if url}}
URL
{{url}}
{{/if}} {{#if contact}}
Kontakt
{{contact}}
{{/if}} {{#if discipline}}
Disziplin
{{discipline}}
{{/if}} {{#if description}}
Beschreibung
{{description}}
{{/if}}
</script>

{% endraw %}

{% raw %}

<script id="legend-template" type="text/x-handlebars-template">

Produktiv-Instanzen

Test-Instanzen

</script>

{% endraw %}

<script src="{{ site.baseurl }}/js/func.js"></script> <script src="{{ site.baseurl }}/js/handlebars.min.js"></script> <script src="{{ site.baseurl }}/js/leaflet.js"></script> <script src="{{ site.baseurl }}/js/map.js"></script> <script src="{{ site.baseurl }}/js/tablesorter.min.js"></script> <script src="{{ site.baseurl }}/js/tablesorter.widgets.js"></script>

Kooperationen

Um Anforderungen und Feedback aus den Fachwissenschaften einfließen zu lassen sowie den Austausch und die Abstimmung mit Infrastrukturinitiativen zum Datenmanagement sicherzustellen, kooperiert RDMO mit verschiedenen Partnern:

{% for location in site.data.locations %} {% endfor %}
{% if location.url %} {{ location.name }} {% else %} {{ location.name }} {% endif %} {% if location.contact %} {{ location.contact }} {% endif %} {% if location.lat and location.lon %} {% if location.color == "blue" %}

live

{% else %}

test

{% endif %} <script> $("#{{ location.name | slugify }}") .on("click", function(){ open_marker( "{{ location.name | slugify }}", [{{ location.lat }}, {{ location.lon }}], "{{ location.description | size }}" ); }); </script> {% endif %}
<script> $(document).ready(function() { init_table(); }); </script>