Skip to content

Commit 8513441

Browse files
Add CITATION.cff file (#41)
* Add CITATION.cff file * Update link to AGU24 Annual Meeting website * Add conference name and country Xref https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md#definitionsreferenceconference --------- Co-authored-by: Yvonne Fröhlich <94163266+yvonnefroehlich@users.noreply.github.com>
1 parent f0740dd commit 8513441

3 files changed

Lines changed: 46 additions & 2 deletions

File tree

CITATION.cff

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://citation-file-format.github.io/cff-initializer-javascript to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: Mastering Geospatial Visualizations with GMT/PyGMT
6+
message: >-
7+
If you use these workshop materials, please cite it using
8+
the metadata from this file
9+
type: software
10+
authors:
11+
- given-names: Wei Ji
12+
family-names: Leong
13+
affiliation: 'Development Seed, USA'
14+
orcid: 'https://orcid.org/0000-0003-2354-1988'
15+
- given-names: Yvonne
16+
family-names: Fröhlich
17+
affiliation: 'Karlsruhe Institute of Technology, Germany'
18+
orcid: 'https://orcid.org/0000-0002-8566-0619'
19+
- given-names: Jing-Hui
20+
family-names: Tong
21+
affiliation: 'Department of Earth Sciences, National Central University, Taiwan'
22+
orcid: 'https://orcid.org/0009-0002-7195-3071'
23+
- family-names: Esteban
24+
given-names: Federico
25+
affiliation: 'Instituto de Geociencias Básicas, Aplicadas y Ambientales de Buenos Aires - IGEBA, Argentina'
26+
orcid: 'https://orcid.org/0000-0002-0641-7371'
27+
- given-names: Max
28+
family-names: Jones
29+
affiliation: 'University of Hawaiʻi at Mānoa, USA'
30+
orcid: 'https://orcid.org/0000-0003-0180-8928'
31+
- given-names: Andre Luiz
32+
family-names: Belém
33+
affiliation: 'Universidade Federal Fluminense, Brazil'
34+
orcid: 'https://orcid.org/0000-0002-8865-6180'
35+
date-released: '2024-12-08'
36+
doi: 10.5281/zenodo.15809717
37+
license: CC-BY-4.0
38+
references:
39+
- conference:
40+
name: "AGU Annual Meeting 2024"
41+
country: US
42+
repository-code: 'https://github.com/GenericMappingTools/agu24workshop'
43+
url: 'https://www.generic-mapping-tools.org/agu24workshop'
44+
version: 1.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Material for the
77
[GMT](https://www.generic-mapping-tools.org)/[PyGMT](https://www.pygmt.org)
88
pre-conference workshop (PREWS9) at the
9-
[AGU24 Annual Meeting](https://www.agu.org/annual-meeting).
9+
[AGU24 Annual Meeting](https://www.agu.org/annual-meeting-2024).
1010

1111
**Presenters**
1212

book/_toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ parts:
77
- caption: 🔗 Details
88
chapters:
99
- title: AGU24 Homepage
10-
url: https://www.agu.org/annual-meeting
10+
url: https://www.agu.org/annual-meeting-2024
1111
- title: Course materials on GitHub
1212
url: https://github.com/GenericMappingTools/agu24workshop
1313
- caption: 🧑‍🏫 Tutorials

0 commit comments

Comments
 (0)