Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into fix/doc-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed May 12, 2024
2 parents 06c33a7 + 3a8aa0c commit 29acbd8
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 12 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: validation

on:
pull_request:
push:
branches: [master]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:

validate_cff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check whether the citation metadata from CITATION.cff is valid
uses: citation-file-format/[email protected]
with:
args: --validate
10 changes: 0 additions & 10 deletions .zenodo.json

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 @@
# schema: https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md

cff-version: 1.2.0

title: reproschema

abstract: >-
A standardized form generation and data collection schema to harmonize results by design across projects.
version: 1.0.0-rc4

license: CC-BY-4.0

repository-code: https://github.com/ReproNim/reproschema.git

message: >-
To cite the reproschema, please follow the instructions here:
https://zenodo.org/doi/10.5281/zenodo.4064939
identifiers:
- description: PDFs of the BIDS specification for versions 1.9.0 and above
type: doi
value: 10.5281/zenodo.4064939

keywords:
- "schema"
- "assessment"
- "jsonld"
- "rdf"
- "repronim"

authors:
- family-names: Reproschema Contributors
22 changes: 20 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,27 @@ theme:
features:
- content.code.copy
- content.code.annotate
icon:
repo: fontawesome/brands/github
edit: material/pencil
palette:
primary: "dark blue"
accent: "light blue"
# Palette toggle for automatic mode
- media: (prefers-color-scheme)
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference

# Pages
nav:
Expand Down

0 comments on commit 29acbd8

Please sign in to comment.