Skip to content

Commit

Permalink
notebook placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchristian committed Mar 22, 2024
1 parent 327399c commit 5edfc6b
Show file tree
Hide file tree
Showing 34 changed files with 1,120 additions and 1,373 deletions.
Binary file removed 6780765/Brussels.jpg
Binary file not shown.
Binary file removed 6780765/Cupido.jpg
Binary file not shown.
Binary file removed 6780765/Papagei.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Simon Bowie
Copyright (c) 2023-24 Simon Bowie; Simon Worthington; The Authors.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
24 changes: 2 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,3 @@
# Title:
# Title: Exhibition Catalogue - Prototype Demo

Author:

ORCID:

Date:

DOI:

Repository URL:

## Based on Baroque AI: Publication Prototype

## Part of the series: Baroque TOC

[Programme instructions](https://nfdi4culture.github.io/class-ADA-CP-pipeline/)

2023-03-17

<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a> This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.

Book cover: Reworking of [Baroque pearl with enamelled gold mounts set with rubies](https://en.wikipedia.org/wiki/File:Pendant_in_the_form_of_a_siren_MET_DT7173.jpg). Creative Commons CC0 1.0 Universal Public Domain Dedication. This file was donated to Wikimedia Commons as part of a project by the Metropolitan Museum of Art.
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a> This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
12 changes: 5 additions & 7 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,14 @@ book:
# this section determines which files will be added to the book as chapters
chapters:
- index.qmd
- colophon.ipynb
- collection003.qmd
- paintings.ipynb
# - video.ipynb
# - sw-collection.ipynb
# - html-test.html
- copyright-page.ipynb
- essay.ipynb
- painting-collection.ipynb
- data-analysis.ipynb
repo-url: https://github.com/NFDI4Culture/CPS-Demo
repo-actions: [edit]
downloads: [pdf,docx,epub]
cover-image: cover-smallalt.jpg
cover-image: cover-sml.jpg

# Quarto allows commenting using either Hypothesis or Utterances
# https://quarto.org/docs/reference/projects/books.html#comments
Expand Down
101 changes: 0 additions & 101 deletions collection.ipynb

This file was deleted.

26 changes: 0 additions & 26 deletions collection003.qmd

This file was deleted.

25 changes: 8 additions & 17 deletions colophon.ipynb → copyright-page.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"metadata": {},
"source": [
"---\n",
"title: \"Colophon\"\n",
"title: \"Copyright Page\"\n",
"jupyter: python3\n",
"execute:\n",
" echo: false\n",
Expand All @@ -14,37 +14,27 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"Fork title: \n",
"\n",
"Author: \n",
"\n",
"ORCID: \n",
"\n",
"Date: \n",
"\n",
"DOI: \n",
"\n",
"Repository: "
"Publication metadata collected from the Thoth.pub GraphQL API. https://api.thoth.pub/graphiql"
]
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"PUBLISHING FROM COLLECTIONS\n",
"USES OF COMPUTATIONAL PUBLISHIGN AND LINKEDOPEN DATA\n",
"USES OF COMPUTATIONAL PUBLISHING AND LINKED OPEN DATA\n",
"\n",
"Open Science Lab - TIB\n",
"Hannnover\n",
"\n",
"Hannover\n",
"\n",
"First published 2023-03-30\n",
"\n",
Expand Down Expand Up @@ -72,6 +62,7 @@
"print(data['data']['work']['subtitle'].upper())\n",
"print('\\r')\n",
"print(data['data']['work']['imprint']['publisher']['publisherName'])\n",
"print('\\r')\n",
"print(data['data']['work']['place'])\n",
"print('\\r')\n",
"print('First published ' + data['data']['work']['publicationDate'])\n",
Expand Down Expand Up @@ -99,7 +90,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.5"
"version": "3.11.8"
},
"orig_nbformat": 4,
"vscode": {
Expand Down
Binary file removed cover-smallalt.jpg
Binary file not shown.
Binary file added cover-sml.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5edfc6b

Please sign in to comment.