Skip to content

Commit df9f622

Browse files
committed
spellcheck
1 parent 14e1bfb commit df9f622

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ OpenEM will target both researchers producing EM data and consumers of open data
3131

3232
Our primary goal is to strengthen co-operation and innovation in the field of electron microscopy.
3333

34-
OpenEM enables collaboration and data exchange in specific groups by providing a platform for data exchange and streamlining data collection processes. OpenEM ensures integration with globally recognised platforms and closes gaps in functionality and application.
34+
OpenEM enables collaboration and data exchange in specific groups by providing a platform for data exchange and streamlining data collection processes. OpenEM ensures integration with globally recognized platforms and closes gaps in functionality and application.
3535

3636
### Partners & Collaborations
3737

documentation/admin/general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The long-term storage is managed by CSCS or ETHZ. The data is archived there for
2828

2929
### Development
3030

31-
The maintenance and further development of the components is ensured by PSI and the open source community. Individual further development requests can be realised by the user due to the open source code.
31+
The maintenance and further development of the components is ensured by PSI and the open source community. Individual further development requests can be realized by the user due to the open source code.
3232

3333
<!-- Jump to next page -->
3434
{% include documentationStepper/forwardBackward.html showBack=true showNext=true %}

documentation/admin/installation/ingestor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ The `.env.example` file contains configuration values; some are specific to the
2727
| Parameter | Example Value | Description | Facility Specific |
2828
|-------------------------------------------|---------------------------------|---------------------------------------------------------------------------------------------------------|-------------------|
2929
| `FACILITY` | `myfacility` | Facility name; used in some naming conventions | Yes |
30-
| `INGESTOR_VERSION` | `v1.0.0 or latest` | Version of the Ingstor | Yes |
30+
| `INGESTOR_VERSION` | `v1.0.0 or latest` | Version of the Ingestor | Yes |
3131
| `INGESTOR_DOMAIN` | `https://ingestor.facility.com` | URL to the facility's ingestor | Yes |
3232
| `HOST_COLLECTION_PATH` | `/server/data` | Path to the directory on the host system to the data | Yes |
3333
| `HOST_COLLECTION_NAME` | `DataServer` | Name of the data directory that will appear in the UI | Yes |
3434
| `GLOBUS_SOURCE_FACILITY` | `DCIL` | Globus source facility tag, one of DCIL, UNIBAS, UNIGE, UNIBE | Yes |
3535
| `GLOBUS_COLLECTION_ROOT_PATH` | `/server/data` | Path of the collection passed to Globus, needs to match HOST_COLLECTION_PATH | yes |
3636
| `KEYCLOAK_CLIENT_ID` | `openem-ingestor-DCIL` | Keycloak client for this facility's ingestor, one of openem-ingestor-DCIL, openem-ingestor-UNIBAS, etc. | Yes |
37-
| `LIFESCIENCE_EXTRACTOR_ADDITIONAL_PARAMS` | `--cs 2.7` | Optional, additional parameters for the life scienece metadata extractor | yes |
37+
| `LIFESCIENCE_EXTRACTOR_ADDITIONAL_PARAMS` | `--cs 2.7` | Optional, additional parameters for the life science metadata extractor | yes |
3838
| `GLOBUS_DESTINATION_FACILITY` | `PSI` | Destination facility for Globus, one of PSI, PSI_QA, PS_DEV | No |
3939
| `SCICAT_BACKEND_URL` | `https://dacat.psi.ch` | URL of Scicat's backend | No |
4040
| `SCICAT_FRONTEND_URL` | `https://discovery.psi.ch` | URL of Scicat's frontend | No |
@@ -93,7 +93,7 @@ See <https://github.com/SwissOpenEM/Ingestor> for a more detailed description.
9393
Updating schemas can be done by restarting the ingestor if the schema URLs are pointing to `latest` and not a specific version. Otherwise, the ingestor
9494
needs to be stopped, the URL adapted and the ingestor started again.
9595

96-
#### User Indentity
96+
#### User Identity
9797

9898
In case the ingestor needs to run using as a specific user, add the following variables to th `.env` file
9999

documentation/admin/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In this section of the website you will find the documentation for the installat
1313
maintenance of the facility-related components.
1414

1515
The instructions are aimed at the administrators of the OpenEM components that are
16-
managed within the facilites. For questions and problems regarding the infrastructure
16+
managed within the facilities. For questions and problems regarding the infrastructure
1717
outside the university, please use the corresponding support channels which can be found
1818
on the website.
1919

0 commit comments

Comments
 (0)