forked from HugoBlox/theme-academic-cv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add Stephan+ 2024 - Update featured publications - Modify software development and replace Mahon fitting with CEREsFit - Add hardware development section and add DigOutBox
- Loading branch information
1 parent
79bf4ca
commit 72ab529
Showing
8 changed files
with
91 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
--- | ||
# Documentation: https://sourcethemes.com/academic/docs/managing-content/ | ||
|
||
title: "Hardware Development" | ||
summary: "For cutting edge research applications, the perfect hardware must sometimes be built by yourself." | ||
authors: [] | ||
profile: false | ||
tags: [] | ||
categories: [] | ||
date: 2024-02-06 | ||
weight: 80 | ||
|
||
# Optional external URL for project (replaces project detail page). | ||
external_link: "" | ||
|
||
# Featured image | ||
# To use, add an image named `featured.jpg/png` to your page's folder. | ||
# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight. | ||
image: | ||
caption: "" | ||
focal_point: "" | ||
preview_only: false | ||
|
||
# Custom links (optional). | ||
# Uncomment and edit lines below to show custom links. | ||
# links: | ||
# - name: Follow | ||
# url: https://twitter.com | ||
# icon_pack: fab | ||
# icon: twitter | ||
|
||
url_code: "" | ||
url_pdf: "" | ||
url_slides: "" | ||
url_video: "" | ||
|
||
# Slides (optional). | ||
# Associate this project with Markdown slides. | ||
# Simply enter your slide deck's filename without extension. | ||
# E.g. `slides = "example-slides"` references `content/slides/example-slides.md`. | ||
# Otherwise, set `slides = ""`. | ||
slides: "" | ||
--- | ||
|
||
We develop our own hardware, mainly for [RIMS](/project/RIMS) applications. However, some of these might be useful for other laser- and mass spectrometry laboratories! Have a look. All of our hardware is released open-source with well documented building instructions, firmware, and python interfaces. | ||
|
||
## Digital Outputs: `DigOutBox` | ||
|
||
We developped a digital output box (called `DigOutBox`). Our intended use was to control laser shutters with a remote control (while working on the laser), but also from the computer. The box simply applies low (0 V) or high (5 V) voltage to the outputs, which can be fed into the TTL input channel of a laser shutter or any other device. | ||
|
||
Since the project was developed for lasers, several safety features are built into the hardware: | ||
|
||
- **Software lockout**: The remote control can be configured such that the user can easily lock-out any interaction from the computer | ||
- **Interlock**: Optionally, an interlock line can be connected, which, when triggered, will close all shutters and keep them closed until untriggered. | ||
|
||
The first version of the box can be seen here: | ||
|
||
![Image of the DigOutBox with remote control](/img/projects/hwdev/gfl002_setup.jpg) | ||
|
||
The box also comes with a python module to communicate from your own program, and with a GUI for computer control - assuming the software lockout is not triggered! | ||
|
||
If you are interested, have a look at the <a href="https://github.com/galactic-forensics/DigOutBox" target="_blank">GitHub repository</a> and our <a href="https://digoutbox.readthedocs.io/" target="_blank">detailed documentation</a> of the project. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
@article{stephanPresolarGrainDatabase2024, | ||
title = {The Presolar Grain Database: {{I}}. {{Silicon}} Carbide}, | ||
author = {Stephan, T. and Trappitsch, R. and Hoppe, P. and Davis, A. M. and Bose, M. and Boujibar, A. and Gyngard, F. and Hynes, K. M. and Liu, N. and Nittler, L. R. and Ogliore, R. C.}, | ||
year = {2024}, | ||
journal = {The Astrophysical Journal Supplement Series}, | ||
volume = {270}, | ||
pages = {27}, | ||
doi = {10.3847/1538-4365/ad1102}, | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: "The presolar grain database: I. Silicon carbide" | ||
date: 2024-01-29 | ||
publishDate: 2024-01-29 | ||
authors: ["Thomas Stephan", "Reto Trappitsch", "Peter Hoppe", "Andrew M. Davis", "Maitrayee Bose", "Asmaa Boujibar", "Frank Gygnard", "K. Mairin Hynes", "Nan Liu", "Larry R. Nittler"] | ||
publication_types: ["2"] | ||
abstract: "The Presolar Grain Database (PGD) contains the vast majority of isotope data (published and unpublished) on presolar grains and was first released as a collection of spreadsheets in 2009. It has been a helpful tool used by many researchers in cosmochemistry and astrophysics. However, over the years, accumulated errors compromised major parts of the PGD. Here, we provide a fresh start, with the PGD for silicon carbide (SiC) grains rebuilt from the ground up. We also provide updated rules for SiC grain type classification to unify previous efforts, taking into account newly discovered grain types. We also define a new grain type D, which includes some grains previously classified as ungrouped. Future work will focus on rebuilding the PGD for other kinds of presolar grains: graphite, oxides, silicates, and rarer phases." | ||
featured: true | ||
publication: "*The Astrophysical Journal Supplement Series*" | ||
doi: "10.3847/1538-4365/ad1102" | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.