Skip to content

Commit

Permalink
mcb-Topic - Add Topic column to index and script
Browse files Browse the repository at this point in the history
  • Loading branch information
M-casado committed Aug 14, 2024
1 parent 54667af commit 4def234
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions scripts/sop_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def parse_sop(self, file_path: str) -> Dict:
"Name": name_with_link,
"Identifier": metadata.get("template sop number", ""),
"Template version": metadata.get("template sop version", ""),
"Topic": metadata.get("topic", ""),
"Type": metadata.get("template sop type", ""),
"GDI Node": metadata.get("gdi node", ""),
"Instance version": metadata.get("instance version", ""),
Expand Down
6 changes: 3 additions & 3 deletions sops/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# European GDI SOP Index
Below you can find the full list of SOPs in this repository.
| Name | Identifier | Template version | Type | GDI Node | Instance version | Nº steps | Last modified |
|:------------------------------------------------------------------------------------------------------|:-------------|:-------------------|:-------------------|:-----------|:-------------------|-----------:|:----------------|
| | | | | | | | |
| Name | Identifier | Template version | Topic | Type | GDI Node | Instance version | Nº steps | Last modified |
|:----------------------------------------------------------------------------------------------------|:-------------|:-------------------|:---------------------------|:-------------------|:-----------|:-------------------|-----------:|:----------------|
| | | | | | | | | |

0 comments on commit 4def234

Please sign in to comment.