2021-data-and-software-class

Material and script for the data and software class.

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

Science Score: 77.0%

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

  • CITATION.cff file
    Found 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
  • Committers with academic emails
    3 of 9 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Material and script for the data and software class.

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

README.md

A Simple Plotting Library

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 see CITATION.cff for how to cite this software.

License

This Simple Plotting Library is published under the MIT license.

Owner

  • Name: Rene Gassmoeller
  • Login: gassmoeller
  • Kind: user
  • Location: Kiel, Germany
  • Company: GEOMAR Helmholtz Centre for Ocean Research Kiel

Citation (CITATION.cff)

cff-version: 1.0.3
message: If you use this software, please cite it as below.
authors:
  - family-names: Mohamaad
    given-names: Ayuni
    orcid: https://orcid.org/0000-0001-8760-3805
title: Simple Plotting Library
version: 0.1.0
doi: 10.5072/zenodo.779858
date-released: 2021-04-09

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.779858",
  "author": [
    {
      "@type": "Person",
      "@id": "https://orcid.org/0000-0001-8760-3805",
      "givenName": "Ayuni",
      "familyName": "Mohamaad",
      "email": "ayuniinamohamaad@ufl.edu",
      "affiliation": {
        "@type": "Organization",
        "name": "Department of Geological Sciences, University of Florida"
      }
    }
  ]
}

GitHub Events

Total
  • Pull request event: 1
Last Year
  • Pull request event: 1

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 60
  • Total Committers: 9
  • Avg Commits per committer: 6.667
  • Development Distribution Score (DDS): 0.4
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Rene Gassmoeller r****r@m****g 36
Mackenzie Ross r****2@u****u 9
Ayuni Mohamaad a****d@u****u 6
Frederick LaCombe f****2@y****m 3
Olivia Kracht i****t@g****m 2
Brian Kelly k****8@g****m 1
Daniel Astudillo r****0@g****m 1
Katie Bristol k****o@m****u 1
Nicole Greco n****o@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 23
  • Average time to close issues: N/A
  • Average time to close pull requests: 4 months
  • Total issue authors: 0
  • Total pull request authors: 10
  • Average comments per issue: 0
  • Average comments per pull request: 0.04
  • Merged pull requests: 9
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • kellybp18 (3)
  • NicoleMGreco (3)
  • DanielAstudilloM (2)
  • AyuniInaMohamaad (2)
  • Frederick-LaCombe (2)
  • gassmoeller (1)
  • katiebristol (1)
  • Lukeg75 (1)
  • okracht (1)
  • rossma52 (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

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