Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed _cite/.cache/cache.db
Binary file not shown.
2 changes: 1 addition & 1 deletion _data/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- title: Life Detection from First Principles.
group: featured
image: images/life-detection.jpg
description: A key challenge in astrobiology is that we don't have widely accepted definitions of life. We take a pragmatic approach to life detection, while still engaging with the underlying challenges.
description: A key challenge in astrobiology is that we don't have widely accepted definitions of life. We take a pragmatic approach to life detection, while still engaging with this underlying challenge.

- title: Assembly Theory for Complex Systems.
group: featured
Expand Down
4 changes: 2 additions & 2 deletions _layouts/member.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
%}

{% capture search -%}
research/?search={% for alias in aliases %}"{{ alias }}" {% endfor %}
publications/?search={% for alias in aliases %}"{{ alias }}" {% endfor %}
{%- endcapture %}

<p class="center">
<a href="{{ search | relative_url }}">
Search for {{ page.name | default: page.title }}'s papers on the Research page
Search for {{ page.name | default: page.title }}'s papers on the Publication page
</a>
</p>

Expand Down
9 changes: 7 additions & 2 deletions _members/alexandre-champagne-ruel.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
name: Alexandre Champagne-Ruel
image: images/AChampagneRuel.jpg
description: NASA Postdoctoral Fellow
role: phd
group: alum
role: postdoc
aliases:
- A. Champagne-Ruel
- A Champagne-Ruel
- Alexandre Champagne-Ruel
- Champagne-Ruel A.
group: alumn
home-page: https://alexandrechampagne.io
---

Expand Down
4 changes: 3 additions & 1 deletion _members/cole-mathis.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
name: Cole Mathis
image: images/Mathis_Profile_2023_small_crop.jpg
image: images/Cole-Mathis.jpg
role: pi
affiliation: Arizona State University
aliases:
- C. Mathis
- C Mathis
- Cole Mathis
- Mathis C.
links:
home-page: https://colemathis.github.io/
orcid: 0000-0001-8424-9169
Expand Down
10 changes: 9 additions & 1 deletion _members/olivia-smith.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
---
name: Olivia Smith
image: images/OSmith2024.jpg
description: PhD Student in School of Complex Adaptive Systems
description: PhD Student in School of Complex Adaptive Systems
aliases:
- OM Smith
- O.M. Smith
- Olivia Smith
- Olivia M. Smith
- Smith O.
- Smith OM.
- Smith O.M.
role: phd
group: alum
---
Expand Down
Binary file added images/Cole-Mathis.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Mathis Group is broadly interested in the origin and detection of life. Our

{%
include button.html
link="research"
link="publications"
text="See our publications"
icon="fa-solid fa-arrow-right"
flip=true
Expand Down
27 changes: 0 additions & 27 deletions projects/_index.md

This file was deleted.

28 changes: 28 additions & 0 deletions publications/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: Publications
nav:
order: 2
tooltip: Papers, Software, Datasets.
---

# Highlighted Publications

{% include citation.html lookup="Self-organization in computation and chemistry: Return to AlChemy" style="rich" %}

{% include citation.html lookup="Life detection in a universe of false positives" style="rich" %}

{% include citation.html lookup="Identifying molecules as biosignatures with assembly theory and mass spectrometry" style="rich" %}

{% include section.html %}

# Software

See our [GitHub profile](https://github.com/mathis-group) for access to software we've developed and scripts to reproduce our work.

# All Publications

{% include search-box.html %}

{% include search-info.html %}

{% include list.html data="citations" component="citation" style="rich" %}
8 changes: 0 additions & 8 deletions research/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,3 @@ nav:
{% include citation.html lookup="Identifying molecules as biosignatures with assembly theory and mass spectrometry" style="rich" %}

{% include section.html %}

# All Publications

{% include search-box.html %}

{% include search-info.html %}

{% include list.html data="citations" component="citation" style="rich" %}
3 changes: 0 additions & 3 deletions team/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ nav:

# Interested in Joining?

### Postdoctoral Scholars:
We're hiring! Details and application portal are available here: [apply.interfolio.com](https://apply.interfolio.com/175255)

### Graduate Students:
We do not currently have funding lines to support new graduate students. Students interested in joining us are encouraged to apply to the PhD program in the School of Complex Adaptive Systems, and contact Prof. Cole Mathis about applying for independent funding through the [NSF's Graduate Research Fellowship Program](https://www.nsf.gov/funding/opportunities/grfp-nsf-graduate-research-fellowship-program) or [NASA Future Investigators in NASA Earth and Space Science Technology](https://science.nasa.gov/earth-science/early-career-opportunities/) programs.

Expand Down
Loading