Science Score: 52.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
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
    Organization caltechlibrary has institutional domain (www.library.caltech.edu)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: caltechlibrary
  • License: other
  • Language: Python
  • Default Branch: main
  • Size: 52.7 KB
Statistics
  • Stars: 0
  • Watchers: 5
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 4 years ago · Last pushed over 4 years ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation Support Codemeta

README.md

Caltech Library Logger

Caltech Library Logger will provide logging interfaces for Caltech Library software.

Acknowledgments

This work was funded by the California Institute of Technology Library.

The vector artwork of two logs, used as the icon for this repository, was created by agus raharjo from the Noun Project. It is licensed under the Creative Commons CC-BY 3.0 license.


Owner

  • Name: Caltech Library
  • Login: caltechlibrary
  • Kind: organization
  • Email: helpdesk@library.caltech.edu
  • Location: Pasadena, CA 91125

We manage the physical and digital holdings of the California Institute of Technology, provide services and training, and develop open-source software.

Citation (CITATION.cff)

# YAML 1.2
---
authors: 
  -
    affiliation: "Caltech Library"
    family-names: Hucka
    given-names: Michael
    orcid: "https://orcid.org/0000-0001-9105-5960"
  -
    affiliation: "Caltech Library"
    family-names: Doiel
    given-names: Robert
    orcid: "https://orcid.org/0000-0003-0900-6903"
  -
    affiliation: "Caltech Library"
    family-names: Morrell
    given-names: "Thomas E."
    orcid: "https://orcid.org/0000-0001-9266-5146"
  -
    affiliation: "Caltech Library"
    family-names: Keswick
    given-names: Tommy
    orcid: "https://orcid.org/0000-0001-5644-440X"
cff-version: "1.1.0"
date-released: 2021-07-02
doi: 10.22002/D1.2021
keywords: 
  - template
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/caltechlibrary/template"
title: "Caltech Library Software Repository Template"
version: "1.11.0"
...

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "author": [
    {
      "@id": "https://orcid.org/0000-0001-9105-5960",
      "@type": "Person",
      "affiliation": "Caltech Library",
      "familyName": "Hucka",
      "givenName": "Michael"
    },
    {
      "@id": "https://orcid.org/0000-0003-0900-6903",
      "@type": "Person",
      "affiliation": "Caltech Library",
      "familyName": "Doiel",
      "givenName": "Robert"
    },
    {
      "@id": "https://orcid.org/0000-0001-9266-5146",
      "@type": "Person",
      "affiliation": "Caltech Library",
      "familyName": "Morrell",
      "givenName": "Thomas E."
    },
    {
      "@id": "https://orcid.org/0000-0001-5644-440X",
      "@type": "Person",
      "affiliation": "Caltech Library",
      "familyName": "Keswick",
      "givenName": "Tommy"
    }
  ],
  "issueTracker": "https://github.com/caltechlibrary/template/issues",
  "license": "https://github.com/caltechlibrary/template/blob/main/LICENSE",
  "developmentStatus": "active",
  "downloadUrl": "https://github.com/caltechlibrary/template/archive/main.zip",
  "codeRepository": "https://github.com/caltechlibrary/template",
  "datePublished": "2021-07-02",
  "keywords": [
    "template",
    "software"
  ],
  "name": "Caltech Library Software Repository Template",
  "description": "Template repository for software projects by the Caltech Library",
  "version": "1.11.0",
  "maintainer": "https://orcid.org/0000-0001-9105-5960",
  "funder": {
    "@id": "https://doi.org/10.13039/100006961",
    "@type": "Organization",
    "name": "Caltech Library"
  }
}

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total 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
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
Top Labels
Issue Labels
Pull Request Labels

Dependencies

requirements.txt pypi
  • slack-sdk ==3.10.1