leef.archive.default
Science Score: 26.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
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (1.1%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: LEEF-UZH
- License: mit
- Language: R
- Default Branch: master
- Size: 71.3 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 2
Created over 6 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
Codemeta
README.Rmd
--- title: "README" output: github_document --- ## Extraction and preparation of Bemovi data
Owner
- Name: LEEF-UZH
- Login: LEEF-UZH
- Kind: organization
- Repositories: 18
- Profile: https://github.com/LEEF-UZH
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "LEEF.2.archive.default",
"description": "More about what it does (maybe more than one line) Use four spaces when indenting paragraphs within the Description.",
"name": "LEEF.2.archive.default: Pre-process and extract template",
"codeRepository": "https://github.com/LEEF-UZH/LEEF.archive.default",
"issueTracker": "https://github.com/LEEF-UZH/LEEF.archive.default/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "1.0.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.2 (2023-10-31)",
"author": [
{
"@type": "Person",
"givenName": "Rainer M.",
"familyName": "Krug",
"email": "Rainer.Krug@uzh.ch"
}
],
"funder": [
{
"@type": "Organization",
"name": "SNF Project 310030_188431"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Rainer M.",
"familyName": "Krug",
"email": "Rainer.Krug@uzh.ch"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.5.0"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "openssl",
"name": "openssl",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=openssl"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "yaml",
"name": "yaml",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=yaml"
},
"SystemRequirements": null
},
"fileSize": "18.843KB",
"readme": "https://github.com/LEEF-UZH/LEEF.archive.default/blob/master/Readme.md"
}
GitHub Events
Total
- Release event: 1
- Push event: 1
- Create event: 1
Last Year
- Release event: 1
- Push event: 1
- Create event: 1
Dependencies
DESCRIPTION
cran
- R >= 3.5.0 depends
- openssl * imports
- yaml * imports