Skip to content

Commit b0cce7a

Browse files
committed
about me swap index
1 parent 90e34bb commit b0cce7a

File tree

3 files changed

+31
-48
lines changed

3 files changed

+31
-48
lines changed

docs/about.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

docs/index.md

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,35 @@
1-
# Welcome to MkDocs
1+
# About Me
22

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.
44

5-
## Commands
5+
## Highlights
66

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)
1134

12-
## Project layout
1335

14-
mkdocs.yml # The configuration file.
15-
docs/
16-
index.md # The documentation homepage.
17-
... # Other markdown pages, images and other files.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ theme:
3939

4040
nav:
4141
#- Home: index.md
42-
- Home: about.md
42+
- Home: index.md
4343
- Software:
4444
- EMPEROR: emperor.md
4545
- reddemcee: reddemcee.md

0 commit comments

Comments
 (0)