layout | key | lang |
---|---|---|
page |
cooperations |
de |
{% raw %}
<script id="popup-template" type="text/x-handlebars-template">-
{{#if url}}
- URL
- {{url}} {{/if}} {{#if contact}}
- Kontakt
- {{contact}} {{/if}} {{#if discipline}}
- Disziplin
- {{discipline}} {{/if}} {{#if description}}
- Beschreibung
- {{description}} {{/if}}
{% endraw %}
{% raw %}
<script id="legend-template" type="text/x-handlebars-template"> </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>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:
{% 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 %} |