-
Notifications
You must be signed in to change notification settings - Fork 0
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 #5 from HOT-Ecosystem/gh-pages-2023-11-06
Joe's edits for 2023/11/06
- Loading branch information
Showing
11 changed files
with
163 additions
and
61 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -19,10 +19,10 @@ | |
# in the templates via {{ site.myvariable }}. | ||
|
||
title: TIMS Group | ||
subtitle: Terminology Infrastructure Management Systems Group | ||
subtitle: Terminology Infrastructure Management Services Group | ||
email: [email protected] | ||
description: >- # this means to ignore newlines until "baseurl:" | ||
Terminology Infrastructure Management Systems Group | ||
Terminology Infrastructure Management Services Group | ||
baseurl: "/tims" # the subpath of your site, e.g. /blog | ||
url: "https://hot-ecosystem.github.io/" # the base hostname & protocol for your site, e.g. http://example.com | ||
#twitter_username: jekyllrb | ||
|
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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
main: | ||
- title: Home | ||
url: / | ||
- title: Blog | ||
url: /blog/ | ||
- title: About | ||
url: /about/ | ||
- title: Contact | ||
url: /contact/ | ||
- title: Documentation | ||
url: /docs/ | ||
url: / | ||
# - title: Blog | ||
# url: /blog/ | ||
- title: Team | ||
url: /team/ | ||
- title: Projects | ||
url: /projects/ | ||
- title: Terminology Server | ||
url: /terminology-server/ | ||
|
||
docs: | ||
- title: Getting Started | ||
children: | ||
- title: "TIMS HAPI Server" | ||
url: /docs/hapi/ | ||
- title: "Web and blog contribution" | ||
url: /docs/site/ | ||
#docs: | ||
# - title: Getting Started | ||
# children: | ||
# - title: "TIMS HAPI Server" | ||
# url: /docs/hapi/ | ||
# - title: "Web and blog contribution" | ||
# url: /docs/site/ |
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 |
---|---|---|
@@ -1,6 +1,12 @@ | ||
--- | ||
title: About | ||
permalink: /about/ | ||
permalink: / | ||
--- | ||
|
||
About page content. | ||
### The TIMS Group | ||
Terminology Infrastructure Management Services (TIMS) promotes parity and interoperability across different contexts for | ||
the ontology community and basic clinical research bioinformatics. We do this mainly through our [open source tools]( | ||
/projects/) and [FHIR-based terminology server](/terminology-server/). | ||
|
||
### Contact | ||
[email protected] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,38 @@ | ||
--- | ||
title: Projects | ||
permalink: /projects/ | ||
--- | ||
|
||
### FHIR Terminology Server | ||
TIMS hosts a FHIR server that provides a unique set of ontologies, terminologies, with unique features such as text | ||
search and SSSOM-formatted mappings. | ||
|
||
- http://fhir.terminology-services.com | ||
- http://20.3.198.176:8080/ (mirror) | ||
- [More information](/terminology-server/) | ||
|
||
### SSSOM | ||
SSSOM is a non-TIMS project, but TIMS contributes to this project by enabling it to export FHIR ConceptMap JSON | ||
resources with SSSOM extensions. | ||
|
||
https://github.com/mapping-commons/sssom-py/ | ||
|
||
### OWL-on-FHIR | ||
Python-based non-minimalistic OWL to FHIR converter. | ||
|
||
https://github.com/HOT-Ecosystem/owl-on-fhir | ||
|
||
### OMOP2OWL-vocab | ||
Convert OMOP vocab into OWL and SemanticSQL. | ||
|
||
https://github.com/HOT-Ecosystem/omop2owl-vocab | ||
|
||
### OMOP2FHIR-vocab | ||
Convert OMOP vocab to FHIR. | ||
|
||
https://github.com/HOT-Ecosystem/omop2fhir-vocab | ||
|
||
### TimsUI | ||
A minimalistic web UI for the TIMS terminology server. | ||
|
||
https://github.com/HOT-Ecosystem/TimsUI |
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,12 @@ | ||
--- | ||
title: Team | ||
permalink: /team/ | ||
--- | ||
|
||
Director: Melissa Haendel | ||
Director: Chris Chute | ||
Project Management: Lisa Eskenazi | ||
Development: Shahim Essaid | ||
Development: Joe Flack | ||
Development: Sigfried Gold | ||
Development: Stephanie Hong |
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,45 @@ | ||
--- | ||
title: Terminology Server | ||
permalink: /terminology-server/ | ||
--- | ||
|
||
TIMS hosts a FHIR server that provides a unique set of ontologies, terminologies, with unique features such as text | ||
search and SSSOM-formatted mappings. | ||
|
||
- http://fhir.terminology-services.com | ||
- http://20.3.198.176:8080/ (mirror) | ||
|
||
### Notable features | ||
[//]: # (TODO: need to clarify this list) | ||
- Content: CodeSystem and ConceptMap resources (see more below), and ValueSets (in development). | ||
- CodeSystem operations: [$subsumes](https://build.fhir.org/codesystem-operations.html#subsumes), [$lookup](https://build.fhir.org/codesystem-operations.html#lookup) | ||
- ConceptMap operations: [$closure](https://build.fhir.org/conceptmap-operations.html#closure) (in development) | ||
- ValueSet operations: [$expand](https://build.fhir.org/valueset-operations.html#expand), [$validate-code](https://build.fhir.org/valueset-operations.html#validate-code) (in development) | ||
|
||
#### Unique offerings | ||
[//]: # (TODO: need to clarify this list) | ||
The TIMS server has a few unique features, some of which are not available on any other terminology server: | ||
- Text search of concepts (in development) | ||
- Biomedical ontologies as CodeSystems | ||
- [SSSOM](https://mapping-commons.github.io/sssom/home/) extensions for ConceptMap resources | ||
|
||
### Terminology content | ||
#### CodeSystems | ||
[//]: # (TODO: need to clarify this list) | ||
TIMS hosts several popular biomedical terminologies, but is unique in that it offers several biomedical ontologies in | ||
the FHIR CodeSystem format. | ||
* ICD10CM | ||
* RxNorm | ||
* SNOMED-CT | ||
* Mondo | ||
* HPO | ||
* CompLoinc | ||
* OMOP vocabularies | ||
* And more on the way | ||
|
||
#### ConceptMap | ||
Many of the terminologies and ontologies for which CodeSystems are available also | ||
|
||
[//]: # (#### ValueSet) | ||
|
||
[//]: # (In development.) |