Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docker-compose.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ services:
# - "8000:8000"
depends_on:
- db
restart: always

djangoq:
build: .
Expand All @@ -38,6 +39,7 @@ services:
depends_on:
- db
- app
restart: always

webserver:
image: nginx:1.27-alpine
Expand Down
Binary file added publications/static/bmftr-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added publications/static/komet-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added publications/static/nfdi4earth-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added publications/static/optimeta-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 13 additions & 8 deletions publications/templates/acknowledgements.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
{% load static %}
<h2 class="py-2">Acknowledgements</h2>

<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>
<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>

<ul>
<li>OPTIMETA: <a href="https://projects.tib.eu/optimeta">https://projects.tib.eu/optimeta</a><br/>
<li><strong>OPTIMETA</strong>: <a href="https://projects.tib.eu/optimeta">https://projects.tib.eu/optimeta</a><br/>
Federal Ministry of Education and Research (BMBF) grant id: 16TOA028B<br/>
<img src="https://camo.githubusercontent.com/7472f493ee6eba8cffc90f7041c11a067b6be69498171c015d891334f3854dbf/68747470733a2f2f70726f6a656374732e7469622e65752f66696c6561646d696e2f5f70726f6365737365645f2f652f382f63736d5f4f7074696d6574615f4c6f676f5f7765625f393863323631343162312e706e67" alt="OPTIMETA logo" width="200px" />
<img src="{% static 'optimeta-logo.png' %}" alt="OPTIMETA logo" width="240px" />
</li>
<li>KOMET: <a href="https://projects.tib.eu/komet">https://projects.tib.eu/komet</a><br/>
Federal Ministry of Education and Research (BMBF) grant id: 16KOA009A<br/>
<img src="https://camo.githubusercontent.com/58876224378b51155c3d6b0e578e3ef5f3348f2d1b9e6d626a819f37fda9ad8b/68747470733a2f2f70726f6a656374732e7469622e65752f66696c6561646d696e2f74656d706c617465732f6b6f6d65742f7469625f70726f6a656374735f6b6f6d65745f313135302e706e67" alt="KOMET logo" width="100%" />
<li><strong>KOMET</strong>: <a href="https://projects.tib.eu/komet">https://projects.tib.eu/komet</a><br/>
Federal Ministry of Researh, Technology and Space (BMFTR) grant id: 16KOA009A<br/>
<img src="{% static 'komet-logo.png' %}" alt="KOMET logo" width="240px" />
</li>
<li>NFDI4Earth: <a href="https://nfdi4earth.de/">https://nfdi4earth.de/</a><br/>
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/).
<li><strong>NFDI4Earth</strong>: <a href="https://nfdi4earth.de/">https://nfdi4earth.de/</a><br/>
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/>
<img src="{% static 'nfdi4earth-logo.png' %}" alt="NFDI4Earth logo" width="240px" />
</li>
</ul>

<p>
<img src="{% static 'bmftr-logo.jpg' %}" alt="BMFTR logo" width="200px" />
</p>
2 changes: 1 addition & 1 deletion publications/templates/data.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2 class="py-2">Download Publication Data</h2>
<a class="btn btn-primary btn-sm" href="{% url 'optimap:download_geojson' %}">
Download GeoJSON
</a>
(<a href="https://geojson.org/" target="_blank" class="ms-2 small">GeoJSON spec</a>)
&nbsp;(<a href="https://geojson.org/" target="_blank" class="ms-2 small">GeoJSON spec</a>)
</div>
<div class="small text-muted mt-1">
File: {{ last_geojson }}{% if geojson_size %} &middot; Size: {{ geojson_size }}{% endif %}
Expand Down