Skip to content

Commit 403dbe9

Browse files
committed
add new funder logo/name, closes #191
1 parent e13a902 commit 403dbe9

File tree

6 files changed

+14
-9
lines changed

6 files changed

+14
-9
lines changed

publications/static/bmftr-logo.jpg

69.6 KB
Loading

publications/static/komet-logo.png

22.8 KB
Loading
24.5 KB
Loading
8.66 KB
Loading
Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
1+
{% load static %}
12
<h2 class="py-2">Acknowledgements</h2>
23

3-
<p>OPTIMAP is supported by research grants and carried out by the <a href="https://tib.eu">TIB Leibniz Information Centre for Science and Technology<a/>, the <a href="https://tu-dresden.de/bu/umwelt/geo/geoinformatik/?set_language=en">Chair of Geoinformatics at the TUD Dresden University of Technology</a>, and (formerly) the <a href="https://www.uni-muenster.de/Geoinformatics/en/index.html">Institute for Geoinformatics of the University of Münster</a> together with partners from journals, publishers, and the research infrastructure community.</p>
4+
<p>OPTIMAP is supported by research grants and carried out by the <a href="https://tib.eu">TIB - Leibniz Information Centre for Science and Technology<a/>, the <a href="https://tu-dresden.de/bu/umwelt/geo/geoinformatik/?set_language=en">Chair of Geoinformatics at the TUD Dresden University of Technology</a>, and (formerly) the <a href="https://www.uni-muenster.de/Geoinformatics/en/index.html">Institute for Geoinformatics of the University of Münster</a> together with partners from journals, publishers, and the research infrastructure community.</p>
45

56
<ul>
6-
<li>OPTIMETA: <a href="https://projects.tib.eu/optimeta">https://projects.tib.eu/optimeta</a><br/>
7+
<li><strong>OPTIMETA</strong>: <a href="https://projects.tib.eu/optimeta">https://projects.tib.eu/optimeta</a><br/>
78
Federal Ministry of Education and Research (BMBF) grant id: 16TOA028B<br/>
8-
<img src="https://camo.githubusercontent.com/7472f493ee6eba8cffc90f7041c11a067b6be69498171c015d891334f3854dbf/68747470733a2f2f70726f6a656374732e7469622e65752f66696c6561646d696e2f5f70726f6365737365645f2f652f382f63736d5f4f7074696d6574615f4c6f676f5f7765625f393863323631343162312e706e67" alt="OPTIMETA logo" width="200px" />
9+
<img src="{% static 'optimeta-logo.png' %}" alt="OPTIMETA logo" width="240px" />
910
</li>
10-
<li>KOMET: <a href="https://projects.tib.eu/komet">https://projects.tib.eu/komet</a><br/>
11-
Federal Ministry of Education and Research (BMBF) grant id: 16KOA009A<br/>
12-
<img src="https://camo.githubusercontent.com/58876224378b51155c3d6b0e578e3ef5f3348f2d1b9e6d626a819f37fda9ad8b/68747470733a2f2f70726f6a656374732e7469622e65752f66696c6561646d696e2f74656d706c617465732f6b6f6d65742f7469625f70726f6a656374735f6b6f6d65745f313135302e706e67" alt="KOMET logo" width="100%" />
11+
<li><strong>KOMET</strong>: <a href="https://projects.tib.eu/komet">https://projects.tib.eu/komet</a><br/>
12+
Federal Ministry of Researh, Technology and Space (BMFTR) grant id: 16KOA009A<br/>
13+
<img src="{% static 'komet-logo.png' %}" alt="KOMET logo" width="240px" />
1314
</li>
14-
<li>NFDI4Earth: <a href="https://nfdi4earth.de/">https://nfdi4earth.de/</a><br/>
15-
This work has been funded in part by the German Research Foundation (DFG) through the project NFDI4Earth (DFG project no. 460036893, https://nfdi4earth.de/) within the German National Research Data Infrastructure (NFDI, https://www.nfdi.de/).
15+
<li><strong>NFDI4Earth</strong>: <a href="https://nfdi4earth.de/">https://nfdi4earth.de/</a><br/>
16+
This work has been funded in part by the German Research Foundation (DFG) through the project NFDI4Earth (DFG project no. 460036893, https://nfdi4earth.de/) within the German National Research Data Infrastructure (NFDI, https://www.nfdi.de/).<br/>
17+
<img src="{% static 'nfdi4earth-logo.png' %}" alt="NFDI4Earth logo" width="240px" />
1618
</li>
1719
</ul>
1820

21+
<p>
22+
<img src="{% static 'bmftr-logo.jpg' %}" alt="BMFTR logo" width="200px" />
23+
</p>

publications/templates/data.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h2 class="py-2">Download Publication Data</h2>
4545
<a class="btn btn-primary btn-sm" href="{% url 'optimap:download_geojson' %}">
4646
Download GeoJSON
4747
</a>
48-
(<a href="https://geojson.org/" target="_blank" class="ms-2 small">GeoJSON spec</a>)
48+
&nbsp;(<a href="https://geojson.org/" target="_blank" class="ms-2 small">GeoJSON spec</a>)
4949
</div>
5050
<div class="small text-muted mt-1">
5151
File: {{ last_geojson }}{% if geojson_size %} &middot; Size: {{ geojson_size }}{% endif %}

0 commit comments

Comments
 (0)