Skip to content

Commit dd6f817

Browse files
authored
Fix the broken format of the entry
1 parent 1ea0dcc commit dd6f817

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

portal/resource_gallery.yaml

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,11 +1516,25 @@
15161516
domains:
15171517
- data visualization
15181518
- remote sensing
1519-
- '{"title":"The Earth Science Box Modelling Toolkit","description":"ESBMTK is a python
1520-
library that aims to simplify typical box modeling projects in the Earth-Sciences.
1521-
It uses a declarative approach to describe models, and abstracts typical modeling
1522-
tasks like gas-exchange and carbonate dissolution through python classes. See the
1523-
manual at https://esbmtk.readthedocs.io/en/latest for installation instructions
1524-
usage, and example code.","url":"https://github.com/uliw/esbmtk","thumbnail":"https://raw.githubusercontent.com/uliw/esbmtk/staging/mpc.png","authors":[{"name":"Ulrich
1525-
G Wortmann","affiliation":"Dept. of Earth Sciences, University of Toronto","affiliation_url":"https://www.es.utoronto.ca/","email":"[email protected]"}],"tags":{"packages":["esbmtk","matplotlib","numpy","pandas"],"formats":["code"],"domains":["Earth
1526-
System Science","Chemical Oceanography"],"affiliation":["unspecified"]}}'
1519+
- title: The Earth Science Box Modelling Toolkit
1520+
description: |
1521+
ESBMTK is a python library that aims to simplify typical box modeling projects in the Earth-Sciences.
1522+
It uses a declarative approach to describe models, and abstracts typical modeling tasks like gas-exchange and carbonate dissolution through python classes. See the
1523+
manual at https://esbmtk.readthedocs.io/en/latest for installation instructions usage, and example code.
1524+
url: https://github.com/uliw/esbmtk
1525+
thumbnail: https://raw.githubusercontent.com/uliw/esbmtk/staging/mpc.png
1526+
authors:
1527+
- name: Ulrich G Wortmann
1528+
affiliation: Dept. of Earth Sciences, University of Toronto
1529+
affiliation_url: https://www.es.utoronto.ca/
1530+
1531+
tags:
1532+
packages:
1533+
- esbmtk
1534+
- matplotlib
1535+
- numpy
1536+
- pandas
1537+
formats: code
1538+
domains:
1539+
- Earth System Science
1540+
- Chemical Oceanography

0 commit comments

Comments
 (0)