|
1 | | -# Welcome to MkDocs |
| 1 | +# About Me |
2 | 2 |
|
3 | | -For full documentation visit [mkdocs.org](https://www.mkdocs.org). |
| 3 | +I'm an exoplanet researcher focused on detecting and characterising long-period giant planets by combining precision radial-velocities with astrometry. I develop Bayesian methods and open-source tools to make model selection and evidence estimation more reliable in challenging multi-modal posteriors. |
4 | 4 |
|
5 | | -## Commands |
| 5 | +## Highlights |
6 | 6 |
|
7 | | -* `mkdocs new [dir-name]` - Create a new project. |
8 | | -* `mkdocs serve` - Start the live-reloading docs server. |
9 | | -* `mkdocs build` - Build the documentation site. |
10 | | -* `mkdocs -h` - Print help message and exit. |
| 7 | +I built [`reddemcee`](https://reddemcee.readthedocs.io/en/latest), an adaptive parallel-tempering MCMC sampler in Python with original implementations of temperature ladders, and next-gen Bayesian evidence estimation (including a novel hybrid method which combines the best of thermodynamical integration and the stepping-stones algorithm); and [`EMPEROR`](https://astroemperor.readthedocs.io/en/latest), a Python library for joint RV+astrometry orbit fitting (multi-instrument offsets and jitters, GP noise models, stellar activity indices, etc). On the observational side, I've led and analysed programs on CORALIE and worked with HARPS data, extending the CHEPS sample to uncover Jupiter analogues (using combined RV and Hipparcos/Gaia data). |
| 8 | + |
| 9 | +## Methods |
| 10 | +Computationally, I specialise in APT MCMC, evidence-driven model comparison, and stellar activity noise modelling. |
| 11 | + |
| 12 | +Data-wise, my expertise lays in high-precision radial velocities and astrometry data. |
| 13 | + |
| 14 | +## Now seeking |
| 15 | +Currently looking for postdoctoral positions where I can combine algorithm development with bulk data analysis (in preparation Gaia DR4/Roman/PLATO), to tackle down on important exoplanet population questions, like how common true Jupiter analogues are, to answer exoplanet formation questions, like how outer giants help shaping the inner architecture of stellar systems. |
| 16 | + |
| 17 | + |
| 18 | +## Relevant Links |
| 19 | + |
| 20 | +=== "Pip installable libraries" |
| 21 | + * [GitHub](https://github.com/ReddTea) |
| 22 | + * [`reddemcee`](https://github.com/ReddTea/reddemcee) |
| 23 | + * [`EMPEROR`](https://github.com/ReddTea/astroemperor) |
| 24 | + * [Astronomy Utilities](https://github.com/ReddTea/reddutils) |
| 25 | + * [kepler solver in C](https://github.com/ReddTea/fast_kepler) |
| 26 | + |
| 27 | +=== "Documentation" |
| 28 | + * [`reddemcee`](https://reddemcee.readthedocs.io/en/latest) |
| 29 | + * [`EMPEROR`](https://astroemperor.readthedocs.io/en/latest) |
| 30 | + |
| 31 | +=== "Publications" |
| 32 | + * [`ORCID`](https://orcid.org/my-orcid?orcid=0000-0002-8770-4398) |
| 33 | + * [`ADS`](https://ui.adsabs.harvard.edu/user/libraries/Uj9qAAVWSzS_Z9ulrRovZQ) |
11 | 34 |
|
12 | | -## Project layout |
13 | 35 |
|
14 | | - mkdocs.yml # The configuration file. |
15 | | - docs/ |
16 | | - index.md # The documentation homepage. |
17 | | - ... # Other markdown pages, images and other files. |
|
0 commit comments