From 5c1f5093ac7753e7cc11122e2c9f07ea01799fff Mon Sep 17 00:00:00 2001 From: Adrian Gao Date: Wed, 10 Jan 2024 07:45:21 +1100 Subject: [PATCH] Update affiliation --- README.md | 4 ++-- docs/source/conf.py | 2 +- docs/source/index.rst | 7 ++++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dca8dd53..6348551e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [frds](https://github.com/mgao6767/frds/) is a Python library to simplify the complexities often encountered in financial research. It provides a collection of ready-to-use methods for computing a wide array of measures in the literature. -It is developed by Dr. [Mingze Gao](https://mingze-gao.com) from the University of Sydney, as a personal project during his postdoctoral research fellowship. +It is developed by Dr. [Mingze Gao](https://mingze-gao.com) from the Macquarie University, initially started as as a personal project during his postdoctoral research fellowship at the University of Sydney. ## Installation @@ -18,7 +18,7 @@ pip install frds This library is still under development and breaking changes may be expected. -If there's any issue (likely), please contact me at [mingze.gao@sydney.edu.au](mailto:mingze.gao@sydney.edu.au) +If there's any issue (likely), please contact me at [mingze.gao@mq.edu.au](mailto:mingze.gao@mq.edu.au) ## Supported measures and algorithms diff --git a/docs/source/conf.py b/docs/source/conf.py index 25a61ddb..b4b7ef01 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,7 +13,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = "frds" -copyright = "2023, Mingze Gao" +copyright = "2023 - 2024, Mingze Gao" author = "Mingze Gao" html_title = "frds" html_shorttitle = "frds" diff --git a/docs/source/index.rst b/docs/source/index.rst index 76bb2cf0..1d26f970 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -6,8 +6,9 @@ Financial Research Data Services complexities often encountered in financial research. It provides a collection of ready-to-use methods for computing a wide array of measures in the literature. -It is developed by Dr. `Mingze Gao `_ from the University of Sydney, as -a personal project during his postdoctoral research fellowship. +It is developed by Dr. `Mingze Gao `_ from the Macquarie +University, initially started as as a personal project during his postdoctoral +research fellowship at the University of Sydney. |GitHub license| |PyPI Downloads| |Tests| |PyPI Version| @@ -30,7 +31,7 @@ a personal project during his postdoctoral research fellowship. Breaking changes may be expected. If there's any issue (likely), please contact me at - `mingze.gao@sydney.edu.au `_. + `mingze.gao@mq.edu.au `_. ------------ Quick start