Skip to content

Commit

Permalink
set-up webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
archaeothommy committed Mar 30, 2024
1 parent 78388ba commit 44a93ea
Show file tree
Hide file tree
Showing 14 changed files with 682 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata

/.quarto/
/_book/
/site_libs/
37 changes: 37 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@

cff-version: 1.2.0
title: 'Historical Metallurgy: The bigger picture'

message: |
...
abstract: '...'
type: software
authors:
- family-names: Rondelez
given-names: Paul
email: [email protected]
- family-names: Rose
given-names: Thomas
email: [email protected]
orcid: https://orcid.org/0000-0002-8186-3566
version: 0.0.900
license: CC-BY-SA-4.0
date-released: '2024-'
doi:
url: "...""
repository-code: "https://github.com/archaeothommy/historical-metallurgy-bigger-picture"
contact:
- name: Thomas Rose
email: [email protected]
- name: Paul Rondelez
email: [email protected]
keywords:
- archaeology
- archaeological-science
- archaeometry
- archaeometallurgy
- historical-metallurgy
- book
- copper
- iron
- smelting
427 changes: 427 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Version 0.0.900

Setting up the webpage and making it ready for the addition of content.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@

<!-- badges: start -->
![Quarto publish status](https://github.com/archaeothommy/historical-metallurgy-bigger-picture/actions/workflows/publish.yml/badge.svg)
[![Release](https://img.shields.io/github/v/release/archaeothommy/historical-metallurgy-bigger-picture.svg)](https://github.com/archaeothommy/historical-metallurgy-bigger-picture)
[![License](https://img.shields.io/github/license/archaeothommy/historical-metallurgy-bigger-picture.svg)](https://creativecommons.org/licenses/by-sa/4.0/)
<!--[![DOI](https://zenodo.org/badge/DOI/###.svg)](https://doi.org/###) -->
<!-- badges: end -->

# Historical Metallurgy: The Bigger Picture
Hosting repository for the webpage "Historical Metallurgy: The Bigger Picture"
69 changes: 69 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
project:
type: book

book:
version: 0.0.900
title: "Historical Metallurgy: The Bigger Picture"
abstract: |
...
# doi:
editor:
- name: Paulk Rondelez
orcid:
email: [email protected]
affiliations:
- name: ...
- name: Thomas Rose
orcid: 0000-0002-8186-3566
url: https://copper-smelting.com/
email: [email protected]
affiliations:
- name: Leibniz-Forschungsmuseum für Georessourcen/Deutsches Bergbau-Museum Bochum
department: Forschungsbereich Archäometallurgie
city: Bochum
country: Germany
url: https://www.bergbaumuseum.de/

reader-mode: true
license: CC-BY-SA 4.0
language: en
# cover-image: cover.png

page-footer:
left:
- text: Built with <a href="https://quarto.org/">Quarto</a>.
right:
- text: "Legal information"
href: about.qmd
back-to-top-navigation: true

# favicon: assets/favicon.png
site-url: https://archaeothommy.github.io/historical-metallurgy-bigger-picture/
repo-url: https://github.com/archaeothommy/historical-metallurgy-bigger-picture
repo-branch: main
repo-actions: [edit, issue]
# sharing: [twitter, facebook, linkedin]
twitter-card: true
open-graph: true

chapters:
- index.qmd
- chapter_dummy.qmd
- references.qmd

bibliography: references.bib
csl: https://www.zotero.org/styles/archaeological-and-anthropological-sciences

format:
html:
theme:
- cosmo
- theme-light.scss
smooth-scroll: true
link-external-newwindow: true
date: last-modified
code-link: true
code-fold: true

execute:
freeze: auto
44 changes: 44 additions & 0 deletions about.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
title: "About"
---

## Legal Notice

Provider according to § 5 TMG is:
Thomas Rose
Fahrenheitstraße 52
44879 Bochum
Germany

Phone +49 1522 3176524
E-Mail: thomas.rose [at] daad-alumni.de

## Privacy

This webpage does not use any cookies. It does not collect, store or process personal data. The website is hosted by [GitHub Inc.](https://github.com/) using [GitHub pages](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages). The privacy statement of Github is available [here](https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement).

## License

::: {layout="[ 80 , 20 ]"}

::: {#column-text}
Unless otherwise stated, material on this website is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International (CC-BY-SA 4.0)](https://creativecommons.org/licenses/by-sa/4.0/) license.
:::

::: {#column-image}
[![](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-sa.svg)](http://creativecommons.org/licenses/by-sa/4.0/)
:::

:::

This license allows you to:

* **Share** — copy and redistribute the material in any medium or format
* **Adapt** — remix, transform, and build upon the material
* for any purpose

if you

* provide proper **attribution** and
* indicate any **changes** to the material you made.
* distribute your contributions under the **same license** as the original.
Binary file added assets/TRose.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions chapter_dummy.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Chapter Template
author:
- name: xxx
corresponding: true
orcid: 0000-0001-2345-6789
email: [email protected]
- name: xxx
orcid: 0000-0001-2345-6789
abstract: Abstract of the chapter.
---

::: {.callout-caution title="In preparation"}
This chapter is in preparation. You are welcome to contribute!

:::
13 changes: 13 additions & 0 deletions historical-metallurgy-bigger-picture.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX
48 changes: 48 additions & 0 deletions index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
## Welcome {.unnumbered}
This interactive book is ...

This book is still work in progress with additional chapters being added over time. We are welcoming any kind of contribution and feedback from our readers and the experts in the field. If you want to contribute, please [contact the editor](mailto:[email protected]) or fork the [associated Github repository](https://github.com/archaeothommy/historical-metallurgy-bigger-picture) and create a push request with your materials.

## The team

### Editors

::: {layout="[ 15 , 85 ]"}

::: {#column-image}
<!--![](assets/TRose.png) -->
:::

::: {#column-text}
**Paul Rondelez** (...) <br> Paul is ...
:::

:::


::: {layout="[ 15 , 85 ]"}

::: {#column-image}
![](assets/TRose.png)
:::

::: {#column-text}
**Thomas Rose** (Forschungsbereich Archäometallurgie, Leibniz-Forschungsmuseum für Georessourcen/Deutsches Bergbau-Museum Bochum, Bochum, Germany) <br> Thomas is working in the DFG-funded project “GlobaLID – Building an interface between geochemistry and archaeometry to create a new research infrastructure with a global perspective”. He gained expertise in ancient copper metallurgy with focus on the Chalcolithic Southern Levant and stable metal isotope systems. In addition, he is maintainer of the R package [ChronochRt](https://cran.r-project.org/package=chronochrt). He is executive board member of the [Gesellschaft für Naturwissenschaftliche Archäologie ARCHAEOMETRIE e.V](https://www.archaeometrie.de/) and council member of the [Historical Metallurgy Society](https://historicalmetallurgy.org). More info at <https://copper-smelting.com>.
:::

:::

### Authors
<!--
::: {layout="[ 15 , 85 ]"}
::: {#column-image}
![](cover.png)
:::
::: {#column-text}
**Name** (Affiliation)
:::
:::
-->
Empty file added references.bib
Empty file.
5 changes: 5 additions & 0 deletions references.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# References {.unnumbered}
under construction...

::: {#refs}
:::
4 changes: 4 additions & 0 deletions theme-light.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/*-- scss:defaults --*/
// Base document colors
$link-color: #db2929 !default;
$toc-color: #db2929;

0 comments on commit 44a93ea

Please sign in to comment.