r-emlassemblyline

R package for creating EML metadata

https://github.com/ediorg/emlassemblyline

Science Score: 46.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
    Links to: zenodo.org
  • Committers with academic emails
    2 of 7 committers (28.6%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.2%) to scientific vocabulary
Last synced: 7 months ago · JSON representation

Repository

R package for creating EML metadata

Basic Info
Statistics
  • Stars: 30
  • Watchers: 16
  • Forks: 16
  • Open Issues: 51
  • Releases: 7
Created about 9 years ago · Last pushed 7 months ago
Metadata Files
Readme Changelog Contributing License Code of conduct Authors Codemeta

README.md

Travis-CI Build Status codecov.io DOI

EMLassemblyline (EAL)

For scientists and data managers to create high quality EML metadata for dataset publication. EAL is optimized for automating recurring publications (time series or data derived from time series sources) but works well for "one-off" publications, especially through the MetaShARK interface. EAL prioritizes automated metadata extraction from data objects to minimize required human effort and encourages EML best practices to make publications Findable, Accessible, Interoperable, and Reusable.

Features

  • Optimized for automating recurring data publications
  • Works well for one-off data publications
  • Prioritizes automated metadata extraction from data objects
  • Aligns with EML best practices of the U.S. Long Term Ecological Research Network (LTER)
  • Requires no familiarity with EML
  • Requires little familiarity with the R language
  • Accepts all data types
  • Is data repository agnostic

Install

```

Install from GitHub

remotes::install_github("EDIorg/EMLassemblyline") ```

Usage

An overview of the EAL use cases

Active projects

  • Creating a Shiny interface for editing metadata template files thereby eliminating requirements for text and spreadsheet editors while facilitating use of dictionaries, vocabularies, and ontologies. This is under development in the MetaShARK application, developped by the PNDB (French Biodiversity National Data Hub).
  • Aligning EAL with a profile of the most commonly used EML elements to provide an exchange interface with other information systems (e.g. LTER-core-metabase).
  • See project issues for more.

Contributing

Please contribute! See our code of conduct and contributing guidelines for details.

Versioning

This project uses semantic versioning.

Authors

Several people have contributed to this project. List of contributors.

Related materials

Owner

  • Name: Environmental Data Initiative
  • Login: EDIorg
  • Kind: organization
  • Email: info@edirepository.org

Accelerating the archive and reuse of environmental data

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "identifier": "EMLassemblyline",
  "description": " For scientists and data managers to create high quality EML metadata for dataset publication. EMLassemblyline is optimized for automating recurring publications (timeseries or data derived from timeseries sources) but works well for \"one-off\" publications, especially through the MetaShARK interface. EMLassemblyline prioritizes automated metadata extraction from data objects to minimize required human effort and encourages EML best practices to make publications Findable, Accessible, Interoperable, and Reusable.",
  "name": "EMLassemblyline: A tool kit for building EML metadata workflows",
  "relatedLink": "https://ediorg.github.io/EMLassemblyline/",
  "codeRepository": "https://github.com/EDIorg/EMLassemblyline",
  "issueTracker": "https://github.com/EDIorg/EMLassemblyline/issues",
  "license": "https://spdx.org/licenses/MIT",
  "version": "3.6.0",
  "programmingLanguage": {
    "@type": "ComputerLanguage",
    "name": "R",
    "url": "https://r-project.org"
  },
  "runtimePlatform": "R version 4.4.2 (2024-10-31)",
  "author": [
    {
      "@type": "Person",
      "givenName": "Colin",
      "familyName": "Smith",
      "email": "colin.smith@wisc.edu",
      "@id": "https://orcid.org/0000-0003-2261-9931"
    }
  ],
  "contributor": [
    {
      "@type": "Person",
      "givenName": "Elie",
      "familyName": "ARNAUD",
      "email": "earnaud@outlook.com",
      "@id": "https://orcid.org/0000-0003-3416-7653"
    },
    {
      "@type": "Person",
      "givenName": "Sarah",
      "familyName": "Wright",
      "@id": "https://orcid.org/0009-0004-5060-2189"
    },
    {
      "@type": "Person",
      "givenName": "Kyle",
      "familyName": "Zollo-Venecek",
      "@id": "https://orcid.org/0000-0002-1615-590X"
    }
  ],
  "maintainer": [
    {
      "@type": "Person",
      "givenName": "Colin",
      "familyName": "Smith",
      "email": "colin.smith@wisc.edu",
      "@id": "https://orcid.org/0000-0003-2261-9931"
    }
  ],
  "softwareSuggestions": [
    {
      "@type": "SoftwareApplication",
      "identifier": "testthat",
      "name": "testthat",
      "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=testthat"
    }
  ],
  "softwareRequirements": {
    "1": {
      "@type": "SoftwareApplication",
      "identifier": "bit64",
      "name": "bit64",
      "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=bit64"
    },
    "2": {
      "@type": "SoftwareApplication",
      "identifier": "data.table",
      "name": "data.table",
      "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=data.table"
    },
    "3": {
      "@type": "SoftwareApplication",
      "identifier": "EML",
      "name": "EML",
      "version": ">= 2.0.5",
      "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=EML"
    },
    "4": {
      "@type": "SoftwareApplication",
      "identifier": "httr",
      "name": "httr",
      "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=httr"
    },
    "5": {
      "@type": "SoftwareApplication",
      "identifier": "knitr",
      "name": "knitr",
      "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=knitr"
    },
    "6": {
      "@type": "SoftwareApplication",
      "identifier": "methods",
      "name": "methods"
    },
    "7": {
      "@type": "SoftwareApplication",
      "identifier": "mime",
      "name": "mime",
      "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=mime"
    },
    "8": {
      "@type": "SoftwareApplication",
      "identifier": "reader",
      "name": "reader",
      "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=reader"
    },
    "9": {
      "@type": "SoftwareApplication",
      "identifier": "readr",
      "name": "readr",
      "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=readr"
    },
    "10": {
      "@type": "SoftwareApplication",
      "identifier": "rmarkdown",
      "name": "rmarkdown",
      "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=rmarkdown"
    },
    "11": {
      "@type": "SoftwareApplication",
      "identifier": "stringr",
      "name": "stringr",
      "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=stringr"
    },
    "12": {
      "@type": "SoftwareApplication",
      "identifier": "stringi",
      "name": "stringi",
      "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=stringi"
    },
    "13": {
      "@type": "SoftwareApplication",
      "identifier": "taxonomyCleanr",
      "name": "taxonomyCleanr",
      "version": ">= 1.6.7",
      "sameAs": "https://github.com/EDIorg/taxonomyCleanr"
    },
    "14": {
      "@type": "SoftwareApplication",
      "identifier": "tidyr",
      "name": "tidyr",
      "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=tidyr"
    },
    "15": {
      "@type": "SoftwareApplication",
      "identifier": "tools",
      "name": "tools"
    },
    "16": {
      "@type": "SoftwareApplication",
      "identifier": "uuid",
      "name": "uuid",
      "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=uuid"
    },
    "17": {
      "@type": "SoftwareApplication",
      "identifier": "xml2",
      "name": "xml2",
      "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=xml2"
    },
    "SystemRequirements": null
  },
  "fileSize": "1615.923KB"
}

