Skip to content

Commit eeb50b7

Browse files
authored
Merge pull request #429 from DunklesArchipel/typo_pc_domain
Fix typos in domain PC
2 parents ab60d47 + 2cebc00 commit eeb50b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/10_domains/20_physical_chemistry.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ As mentioned, the data produced in physical chemistry and its diverse sub-discip
2222

2323
For effective data management, software tools should be selected in a uniform manner within a project or research group with the aim to [organize](/docs/data_organisation) and streamline workflows. This involves establishing clear usage guidelines, including metadata templates drawn from minimum information standards for a given method, where available. These should be outlined in a [data management plan (DMP)](/docs/dmp) for each project. Many universities supply tools and templates for DMPs (see the [respective article](/docs/dmp) for more information).
2424

25-
An [electronic lab notebooks (ELNs)](/docs/eln) helps in the day-to-day planning and structured documentation of experiments, while some also assist in data workflow management. For disciplines with diverse research, ELNs must be flexible and customizable. Certain universities may have a central option, while each research group may chose what best fits their needs and resources if they are able to host or procure their own solution. The [ELN-Finder](https://eln-finder.ulb.tu-darmstadt.de/search?f.K03=Pharmacy,equals&spc.page=1) lists many options and the article on [choosing an ELN](/docs/choose_eln) provides further assistance:
25+
An [electronic lab notebooks (ELN)](/docs/eln) helps in the day-to-day planning and structured documentation of experiments, while some also assist in data workflow management. For disciplines with diverse research, ELNs must be flexible and customizable. Certain universities may have a central option, while each research group may chose what best fits their needs and resources if they are able to host or procure their own solution. The [ELN-Finder](https://eln-finder.ulb.tu-darmstadt.de/search?f.K03=Pharmacy,equals&spc.page=1) lists many options and the article on [choosing an ELN](/docs/choose_eln) provides further assistance:
2626

2727
<ElnFinder subDisc="Physical chemistry" />
2828

2929
In addition to ELNs, tools such as local repository and research dat management tools can assist in making data publication ready.
3030

31-
For those writing scripts and developing research software solutions, [Git](https://git-scm.com/) is a highly recommended versioning tool. May universities also have their own instances of [GitLab](https://about.gitlab.com/) to assist in managing software projects.
31+
For those writing scripts and developing research software solutions, [Git](https://git-scm.com/) is a highly recommended versioning tool. Many universities also have their own instances of [GitLab](https://about.gitlab.com/) to assist in managing software projects.
3232

3333
Specifically for research data, [DataLad](https://www.datalad.org/), which is built on top of git, can greatly assist in tracking the metadata while processing and analyzing data. While it works for steps carried out with GUI applications, its true power comes in handy for those using script-based analysis and processing steps.
3434

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import { themes as prismThemes } from "prism-react-renderer";
44

5-
const announcementBarActive = true; // set to true to activate the announcement bar
5+
const announcementBarActive = false; // set to true to activate the announcement bar
66
const announcementBar = announcementBarActive
77
? require("./announcementBar.json")
88
: {};

0 commit comments

Comments
 (0)