From 27c86be5ad9382dc4b2382e827b046adda8800de Mon Sep 17 00:00:00 2001 From: fernandoplazas Date: Sat, 27 Sep 2025 03:26:21 +0000 Subject: [PATCH] Add new language and organization --- data/organizations/0001.json | 5 +++++ data/software/0000.json | 21 +++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 data/organizations/0001.json create mode 100644 data/software/0000.json diff --git a/data/organizations/0001.json b/data/organizations/0001.json new file mode 100644 index 0000000..ba9fc6d --- /dev/null +++ b/data/organizations/0001.json @@ -0,0 +1,5 @@ +{ + "name": "Climate Compatible Growth (CCG)", + "description": "", + "url": "https://climatecompatiblegrowth.com/" +} \ No newline at end of file diff --git a/data/software/0000.json b/data/software/0000.json new file mode 100644 index 0000000..2cf5b5d --- /dev/null +++ b/data/software/0000.json @@ -0,0 +1,21 @@ +{ + "name": "OSeMOSYS", + "categories": [ + "capacity-expansion", + "production-cost" + ], + "languages": [ + "python", + "gams" + ], + "organizations": [ + "imperial" + ], + "licenses": [ + "apache2" + ], + "description": "OSeMOSYS is a full-fledged systems optimization model for long-term energy planning and integrated assessment. ", + "url_website": "https://osemosys.github.io/", + "url_sourcecode": "https://github.com/OSeMOSYS", + "url_docs": "https://muio-modelling-user-interface-for-osemosys.readthedocs.io/en/latest/" +} \ No newline at end of file