Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Förster committed Sep 18, 2024
1 parent 6a8ac5e commit e6121a5
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions docs/archiving-guide.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@
"for you. However, if you used\n",
"[this R package for extreme value analysis](https://github.com/C2SM/gevXgpd),\n",
"which seems to be only available from a single GitHub repository, by\n",
"all means archive it yourself. Also for thrid party-code, make sure\n",
"all means archive it yourself. Also for third party-code, make sure\n",
"that all dependencies (including versions) are provided\n",
"explicitely.\n",
"explicitly.\n",
"\n",
"#### Proprietary software\n",
"\n",
Expand Down Expand Up @@ -251,7 +251,7 @@
"### General rules\n",
"\n",
"File- and directory-names should adhere to the following conventions\n",
"to ensure interoperability across platforms and filesystems and not be\n",
"to ensure interoperability across platforms and file systems and not be\n",
"a pain to process programmatically:\n",
"\n",
"+ Limit the file name to 32 characters (preferably less!).\n",
Expand Down Expand Up @@ -503,7 +503,7 @@
"## Bibliographic metadata\n",
"\n",
"*Bibliographic metadata* is the data attached to the whole package and\n",
" to individual ressources and is visible directly in the web-interface\n",
" to individual resources and is visible directly in the web-interface\n",
" of ERIC. In case you make your data available to the general public\n",
" as *Open Data*, this metadata will be transmitted to various public\n",
" directories, search services and registries. In other words, it is\n",
Expand Down
8 changes: 4 additions & 4 deletions docs/automation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"(automation-guide)=\n",
"# Automation\n",
"\n",
"When dealing with any sort of repetetive tasks like:\n",
"When dealing with any sort of repetitive tasks like:\n",
" + uploading a large number of files\n",
" + creating many packages\n",
" + preserving your data periodically\n",
" + analyzing information across packages \n",
"\n",
"you can use the **[API](https://docs.ckan.org/en/2.9/api/)** of CKAN (the core software stack of ERIC) to automate these tasks with a progamming language of your choosing."
"you can use the **[API](https://docs.ckan.org/en/2.9/api/)** of CKAN (the core software stack of ERIC) to automate these tasks with a programming language of your choosing."
]
},
{
Expand All @@ -35,7 +35,7 @@
},
"source": [
"## Authentication\n",
"For many things you might want to automate (like uploading data) you will need to authenticate yourself to the system, so that CKAN can check if you're authorised to for instance upload data to a certain package. For that you will need a **[token](https://docs.ckan.org/en/2.9/api/#authentication-and-api-tokens)**. If you do not yet have one please contact [rdm@eawag.ch](mailto:rdm@eawag.ch) and we will generate one for you.\n",
"For many things you might want to automate (like uploading data) you will need to authenticate yourself to the system, so that CKAN can check if you're authorized to for instance upload data to a certain package. For that you will need a **[token](https://docs.ckan.org/en/2.9/api/#authentication-and-api-tokens)**. If you do not yet have one please contact [rdm@eawag.ch](mailto:rdm@eawag.ch) and we will generate one for you.\n",
"\n",
"```{important}\n",
"CKAN has some limitations when uploading large files (**>8GB**). If that is what you're after please contact [rdm@eawag.ch](mailto:rdm@eawag.ch).\n",
Expand Down Expand Up @@ -477,7 +477,7 @@
"```\n",
"\n",
"::::{note}\n",
"Uploads will take longer that the implemented progressbar shows. The progressbar will reach **100% after about 1/4 of the time need for the process to finish**. The reasons are very technical, if your want to know why please click below. **You will only notice this for large files.**\n",
"Uploads will take longer that the implemented progress bar shows. The progress bar will reach **100% after about 1/4 of the time need for the process to finish**. The reasons are very technical, if your want to know why please click below. **You will only notice this for large files.**\n",
":::{admonition} Technical reasons!\n",
":class: dropdown\n",
"A file's journey from your computer across the network to its final \"resting place\" passes through several [proxies](https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/). Each of these proxies passes the data on to the next. The time shown in the progress bar is the time taken to upload the data to the first proxies. The additional time you have to wait is the time it takes for the various other proxies to copy the data from one to the other. \n",
Expand Down
12 changes: 6 additions & 6 deletions docs/examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"\n",
"### Upload resources\n",
"\n",
"Resources can be **files** or **links**. Most likey one will want to upload files, sometimes you also want to use links.\n",
"Resources can be **files** or **links**. Most likely one will want to upload files, sometimes you also want to use links.\n",
"\n",
"#### Files\n",
"As suggested [before](readme-tip) every data package should have a **ReadMe** file (*.txt*/*.md* both work). \n",
Expand Down Expand Up @@ -242,7 +242,7 @@
},
{
"cell_type": "code",
"execution_count": 47,
"execution_count": 3,
"id": "9ce9b45d-5954-40ee-a21f-b897c514bfdc",
"metadata": {
"editable": true,
Expand Down Expand Up @@ -302,7 +302,7 @@
},
{
"cell_type": "code",
"execution_count": 53,
"execution_count": 4,
"id": "664052fa-32cc-4667-877b-edb6ac84bf3d",
"metadata": {
"editable": true,
Expand Down Expand Up @@ -363,7 +363,7 @@
},
{
"cell_type": "code",
"execution_count": 49,
"execution_count": 5,
"id": "3e4ad58b-12f9-4dcf-a2dc-e9f8e246a5fe",
"metadata": {
"editable": true,
Expand Down Expand Up @@ -423,7 +423,7 @@
},
{
"cell_type": "code",
"execution_count": 50,
"execution_count": 6,
"id": "ba750859-302c-47d4-b9ea-d6e657b8f8ea",
"metadata": {
"editable": true,
Expand Down Expand Up @@ -483,7 +483,7 @@
},
{
"cell_type": "code",
"execution_count": 51,
"execution_count": 7,
"id": "1e481416-f7ed-44dd-a868-857a545f12a3",
"metadata": {
"editable": true,
Expand Down
2 changes: 1 addition & 1 deletion docs/overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"metadata": {},
"source": [
"## ERIC - internal vs open\n",
"Firstly we should point out, that there're two repositories. There is **ERIC/internal** and **ERIC/open**, both of these platforms were made with a different purpose in mind. \n",
"Firstly we should point out, that there are two repositories. There is **ERIC/internal** and **ERIC/open**, both of these platforms were made with a different purpose in mind. \n",
"The internal portal is designed for **data preservation** and the open portal's main purpose is **data publication**. The table below points out the main differences.\n",
"\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/publish-a-data-package.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 1,
"id": "8d6bf49a-98e6-468b-831a-fa3acbbfd082",
"metadata": {
"editable": true,
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"tags": []
},
"source": [
"## Create a data dackage\n",
"## Create a data package\n",
"\n",
"1. Hit the **Add Package** button.\n",
"2. Fill in all metadata that are useful to describe your package."
Expand Down

0 comments on commit e6121a5

Please sign in to comment.