Skip to content

Commit

Permalink
Merge pull request #259 from jschrier/my-pages
Browse files Browse the repository at this point in the history
My pages update hplc/mass spec post and add some new tags
  • Loading branch information
jschrier authored Jan 6, 2025
2 parents acac6f4 + 30c64ec commit ed9a510
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Autodidact guide to advanced manufacturing"
date: 2022-12-31
tags: 3dprinting fusion360 cnc autodidact
tags: 3dprinting fusion360 cnc autodidact laser
---

Interested in teaching yourself about [advanced manufacturing](https://en.wikipedia.org/wiki/Advanced_manufacturing), but don't want to commit to a [full-time apprenticeship](https://www.nyc.gov/site/sbs/careers/construction.page)? Here is my autodidact's guide to learning some basic skills at home in your spare time...
Expand Down
8 changes: 4 additions & 4 deletions _posts/2023-01-04-Reading-ThermoFischer-XCaliber-RAW-Files.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2023-01-04
tags: science python
---

_[Sarah Maurer](https://directory.ccsu.edu/person/sarah-maurer) asks: I'm using a [GC/MS](https://en.wikipedia.org/wiki/Gas_chromatography–mass_spectrometry) to analyze some samples, but the ThermoFischer XCalibur software on the instrument only allows us to export the data one CSV at a time, which is an error prone process. Is there any way to automate this?_ **Here are some notes on how to do this in 2023...**
_[Sarah Maurer](https://directory.ccsu.edu/person/sarah-maurer) asks: I'm using a [GC/MS](https://en.wikipedia.org/wiki/Gas_chromatography–mass_spectrometry) to analyze some samples, but the ThermoFischer XCalibur software on the instrument only allows us to export the data one CSV at a time, which is an error prone process. Is there any way to automate this?_ **Here are some notes on how to do this in January 2023...**


# Using MSFileReader and the PyPiWin32 (not recommended)
Expand Down Expand Up @@ -54,6 +54,6 @@ Note that RawTools appears to be a standalone tool with a GUI, so it can probabl

# Continued readings and gleanings

*(updated 20 Jan 2023)*

* Haas CP, Lübbesmeyer M, Jin EH, McDonald MA, Koscher BA, Guimond N, et al. Open-Source Chromatographic Data Analysis for Reaction Optimization and Screening. ChemRxiv 2022. [doi:10.26434/chemrxiv-2022-0pv2d](https://dx.doi.org/10.26434/chemrxiv-2022-0pv2d) --- describes a python library for reading and processing and extracting information from a variety of HPLC machines/vendors
- (20 Jan 2023) Haas CP, Lübbesmeyer M, Jin EH, McDonald MA, Koscher BA, Guimond N, et al. Open-Source Chromatographic Data Analysis for Reaction Optimization and Screening. ChemRxiv 2022. [doi:10.26434/chemrxiv-2022-0pv2d](https://dx.doi.org/10.26434/chemrxiv-2022-0pv2d) --- describes a python library for reading and processing and extracting information from a variety of HPLC machines/vendors. Subsequently published as MoccA in [ACS Central Sci 2023](https://pubs.acs.org/doi/10.1021/acscentsci.2c01042)
- (06 Jan 2024) Hillenbrand et al, Automated Processing of Chromatograms: A comprehensive Python Package with GUI for Intelligent Peak Identification and Deconvolution in Chemical Reaction Analysis [ChemRxiv 2024](https://dx.doi.org10.26434/chemrxiv-2024-nmnzp)---upgrade to MoccA (consider this the latest version)
- (06 Jan 2024) McDonald et al, "Calibration-free reaction yield quantification by HPLC with a machine-learning model of extinction coefficients" [Chem Sci 2024](https://doi.org/10.1039/D4SC01881H) --- perhaps not strictly necessary, but useful task to remember.
2 changes: 1 addition & 1 deletion _posts/2024-01-06-Holograms.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Holograms"
date: 2024-01-06
layout: post
tags: art science santafe holography nyc
tags: art science santafe holography nyc laser
---

I saw some work by [August Muth](https://www.augustmuth.com/about) in the [Vladem Contemporary](https://www.augustmuth.com/about), which turned me on to holography. **Resources...**
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-07-20-Eurorack-case-building.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Eurorack case building"
date: 2024-07-20
tags: synth diy fusion360
tags: synth diy fusion360 laser
---

This spring I [came to the conclusion that I needed to expand my Eurorack case]({{ site.baseurl }}{% post_url 2024-04-30-Great-Ideas-from-Korea,-part-2 %}). I had decided to buy one, but then again I don't need to expand it that much, and so naturally I am going to yak shave by **building a case...**
Expand Down
7 changes: 7 additions & 0 deletions tag/laser.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: tagpage
title: "Tag: laser"
tag: laser
robots: noindex
---

7 changes: 7 additions & 0 deletions tag/o1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: tagpage
title: "Tag: o1"
tag: o1
robots: noindex
---

0 comments on commit ed9a510

Please sign in to comment.