generated from biodiversitydata/quarto-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename repo & edit readme & title slide
- Loading branch information
Showing
5 changed files
with
64 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Contributing to quarto-template | ||
# Contributing to general-context | ||
|
||
First off, thanks for taking the time to contribute to `quarto-template`! | ||
First off, thanks for taking the time to contribute to `general-context`! | ||
|
||
All types of contributions are encouraged and valued. See the | ||
[Table of contents](#table-of-contents) for different ways to help and details | ||
|
@@ -24,13 +24,13 @@ maintainers and smooth out the experience for all involved. | |
|
||
## Code of conduct | ||
|
||
This project is released with a [Contributor Code of Conduct](https://github.com/biodiversitydata/quarto-template/blob/main/CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to <[email protected]>. | ||
This project is released with a [Contributor Code of Conduct](https://github.com/biodiversitydata/general-context/blob/main/CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to <[email protected]>. | ||
|
||
|
||
|
||
## Style guide | ||
|
||
We use the [Tidyverse style guide](https://style.tidyverse.org/) for writing R code. Functions are documented with the [roxygen2](https://roxygen2.r-lib.org/articles/roxygen2.html) syntax. `quarto-template` uses the `lower_snake_case`. | ||
We use the [Tidyverse style guide](https://style.tidyverse.org/) for writing R code. Functions are documented with the [roxygen2](https://roxygen2.r-lib.org/articles/roxygen2.html) syntax. `general-context` uses the `lower_snake_case`. | ||
|
||
|
||
|
||
|
@@ -42,12 +42,12 @@ If you want to contribute by commiting changes, please try to use the [Conventio | |
|
||
## Asking questions | ||
|
||
Before you ask a question, it is best to search for existing [Issues](https://github.com/biodiversitydata/quarto-template/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. | ||
Before you ask a question, it is best to search for existing [Issues](https://github.com/biodiversitydata/general-context/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. | ||
|
||
If you then still feel the need to ask a question and need clarification, we recommend the following: | ||
|
||
- Open a new [Issue](https://github.com/biodiversitydata/quarto-template/issues/new). | ||
- Use the template [other_issue.md](https://github.com/biodiversitydata/quarto-template/blob/main/.github/ISSUE_TEMPLATE/other_issue.md). | ||
- Open a new [Issue](https://github.com/biodiversitydata/general-context/issues/new). | ||
- Use the template [other_issue.md](https://github.com/biodiversitydata/general-context/blob/main/.github/ISSUE_TEMPLATE/other_issue.md). | ||
- Provide as much context as you can about what you're running into. | ||
- Provide project and platform versions (paste the output of `sessionInfo()`). | ||
|
||
|
@@ -63,19 +63,19 @@ We will then take care of the issue as soon as possible. | |
|
||
A good bug report shouldn't leave others needing to chase you up for more information. Therefore, we ask you to investigate carefully, collect information and describe the issue in detail in your report. Please complete the following steps in advance to help us fix any potential bug as fast as possible. | ||
|
||
- Make sure that you are using the latest version of `quarto-template`. | ||
- Make sure that you are using the latest version of `general-context`. | ||
- Determine if your bug is really a bug and not an error on your side. | ||
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/biodiversitydata/quarto-template/issues?q=label%3Abug). | ||
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/biodiversitydata/general-context/issues?q=label%3Abug). | ||
|
||
|
||
|
||
### How do I submit a bug report? | ||
|
||
We use [GitHub Issues](https://github.com/biodiversitydata/quarto-template/issues) to | ||
We use [GitHub Issues](https://github.com/biodiversitydata/general-context/issues) to | ||
track bugs and errors. If you run into an issue with the project: | ||
|
||
- Open a new [Issue](https://github.com/biodiversitydata/quarto-template/issues/new). | ||
- Use the template [bug_report.md](https://github.com/biodiversitydata/quarto-template/blob/main/.github/ISSUE_TEMPLATE/bug_report.md). | ||
- Open a new [Issue](https://github.com/biodiversitydata/general-context/issues/new). | ||
- Use the template [bug_report.md](https://github.com/biodiversitydata/general-context/blob/main/.github/ISSUE_TEMPLATE/bug_report.md). | ||
- Explain the behavior you would expect and the actual behavior. | ||
- Please provide as much context as possible and describe the | ||
*reproduction steps* that someone else can follow to recreate the issue on | ||
|
@@ -91,21 +91,21 @@ We will then take care of the issue as soon as possible. | |
|
||
### Before requesting a feature | ||
|
||
- Make sure that you are using the latest version of `quarto-template`. | ||
- Read the [documentation](https://github.com/biodiversitydata/quarto-template/) and the [wiki](https://github.com/biodiversitydata/quarto-template/wiki) carefully and find out if the functionality is already covered. | ||
- Perform a [search](https://github.com/biodiversitydata/quarto-template/issues) to see if this enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one. | ||
- Make sure that you are using the latest version of `general-context`. | ||
- Read the [documentation](https://github.com/biodiversitydata/general-context/) and the [wiki](https://github.com/biodiversitydata/general-context/wiki) carefully and find out if the functionality is already covered. | ||
- Perform a [search](https://github.com/biodiversitydata/general-context/issues) to see if this enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one. | ||
|
||
|
||
|
||
### How do I submit a feature request? | ||
|
||
Feature requests are tracked as [GitHub Issues](https://github.com/biodiversitydata/quarto-template/issues). | ||
Feature requests are tracked as [GitHub Issues](https://github.com/biodiversitydata/general-context/issues). | ||
|
||
- Open a new [Issue](https://github.com/biodiversitydata/quarto-template/issues/new). | ||
- Use the template [feature_request.md](https://github.com/biodiversitydata/quarto-template/blob/main/.github/ISSUE_TEMPLATE/feature_request.md). | ||
- Open a new [Issue](https://github.com/biodiversitydata/general-context/issues/new). | ||
- Use the template [feature_request.md](https://github.com/biodiversitydata/general-context/blob/main/.github/ISSUE_TEMPLATE/feature_request.md). | ||
- Provide a clear and descriptive title for the issue to identify the suggestion. | ||
- Provide a step-by-step description of the suggested enhancement in as many details as possible. | ||
- Explain why this enhancement would be useful to most `quarto-template` users. | ||
- Explain why this enhancement would be useful to most `general-context` users. | ||
|
||
We will then take care of the issue as soon as possible. | ||
|
||
|
@@ -122,7 +122,7 @@ We use the [GitHub flow](https://docs.github.com/en/get-started/quickstart/githu | |
1. Make your contribution. | ||
1. Stage (`git add`) and commit (`git commit`) your changes as often as necessary | ||
1. Push your changes to GitHub w/ `git push origin branch-name`. | ||
3. Submit a [Pull Request](https://docs.github.com/en/get-started/quickstart/contributing-to-projects#making-a-pull-request) on the [original repo](https://github.com/biodiversitydata/quarto-template/compare). | ||
3. Submit a [Pull Request](https://docs.github.com/en/get-started/quickstart/contributing-to-projects#making-a-pull-request) on the [original repo](https://github.com/biodiversitydata/general-context/compare). | ||
|
||
We will then review the PR as soon as possible. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
project: | ||
title: "index" | ||
title: "General context" | ||
|
||
pagetitle: "General context" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,11 +11,11 @@ | |
::: {.column .information width="68%"} | ||
|
||
::: {.title} | ||
Biodiversity data context & introduction | ||
Biodiversity data: General context | ||
::: | ||
|
||
::: {.subtitle} | ||
Open science, complex landscape & reproductibility | ||
Open science, complex landscape & reproducibility | ||
::: | ||
|
||
::: {.date} | ||
|
@@ -49,10 +49,11 @@ Sophie Pamerlon<br/> | |
::: {.column .author width="32%"} | ||
|
||
Nicolas Casajus<br/> | ||
[{{< fa envelope >}}](mailto:[email protected]) | ||
[{{< fa globe >}}](https://nicolascasajus.fr/) | ||
[{{< fa envelope >}}](mailto:[email protected]) | ||
[{{< fa globe >}}](https://nicolascasajus.fr) | ||
[{{< fa brands github >}}](https://github.com/ahasverus) | ||
[{{< fa brands orcid >}}](https://orcid.org/0000-0002-5537-5294) | ||
[{{< ai google-scholar >}}](https://scholar.google.fr/citations?user=n1swa1UAAAAJ) | ||
::: | ||
|
||
<!-- Close {.columns .authors} --> | ||
|
@@ -63,24 +64,31 @@ Nicolas Casajus<br/> | |
::: {.column .affiliation width="32%"} | ||
Animation coordinator | ||
<br/> | ||
<code>@PNDB [{{< fa globe >}}](https://www.pndb.fr/) </code> | ||
| ||
</code>@DATATERRA [{{< fa globe >}}](https://www.data-terra.org/) </code> | ||
<code>@PNDB</code> | ||
| ||
[{{< fa globe >}}](https://www.pndb.fr/) | ||
<br/> | ||
|
||
<code>@DataTerra</code> | ||
| ||
[{{< fa globe >}}](https://www.data-terra.org/) | ||
::: | ||
|
||
::: {.column .affiliation width="32%"} | ||
Data engineer | ||
<br/> | ||
{{< fa globe >}} [GBIF France](http://www.gbif.fr/) | ||
<code>@GBIF-France</code> | ||
| ||
[{{< fa globe >}}](http://www.gbif.fr/) | ||
::: | ||
|
||
::: {.column .affiliation width="32%"} | ||
Data scientist | ||
<br/> | ||
{{< fa globe >}} [CESAB-FRB](https://www.fondationbiodiversite.fr/la-fondation/le-cesab/) | ||
<code>@FRB-CESAB</code> | ||
| ||
[{{< fa globe >}}](https://www.fondationbiodiversite.fr/en/about-the-foundation/le-cesab/) | ||
| ||
[{{< fa brands github >}}](https://github.com/frbcesab) | ||
::: | ||
|
||
|
||
|