diff --git a/README.md b/README.md index c859860b..27d64d36 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ days and 365 days, ATTs are in the form of **$M_n$** where n represents the mont concepts associated with the visit are subsumed by **VS** and **VE**. -!["patient_representation"](images/tokenization_att_generation.png) +!["patient_representation"](https://raw.githubusercontent.com/cumc-dbmi/cehr-bert/main/images/tokenization_att_generation.png) ## Model Architecture @@ -36,7 +36,7 @@ connected layer. This temporal concept embedding becomes the input to BERT. We u Language Model as the primary learning objective and introduced an EHR specific secondary learning objective visit type prediction. -!["cehr-bert architecture diagram"](images/cehr_bert_architecture.png) +!["cehr-bert architecture diagram"](https://raw.githubusercontent.com/cumc-dbmi/cehr-bert/main/images/cehr_bert_architecture.png) ## Pre-requisite diff --git a/pyproject.toml b/pyproject.toml index 439e1689..497aebd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,9 @@ dynamic = ["version"] authors = [ { name = "Chao Pang", email = "chaopang229@gmail.com" }, { name = "Xinzhuo Jiang", email = "xj2193@cumc.columbia.edu" }, - { name = "Krishna Kalluri", email = "kk3326@cumc.columbia.edu" } + { name = "Krishna Kalluri", email = "kk3326@cumc.columbia.edu" }, + { name = "Nishanth Parameshwar Pavinkurve", email = "np2689@cumc.columbia.edu" }, + { name = "Karthik Natarajan", email = "kn2174@cumc.columbia.edu" } ] description = "CEHR-BERT: Incorporating temporal information from structured EHR data to improve prediction tasks" readme = "README.md"