dataanonymisationcourse
This is a self paced tutorial on Data Anonymisation
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.5%) to scientific vocabulary
Repository
This is a self paced tutorial on Data Anonymisation
Basic Info
- Host: GitHub
- Owner: lmu-osc
- License: cc-by-sa-4.0
- Language: CSS
- Default Branch: main
- Homepage: https://lmu-osc.github.io/DataAnonymisationCourse/
- Size: 1.15 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
- Releases: 0
Metadata Files
README.md
Data Anonymisation Course
This repository is work in progress. Please check later in 2025 :)
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
- Website: https://www.osc.uni-muenchen.de/index.html
- Repositories: 1
- Profile: https://github.com/lmu-osc
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: 2
- Issue comment event: 3
- Public event: 1
- Push event: 43
- Create event: 1
Last Year
- Issues event: 2
- Issue comment event: 3
- Public event: 1
- Push event: 43
- Create event: 1
Dependencies
- actions/checkout v4 composite
- dieghernan/cff-validator v3 composite
- 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