developmentseed / scaling_science

A course on science applied in industry, in collaboration with IEEE GRSS.
https://developmentseed.org/scaling_science/docs/index.html
Creative Commons Attribution 4.0 International
2 stars 1 forks source link

Improve Citation #23

Open wildintellect opened 1 month ago

wildintellect commented 1 month ago
wildintellect commented 1 month ago

New zenodo.json at the top level of repo. Legacy schema validator Could be derived from the following extract.

{
    "creators": [
      {
        "person_or_org": {
          "family_name": "Lilly Thomas",
          "name": "Lilly Thomas",
          "type": "personal"
        }
      },
      {
        "affiliations": [
          {
            "name": "@developmentseed"
          }
        ],
        "person_or_org": {
          "family_name": "Alex I. Mandel",
          "name": "Alex I. Mandel",
          "type": "personal"
        }
      },
      {
        "affiliations": [
          {
            "name": "@developmentseed"
          }
        ],
        "person_or_org": {
          "family_name": "Chuck Daniels",
          "name": "Chuck Daniels",
          "type": "personal"
        }
      }
    ],
    "description": "<h2>What's Changed</h2>\n<ul>\n<li>Initial book layout by @lillythomas in https://github.com/developmentseed/scaling_science/pull/1</li>\n<li>feat: Add license footer and file by @wildintellect in https://github.com/developmentseed/scaling_science/pull/4</li>\n<li>Feat/actions by @wildintellect in https://github.com/developmentseed/scaling_science/pull/6</li>\n<li>Open tools and formats by @lillythomas in https://github.com/developmentseed/scaling_science/pull/5</li>\n<li>Chapter on documentation and supplementary materials by @lillythomas in https://github.com/developmentseed/scaling_science/pull/9</li>\n<li>feat: enable interactive plots with requirejs loading by @wildintellect in https://github.com/developmentseed/scaling_science/pull/12</li>\n<li>Landing page and intro chapter by @lillythomas in https://github.com/developmentseed/scaling_science/pull/14</li>\n<li>Reduce scope of interactive plot example by @lillythomas in https://github.com/developmentseed/scaling_science/pull/13</li>\n<li>Update dependencies and dependencies workflow by @lillythomas in https://github.com/developmentseed/scaling_science/pull/15</li>\n<li>update to latest versions by @lillythomas in https://github.com/developmentseed/scaling_science/pull/16</li>\n<li>Miscellaneous pruning, polishing, formatting, refinement, organization by @lillythomas in https://github.com/developmentseed/scaling_science/pull/17</li>\n<li>Fix typos and grammar errors. by @chuckwondo in https://github.com/developmentseed/scaling_science/pull/18</li>\n<li>Add top level summary by @lillythomas in https://github.com/developmentseed/scaling_science/pull/19</li>\n<li>fix typos by @lillythomas in https://github.com/developmentseed/scaling_science/pull/21</li>\n</ul>\n<h2>New Contributors</h2>\n<ul>\n<li>@lillythomas made their first contribution in https://github.com/developmentseed/scaling_science/pull/1</li>\n<li>@wildintellect made their first contribution in https://github.com/developmentseed/scaling_science/pull/4</li>\n<li>@chuckwondo made their first contribution in https://github.com/developmentseed/scaling_science/pull/18</li>\n</ul>\n<p><strong>Full Changelog</strong>: https://github.com/developmentseed/scaling_science/commits/1.0</p>",
    "publication_date": "2024-05-20",
    "publisher": "Zenodo",
    "related_identifiers": [
      {
        "identifier": "https://github.com/developmentseed/scaling_science/tree/1.0",
        "relation_type": {
          "id": "issupplementto",
          "title": {
            "de": "Erg\u00e4nzt",
            "en": "Is supplement to"
          }
        },
        "resource_type": {
          "id": "software",
          "title": {
            "de": "Software",
            "en": "Software"
          }
        },
        "scheme": "url"
      }
    ],
    "resource_type": {
      "id": "software",
      "title": {
        "de": "Software",
        "en": "Software"
      }
    },
    "rights": [
      {
        "description": {
          "en": "The Creative Commons Attribution license allows re-distribution and re-use of a licensed work on the condition that the creator is appropriately credited."
        },
        "icon": "cc-by-icon",
        "id": "cc-by-4.0",
        "props": {
          "scheme": "spdx",
          "url": "https://creativecommons.org/licenses/by/4.0/legalcode"
        },
        "title": {
          "en": "Creative Commons Attribution 4.0 International"
        }
      }
    ],
    "title": "developmentseed/scaling_science: 1.0",
    "version": "1.0"
  }