Skip to content

Commit

Permalink
Fix indentation issue with LabProtocol group
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgarcia committed Dec 18, 2023
1 parent 7489142 commit 939fcf3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
24 changes: 13 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
_site/
.sass-cache
/.idea/
.DS_Store
/bioschemas.github.io.iml
/_bsc_specs.zip
*.iml
.jekyll-cache/
.bundle/config
vendor
.jekyll-metadata
_site/
.sass-cache
/.idea/
.DS_Store
/bioschemas.github.io.iml
/_bsc_specs.zip
*.iml
.jekyll-cache/
.bundle/config
vendor
.jekyll-metadata
workspace.code-workspace
/Gemfile
/Gemfile.lock
18 changes: 9 additions & 9 deletions pages/_groups/LabProtocols.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@ folder: https://drive.google.com/drive/folders/0B0fE3oOZIq44TzFwejFEbE9WdXM
abstract: 'The LabProtocols group aims at providing specifications related to studies, for instance protocol and process, as used in a lab, whether wet- or dry-lab. While specifications at the generic level are the initial target, specializations to better cover wet- or dry-lab are also within the scope of this group (either with sub-types or profiles). It is loosely based on the Investigation/Study/Assay (ISA) model.'

objectives:
[
'Describe lab protocols and processes using Bioschemas compliant markup so they can be more easily indexed by search engines and registries.',
'Evaluating the issues and benefits about how to work with laboratory protocols and processes in schema.org and Bioschemas',
'Establish a distinct separation between LabProtocol (akin to a Recipe / SOP) and LabProcess (akin to the Action described by such LabProtocol, analogous to a lab notebook in a real-world scenario)',
'(wet-lab protocol) Describe biological laboratory protocols using Bioschemas compliant markup so protocols can be more easily indexed by search engines and registries.',
]
[
'Describe lab protocols and processes using Bioschemas compliant markup so they can be more easily indexed by search engines and registries.',
'Evaluating the issues and benefits about how to work with laboratory protocols and processes in schema.org and Bioschemas',
'Establish a distinct separation between LabProtocol (akin to a Recipe / SOP) and LabProcess (akin to the Action described by such LabProtocol, analogous to a lab notebook in a real-world scenario)',
'(wet-lab protocol) Describe biological laboratory protocols using Bioschemas compliant markup so protocols can be more easily indexed by search engines and registries.',
]

specifications:
[
'LabProtocol'
]

types:
[
'LabProtocol'
]
[
'LabProtocol'
]

members:
- OlgaXimenaGiraldo
Expand Down

0 comments on commit 939fcf3

Please sign in to comment.