Skip to content

Commit

Permalink
Add dataset doi for synthesis shady ams
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Jan 23, 2025
1 parent b0e9b5a commit f72cc7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions _data/synthesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- name: Citra Andinasari
report: https://resolver.tudelft.nl/uuid:1878b296-b888-4043-a9a6-9050ab3e5723
code: https://github.com/jsscmnhn/shady_amsterdam
dataset: https://doi.org/10.4121/8b65d25b-c68f-4e88-b239-27ea90eaf149.v1
img: 2024_shady.jpg

- title: "Delft3D development report"
Expand Down
3 changes: 3 additions & 0 deletions synthesis/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ permalink: /synthesis/
{% if i.code %}
<small><a href="{{ i.code }}"><i class="fab fa-github" title="code"></i></a></small>
{% endif %}
{% if i.dataset %}
<small><a href="{{ i.dataset }}"><i class="fas fa-database" title="datasest"></i></a></small>
{% endif %}
{% if i.video %}
<small><a href="{{ i.video }}"><i class="fab fa-youtube" title="video"></i></a></small>
{% endif %}
Expand Down

0 comments on commit f72cc7c

Please sign in to comment.