From 80df277beb7495c4fc046c88106e2cc3a3fb05ca Mon Sep 17 00:00:00 2001 From: Yunsheng Tian Date: Fri, 9 Apr 2021 18:33:10 -0400 Subject: [PATCH] update contact email --- README.md | 4 ++-- docs/source/content/about/introduction.rst | 2 +- system/gui/modules/help_menu.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 79560d3..a86b964 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **AutoOED: Automated Optimal Experiment Design Platform** -**[Paper (coming soon)]() | [Website (coming soon)]() | [Documentation](https://autooed.readthedocs.io) | [Contact](mailto:autooed-help@csail.mit.edu)** +**[Paper (coming soon)]() | [Website (coming soon)]() | [Documentation](https://autooed.readthedocs.io) | [Contact](mailto:autooed@csail.mit.edu)** AutoOED is an optimal experiment design platform powered with automated machine learning to accelerate the discovery of optimal solutions. Our platform solves multi-objective optimization problems and automatically guides the design of experiment to be evaluated. @@ -88,4 +88,4 @@ Especially, [the algorithmic part](https://github.com/yunshengtian/AutoOED/tree/ ## Contact -If you experience any issues during installing or using the software, or if you want to contribute to AutoOED, please feel free to reach out to us either by creating issues on GitHub or sending emails to autooed-help@csail.mit.edu. +If you experience any issues during installing or using the software, or if you want to contribute to AutoOED, please feel free to reach out to us either by creating issues on GitHub or sending emails to autooed@csail.mit.edu. diff --git a/docs/source/content/about/introduction.rst b/docs/source/content/about/introduction.rst index 9642cec..3a11c60 100644 --- a/docs/source/content/about/introduction.rst +++ b/docs/source/content/about/introduction.rst @@ -66,7 +66,7 @@ Contact If you experience any issues during installing or using the software or have any feature suggestions, please feel free to reach out to us either by creating issues on `GitHub `_ -or sending emails to autooed-help@csail.mit.edu. +or sending emails to autooed@csail.mit.edu. Acknowledgments diff --git a/system/gui/modules/help_menu.py b/system/gui/modules/help_menu.py index 893debd..b5c4585 100644 --- a/system/gui/modules/help_menu.py +++ b/system/gui/modules/help_menu.py @@ -36,4 +36,4 @@ def show_github(self): def show_contact(self): - webbrowser.open('mailto:autooed-help@csail.mit.edu') + webbrowser.open('mailto:autooed@csail.mit.edu')