Skip to content

Add CITATION.cff file #349

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/workflows/citation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Citation File Validation

on:
push:
branches: [ "main", "dev", "hotfix/update-ci" ]
pull_request:
branches: [ "main", "dev", "hotfix/update-ci" ]

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
- name: Install Checker
run: python3 -m pip install cffconvert
- name: Check Citation File
run: cffconvert --validate
44 changes: 44 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: Simvue
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Andrew
family-names: Lahiff
affiliation: United Kingdom Atomic Energy Authority
orcid: 'https://orcid.org/0000-0002-2785-4116'
- given-names: Aby
family-names: Abraham
affiliation: United Kingdom Atomic Energy Authority
- given-names: Vignesh
family-names: Gopakumar
orcid: 'https://orcid.org/0000-0002-6773-1049'
affiliation: United Kingdom Atomic Energy Authority
- given-names: Kristian
family-names: Zarebski
affiliation: United Kingdom Atomic Energy Authority
orcid: 'https://orcid.org/0000-0002-6773-1049'
- given-names: Matthew
family-names: Field
affiliation: United Kingdom Atomic Energy Authority
- given-names: James
family-names: Panayis
affiliation: United Kingdom Atomic Energy Authority
repository-code: 'https://github.com/simvue-io/client'
url: 'https://simvue.io/'
abstract: >-
Collect metadata, metrics and artifacts from simulations,
processing and AI/ML training tasks running on any
platform, in real time.
keywords:
- tracking
- monitoring
- metrics
- alerting
- simulation
license: Apache-2.0