Skip to content

Commit c3dd4ce

Browse files
committed
Update email address in README
1 parent a8f8e0c commit c3dd4ce

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Please refer to the example data file `dummy.txt` and the accompanying `README`
5454

5555
[Ji-Sung Kim](http://jisungkim.com)
5656
Princeton University
57-
*jisungk (at) cs.princeton.edu*
57+
*hello (at) jisungkim.com*
5858

5959
[Andrey Rzhetsky](https://scholar.google.com/citations?user=HXCMYLsAAAAJ&hl=en), Edna K. Papazian Professor
6060
University of Chicago

setup.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
description='Race and ethnicity Imputation from Disease history with Deep LEarning',
2323
long_description=long_description,
2424
author='Ji-Sung Kim',
25-
author_email='jisungk (at) cs.princeton.edu',
25+
author_email='hello (at) jisungkim.com',
2626
url='https://riddle.ai',
2727
license='Apache 2.0',
2828
packages=find_packages(exclude=['tests*']),
29-
install_requires=['keras', 'tensorflow', 'sklearn', 'numpy', 'scipy',
29+
install_requires=['keras', 'tensorflow', 'sklearn', 'numpy', 'scipy',
3030
'matplotlib', 'h5py'],
31-
keywords = ['deep learning', 'machine learning', 'neural networks',
32-
'imputation', 'emr', 'epidemiology', 'biomedicine', 'biology',
31+
keywords = ['deep learning', 'machine learning', 'neural networks',
32+
'imputation', 'emr', 'epidemiology', 'biomedicine', 'biology',
3333
'computational bioloigy', 'bioinformatics']
34-
)
34+
)

0 commit comments

Comments
 (0)