GitHub Events

Total
  • Issues event: 5
  • Watch event: 2
  • Delete event: 2
  • Issue comment event: 8
  • Push event: 15
  • Pull request review event: 3
  • Pull request review comment event: 2
  • Pull request event: 11
  • Fork event: 2
  • Create event: 3
Last Year
  • Issues event: 5
  • Watch event: 2
  • Delete event: 2
  • Issue comment event: 8
  • Push event: 15
  • Pull request review event: 3
  • Pull request review comment event: 2
  • Pull request event: 11
  • Fork event: 2
  • Create event: 3

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 1,031
  • Total Committers: 7
  • Avg Commits per committer: 147.286
  • Development Distribution Score (DDS): 0.117
Past Year
  • Commits: 15
  • Committers: 1
  • Avg Commits per committer: 15.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Colin Smith c****h@w****u 910
Colin Smith c****v@g****m 103
Elie Ker Arno e****d@o****m 11
Kyle Zollo k****o@g****m 3
earnaud 4****d@u****m 2
Margaret O'Brien m****n@u****u 1
Yvan Le Bras y****s@m****r 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 78
  • Total pull requests: 31
  • Average time to close issues: 8 months
  • Average time to close pull requests: about 2 months
  • Total issue authors: 20
  • Total pull request authors: 7
  • Average comments per issue: 2.96
  • Average comments per pull request: 0.65
  • Merged pull requests: 25
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 3
  • Pull requests: 5
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 2 days
  • Issue authors: 3
  • Pull request authors: 3
  • Average comments per issue: 2.0
  • Average comments per pull request: 0.4
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • clnsmth (27)
  • mobb (14)
  • earnaud (10)
  • kzollove (7)
  • RobLBaker (4)
  • yvanlebras (2)
  • wright13 (1)
  • timshep (1)
  • juddpatterson (1)
  • rmcnellis (1)
  • trashbirdecology (1)
  • vlahm (1)
  • Cal10Lee (1)
  • cgries (1)
  • joefutrelle (1)
Pull Request Authors
  • clnsmth (13)
  • kzollove (7)
  • earnaud (6)
  • Ashley-LW (2)
  • RobLBaker (1)
  • wright13 (1)
  • yvanlebras (1)
Top Labels
Issue Labels
enhancement (30) bug (7)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
conda-forge.org: r-emlassemblyline
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 34.0%
Forks count: 40.9%
Average: 42.4%
Stargazers count: 43.4%
Dependent packages count: 51.2%
Last synced: 7 months ago

Dependencies

DESCRIPTION cran
  • EML >= 2.0.5 imports
  • bit64 * imports
  • data.table * imports
  • httr * imports
  • knitr * imports
  • methods * imports
  • mime * imports
  • reader * imports
  • readr * imports
  • rmarkdown * imports
  • stringi * imports
  • stringr * imports
  • taxonomyCleanr >= 1.6.2 imports
  • tidyr * imports
  • tools * imports
  • uuid * imports
  • xml2 * imports
  • testthat * suggests
.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action v4.4.1 composite
  • actions/checkout v3 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite