From 7933065cec30d9d568a1895a3dc6c49a149b60cf Mon Sep 17 00:00:00 2001 From: kaguillera Date: Fri, 15 May 2020 10:26:20 -0400 Subject: [PATCH] Added Contributors page in docs --- docs/develop/contributors.rst | 63 +++++++++++++++++++++++++++++++++++ docs/index.rst | 3 +- 2 files changed, 65 insertions(+), 1 deletion(-) create mode 100644 docs/develop/contributors.rst diff --git a/docs/develop/contributors.rst b/docs/develop/contributors.rst new file mode 100644 index 00000000..f6f81234 --- /dev/null +++ b/docs/develop/contributors.rst @@ -0,0 +1,63 @@ +RAPIDS Contributors +==================== + +Currently the main contributors are from the Mobile Sensing + Health Institute (MoSHI) and they are listed below but if you are interested in contributing feel free to submit a pull request or contact any of the contributors + + +Julio Vega, PhD +"""""""""""""""""" +**Postdoctoral Associate** + +vegaju@upmc.edu + +Julio Vega is a postdoctoral associate at the Mobile Sensing + Health Institute. He is interested in personalized methodologies to monitor chronic conditions that affect daily human behavior using mobile and wearable data. In the long term, his goal is to explore how we can enable patients to inform, amend, and evaluate their health tracking algorithms to improve disease self-management. + +`Julio Vega Personal Website`_ + + + +Meng Li, MS +""""""""""""" +**Data Scientist** + +lim11@upmc.edu + +Meng Li received her Master of Science degree in Information Science from the University of Pittsburgh. She is interested in applying machine learning algorithms to the medical field. + +`Meng Li Linkedin Profile`_ + +`Meng Li Github Profile`_ + + + + +Kwesi Aguillera, BS +"""""""""""""""""""" +**Intern** + +Kwesi Aguillera is currently in his first year at the University of Pittsburgh pursuing a Master of Sciences in Information Science specializing in Big Data Analytics. He received his Bachelor of Science degree in Computer Science and Management from the University of the West Indies. Kwesi considers himself a full stack developer and looks forward to applying this knowledge to big data analysis. + +`Kwesi Aguillera Linkedin Profile`_ + + +Echhit Joshi, BS +""""""""""""""""" +**Intern** + +Echhit Joshi is a Masters student at the School of Computing and Information at University of Pittsburgh. His areas of interest are Machine/Deep Learning, Data Mining, and Analytics. + +`Echhit Joshi Linkedin Profile`_ https://www.linkedin.com/in/echhitjoshi/ + +Nicolas Leo, BS +"""""""""""""""" +**Intern** + +Nicolas is a rising senior studying computer science at the University of Pittsburgh. His academic interests include databases, machine learning, and application development. After completing his undergraduate degree, he plans to attend graduate school for a MS in Computer Science with a focus on Intelligent Systems. + + + +.. _`Julio Vega Personal Website`: https://juliovega.info/ +.. _`Meng Li Linkedin Profile`: https://www.linkedin.com/in/meng-li-57238414a +.. _`Meng Li Github Profile`: https://github.com/Meng6 +.. _`Kwesi Aguillera Linkedin Profile`: https://www.linkedin.com/in/kwesi-aguillera-29529823 +.. _`Echhit Joshi Linkedin Profile`: https://www.linkedin.com/in/echhitjoshi/ \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 08143e36..61ae2dae 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -30,4 +30,5 @@ Contents: :maxdepth: 2 :caption: Developers - develop/documentation \ No newline at end of file + develop/documentation + develop/contributors \ No newline at end of file