Skip to content

Commit

Permalink
🔖 Python4DataScience 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed Jun 14, 2023
1 parent dc65805 commit 190c879
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 27 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
types: [file]
files: \.(yml|yaml|cff)$
- id: check-added-large-files
- id: check-json
types: [file] # override `types: [json]`
Expand Down
49 changes: 26 additions & 23 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
cff-version: "1.1.0"
message: "If you use this tutorial, please cite it as below."
cff-version: 1.2.0
title: Jupyter Tutorial
message: >-
If you use this tutorial, please cite it using the
metadata from this file.
type: software
authors:
-
- given-names: Veit
family-names: Schiele
given-names: Veit
orcid: "https://orcid.org/https://orcid.org/0000-0002-2448-8958"
email: veit@cusy.io
identifiers:
-
type: doi
value: "10.5281/zenodo.4147287"
- type: doi
value: 10.5281/zenodo.8039242
- type: url
value: "https://github.com/veit/jupyter-tutorial/tree/v1.0.0"
repository-code: "https://github.com/veit/jupyter-tutorial/"
url: "https://jupyter-tutorial.readthedocs.io/en/v1.0.0/"
abstract: >-
Training materials for setting up and using a research
infrastructure based on Jupyter notebooks.
keywords:
- "data-science"
- jupyter
- "jupyter-notebooks"
- "jupyter-kernels"
- ipython
- pandas
- spack
- pipenv
- Jupyter
- Notebook
- JupyterHub
- ipywidgets
- "ipython-widget"
- dvc
title: "Jupyter tutorial"
version: "0.8.0"
date-released: 2020-10-08
license: "BSD-3-Clause"
repository-code: "https://github.com/veit/jupyter-tutorial"
- Jupyter Widgets
- Dashboard
- nbsphinx
license: BSD-3-Clause
version: 1.0.0
date-released: "2023-06-14"
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Status
.. image:: https://pyup.io/repos/github/veit/jupyter-tutorial/shield.svg
:alt: Pyup
:target: https://pyup.io/repos/github/veit/jupyter-tutorial/
.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.4147287.svg
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.8039312.svg
:alt: DOI
:target: https://zenodo.org/badge/latestdoi/199994535
:target: https://doi.org/10.5281/zenodo.8039312
.. image:: https://img.shields.io/badge/dynamic/json?label=Mastodon&query=totalItems&url=https%3A%2F%2Fmastodon.social%2F@JupyterTutorial%2Ffollowers.json&logo=mastodon
:alt: Mastodon
:target: https://mastodon.social/@JupyterTutorial
Expand Down
44 changes: 44 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"codeRepository": "git+https://github.com/veit/jupyter-tutorial",
"dateCreated": "2023-06-14",
"datePublished": "2019-06-27",
"dateModified": "2023-06-14",
"issueTracker": "https://github.com/veit/jupyter-tutorial/issues",
"name": "Jupyter Tutorial",
"version": "1.0.0",
"description": "Training materials for setting up and using a research infrastructure based on Jupyter notebooks.\n",
"developmentStatus": "active",
"isPartOf": "https://www.python4data.science/",
"referencePublication": "https://doi.org/10.5281/zenodo.8039242",
"keywords": [
"Jupyter",
"Notebook",
"JupyterHub",
"ipywidgets",
"Jupyter Widgets",
"Dashboard",
"nbsphinx"
],
"programmingLanguage": [
"Python 3"
],
"operatingSystem": [
"Linux",
"Windows",
"macOS"
],
"author": [
{
"@type": "Person",
"givenName": "Veit",
"familyName": "Schiele",
"email": "veit@cusy.io",
"affiliation": {
"@type": "Organization",
"name": "cusy GmbH"
}
}
]
}
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Veit Schiele"

# The full version, including alpha/beta/rc tags
release = "0.9.0"
release = "1.0.0"


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -82,7 +82,7 @@
# documentation.
#
# Change default HTML title
html_title = "Jupyter Tutorial 0.9.0"
html_title = "Jupyter Tutorial 1.0.0"
#
# html_theme_options = {}
# html_sidebars = {}
Expand Down

0 comments on commit 190c879

Please sign in to comment.