2021-data-and-software-class

Material and scripts for data and software class. Spring 2021.

https://github.com/mholliday96/2021-data-and-software-class

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.9%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Material and scripts for data and software class. Spring 2021.

Basic Info
  • Host: GitHub
  • Owner: mholliday96
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 34.2 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • Open Issues: 2
  • Releases: 1
Created almost 5 years ago · Last pushed almost 5 years ago
Metadata Files
Readme License Citation Codemeta

README.md

A Simple Plotting Library for Clinker data

License: MIT DOI

About

This is a simple plotting library, which was created to illustrate git and github.

Installation instructions

All dependencies are listed in the file requirements.txt. This repository is not installable.

Running

The main program is inside the file src/plotting.py and can be executed using a python interpreter.

Citation

Please refer to the codemeta.json file for all information regarding how to cite this software.

License

This Simple Plotting Library is published under the MIT license.

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "license": "https://spdx.org/licenses/MIT",
  "dateCreated": "2021-04-09",
  "datePublished": "2021-04-09",
  "name": "Simple Plotting Library",
  "version": "0.1.0",
  "identifier": "10.5072/zenodo.779844",
  "author": [
    {
      "@type": "Person",
      "@id": "https://orcid.org/0000-0002-0371-8654",
      "givenName": "McKenna",
      "familyName": "Holliday",
      "email": "m.holliday@ufl.edu",
      "affiliation": {
        "@type": "Organization",
        "name": "Department of Geological Sciences, University of Florida"
      }
    }
  ]
}

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • matplotlib *
  • numpy *
  • pandas *