-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add intro video embed to docs index page
- Loading branch information
1 parent
b72d032
commit 6b638f4
Showing
1 changed file
with
9 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,13 +9,7 @@ use [FHIR®](https://hl7.org/fhir) and clinical terminology within health | |
data analytics. It is built on [Apache Spark](https://spark.apache.org), and | ||
includes both language libraries and a server implementation. | ||
|
||
import Components from '@site/src/images/components.png'; | ||
import Components2x from '@site/src/images/[email protected]'; | ||
import ComponentsDark from '@site/src/images/components-dark.png'; | ||
import ComponentsDark2x from '@site/src/images/components-[email protected]'; | ||
|
||
<img src={Components} srcset={`${Components2x} 2x, ${Components} 1x`} title="Components of Pathling (i.e. language libraries and server) and the associated use cases, including data prep, ETL, apps and data extract services" className="light-mode-only" width="800" /> | ||
<img src={ComponentsDark} srcset={`${ComponentsDark2x} 2x, ${ComponentsDark} 1x`} title="Components of Pathling (i.e. language libraries and server) and the associated use cases, including data prep, ETL, apps and data extract services" className="dark-mode-only" width="800" /> | ||
<iframe width="560" height="315" src="https://www.youtube.com/embed/ZSv2qMGPquU?si=daZ2jgNFpNc3luQx" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> | ||
|
||
## What can it do? | ||
|
||
|
@@ -73,6 +67,14 @@ aggregate, group and transform FHIR data. | |
|
||
See [Server](/docs/server) for more information. | ||
|
||
import Components from '@site/src/images/components.png'; | ||
import Components2x from '@site/src/images/[email protected]'; | ||
import ComponentsDark from '@site/src/images/components-dark.png'; | ||
import ComponentsDark2x from '@site/src/images/components-[email protected]'; | ||
|
||
<img src={Components} srcset={`${Components2x} 2x, ${Components} 1x`} title="Components of Pathling (i.e. language libraries and server) and the associated use cases, including data prep, ETL, apps and data extract services" className="light-mode-only" width="800" /> | ||
<img src={ComponentsDark} srcset={`${ComponentsDark2x} 2x, ${ComponentsDark} 1x`} title="Components of Pathling (i.e. language libraries and server) and the associated use cases, including data prep, ETL, apps and data extract services" className="dark-mode-only" width="800" /> | ||
|
||
## Licensing and attribution | ||
|
||
Pathling is a product of the | ||
|