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 lmu-osc has institutional domain (www.osc.uni-muenchen.de)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 4
  • Releases: 0
Created 10 months ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.md

Open Research Practice Guide

[!WARNING] This repository is a work in progress.

Check CITATION.cff Format

Repo templates come with a GitHub Action that will check that the CITATION.cff file is correctly formatted every time the file is pushed to GitHub (and it will check on any branch to which it is pushed.)

You can also run this check locally with the code below which 1) installs the cffconvert checker package, and runs the check (inside of a Docker container). You may need to install Docker and Python 3 if they are not already on your computer.

{bash} python3 -m pip install --user cffconvert docker run --rm -v "${PWD}:/app" citationcff/cffconvert --validate

Owner

  • Name: LMU Open Science Center
  • Login: lmu-osc
  • Kind: organization
  • Location: Germany

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "YOUR_NAME_HERE"
  given-names: "YOUR_NAME_HERE"
  orcid: "https://orcid.org/0000-0000-0000-0000"
- family-names: "Lisa"
  given-names: "Mona"
  orcid: "https://orcid.org/0000-0000-0000-0000"
title: ""
version: 0.0.1
doi: 
date-released: YYYY-MM-DD
repository-code: "https://github.com/lmu-osc/"
url: "https://github.com/lmu-osc/"

GitHub Events

Total
  • Issues event: 4
  • Watch event: 1
  • Public event: 1
  • Push event: 19
  • Create event: 1
Last Year
  • Issues event: 4
  • Watch event: 1
  • Public event: 1
  • Push event: 19
  • Create event: 1

Dependencies

.github/workflows/citation-check.yml actions
  • actions/checkout v4 composite
  • dieghernan/cff-validator v3 composite
.github/workflows/publish.yaml actions
  • actions/checkout v4 composite
  • quarto-dev/quarto-actions/publish v2 composite
  • quarto-dev/quarto-actions/setup v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-renv v2 composite