-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
47 lines (39 loc) · 2.55 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
title: MIS GrApH AI
author: Abhinav Saxena
url: https://mis-graph-ai.github.io # root address of the site
description: > # description of the site (multiple lines allowed)
The emerging uses of artificial intelligence are transforming many industries, but the healthcare sector lags behind this progress partly because the production databases holding patient data are too poorly organized to run artificial intelligence algorithms. To address this problem, we have organized an open, sharing community of physicians, data scientists, data engineers, software engineers, students, and others inspired by a common vision: to make healthcare data AI-friendly from the ground up.<br><br>
We are working use-case by use-case with real patient data to build a foundation of knowledge, a toolkit, and a corps of colleagues to act as a springboard for real-world implementations. In addition to use cases, we work to address global issues such as human-machine interfaces and knowledge graphing.<br><br>
If you are interested in joining the working group, please contact Tim McLerran at [email protected] or through [LinkedIn](https://www.linkedin.com/in/tim-mclerran/).
permalink: /:slug.html
favicon: "./logo.png" # relative path to site's favicon
#theme: moonwalk # if you are using GitHub Pages, change it to remote_theme: abhinavs/moonwalk
remote_theme: abhinavs/moonwalk
theme_config:
appearance: "dark" # can be "light", "dark" or "auto"
appearance_toggle: true # if appearance can be switched by user
back_home_text: "home.." # customize text for homepage link in post layout
date_format: "%Y-%m-%d" # customize how date is formatted
show_description: true # show blog description
show_navbar: true # show horizontal navbar
show_footer: true # show footer links in home page,add in _data/home.yml
show_copyright: false # show copyright notice in footer
# following keys are using to create home layout
show_projects: true # show projects as cards, add in _data/home.yml
show_blog: true # show blog posts added in _posts
show_old_projects: true # show old projects as cards, add in _data/home.yml
show_misc_list: false # show generic vertical list for misc details, add _data/home.yml
# options for "home" page
home:
title_projects: Repositories
title_misc_list: Misc List
title_blog: Blog / Updates
title_old_projects: Use Cases
soopr:
publish_token: "" # sign up at https://www.soopr.co to get your publish token and personalize share and reaction options
highlighter: rouge
sass:
style: :compressed
plugins:
- jekyll-feed
- jekyll-seo-tag