Skip to content
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

Update and rename CITATION to CITATION.cff #103

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
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
1 change: 0 additions & 1 deletion CITATION

This file was deleted.

33 changes: 33 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
cff-version: 1.2.0
message: "If you use this lesson in your work, please cite it as below."
title: "Library Carpentry: R"
authors:
- family-names: "Dennis"
given-names: "Tim"
orcid: "https://orcid.org/0000-0001-6632-3812"
- family-names: "Beh"
given-names: "Jia Qi"
orcid: "https://orcid.org/000-0002-9311-5928"
- family-names: "Iakovakis"
given-names: "Clarke"
- family-names: "Little"
given-names: "John"
- family-names: "Guillou"
given-names: "Stéphane"
- family-names: "Lin"
given-names: "Sarah"
date-released: "2024-09-27"
version: "1.0.0"
url: "https://librarycarpentry.org/lc-r"
license: "CC-BY-4.0"
keywords:
- R
- data cleaning
- data visualization
- ggplot2
- dplyr
- librarians
- data science
- open science
abstract: >
This lesson, part of the Library Carpentry series, introduces R programming to librarians and library professionals. It focuses on data cleaning, transformation, and visualization using tools like `dplyr` and `ggplot2`, and aims to equip learners with essential data science skills.
Loading