-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #252 from NFDI4Microbiota/magelm-samples-SOP
include SOP template
- Loading branch information
Showing
6 changed files
with
345 additions
and
29 deletions.
There are no files selected for viewing
54 changes: 54 additions & 0 deletions
54
docs/_Experimental-Procedure-Standards-SOPs/00_sop-template
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 |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
title: Template for SOP | ||
category: Experimental-Procedure-Standards-SOPs | ||
layout: default | ||
docs_css: markdown | ||
hide: true | ||
--- | ||
|
||
This is a template document on how to add templates to the knowledge base. Please create a copy and adapt accordingly. | ||
|
||
|
||
# Metadata | ||
|
||
| Title | Category | Adapated and used by | last accessed | Link to protocol | Primary origin for protocol | | ||
| ------ | ------ | ------ | ------ | ------ |------ | | ||
| Media for freezing homogenised faecal samples for re-cultivation / FMT | Media preparation | University Hospital of RWTH Aachen, Inst. Med. Microbiology, Clavel lab | ||
Collaborative Research Center 1382, Project Q02 “Integrative Microbiota Analysis”, Dr. Nicole Treichel | 2024-09-12 | {% cite fmt_media %} | {% cite burz_2019 %} | | ||
{: .table .table-hover} | ||
|
||
|
||
# add references to the bib file add: | ||
Here are a few examples: | ||
|
||
@misc{fmt_media, | ||
title = {Media for freezing homogenised faecal samples for re-cultivation / FMT}, | ||
author = {Treichel, Nicole}, | ||
publisher = {CRC1382}, | ||
howpublished = {\url{https://www.crc1382.org/wp-content/uploads/2022/11/221019_FMT-Media-Protocol.pdf}}, | ||
urldate = {2024-09-12}, | ||
year = {2022}, | ||
month = {Nov} | ||
} | ||
|
||
@article{burz_2019, | ||
author = {Burz, S.D., Abraham, AL., Fonseca, F. et al.}, | ||
title = {A Guide for Ex Vivo Handling and Storage of Stool Samples Intended for Fecal Microbiota Transplantation.}, | ||
doi = {10.1038/s41598-019-45173-4}, | ||
journal = {Scientific Reports}, | ||
year = {2019}, | ||
month = {06}, | ||
volume = {9}, | ||
url = {https://doi.org/10.1038/s41598-019-45173-4} | ||
} | ||
|
||
# Protocol | ||
|
||
Add your protocol here. | ||
|
||
##Method | ||
|
||
##Material | ||
|
||
# References | ||
{% bibliography --cited_in_order %} |
Oops, something went wrong.