-
Notifications
You must be signed in to change notification settings - Fork 51
Make lesson citable #270
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
Make lesson citable #270
Changes from 10 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
c06dfec
add cff sturcture and easy fill sections
samumantha e8237e1
add abstract from webpage
samumantha 3732425
implement @bast comment "more data than software"
samumantha c48d5e3
add validation workflow for CITATION.cff
bast e99556e
rename title to "How to document your research software"
bast 0fe505e
fix version to YYYY-MM-DD
samumantha 52a6897
add sphinx_pyppeteer_builder as dependency
bast f527a3b
remove build warning
bast ca5a520
build lesson as pdf
bast f8802b4
year and project name
bast a04824b
pyppeteer install steps moves from requirements.txt to workflow
bast File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
on: | ||
push: | ||
paths: | ||
- CITATION.cff | ||
workflow_dispatch: | ||
|
||
name: CITATION.cff | ||
jobs: | ||
Validate-CITATION-cff: | ||
runs-on: ubuntu-latest | ||
name: Validate CITATION.cff | ||
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
|
||
- name: Validate CITATION.cff | ||
uses: dieghernan/cff-validator@main |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Code documentation lesson | ||
# How to document your research software | ||
|
||
- [Credit and license](https://coderefinery.github.io/documentation/license/) | ||
- [How to preview the lesson locally](https://coderefinery.github.io/sphinx-lesson/contributing-to-a-lesson/#build-and-test-locally) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
cff-version: 1.2.0 | ||
message: "If you use this lesson material, please cite it using these metadata." | ||
authors: | ||
- name: "CodeRefinery" | ||
- family-names: "Bast" | ||
given-names: "Radovan" | ||
- family-names: "Wikfeldt" | ||
given-names: "Kjartan Thor" | ||
- family-names: "Rantaharju" | ||
given-names: "Jarno" | ||
- family-names: "Darst" | ||
given-names: "Richard" | ||
- family-names: "Wittke" | ||
given-names: "Samantha" | ||
- family-names: "van der Burg" | ||
given-names: "Sven" | ||
- family-names: "Razick" | ||
given-names: "Sabry" | ||
- family-names: "Rasel" | ||
given-names: "Annajiat Alim" | ||
- family-names: "Negru" | ||
given-names: "Stefan" | ||
- family-names: "Lindi" | ||
given-names: "Bjørn" | ||
- family-names: "van Vliet" | ||
given-names: "Marijn" | ||
- family-names: "Orozco" | ||
given-names: "Luisa" | ||
title: "How to document your research software" | ||
type: "data" | ||
abstract: "The lesson 'How to document your research software' gives an overview of the different ways how a code project can be documented: from small projects to larger projects. Markdown and Sphinx are central tools in this lesson." | ||
version: 2023-08-10 | ||
date-released: 2023-08-10 | ||
url: "https://coderefinery.github.io/documentation/" | ||
license: CC-BY-4.0 | ||
repository-code: "https://github.com/coderefinery/documentation" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.