diff --git a/docs/_quarto.yml b/docs/_quarto.yml index 3ce3e96..862b48f 100644 --- a/docs/_quarto.yml +++ b/docs/_quarto.yml @@ -7,21 +7,20 @@ project: output-dir: _book book: - title: "PR App" + title: "Template" output-file: "template-project" - author: "Victor Schauer" - date: "2024-04-15" - repo-url: https://github.com/trr266/quarto-template-data-website-2 + author: "Jeremiah Lewis & Collaborators" + date: "2024-03-28" + repo-url: https://github.com/trr266/quarto-template-data-website repo-actions: [issue, edit] repo-subdir: docs chapters: - index.qmd - - pr-viz.qmd - - data-collection-process.qmd - - data-set.qmd + - data-collection.qmd + - data-preview.qmd format: html: theme: cosmo fig-format: retina - code-fold: false + code-fold: false \ No newline at end of file diff --git a/docs/data-collection-process.qmd b/docs/data-collection.qmd similarity index 100% rename from docs/data-collection-process.qmd rename to docs/data-collection.qmd diff --git a/docs/data-set.qmd b/docs/data-preview.qmd similarity index 100% rename from docs/data-set.qmd rename to docs/data-preview.qmd diff --git a/docs/index.qmd b/docs/index.qmd index 73e84ce..9dcbe06 100644 --- a/docs/index.qmd +++ b/docs/index.qmd @@ -1,11 +1,13 @@ --- -title: "Intro" -author: "Victor Schauer" -knitr: true +title: "An introduction to a great dataset" +author: "Jeremiah Lewis" +jupyter: python3 execute: echo: false --- -This shiny dashboard is a demo version that shows data about CEO-to-employee pay ratios from France. Its goal is to inform researchers, regulators, as well as the interested public about the pay ratios reported by French public firms. The data covers the years 2015 until 2021. +# Sample Data Product -Below you find three tabs to dive into the pay ratio dataset: 1) a plot where you can compare firms' pay ratios with all other firms in the dataset over the years 2015 - 2021, 2) a table containing the complete data set 3) information on the creator and affiliations (to be provided +A project of the [Open Science Data Center][c02] + +> Research Data Access for the European Single Electronic Format (ESEF) \ No newline at end of file