<?xml version="1.0" encoding="UTF-8"?>
<rss  xmlns:atom="http://www.w3.org/2005/Atom" 
      xmlns:media="http://search.yahoo.com/mrss/" 
      xmlns:content="http://purl.org/rss/1.0/modules/content/" 
      xmlns:dc="http://purl.org/dc/elements/1.1/" 
      version="2.0">
<channel>
<title>Progress Makes a PhD</title>
<link>https://chrismantegna.github.io/labnotebook/dailylog.html</link>
<atom:link href="https://chrismantegna.github.io/labnotebook/dailylog.xml" rel="self" type="application/rss+xml"/>
<description></description>
<generator>quarto-1.5.57</generator>
<lastBuildDate>Sun, 12 Apr 2026 07:00:00 GMT</lastBuildDate>
<item>
  <title>Mussels, Mussels, and More Mussels</title>
  <link>https://chrismantegna.github.io/labnotebook/daily_log/2026_04_12/</link>
  <description><![CDATA[ 




<section id="plan-of-the-week-april-6---april-12-2026" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-week-april-6---april-12-2026">Plan of the Week: April 6 - April 12, 2026</h3>
<section id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before" class="level4">
<h4 class="anchored" data-anchor-id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before"><em>High- level outline for the week. Adjusted daily to reflect progress of the day before</em></h4>
<ul>
<li>This week’s plan is to continue to move forward with the methylation analysis, refresh mutual goals, expectations and priorities with Steven, and set goals for April.</li>
</ul>
<hr>
<div>
<blockquote class="blockquote">
<p><del>Monday - Planning the week &amp; Setting April Goals</del></p>
<p><del>Tuesday - UW-RUA, No Science</del></p>
<p><del>Wednesday</del> - Friday: Will Outline post Steven 1v1</p>
<p><del>Thursday - Task management</del></p>
<p><del>Friday - Biomarker Manuscript - ‘Clarify’ edits</del></p>
<p><del>Saturday - No Science</del></p>
<p>Sunday - Reading</p>
</blockquote>
</div>
<hr>
</section>
</section>
<section id="plan-of-the-day" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-day">Plan of the Day</h3>
<section id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above" class="level4">
<h4 class="anchored" data-anchor-id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above"><em>Granular level task list to accomplish the high- level goal outlined above</em></h4>
<ul>
<li>Sunday’s original goal was to catch up on my reading re: methylation papers, but based on my upcoming week, I will shift to working on the biomarker manuscript and methylation analysis today instead.</li>
</ul>
</section>
</section>
<section id="projects-touched-today" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today">Projects Touched Today</h3>
<ul>
<li>Mussel Methylation</li>
</ul>
<hr>
</section>
<section id="progress-notes" class="level3">
<h3 class="anchored" data-anchor-id="progress-notes">Progress Notes</h3>
<ul>
<li>I started by updating the Methylation Project Log to include a page dedicated to <a href="https://chrismantegna.github.io/labnotebook/project_log/mussel_methylation/questions.html">questions and clarifications</a>.
<ul>
<li>This is in conjunction with the rest of the project documentation to date. That project log can be found <a href="https://chrismantegna.github.io/labnotebook/project_log/mussel_methylation/">here</a>.</li>
<li>The big goal is to keep as much documentation together as possible, so this is a test run for how it may operate.</li>
</ul></li>
<li>Next, I set up the Agenda outline for my working session with Steven for Wednesday.
<ul>
<li>The Agenda is <a href="https://chrismantegna.github.io/labnotebook/weekly/2026_0414/">here</a> - but definitely will not be complete until Tuesday.</li>
</ul></li>
<li>I moved over to cleaning up and running the first methylKit script (06.0) to see if I know what I’m doing…
<ul>
<li>Before that, I added the context column to the metadata table</li>
<li>I had a feeling that I misinterpreted the methylKit code files from their original repos, and I was correct. So, I am going to make the following adjustments that match my current workflow without duplicating effort in any single script.
<ul>
<li>Up first, the most basic is to fix the titles of each script so that they are formatted properly.</li>
<li>Next, I’m going to adjust the setup. In 6.0-methylKit_import_and_qc, I’m going to also add the ‘unite’ step and PCA creation to put anything ‘data prep’ in the same script.</li>
<li>I put that together and started- or so I thought- I had to install methylkit first. Using Bioconductor and the documentation from the <a href="https://bioconductor.org/packages/release/bioc/html/methylKit.html">package site</a>, it was a nice reminder that a perfect script doesn’t exist and you should probably check your tools as well! The time it takes to load the tools you could be working on the script.</li>
<li>That failed repeatedly because of the R version, the data.table package version, and a whole host of other issues that me &amp; ChatGPT worked through, so I went to the GitHub install of methylKit via the <a href="https://github.com/al2na/methylKit">al2na Github repo</a>.
<ul>
<li>To do that, I had to install devtools - I feel like I’m constantly installing this - this is a sign that I need to do a little investigation at another time.</li>
<li>After devtools install and call, a whole host of things needed updating and then methylKit gave me hope…</li>
<li>Once this failed, I took a step back, rethought through the actual problem, and while staring at my screen was reminded that I built an environment to start work on my home device rather than the remote - it’s a container based in conda.</li>
<li>Pivoting to my existing environment, I tried to activate my conda environment - nothing, I tried mamba instead thinking I just forgot - wrong.</li>
<li>So, rather than fight the tide and keep trying to find these package version mismatches - which BTW were only the beginning problem - I am trying to remove the conflicts by ‘containing’ the work environment.</li>
<li>In terminal, I checked for both mamba and conda again, came up empty, and installed minimamba to go back to the controlled environment to try and install methylKit. It’s taking a bit, but once that is finished, I have a complete environment that should allow me to load methylKit- fingers crossed.</li>
<li>I lost it because I restarted R because renv() prompted it - this is uncool. Found it again, downloaded BiocManager again with the correct version. Got to methylKit - it failed.</li>
<li>This time the dependencies were the cause- PROGRESS!</li>
<li>I installed the other packages: c( “GenomicRanges”, “GenomeInfoDb”, “Rsamtools”, “fastseg”, “rtracklayer”, “Rhtslib”) and tried again.</li>
<li>None of that worked - I have literally tanked it at all troubleshooting or installation or whatever. That feels like time to take a break.</li>
</ul></li>
<li>Following that, I’m going to put the DML and DMR code together into a single script, and then follow up with the tiles markdown.</li>
</ul></li>
</ul></li>
</ul>
<hr>
</section>
<section id="outcomes-products-word-count" class="level3">
<h3 class="anchored" data-anchor-id="outcomes-products-word-count">Outcomes: Products &amp; Word Count</h3>
<ul>
<li>Updated methylKit scripts: 3</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 0 words</strong></p>
<p><strong>Monthly total to date: 4420 words</strong></p>
<p><strong>Annual total to date: 37,093 words</strong></p>
<p><strong>Annual target total to date: 50,500 words</strong></p>
</blockquote>
</div>
</section>
<section id="next-up-tomorrows-plan" class="level3">
<h3 class="anchored" data-anchor-id="next-up-tomorrows-plan">Next Up: Tomorrow’s Plan</h3>
<ul>
<li>Biomarkers and methylation analysis.</li>
</ul>


</section>

 ]]></description>
  <category>Mussel Methylation</category>
  <guid>https://chrismantegna.github.io/labnotebook/daily_log/2026_04_12/</guid>
  <pubDate>Sun, 12 Apr 2026 07:00:00 GMT</pubDate>
</item>
<item>
  <title>Weekly Wrap-Up &amp; Biomarkers</title>
  <link>https://chrismantegna.github.io/labnotebook/daily_log/2026_04_11/</link>
  <description><![CDATA[ 




<section id="plan-of-the-week-april-6---april-12-2026" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-week-april-6---april-12-2026">Plan of the Week: April 6 - April 12, 2026</h3>
<section id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before" class="level4">
<h4 class="anchored" data-anchor-id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before"><em>High- level outline for the week. Adjusted daily to reflect progress of the day before</em></h4>
<ul>
<li>This week’s plan is to continue to move forward with the methylation analysis, refresh mutual goals, expectations and priorities with Steven, and set goals for April.</li>
</ul>
<hr>
<div>
<blockquote class="blockquote">
<p><del>Monday - Planning the week &amp; Setting April Goals</del></p>
<p><del>Tuesday - UW-RUA, No Science</del></p>
<p><del>Wednesday</del> - Friday: Will Outline post Steven 1v1</p>
<p><del>Thursday - Task management</del></p>
<p><del>Friday - Biomarker Manuscript - ‘Clarify’ edits</del></p>
<p>Saturday - No Science</p>
<p>Sunday - Reading</p>
</blockquote>
</div>
<hr>
</section>
</section>
<section id="plan-of-the-day" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-day">Plan of the Day</h3>
<section id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above" class="level4">
<h4 class="anchored" data-anchor-id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above"><em>Granular level task list to accomplish the high- level goal outlined above</em></h4>
<ul>
<li>Saturday offers a few bonus hours of working time as I was able to wrap–up some of my other obligations earlier than expected.
<ul>
<li>Goal 1- get a <a href="https://chrismantegna.github.io/labnotebook/weekly/2026_0411/">weekly wrap-up</a> post knocked out.
<ul>
<li>Summarize the week’s activities, put the priority dates on my physical wall calendar, and start to layer-in the weekly plan for the methylation manuscript.</li>
</ul></li>
<li>Goal 2- review my writing updates on the biomarker manuscript and either update the manuscript or make notes on what can be improved.</li>
</ul></li>
</ul>
</section>
</section>
<section id="projects-touched-today" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today">Projects Touched Today</h3>
<ul>
<li>Mussel Biomarkers</li>
<li>Mussel Methylation</li>
</ul>
<hr>
</section>
<section id="progress-notes" class="level3">
<h3 class="anchored" data-anchor-id="progress-notes">Progress Notes</h3>
<ul>
<li>I started by writing my weekly wrap-up post.
<ul>
<li>I have gotten out of the habit of reviewing the past week in totality, identifying what did and did not work, and using it to build the plan for the upcoming week, so this helped me return to the practice.</li>
<li>It also made it clear that my process may be helpful to others who are struggling to balance multiple priorities, so I included it as I worked it.</li>
<li>Finally, doing this helped me with the schedule review I typically do on Sunday. It’s a short week, next week, because I’ll be heading up to Yellow for my first tide series. I have to make sure I don’t overload it!</li>
</ul></li>
<li>Next, while working through my planning process, I created the list of weekly tasks/ deliverables for the writing portion of the methylation work.
<ul>
<li>It’s still a little loosey-goosey, but I’m getting closer to something with manageable momentum.</li>
<li>The only constant right now is the reading load. Unlike how I was reading for biomarkers, I am going to add an annotated bibliography. I spent way too much time reviewing my notes over and over, so rather than have to do that every time I sit down to write, I’m going to add a column for the annotation to the lit table that makes it much easier to only review the papers I need for the portion I’m working on rather than using the tag- system to choose.</li>
</ul></li>
<li>Returning to the biomarker manuscript, I didn’t realize that the draft and visuals were in my personal Google Drive rather than my UW one. I set those up properly before reviewing my writing from yesterday.
<ul>
<li>The new link to the products is <a href="https://drive.google.com/drive/folders/1se75vO0siKTq4Bu4R7wSmX-Aa72IUh2V?usp=sharing">here</a>.</li>
<li>I took a look at my newer pieces, my current existing draft, and fought with my brain a bit to keep it on track. A good chunk of my drafting yesterday is a bit elementary in structure and word choice, so rather than fight with it, I made notes as to which lines in each section the sentences supported and ‘struck out’ what was already covered in the full draft.</li>
<li>That was the extent of it. Fresh brain in the morning = fresh writing and incorporation.</li>
</ul></li>
</ul>
<hr>
</section>
<section id="outcomes-products-word-count" class="level3">
<h3 class="anchored" data-anchor-id="outcomes-products-word-count">Outcomes: Products &amp; Word Count</h3>
<ul>
<li>Weekly wrap-up post: 1621 words</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 1621 words</strong></p>
<p><strong>Monthly total to date: 4420 words</strong></p>
<p><strong>Annual total to date: 37,093 words</strong></p>
<p><strong>Annual target total to date: 50,000 words</strong></p>
</blockquote>
</div>
</section>
<section id="next-up-tomorrows-plan" class="level3">
<h3 class="anchored" data-anchor-id="next-up-tomorrows-plan">Next Up: Tomorrow’s Plan</h3>
<ul>
<li>Back at the biomarker draft.</li>
</ul>


</section>

 ]]></description>
  <category>Planning</category>
  <category>Task Management</category>
  <category>Mussel Biomarkers</category>
  <guid>https://chrismantegna.github.io/labnotebook/daily_log/2026_04_11/</guid>
  <pubDate>Sat, 11 Apr 2026 07:00:00 GMT</pubDate>
</item>
<item>
  <title>Continuing Prioritization/ Task Management &amp; Biomarkers</title>
  <link>https://chrismantegna.github.io/labnotebook/daily_log/2026_04_10/</link>
  <description><![CDATA[ 




<section id="plan-of-the-week-april-6---april-12-2026" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-week-april-6---april-12-2026">Plan of the Week: April 6 - April 12, 2026</h3>
<section id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before" class="level4">
<h4 class="anchored" data-anchor-id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before"><em>High- level outline for the week. Adjusted daily to reflect progress of the day before</em></h4>
<ul>
<li>This week’s plan is to continue to move forward with the methylation analysis, refresh mutual goals, expectations and priorities with Steven, and set goals for April.</li>
</ul>
<hr>
<div>
<blockquote class="blockquote">
<p><del>Monday - Planning the week &amp; Setting April Goals</del></p>
<p><del>Tuesday - UW-RUA, No Science</del></p>
<p><del>Wednesday</del> - Friday: Will Outline post Steven 1v1</p>
<p><del>Thursday - Task management</del></p>
<p>Friday - Biomarker Manuscript - ‘Clarify’ edits</p>
<p>Saturday - No Science</p>
<p>Sunday - Reading</p>
</blockquote>
</div>
<hr>
</section>
</section>
<section id="plan-of-the-day" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-day">Plan of the Day</h3>
<section id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above" class="level4">
<h4 class="anchored" data-anchor-id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above"><em>Granular level task list to accomplish the high- level goal outlined above</em></h4>
<ul>
<li>Pull the individual manuscripts from the WDFW reports to identify the original work, not the synthesis.</li>
<li>Start working through the ‘Clarify’ list of edits on the biomarker draft</li>
</ul>
</section>
</section>
<section id="projects-touched-today" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today">Projects Touched Today</h3>
<ul>
<li>Mussel Biomarkers</li>
</ul>
<hr>
</section>
<section id="progress-notes" class="level3">
<h3 class="anchored" data-anchor-id="progress-notes">Progress Notes</h3>
<ul>
<li>Working through the 2021-22 WDFW and 2014 and 2016 reports is the first task of the day.
<ul>
<li>I skimmed through the sections I was most interested in, matched what I could to the references in the reports, and made a list of topics/ writing within the reports where the citations may not be enough for what I need.
<ul>
<li>The goal here is to cite the original papers alongside the report for any sentences in the manuscript that incorporate more than just the ‘outcome’ of that section of the report.</li>
<li>For example, the sections that talk about mussel biology and their role as a monitoring tool is basic organism biology, so the report is not aligned with that as a citation. I have used Gosling’s tome on mussels, but Puget Sound specific information should include the papers that have come out of here.</li>
<li>The further I went with this, the more my side-notes running doc was populating with better, cleaner ideas to translate the biomarker work. I shifted to working on the edits and put the citation work aside.</li>
</ul></li>
</ul></li>
<li>Moving over to the clarify list of editing needs, my goal was to identify the quick fixes over the more complex ones.
<ul>
<li>Right out of the gate, the overall narrative of the manuscript was everywhere but where it should have been. I found myself asking what I was trying to convey and I did the damn work. So I forced myself to write out what I wanted to say, a single (maybe two) sentence that explains the most important part of each section.</li>
<li>That was harder than it sounded…
<ul>
<li>Introduction: We tested integrating contaminant concentration data and paired, traditional (and validated) biomarker response to evaluate the extent to which biomarkers can inform ecological interpretation of contaminant data.</li>
<li>Method: This part is solid!</li>
<li>Results: The contaminants, by class, were highly spatially correlated, however the biomarker response and IBR were less only moderately correlated.</li>
<li>Discussion: The complexity of biological impact requires multiple levels of assessment, including the traditional biomarkers, to clarify the contaminant- organism relationship. Adding molecular, and environmental layers of evaluation can improve the capacity of existing monitoring programs.</li>
</ul></li>
<li>By the end of all of this, I managed to get a drafted abstract, a few bits for the introduction, and a few bits for the discussion of the P450 and SOD biomarker responses in contrast to the contaminant indices.
<ul>
<li>I was also able to identify my lack of enforcement around the choice to use an IBR, and my lackluster discussion of potential confounding or collaborative effects of the contaminant mixtures in the biomarker responses.</li>
</ul></li>
</ul></li>
</ul>
<hr>
</section>
<section id="outcomes-products-word-count" class="level3">
<h3 class="anchored" data-anchor-id="outcomes-products-word-count">Outcomes: Products &amp; Word Count</h3>
<ul>
<li>Biomarker drafting: 1078 words</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 1078 words</strong></p>
<p><strong>Monthly total to date: 2799 words</strong></p>
<p><strong>Annual total to date: 35,472 words</strong></p>
<p><strong>Annual target total to date: 49,500 words</strong></p>
</blockquote>
</div>
</section>
<section id="next-up-tomorrows-plan" class="level3">
<h3 class="anchored" data-anchor-id="next-up-tomorrows-plan">Next Up: Tomorrow’s Plan</h3>
<ul>
<li>Saturday is a day off.</li>
</ul>


</section>

 ]]></description>
  <category>Planning</category>
  <category>Task Management</category>
  <category>Mussel Biomarkers</category>
  <guid>https://chrismantegna.github.io/labnotebook/daily_log/2026_04_10/</guid>
  <pubDate>Fri, 10 Apr 2026 07:00:00 GMT</pubDate>
</item>
<item>
  <title>Task Management is the Name of the Game</title>
  <link>https://chrismantegna.github.io/labnotebook/daily_log/2026_04_09/</link>
  <description><![CDATA[ 




<section id="plan-of-the-week-april-6---april-12-2026" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-week-april-6---april-12-2026">Plan of the Week: April 6 - April 12, 2026</h3>
<section id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before" class="level4">
<h4 class="anchored" data-anchor-id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before"><em>High- level outline for the week. Adjusted daily to reflect progress of the day before</em></h4>
<ul>
<li>This week’s plan is to continue to move forward with the methylation analysis, refresh mutual goals, expectations and priorities with Steven, and set goals for April.</li>
</ul>
<hr>
<div>
<blockquote class="blockquote">
<p><del>Monday - Planning the week &amp; Setting April Goals</del></p>
<p><del>Tuesday - UW-RUA, No Science</del></p>
<p><del>Wednesday</del> - Friday: Will Outline post Steven 1v1</p>
<p>Thursday - Task management</p>
<p>Friday - Biomarker Manuscript - ‘Clarify’ edits</p>
<p>Saturday - No Science</p>
<p>Sunday - Reading</p>
</blockquote>
</div>
<hr>
</section>
</section>
<section id="plan-of-the-day" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-day">Plan of the Day</h3>
<section id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above" class="level4">
<h4 class="anchored" data-anchor-id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above"><em>Granular level task list to accomplish the high- level goal outlined above</em></h4>
<ul>
<li>Get my crap together! I have a multi-car pileup of tasks across so many different science projects and personal projects that today is the day to knock out what I can, schedule or delegate what I can’t, and to make a few prioritization decisions to align with some of my larger goals and deliverables.</li>
</ul>
</section>
</section>
<section id="projects-touched-today" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today">Projects Touched Today</h3>
<ul>
<li>All of them! No, seriously…</li>
<li>Yellow Island</li>
<li>Mussel Biomarkers</li>
</ul>
<hr>
</section>
<section id="progress-notes" class="level3">
<h3 class="anchored" data-anchor-id="progress-notes">Progress Notes</h3>
<ul>
<li>Today started with knocking out some personal business. I bring it up because all of the ‘hurry up and wait’ gave me time to take a look at my brain dump task list from earlier this week, break down some of the multi-step tasks, identify what would or would not make the boat go faster.
<ul>
<li>“Will it make the boat go faster?” is the fundamental question <a href="https://whchambers.com/conversation-with-martin-mcelroy-mba-olympic-gold-medal-winning-coach-faster-podcast/#:~:text=He%20is%20also%20credited%20with%20creating%20the,on%20what%20he's%20learned%20over%20the%20years">Martin McElroy</a> asked of the British rowing team while they were going for (and attained) the gold medal in the 2000 Olympics.
<ul>
<li>Are the preparations, decisions, or actions I’m making and taking making my boat go faster? Going back to one of my favorites, Nick Saban, he is all about the process, not the outcome. So when you put these together you get the reinforcement of the daily task of focusing on what makes a difference (McElroy), and a commitment to meeting the daily task with 100% (Saban).</li>
<li>All that to say that today was a mini-reset and refocus on what makes my boat go faster.</li>
</ul></li>
<li>First up, I knocked out the logistics for the 5 tide series on Yellow.
<ul>
<li>I made my ferry reservations, bought my tickets, pulled together my supply lists, touched base with the land steward to confirm the volunteers’/ interns’ schedules for support, and verified transport times to and from the ferry landings. Made my next steps list for food and travel days, pulled out the gear I’ll need to keep in the trunk, and blocked my travel time in addition to the tide survey times rather than having 24hr blocks on my calendar.</li>
</ul></li>
<li>Next up, I pivoted to some event management for the upcoming UW-RUA event’s I’m coordinating.
<ul>
<li>I followed that up with a touch-base style ‘office hours’ with a few travelers that need some additional support in getting their visits planned and on their way.</li>
</ul></li>
<li>Next on the list was a critical review of the biomarker manuscript. I keep making ‘large’ to-do’s like ‘write the abstract’, rather than the actual steps. This took a long time to keep myself focused on the critical look rather than fixing the thing I put on the list. It yielded a coupe of pages of notes that feels a little daunting.
<ul>
<li>I batched the type of notes into writing, citing, and clarifying. Any notes that don’t fall into those categories are not a priority to get the work out.</li>
<li>The clarifying section includes notes like, “lines 22-26 state but don’t explain the connection between legacy contaminants and climate- driven stressors.” What is one sentence that ties these together?</li>
<li>The citing section includes notes like, “line 31, 34, and 37 have synthesized for the public report-level citations.” What are the individual papers/ research that support this synthesis?</li>
<li>The writing section includes notes like, “lines 242-249 is about the spatial pattern of the biomarkers, but not the spatial pattern of the contaminant classes that is clearer and statistically significant.” This is where the results are misaligned; the contaminants are spatially significant, but the biomarker response is not, this is where the IBR and Contaminant Indices come into play - justify why these ‘scores’ are important in the narrative by connecting the spatial analyses to the biomarkers.</li>
</ul></li>
<li>I attended Maya Groner’s seminar and learned more about marine diseases than I thought! Some very interesting and ‘pugilistic’- themed research going on in the Bering!</li>
<li>Finally, I made a plan of attack for tomorrow’s edits on the Biomarker manuscript, identified the one report I want to review this evening to dig into in the morning, and called it a day.</li>
</ul></li>
</ul>
<hr>
</section>
<section id="outcomes-products-word-count" class="level3">
<h3 class="anchored" data-anchor-id="outcomes-products-word-count">Outcomes: Products &amp; Word Count</h3>
<ul>
<li>Biomarker manuscript critical review: ~800 words</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 800 words</strong></p>
<p><strong>Monthly total to date: 1721 words</strong></p>
<p><strong>Annual total to date: 34,394 words</strong></p>
<p><strong>Annual target total to date: 49,000 words</strong></p>
</blockquote>
</div>
</section>
<section id="next-up-tomorrows-plan" class="level3">
<h3 class="anchored" data-anchor-id="next-up-tomorrows-plan">Next Up: Tomorrow’s Plan</h3>
<ul>
<li>Biomarker manuscript. My goal is to work through the ‘clarify’ notes and complete the research for the wdfw report I want to support with not only the report, but the published research backing it.</li>
</ul>


</section>

 ]]></description>
  <category>Planning</category>
  <category>Task Management</category>
  <category>Yellow Island</category>
  <category>Mussel Biomarkers</category>
  <guid>https://chrismantegna.github.io/labnotebook/daily_log/2026_04_09/</guid>
  <pubDate>Thu, 09 Apr 2026 07:00:00 GMT</pubDate>
</item>
<item>
  <title>Meetings &amp; Methylation</title>
  <link>https://chrismantegna.github.io/labnotebook/daily_log/2026_04_08/</link>
  <description><![CDATA[ 




<section id="plan-of-the-week-april-6---april-12-2026" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-week-april-6---april-12-2026">Plan of the Week: April 6 - April 12, 2026</h3>
<section id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before" class="level4">
<h4 class="anchored" data-anchor-id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before"><em>High- level outline for the week. Adjusted daily to reflect progress of the day before</em></h4>
<ul>
<li>This week’s plan is to continue to move forward with the methylation analysis, refresh mutual goals, expectations and priorities with Steven, and set goals for April.</li>
</ul>
<hr>
<div>
<blockquote class="blockquote">
<p><del>Monday - Planning the week &amp; Setting April Goals</del></p>
<p><del>Tuesday - UW-RUA, No Science</del></p>
<p>Wednesday - Friday: Will Outline post Steven 1v1</p>
<p>Saturday - No Science</p>
<p>Sunday - Reading</p>
</blockquote>
</div>
<hr>
</section>
</section>
<section id="plan-of-the-day" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-day">Plan of the Day</h3>
<section id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above" class="level4">
<h4 class="anchored" data-anchor-id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above"><em>Granular level task list to accomplish the high- level goal outlined above</em></h4>
<ul>
<li>Continue to move forward with the methylation analysis.</li>
<li>Lab and 1v1 Meetings</li>
</ul>
</section>
</section>
<section id="projects-touched-today" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today">Projects Touched Today</h3>
<ul>
<li>Mussel Methylation</li>
</ul>
<hr>
</section>
<section id="progress-notes" class="level3">
<h3 class="anchored" data-anchor-id="progress-notes">Progress Notes</h3>
<ul>
<li>Today started with lab meeting where we shared updates and discussed lab equipment that could be purchased.</li>
<li>Next, I added the updated biomarker manuscript visuals to the shared Google Drive folder.</li>
<li>I met with Steven and Chelsea to go over the a plan to put these alerts in the rearview.
<ul>
<li>I followed up with an email outlining what we discussed in the second half of the meeting.</li>
<li>I set up 1- hour working blocks with Steven up through the week of May 11th.</li>
<li>I put my project log together for the methylation analysis, so we had a jumping- off place beyond just an agenda of next steps.</li>
</ul></li>
<li>I shifted over to working on the methylKit markdown for the next steps in the methylation analysis.
<ul>
<li>Before getting to that, I looked up the DSS package that is the newer analysis package.
<ul>
<li>It is a package specifically (as far as I can see) for assessing DMLs and DMRs…</li>
<li>Fun find- Roberts Lab alum, Professor Yaamini Venkataraman’s <a href="https://yaaminiv.github.io/Hawaii-Gigas-Methylation-Analysis-Part17/">lab notebook post</a> about using DSS for analysis.</li>
<li>methylKit ‘DSS’ applications can be found <a href="https://rdrr.io/bioc/methylKit/man/calculateDiffMethDSS-methods.html">here</a>, and DSS applications can be found <a href="https://bioconductor.org/packages/release/bioc/html/DSS.html">here</a>.</li>
<li>A paper outlining the application can be found <a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC8171293/">here</a>.</li>
<li>I added both the package bookmark to my project bookmarks folder, and the paper to my bioinformatics library in Zotero before moving back to my methylKit work.</li>
</ul></li>
<li>In the process of looking at the DSS v methylKit packages, I came across a <a href="https://nbis-workshop-epigenomics.readthedocs.io/en/latest/content/tutorials/methylationSeq/Seq_Tutorial.html">DNA Methylation workflow tutorial</a>. I haven’t really looked at it yet - that is a weekend task when I’m not trying to wrap my head around how to work through some of the other steps.</li>
<li>Getting back on task, I started by building a proper metadata table. This didn’t take long, but is definitely important for this leg of the work.
<ul>
<li>I took my sample PAH classifications ranked from 1-6, the PAH concentrations, my site names, sample names, and then added treatment (0=low, 1=high) and a replicates column in case it will be needed later to existing data.</li>
</ul></li>
<li>Next I took the markdowns from the oly-repo in the lab handbook and created my methylkit files (4 total) following the same format and replacing the paths/ object names/ etc. that aren’t applicable.
<ul>
<li>Some of the parameter choices in the DML and DMR files are unclear at the moment and will be added to my running list of Steven questions. Nothing in the initial file import or qc work is unclear, so I’m going to go with it and annotate where I have questions after ensuring I have working code.</li>
<li>Before I get really rolling, I need to add a few lines re: directory outputs for the objects and plots, so I did that in the console rather than in the markdowns.</li>
</ul></li>
<li>I made notes in the markdowns about what I need to do next, and will get back to it tomorrow.</li>
</ul></li>
</ul>
<hr>
</section>
<section id="outcomes-products-word-count" class="level3">
<h3 class="anchored" data-anchor-id="outcomes-products-word-count">Outcomes: Products &amp; Word Count</h3>
<ul>
<li>methylKit markdowns: 4 scripts</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 0 words</strong></p>
<p><strong>Monthly total to date: 921 words</strong></p>
<p><strong>Annual total to date: 33,593 words</strong></p>
<p><strong>Annual target total to date: 48,500 words</strong></p>
</blockquote>
</div>
</section>
<section id="next-up-tomorrows-plan" class="level3">
<h3 class="anchored" data-anchor-id="next-up-tomorrows-plan">Next Up: Tomorrow’s Plan</h3>
<ul>
<li>Something that will be clear by the end of the day…</li>
</ul>


</section>

 ]]></description>
  <category>Lab Meeting</category>
  <category>1v1</category>
  <category>Mussel Methylation</category>
  <guid>https://chrismantegna.github.io/labnotebook/daily_log/2026_04_08/</guid>
  <pubDate>Wed, 08 Apr 2026 07:00:00 GMT</pubDate>
</item>
<item>
  <title>Tuesday’s are UW-RUA Days</title>
  <link>https://chrismantegna.github.io/labnotebook/daily_log/2026_04_07/</link>
  <description><![CDATA[ 




<section id="plan-of-the-week-april-6---april-12-2026" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-week-april-6---april-12-2026">Plan of the Week: April 6 - April 12, 2026</h3>
<section id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before" class="level4">
<h4 class="anchored" data-anchor-id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before"><em>High- level outline for the week. Adjusted daily to reflect progress of the day before</em></h4>
<ul>
<li>This week’s plan is to continue to move forward with the methylation analysis, refresh mutual goals, expectations and priorities with Steven, and set goals for April.</li>
</ul>
<hr>
<div>
<blockquote class="blockquote">
<p><del>Monday - Planning the week &amp; Setting April Goals</del></p>
<p>Tuesday - UW-RUA, No Science</p>
<p>Wednesday - Friday: Will Outline post Steven 1v1</p>
<p>Saturday - No Science</p>
<p>Sunday - Reading</p>
</blockquote>
</div>
<hr>
</section>
</section>
<section id="plan-of-the-day" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-day">Plan of the Day</h3>
<section id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above" class="level4">
<h4 class="anchored" data-anchor-id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above"><em>Granular level task list to accomplish the high- level goal outlined above</em></h4>
<ul>
<li>Continue to move forward with the methylation analysis.</li>
<li>Finish filling in the Agenda for my 1v1 with Steven tomorrow.</li>
<li>Shift over to UW-RUA work for the remainder of the day. I have 8 travelers in progress and a ton of programming information to lock in.</li>
</ul>
</section>
</section>
<section id="projects-touched-today" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today">Projects Touched Today</h3>
<ul>
<li>DNA Methylation</li>
</ul>
<hr>
</section>
<section id="progress-notes" class="level3">
<h3 class="anchored" data-anchor-id="progress-notes">Progress Notes</h3>
<ul>
<li>Tuesday’s are my only full- day, UW-RUA days. The rest of the week see’s RUA tasks/ events sprinkled throughout.</li>
<li>In between those obligations, I worked on my agenda for my 1v1 with Steven and the GPC, finally rendered that this afternoon around 3:00 pm to share.</li>
<li>At the end of the day, I managed to resolve my github merge problem with my smaller files on Raven and called it a day!</li>
</ul>
<hr>
</section>
<section id="outcomes-products-word-count" class="level3">
<h3 class="anchored" data-anchor-id="outcomes-products-word-count">Outcomes: Products &amp; Word Count</h3>
<ul>
<li>Something: 0 words</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 0 words</strong></p>
<p><strong>Monthly total to date: 921 words</strong></p>
<p><strong>Annual total to date: 33,593 words</strong></p>
<p><strong>Annual target total to date: 48,000 words</strong></p>
</blockquote>
</div>
</section>
<section id="next-up-tomorrows-plan" class="level3">
<h3 class="anchored" data-anchor-id="next-up-tomorrows-plan">Next Up: Tomorrow’s Plan</h3>
<ul>
<li>Something that will be clear by the end of the day…</li>
</ul>


</section>

 ]]></description>
  <category>Mussel Methylation</category>
  <category>1v1</category>
  <guid>https://chrismantegna.github.io/labnotebook/daily_log/2026_04_07/</guid>
  <pubDate>Tue, 07 Apr 2026 07:00:00 GMT</pubDate>
</item>
<item>
  <title>Methylation and UW-RUA</title>
  <link>https://chrismantegna.github.io/labnotebook/daily_log/2026_04_06/</link>
  <description><![CDATA[ 




<section id="plan-of-the-week-april-6---april-12-2026" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-week-april-6---april-12-2026">Plan of the Week: April 6 - April 12, 2026</h3>
<section id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before" class="level4">
<h4 class="anchored" data-anchor-id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before"><em>High- level outline for the week. Adjusted daily to reflect progress of the day before</em></h4>
<ul>
<li>This week’s plan is to continue to move forward with the methylation analysis, refresh mutual goals, expectations and priorities with Steven, and set goals for April.</li>
</ul>
<hr>
<div>
<blockquote class="blockquote">
<p>Monday - Planning the week &amp; Setting April Goals</p>
<p>Tuesday - UW-RUA, No Science</p>
<p>Wednesday - Friday: Will Outline post Steven 1v1</p>
<p>Saturday - No Science</p>
<p>Sunday - Reading</p>
</blockquote>
</div>
<hr>
</section>
</section>
<section id="plan-of-the-day" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-day">Plan of the Day</h3>
<section id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above" class="level4">
<h4 class="anchored" data-anchor-id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above"><em>Granular level task list to accomplish the high- level goal outlined above</em></h4>
<ul>
<li>Continue to move forward with the methylation analysis.</li>
<li>Knockout UW-RUA tasks, including traveler management</li>
</ul>
</section>
</section>
<section id="projects-touched-today" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today">Projects Touched Today</h3>
<ul>
<li>DNA Methylation</li>
</ul>
<hr>
</section>
<section id="progress-notes" class="level3">
<h3 class="anchored" data-anchor-id="progress-notes">Progress Notes</h3>
<ul>
<li>Today’s first priority was checking in on the methylation extractions; they were almost finished last night.
<ul>
<li>All sequences were completed by 0500. All reports from Bismark and MultiQC were completed by 0600.</li>
<li>My rsync problem was that I was trying to run it from my code directory… I knew I just needed to step away before trying again. I was able to get that running before Apple decided my computer update was more important - so I restarted it after being disconnected, but it is decidedly slower than molasses in January so we wait.</li>
<li>Next up is to commit the smaller files to GH and start to look at the reports and ask questions.</li>
</ul></li>
<li>Next, I updated my notebook posts from the weekend. I started them each day, but didn’t finish them.
<ul>
<li>Once that was done, I had to shift to some UW-RUA traveler management tasks that are time sensitive. My next step is April goal planning and building my 1v1 agenda for Wednesday.</li>
</ul></li>
<li>I took a look at the methylation extraction reports from Bismark and MultiQC. A couple things I jotted down while reviewing:
<ul>
<li>M-Bias reports/ plots. ‘M’ethylation bias across read positions. M-bias looks at the percentage of cytosines are ’called’ methylated across every single base in the sequence. Additionally, the lack of any ‘jumps’ or ‘spikes’ in the lines indicate nothing external (non-biological) has created noise in the sequences.
<ul>
<li>On average, all sequences are around 11% methylation at CpGs (see sample 272M plot from Bismark below). This means things like the trimming parameters and bisulfite conversion are consistent and not driving the methylation percentage up or down from a process POV.</li>
</ul></li>
</ul></li>
</ul>
<div class="quarto-figure quarto-figure-left">
<figure class="figure">
<p><img src="https://chrismantegna.github.io/labnotebook/daily_log/2026_04_06/img/272_bismark_mbias.png" class="img-fluid quarto-figure quarto-figure-left figure-img"></p>
</figure>
</div>
<ul>
<li>Since I like a good list over a plot, I took the multiQC data table, added pertinent sample information and put it below. It helped me see that methylation, on average was the same across all samples - that makes the upcoming work of figuring out where that methylation is occurring very interesting.</li>
</ul>
<div class="quarto-figure quarto-figure-left">
<figure class="figure">
<p><img src="https://chrismantegna.github.io/labnotebook/daily_log/2026_04_06/img/20260406_methylation_percentages.png" class="img-fluid quarto-figure quarto-figure-left figure-img" width="500"></p>
</figure>
</div>
<ul>
<li><p>Additionally, the low percentages of methylation at CHG or CHH (any cytosine that is not followed by a G(uanine) directly are low. This is important because what we know about animal methylation and it’s potential functional relevance tells us CpGs are where it’s at, so high numbers could indicate a bisulfite conversion issue in the data.</p>
<ul>
<li>Fun fact, methylation in plants typically occurs at CG, CHG or CHH sites. Check out this <a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC8995044/"><em>Muyle et al</em></a>. paper from 2022 that explains it way better than me!</li>
</ul></li>
<li><p>After looking over my reports, I returned to UW-RUA to prep for tomorrow.</p></li>
</ul>
<hr>
</section>
<section id="outcomes-products-word-count" class="level3">
<h3 class="anchored" data-anchor-id="outcomes-products-word-count">Outcomes: Products &amp; Word Count</h3>
<ul>
<li>Something: 0 words</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 0 words</strong></p>
<p><strong>Monthly total to date: 921 words</strong></p>
<p><strong>Annual total to date: 33,593 words</strong></p>
<p><strong>Annual target total to date: 47,500 words</strong></p>
</blockquote>
</div>
</section>
<section id="next-up-tomorrows-plan" class="level3">
<h3 class="anchored" data-anchor-id="next-up-tomorrows-plan">Next Up: Tomorrow’s Plan</h3>
<ul>
<li>Wrapping up my agenda for my 1v1 with Steven, setting up some April goals, and of course, UW-RUA.</li>
</ul>


</section>

 ]]></description>
  <category>Mussel Methylation</category>
  <category>Planning</category>
  <category>Lab Notebook</category>
  <guid>https://chrismantegna.github.io/labnotebook/daily_log/2026_04_06/</guid>
  <pubDate>Mon, 06 Apr 2026 07:00:00 GMT</pubDate>
</item>
<item>
  <title>Plotting</title>
  <link>https://chrismantegna.github.io/labnotebook/daily_log/2026_04_05/</link>
  <description><![CDATA[ 




<section id="plan-of-the-week-march-30---april-5-2026" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-week-march-30---april-5-2026">Plan of the Week: March 30 - April 5, 2026</h3>
<section id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before" class="level4">
<h4 class="anchored" data-anchor-id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before"><em>High- level outline for the week. Adjusted daily to reflect progress of the day before</em></h4>
<ul>
<li>Moving forward.</li>
</ul>
<hr>
<div>
<blockquote class="blockquote">
<p><del>Monday - Catch up on UW-RUA and NWS Poster</del></p>
<p><del>Tuesday - UW-RUA, No Science</del></p>
<p><del>Wednesday - Biomarker Manuscript</del></p>
<p><del>Thursday - Biomarker Manuscript</del></p>
<p><del>Friday - NWS Symposium</del></p>
<p><del>Saturday - Biomarker Manuscript</del></p>
<p>Sunday - No Science</p>
</blockquote>
</div>
<hr>
</section>
</section>
<section id="plan-of-the-day" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-day">Plan of the Day</h3>
<section id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above" class="level4">
<h4 class="anchored" data-anchor-id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above"><em>Granular level task list to accomplish the high- level goal outlined above</em></h4>
<ul>
<li>Keep the methylation analysis moving forward</li>
<li>Biomarker visualizations</li>
</ul>
</section>
</section>
<section id="projects-touched-today" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today">Projects Touched Today</h3>
<ul>
<li>DNA Methylation</li>
<li>Mussel Biomarkers</li>
</ul>
<hr>
</section>
<section id="progress-notes" class="level3">
<h3 class="anchored" data-anchor-id="progress-notes">Progress Notes</h3>
<ul>
<li>Today’s working window is limited because it is Easter and I have Easter bunny, Easter chef, Easter everything duties.</li>
<li>First checked in on the methylation extractions. They’re still running and looking good for what I understand at this moment.&nbsp;
<ul>
<li>Tried to rsync and failed again- getting an error that my directory isn’t found. I triple checked the syntax, double checked my passwords, verified the location and paths, double checked gannet… I will check again when I’m less frustrated to make sure I’m not overlooking a simple error.&nbsp;</li>
</ul></li>
<li>Shifted over to the biomarker plots from yesterday.&nbsp;
<ul>
<li><p>I realized most of the plotting for the manuscript does not align with the narrative, so I prioritized the manuscript plots (IBR scores, contaminant indices, maps), identified the extraneous plots (transformed data before IBR creation, contaminant plots that are redundant because of the maps, radar plots), and moved over to the tables to do the same thing. The only two tables that are important are the correlation tables, the rest are supplementary.&nbsp;</p></li>
<li><p>Worth note, because there are 74 sites, these plots are created at the reporting area level for ease of understanding and the larger take home message clarity. The non-map plots are all box and whisker plots with the individual site data indicated as points.&nbsp;</p></li>
<li><p>First up, reviewing where I left off on the IBRs since I got the multi-panel layout setup but stopped before reviewing the axes, labels, take home message alignment.&nbsp;</p></li>
<li><p>The goal of this plot is to keep the combined score front and center since the analysis is based on that, and then to show how the biomarkers and morphometrics contributed to the combined score.&nbsp;</p></li>
<li><p>I didn’t mess with the labels because they are currently good enough for what I need.&nbsp;</p></li>
<li><p>I will need some feedback on how to handle the outliers that are compressing the graphs themselves into negligible boxes.&nbsp;</p></li>
</ul></li>
</ul>
<p>Shifting to the kable() package makes an easily formatted table with almost no effort, like the one below. Most notably, this table is important becasue of the variability in site number - it is something I have not spoken to re: manuscript, but will have to. Additionally, the outlier problem is clear in the IBR plot (below).</p>
<div class="quarto-figure quarto-figure-left">
<figure class="figure">
<p><img src="https://chrismantegna.github.io/labnotebook/daily_log/2026_04_05/img/ra_site_summary.png" class="img-fluid quarto-figure quarto-figure-left figure-img" width="300"></p>
</figure>
</div>
<p><img src="https://chrismantegna.github.io/labnotebook/daily_log/2026_04_05/img/Fig3_IBR_by_group.png" class="img-fluid"></p>
<hr>
</section>
<section id="outcomes-products-word-count" class="level3">
<h3 class="anchored" data-anchor-id="outcomes-products-word-count">Outcomes: Products &amp; Word Count</h3>
<ul>
<li>Refining plots: 4 plots</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 0 words</strong></p>
<p><strong>Monthly total to date: 921 words</strong></p>
<p><strong>Annual total to date: 33,593 words</strong></p>
<p><strong>Annual target total to date: 47,000 words</strong></p>
</blockquote>
</div>
</section>
<section id="next-up-tomorrows-plan" class="level3">
<h3 class="anchored" data-anchor-id="next-up-tomorrows-plan">Next Up: Tomorrow’s Plan</h3>
<ul>
<li>Set April goals and attainment plan, begin to frame my 1v1 with Steven for Wednesday.</li>
</ul>


</section>

 ]]></description>
  <category>Mussel Methylation</category>
  <category>Mussel Biomarkers</category>
  <guid>https://chrismantegna.github.io/labnotebook/daily_log/2026_04_05/</guid>
  <pubDate>Sun, 05 Apr 2026 07:00:00 GMT</pubDate>
</item>
<item>
  <title>Methylation and Biomarker Visualizations</title>
  <link>https://chrismantegna.github.io/labnotebook/daily_log/2026_04_04/</link>
  <description><![CDATA[ 




<section id="plan-of-the-week-march-30---april-5-2026" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-week-march-30---april-5-2026">Plan of the Week: March 30 - April 5, 2026</h3>
<section id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before" class="level4">
<h4 class="anchored" data-anchor-id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before"><em>High- level outline for the week. Adjusted daily to reflect progress of the day before</em></h4>
<ul>
<li>Moving forward.</li>
</ul>
<hr>
<div>
<blockquote class="blockquote">
<p><del>Monday - Catch up on UW-RUA and NWS Poster</del></p>
<p><del>Tuesday - UW-RUA, No Science</del></p>
<p><del>Wednesday - Biomarker Manuscript</del></p>
<p><del>Thursday - Biomarker Manuscript</del></p>
<p><del>Friday - NWS Symposium</del></p>
<p>Saturday - Biomarker Manuscript</p>
<p>Sunday - No Science</p>
</blockquote>
</div>
<hr>
</section>
</section>
<section id="plan-of-the-day" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-day">Plan of the Day</h3>
<section id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above" class="level4">
<h4 class="anchored" data-anchor-id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above"><em>Granular level task list to accomplish the high- level goal outlined above</em></h4>
<ul>
<li>Keep the methylation analysis moving forward</li>
<li>Review biomarker visualizations</li>
</ul>
</section>
</section>
<section id="projects-touched-today" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today">Projects Touched Today</h3>
<ul>
<li>DNA Methylation</li>
<li>Mussel Biomarkers</li>
</ul>
<hr>
</section>
<section id="progress-notes" class="level3">
<h3 class="anchored" data-anchor-id="progress-notes">Progress Notes</h3>
<ul>
<li>Returning to the biomarker visualizations in R, not just GIS, I had to review what I had, figure out if it was correct, and adjust what wasn’t.
<ul>
<li><p>First, reviewing the existing viz, I created many with gt(), this will not render beyond HTML - a thing I did not know until too much Googling put me on the right path. To have tables/ data visualizations render in a Word or PDF, the kable() package has to be used in place of the gt() call that is great for my lab notebook, but not for my outputs.&nbsp;</p></li>
<li><p>Shifting to kable() also means a change in syntax that took waaaaaaaay too long - I have gotten into a rhythm with tidy and the html rendering since I add something to my digital notebook more often than adjusting my other work - so I focused on web- based rendering, instead of investigating the differences, this made the whole thing feel really silly.</p>
<ul>
<li><p>I took the existing code, used the <a href="https://rladies.org/">R-Ladies</a> platform that has been a huge help in other work, and compared based on output before fixing, getting CoPilot to help with syntax, and running the new part correctly.</p></li>
<li><p>After that, I rendered the remaining plots in R before deciding what needed to be adjusted - don’t want to waste time. The tables, in manuscript and supplementary, needed to be reworked, along with the multi-faceted plots for the IBRs. I went to work on those.</p></li>
<li><p>The base structures are good and can be adjusted once revisions are underway.&nbsp;</p></li>
</ul></li>
</ul></li>
<li>For the methylation work, I checked in multiple times throughout the day to ensure my extractions were continuing to run properly.
<ul>
<li><p>By the end of the day, the extractions were about halfway completed.</p>
<div>
<hr>
</div></li>
</ul></li>
</ul>
</section>
<section id="outcomes-products-word-count" class="level3">
<h3 class="anchored" data-anchor-id="outcomes-products-word-count">Outcomes: Products &amp; Word Count</h3>
<ul>
<li>Biomarker Plots: 1 multi-panel</li>
<li>Biomarker Tables: 2 tables</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 0 words</strong></p>
<p><strong>Monthly total to date: 921 words</strong></p>
<p><strong>Annual total to date: 33,593 words</strong></p>
<p><strong>Annual target total to date: 46,500 words</strong></p>
</blockquote>
</div>
</section>
<section id="next-up-tomorrows-plan" class="level3">
<h3 class="anchored" data-anchor-id="next-up-tomorrows-plan">Next Up: Tomorrow’s Plan</h3>
<ul>
<li>Tomorrow is Easter, so I have some cooking and family time ahead.</li>
</ul>


</section>

 ]]></description>
  <category>Mussel Methylation</category>
  <category>Mussel Biomarkers</category>
  <guid>https://chrismantegna.github.io/labnotebook/daily_log/2026_04_04/</guid>
  <pubDate>Sat, 04 Apr 2026 07:00:00 GMT</pubDate>
</item>
<item>
  <title>Methylation Analysis</title>
  <link>https://chrismantegna.github.io/labnotebook/daily_log/2026_04_03/</link>
  <description><![CDATA[ 




<section id="plan-of-the-week-march-30---april-5-2026" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-week-march-30---april-5-2026">Plan of the Week: March 30 - April 5, 2026</h3>
<section id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before" class="level4">
<h4 class="anchored" data-anchor-id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before"><em>High- level outline for the week. Adjusted daily to reflect progress of the day before</em></h4>
<ul>
<li>Moving forward.</li>
</ul>
<hr>
<div>
<blockquote class="blockquote">
<p><del>Monday - Catch up on UW-RUA and NWS Poster</del></p>
<p><del>Tuesday - UW-RUA, No Science</del></p>
<p><del>Wednesday - Biomarker Manuscript</del></p>
<p><del>Thursday - Biomarker Manuscript</del></p>
<p>Friday - NWS Symposium</p>
<p>Saturday - Biomarker Manuscript</p>
<p>Sunday - No Science</p>
</blockquote>
</div>
<hr>
</section>
</section>
<section id="plan-of-the-day" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-day">Plan of the Day</h3>
<section id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above" class="level4">
<h4 class="anchored" data-anchor-id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above"><em>Granular level task list to accomplish the high- level goal outlined above</em></h4>
<ul>
<li>Keep the methylation analysis moving forward</li>
<li>Present at the NWS Symposium</li>
</ul>
</section>
</section>
<section id="projects-touched-today" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today">Projects Touched Today</h3>
<ul>
<li>DNA Methylation</li>
<li>NWS Symposium</li>
</ul>
<hr>
</section>
<section id="progress-notes" class="level3">
<h3 class="anchored" data-anchor-id="progress-notes">Progress Notes</h3>
<ul>
<li><p>Checked my methylation outputs - the deduplication, MultiQC, and output organization wrapped up at 0745.</p>
<ul>
<li><p>Next step is to run the deduplication and parameter checks on the first 10k basepairs to have for later checks - not making any adjustments based on these yet.</p></li>
<li><p>I used the methylation extraction and qc script from ceasmaller (Sam’s repo) to create the extraction script for the next step.</p></li>
</ul></li>
<li><p>Ran the methylation extraction after the parameter checks were completed.</p>
<ul>
<li><p>Started the methylation extractions with my modified code. Had to rebuild tool paths after the first fail because I didn’t update them correctly in the modified script</p></li>
<li><p>After repeated attempts where it seems to detect methylation extraction where there was none, I realized two major things:</p>
<ul>
<li><p>First, I build the stupid skip loops wrong - got too caught up in humming fe, fi, of, fum I guess.&nbsp;</p></li>
<li><p>Second, it was a blessing in disguise since I had two directories mislabeled and would have been really confused why my extractions and their reports ended up in my code or reference directories…</p></li>
</ul></li>
<li><p>During my work block with KPJ, she helped me talk through the steps of what I was asking the code to do and my anticipated outcomes, and fix the loops since I was still a little stuck.</p></li>
</ul></li>
<li><p>Adding to my decision/ defense of decisions log, coverage (analysis decision) and buffer size (computer decision) explanations.</p>
<ul>
<li><p>Coverage is set at 5 in the scripts in all of the lab repos I have searched. I know it is number of times a read is completed at a particular site in the sequence, but I don’t know why 5 is the choice.</p>
<ul>
<li><p>Coverage, a.k.a. total reads at a particular site= number of unmethylated reads + number of methylated read</p></li>
<li><p>It is the minimum number of reads to support the proportion of methylation. If you have 3 reads- 1 methylated and 2 not, that is not a reliable 33% methylation. If you have 5+ reads and methylation is 1 of 5, that 20% is likely more accurate.</p></li>
<li><p>Coverage values are a balancing act between our ‘confidence’ in the results and the amount of data we exclude based on read count.</p></li>
<li><p>Since these are whole genome BS sequences (not RR), I may want to play with this coverage value to compare results since there is more to work with - may be a fools errand, but maybe not. I do not know the implications of higher coverage values based on the DNA extraction and sequence quality, nor do I know if increasing coverage will knock out relevant sites of methylation since inverts are ‘normally’ methylated in a scattered way versus verts.</p></li>
</ul></li>
<li><p>Buffer size is an indication to the computer how much data to hold before writing it out.</p>
<ul>
<li><p>This is a space and speed balancing act; 50% buffer is just asking the computer not to write out anything until it reaching 50% of the available working memory.</p></li>
<li><p>Not sure if it is appropriate on Raven since I modified this code from Sam’s script that was running on Klone.&nbsp;</p></li>
<li><p>Will leave it in the script in hopes it will also help speed up the process without screwing up anyone else running stuff on Raven</p></li>
</ul></li>
</ul></li>
<li><p>A later task is to run a quick script to put all of the checksums into a table or excel file or whatever for quick side by side comparisons and to keep with all of the other metadata. This is a clean-up step, not a process step.</p></li>
<li><p>Created an exact duplicate of the extraction script to run with a cover 10 for comparison.</p>
<ul>
<li>I can run this after the extractions for cover 5 because I will need to take my time through the results to really lock in what I do and do not understand before reviewing those results in comparison.</li>
</ul></li>
<li><p>Next snag- the sorted BAM files are not in an order recognized…&nbsp;</p>
<ul>
<li><p>Error message in the log for 105M:</p></li>
<li><p>“The IDs of Read 1 (LH00469:254:22HGFVLT4:2:2361:52054:3816_1:N:0:GTTACGCA+ATGGCGAT) and Read 2 (LH00469:254:22HGFVLT4:2:2441:28449:5398_1:N:0:GTTACGCA+ATGGCGAT) are not the same. This might be the result of sorting the paired-end SAM/BAM files by chromosomal position which is not compatible with correct methylation extraction. Please use an unsorted file instead or sort the file using ‘samtools sort -n’ (by read name). This may also occur using samtools merge as it does not guarantee the read order. To properly merge files please use ‘samtools merge -n’ or ‘samtools cat’.”</p></li>
</ul></li>
<li><p>Remember: Bismark methylation extractor requires R1 and R2 to remain adjacent; sorted BAMS are not going to work.</p></li>
<li><p>I fixed the script to pull the unsorted BAM files, and once it began working, I left it to get ready to go.</p></li>
<li><p>Finally, I fixed my lab notebook not showing up on the handbook page and not showing up in the lab feed per GH Issue #2090 guidance.</p>
<ul>
<li><p>The handbook page update worked. I think I added my name to the path twice instead of once…</p></li>
<li><p>I can’t see if the feed that drops into Slack worked, so I will wait until tomorrow to verify in case it only pulls once a day or at specific times or whatever.</p></li>
</ul></li>
</ul>
<hr>
</section>
<section id="outcomes-products-word-count" class="level3">
<h3 class="anchored" data-anchor-id="outcomes-products-word-count">Outcomes: Products &amp; Word Count</h3>
<ul>
<li>Extraction Analysis (Cover 5 and 10): 2 scripts</li>
<li>Methylation Analysis Details: 368 words</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 368 words</strong></p>
<p><strong>Monthly total to date: 921 words</strong></p>
<p><strong>Annual total to date: 33,593 words</strong></p>
<p><strong>Annual target total to date: 46,500 words</strong></p>
</blockquote>
</div>
</section>
<section id="next-up-tomorrows-plan" class="level3">
<h3 class="anchored" data-anchor-id="next-up-tomorrows-plan">Next Up: Tomorrow’s Plan</h3>
<ul>
<li>Set April goals and attainment plan.</li>
</ul>


</section>

 ]]></description>
  <category>Mussel Methylation</category>
  <guid>https://chrismantegna.github.io/labnotebook/daily_log/2026_04_03/</guid>
  <pubDate>Fri, 03 Apr 2026 07:00:00 GMT</pubDate>
</item>
<item>
  <title>April Showers for Sure</title>
  <link>https://chrismantegna.github.io/labnotebook/daily_log/2026_04_02/</link>
  <description><![CDATA[ 




<section id="plan-of-the-week-march-30---april-5-2026" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-week-march-30---april-5-2026">Plan of the Week: March 30 - April 5, 2026</h3>
<section id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before" class="level4">
<h4 class="anchored" data-anchor-id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before"><em>High- level outline for the week. Adjusted daily to reflect progress of the day before</em></h4>
<ul>
<li>I am finally as close to healthy as I have been in awhile, so as long as the anxiety of being so behind doesn’t take me out, I will be solid!</li>
</ul>
<hr>
<div>
<blockquote class="blockquote">
<p><del>Monday - Catch up on UW-RUA and NWS Poster</del></p>
<p><del>Tuesday - UW-RUA, No Science</del></p>
<p><del>Wednesday - Biomarker Manuscript</del></p>
<p>Thursday - Biomarker Manuscript</p>
<p>Friday - NWS Symposium</p>
<p>Saturday - Biomarker Manuscript</p>
<p>Sunday - No Science</p>
</blockquote>
</div>
<hr>
</section>
</section>
<section id="plan-of-the-day" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-day">Plan of the Day</h3>
<section id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above" class="level4">
<h4 class="anchored" data-anchor-id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above"><em>Granular level task list to accomplish the high- level goal outlined above</em></h4>
<ul>
<li>The plan today is to try and focus for short working blocks in between my obligations.</li>
</ul>
</section>
</section>
<section id="projects-touched-today" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today">Projects Touched Today</h3>
<ul>
<li>DNA Methylation</li>
</ul>
<hr>
</section>
<section id="progress-notes" class="level3">
<h3 class="anchored" data-anchor-id="progress-notes">Progress Notes</h3>
<ul>
<li>I started today handling personal business.</li>
<li>Next up was Connor’s MS defense where he demonstrated how morphology helped clarify some of the evolutionary relationships amongst diverse fishes using the skull shape of sticklebacks. It was very cool to see the culmination of a ton of hard work!</li>
<li>I pulled my log notes from Notion to update my lab notebook. Not too many things going on so far this week so that was quick.</li>
<li>I checked in on the methylation work and found that at some point prior to lunchtime my terminal disconnected. I got to repeat the erase/ rerun circle from yesterday.
<ul>
<li>Since I don’t trust the option to close the browser and continue the work, the humpback whale sanctuary in Hawaii has been running any time I have to leave my computer to ensure the final alignment runs and lets me move forward in the methylation analysis. As of 1738, sample 95M has been running since about 1345. Let’s hope it will wrap up before the morning.</li>
<li>It did finish and I was able to get the deduplication and MultiQC up and running by 1920, so that should be finished before morning.</li>
</ul></li>
<li>I outlined/ brain dumped the methylation chapter sections into a Google doc while I watched the deduplications run for a bit, and called it a day.</li>
</ul>
<hr>
</section>
<section id="outcomes-products-word-count" class="level3">
<h3 class="anchored" data-anchor-id="outcomes-products-word-count">Outcomes: Products &amp; Word Count</h3>
<ul>
<li>Outlining Methylation Chapter: 553 words</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 553 words</strong></p>
<p><strong>Monthly total to date: 553 words</strong></p>
<p><strong>Annual total to date: 33,225 words</strong></p>
<p><strong>Annual target total to date: 46,000 words</strong></p>
</blockquote>
</div>
</section>
<section id="next-up-tomorrows-plan" class="level3">
<h3 class="anchored" data-anchor-id="next-up-tomorrows-plan">Next Up: Tomorrow’s Plan</h3>
<ul>
<li>Will be determined tomorrow.</li>
</ul>


</section>

 ]]></description>
  <category>Mussel Methylation</category>
  <category>Lab Notebook</category>
  <guid>https://chrismantegna.github.io/labnotebook/daily_log/2026_04_02/</guid>
  <pubDate>Thu, 02 Apr 2026 07:00:00 GMT</pubDate>
</item>
<item>
  <title>No April Goal Setting</title>
  <link>https://chrismantegna.github.io/labnotebook/daily_log/2026_04_01/</link>
  <description><![CDATA[ 




<section id="plan-of-the-week-march-30---april-5-2026" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-week-march-30---april-5-2026">Plan of the Week: March 30 - April 5, 2026</h3>
<section id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before" class="level4">
<h4 class="anchored" data-anchor-id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before"><em>High- level outline for the week. Adjusted daily to reflect progress of the day before</em></h4>
<ul>
<li>I am finally as close to healthy as I have been in awhile, so as long as the anxiety of being so behind doesn’t take me out, I will be solid!</li>
</ul>
<hr>
<div>
<blockquote class="blockquote">
<p><del>Monday - Catch up on UW-RUA and NWS Poster</del></p>
<p><del>Tuesday - UW-RUA, No Science</del></p>
<p>Wednesday - Biomarker Manuscript</p>
<p>Thursday - Biomarker Manuscript</p>
<p>Friday - NWS Symposium</p>
<p>Saturday - Biomarker Manuscript</p>
<p>Sunday - No Science</p>
</blockquote>
</div>
<hr>
</section>
</section>
<section id="plan-of-the-day" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-day">Plan of the Day</h3>
<section id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above" class="level4">
<h4 class="anchored" data-anchor-id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above"><em>Granular level task list to accomplish the high- level goal outlined above</em></h4>
<ul>
<li>There are no goals nor plan for today. Nothing like being derailed because your brain cannot get out of the death- cycle of replaying everything.</li>
<li>Goals for the month will be posted before the end of the week and today’s working sessions will be dedicated to knocking out the mile- long list of UW-RUA tasks I have right now.</li>
</ul>
</section>
</section>
<section id="projects-touched-today" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today">Projects Touched Today</h3>
<ul>
<li>DNA Methylation</li>
<li>NWS Symposium</li>
</ul>
<hr>
</section>
<section id="progress-notes" class="level3">
<h3 class="anchored" data-anchor-id="progress-notes">Progress Notes</h3>
<ul>
<li>Today packed a 1-2 punch across two very important axes of my life at current. Since deep work is almost impossible, I will move forward with task management.
<ul>
<li>First, finalized and submitted the poster overview of the outcomes of conservation opportunities.
<ul>
<li>I doubt I’ll be able to present it, but at least now it is complete in case I can.</li>
</ul></li>
<li>Second, I had to clear out the remainder of my schedule for more pressing appointments, so that just feels like kicking the can down the road…
<ul>
<li>The can will be kicked further down the road based on some department- level information.</li>
</ul></li>
<li>In my task processing, I was able to inspect and restart the methylation analysis.
<ul>
<li>Sample 95, amongst the last to be aligned, has failed twice. The first time was due to a disconnection, and the second time is because I didn’t clean out the temporary BAM files and it was skipped as already aligned.</li>
<li>I properly cleaned up the repo, synced it to Gannet, and restarted the script.</li>
</ul></li>
<li>The remainder of the day was doing nothing but knocking out tasks mostly unrelated to science.</li>
</ul></li>
</ul>
<hr>
</section>
<section id="outcomes-products-word-count" class="level3">
<h3 class="anchored" data-anchor-id="outcomes-products-word-count">Outcomes: Products &amp; Word Count</h3>
<ul>
<li>No science products</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 0 words</strong></p>
<p><strong>Monthly total to date: 0 words</strong></p>
<p><strong>Annual total to date: 32,672 words</strong></p>
<p><strong>Annual target total to date: 45,500 words</strong></p>
</blockquote>
</div>
</section>
<section id="next-up-tomorrows-plan" class="level3">
<h3 class="anchored" data-anchor-id="next-up-tomorrows-plan">Next Up: Tomorrow’s Plan</h3>
<ul>
<li>I have back to back obligations in and out of the home, Connor’s defense, and depending on my capacity, we shall see what can be done.</li>
</ul>


</section>

 ]]></description>
  <category>NWS Straits Symposium</category>
  <category>Mussel Methylation</category>
  <guid>https://chrismantegna.github.io/labnotebook/daily_log/2026_04_01/</guid>
  <pubDate>Wed, 01 Apr 2026 07:00:00 GMT</pubDate>
</item>
<item>
  <title>2026 March Daily Posts</title>
  <link>https://chrismantegna.github.io/labnotebook/daily_log/2026_03/</link>
  <description><![CDATA[ 




<blockquote class="blockquote">
<p>This page compiles <strong><em>all</em></strong> daily posts for March 2026.</p>
</blockquote>
<section id="march-goals" class="level3">
<h3 class="anchored" data-anchor-id="march-goals">2026-03-01 — March Goals</h3>
<section id="march-goals-1" class="level5">
<h5 class="anchored" data-anchor-id="march-goals-1">March Goals</h5>
</section>
<section id="reworking-februarys-in-progress-goals" class="level5">
<h5 class="anchored" data-anchor-id="reworking-februarys-in-progress-goals">Reworking February’s In-Progress Goals</h5>
<ol type="1">
<li><p>Get the biomarker manuscript over to WDFW for review and out to ICB before the March 31st submission deadline.</p></li>
<li><p>Complete DNA methylation data processing and begin exploratory analysis.</p></li>
<li><p>Finish PhD proposal and submit to committee for review.</p></li>
<li><p><strong>Aspirational</strong> - Begin mussel experiment for Chapter 3 &amp; 4.</p></li>
</ol>
</section>
<section id="strategies-for-success" class="level5">
<h5 class="anchored" data-anchor-id="strategies-for-success">Strategies for Success</h5>
</section>
<section id="goal-1-biomarker-manuscript" class="level5">
<h5 class="anchored" data-anchor-id="goal-1-biomarker-manuscript">Goal 1: Biomarker Manuscript</h5>
<ol type="1">
<li>Re-write results section</li>
<li>Write abstract</li>
<li>Finish polished visualizations, tables, and captions for the biomarker manuscript.</li>
<li>Prepare a folder of polished supplementary materials, i.e., index maps, transformed data tables, and cleaned up R scripts.</li>
<li>Send manuscript to complete committee for feedback.</li>
</ol>
</section>
<section id="goal-2-dna-methylation-analysis" class="level5">
<h5 class="anchored" data-anchor-id="goal-2-dna-methylation-analysis">Goal 2: DNA Methylation Analysis</h5>
<ol type="1">
<li>Re-familiarize myself with where I left off in late 2025 and backup the large files.</li>
<li>Move through the initial Bismark pipeline (which I believe I finished) into optimizing alignment parameters and using that outcome for subsequent steps.</li>
<li>Quantify methylation levels and visualize using IGV or JBrowse.</li>
<li>Get feedback on initial results from Steven and/or other lab members before moving into downstream analyses.</li>
</ol>
</section>
<section id="goal-3-phd-proposal" class="level5">
<h5 class="anchored" data-anchor-id="goal-3-phd-proposal">Goal 3: PhD Proposal</h5>
<ol type="1">
<li>Review MS proposal and points of expansion.</li>
<li>Clarify purpose of chapters 3 &amp; 4 and significance of the work.</li>
<li>Rework the introduction to shift the framing from identifying the problem to creating a solution to maximize the current monitoring program OR reduce the monitoring burden.</li>
<li>List and clarify the specific methods for each chapter and how they were built based on the results of chapter 2.</li>
</ol>
</section>
<section id="goal-4-chapter-3-4-mussel-experiment" class="level5">
<h5 class="anchored" data-anchor-id="goal-4-chapter-3-4-mussel-experiment"><strong>Goal 4: Chapter 3 &amp; 4 Mussel Experiment</strong></h5>
<ol type="1">
<li>Put together a detailed experimental plan including timeline, materials needed, and data collection methods with 1-3 options for setup.</li>
<li>Complete the Lab Risk Assessment form from EH&amp;S to discuss with Steven to get approval for the experiment.</li>
<li>Connect with Jon W and Sam W to work through physical space, setups, and ordering materials.</li>
</ol>
</section>
</section>
<section id="getting-back-on-track" class="level3">
<h3 class="anchored" data-anchor-id="getting-back-on-track">2026-03-02 — Getting Back on Track</h3>
<section id="plan-of-the-day" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day">Plan of the Day</h5>
<ul>
<li>Catch up with weekly planning and task management since I’ve been sick for the last two weeks.</li>
<li>Create March Goals and plan for attainment</li>
</ul>
</section>
<section id="projects-touched-today" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today">Projects Touched Today</h5>
<ul>
<li>Mussel Biomarkers</li>
<li>PhD Proposal</li>
<li>Lab Notebook</li>
</ul>
</section>
<section id="progress-notes" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes">Progress Notes</h5>
<ul>
<li>It feels like everything is a bit messy currently, so a dedicated session to untangle the projects and required outcomes was truly necessary.</li>
<li>I first worked on extending the timelines and required deliverables for my non-dissertation projects before pivoting to planning my dissertation work. I chose to do it this way so I could identify what kind of timeline my non-dissertation projects would require so I could either delegate or manage the tasks for myself.</li>
<li>I reviewed the current state of the biomarker manuscript and the PhD proposal and identified some steps to complete both projects.</li>
</ul>
</section>
<section id="products-word-count" class="level5">
<h5 class="anchored" data-anchor-id="products-word-count">Products &amp; Word Count</h5>
<div>
<ul>
<li>March Goals and Planning: 294 words</li>
</ul>
<blockquote class="blockquote">
<p><strong>Today’s total: 294 words</strong></p>
<p><strong>March total: 294 words</strong></p>
<p><strong>2026 total: 21,041 words</strong></p>
</blockquote>
</div>
</section>
<section id="tomorrows-plan" class="level5">
<h5 class="anchored" data-anchor-id="tomorrows-plan">Tomorrow’s Plan</h5>
<ul>
<li>Tuesday’s are UW-RUA days, so the plan is to focus on my RUA deliverables only, returning my science on Wednesday.</li>
</ul>
</section>
</section>
<section id="uw-rua-traveler-tuesday" class="level3">
<h3 class="anchored" data-anchor-id="uw-rua-traveler-tuesday">2026-03-03 — UW-RUA Traveler Tuesday</h3>
<section id="plan-of-the-day-1" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-1">Plan of the Day</h5>
<ul>
<li>Focus on UW-RUA deliverables.</li>
</ul>
</section>
<section id="projects-touched-today-1" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-1">Projects Touched Today</h5>
<ul>
<li>None</li>
</ul>
</section>
<section id="progress-notes-1" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-1">Progress Notes</h5>
<ul>
<li>Nothing relevant to my work.</li>
</ul>
</section>
<section id="products-word-count-1" class="level5">
<h5 class="anchored" data-anchor-id="products-word-count-1">Products &amp; Word Count</h5>
<div>
<ul>
<li>No science products today.</li>
</ul>
<blockquote class="blockquote">
<p><strong>Today’s total: 0 words</strong></p>
<p><strong>March total: 294 words</strong></p>
<p><strong>2026 total: 21,041 words</strong></p>
</blockquote>
</div>
</section>
<section id="tomorrows-plan-1" class="level5">
<h5 class="anchored" data-anchor-id="tomorrows-plan-1">Tomorrow’s Plan</h5>
<ul>
<li>Wednesday’s plan is to map out specific tasks in completing the biomarker manuscript to get it out to my committee for review before submission to ICB at the end of the month.</li>
<li>After task mapping, I will knock out 1-2 identified tasks on the manuscript.</li>
</ul>
</section>
</section>
<section id="groundhog-day-x-1000" class="level3">
<h3 class="anchored" data-anchor-id="groundhog-day-x-1000">2026-03-04 — Groundhog Day X 1000</h3>
<section id="plan-of-the-week-march-2---8-2026" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-2---8-2026">Plan of the Week: March 2 - 8, 2026</h5>
</section>
<section id="daily-focus" class="level5">
<h5 class="anchored" data-anchor-id="daily-focus">Daily Focus</h5>
<ul>
<li>Thursday: No science work</li>
<li>Friday: Biomarker Manuscript</li>
<li>Saturday: No science work</li>
<li>Sunday: Biomarker Manuscript</li>
</ul>
</section>
<section id="plan-of-the-day-2" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-2">Plan of the Day</h5>
<ul>
<li>It feels like I just keep repeating the same tasks over and over again. Each return is an improvement, but there has to be a better way to limit the rework and encourage expeditious support from my committee.</li>
<li>Based on the list of biomarker manuscript deliverables, my first task is to update my Results section to include the corrected spatial analyses. Second task is to update Figures 1 and 2.</li>
<li>Finally, my current task management communication set-up is not effective. Moving forward, general weekly plans will be added to Monday notebook posts with specific daily tasks and outcome determined in the daily notebook posts. This will allow for more flexibility in task management and better communication of progress and plans.</li>
</ul>
</section>
<section id="projects-touched-today-2" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-2">Projects Touched Today</h5>
<ul>
<li>Mussel biomarkers</li>
<li>Lab notebook</li>
</ul>
</section>
<section id="progress-notes-2" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-2">Progress Notes</h5>
<ul>
<li>I met my first goal of working on the results written portion of the manuscript. It is a laundry list that needs to be more succinct and focused on the key findings. To support writing that, the notes below were helpful.</li>
<li>I did not meet my second goal of updating Figures 1 &amp; 2, reworking the results took significantly longer than planned.</li>
<li>I have determined that an evening versus morning check-in that has both the plan of the day, the completed tasks, and the plan for the following day is a more effective tool and cuts down on rework.</li>
</ul>
</section>
<section id="biomarker-analysis-tests-performed" class="level5">
<h5 class="anchored" data-anchor-id="biomarker-analysis-tests-performed">Biomarker Analysis Tests Performed</h5>
<ul>
<li>Shapiro- Wilkes
<ul>
<li>Purpose: Determines if your data is normally distributed across the entirety of the dataset. The result determines parametric or non-parametric route for exploratory and subsequent analysis testing. Used at individual sample level.</li>
<li>Test H0 and assumption: Is the data normally distributed?</li>
<li>H0= Yes, p&lt; 0.05 rejects H0</li>
</ul></li>
<li>Levene’s Test
<ul>
<li>Purpose: Determines if the variability of your data is consistent across different groups. This is the non-parametric test that is more robust than the Bartlett Test when facing skewed data or outliers. Used at analysis group level to verify groups are different.</li>
<li>Test H0 and assumption: Are all group variances the same?</li>
<li>H0= Yes, p&lt; 0.05 rejects H0</li>
</ul></li>
<li>KW/ Dunn’s or ANOVA/ Tukey’s
<ul>
<li>Purpose: Pairwise or one-way comparison of three or more independent measurements. Test choice determined by Shapiro- Wilkes and Levene’s Test outcomes.
<ul>
<li>KW/ Dunn’s is the non-parametric test and post-hoc</li>
<li>ANOVA/ Tukey’s is the parametric test and pos-hoc</li>
</ul></li>
<li>Used at the group- level (site, reporting area) to compare the measured metrics, IBRs and chemical analyte concentrations.</li>
<li>Test H0 and assumption: Are the means (ANOVA) or medians (KW) of the groups the same?</li>
<li>H0= Yes, p&lt; 0.05 rejects H0</li>
<li>F-statistic indicates within- group and between- group variance as a ration. The higher the statistic, the more likely there is a difference to be confirmed. Should be used in interpretations verified by post-hoc testing.</li>
<li>Post-hoc testing and assumption: Any rejected null is verified with a post-hoc test to control for Type I errors (false positives) and identify which means or medians are different.</li>
</ul></li>
<li>Spearman’s Rank Correlation
<ul>
<li>Purpose: Non-parametric test to measure the difference in ranks of continuous variables in large datasets. Test choice determined by Shapiro- Wilkes and Levene’s Test outcomes. Used to determine any relationships between measured metrics and chemical analyte concentrations at the analysis group level.</li>
<li>Test H0 and assumption: Is there an identifiable association between variables?</li>
<li>H0= No, p&lt; 0.05 rejects H0</li>
<li>Test interpretation: Correlation coefficient (rho) ranges from -1 to +1, and should be used in conjunction with the p-value for correct interpretation.
<ul>
<li>-1: Perfect negative association, as one variable increases the other variable decreases</li>
<li>0: No association between variables</li>
<li>+1: Perfect positive association, as one variable increases, so does the other</li>
</ul></li>
</ul></li>
<li>Kendall’s Tau
<ul>
<li>Purpose: Conservative, non-parametric test to assess the concordance or discordance of pairs of variables in datasets with outliers or heavy skew. Used to identify data trends or clarify Spearman’s Rho ties in measured metrics and contaminant class concentrations at the analysis group level.</li>
<li>Test H0 and assumption: Is there an identifiable association between variables?</li>
<li>H0= No, p&lt; 0.05 rejects H0</li>
<li>Test interpretation: Kendall’s coefficient (tau) ranges from -1 to +1, and should be used in conjunction with the p-value for correct interpretation.
<ul>
<li>-1: Perfect discordance (disagreement), as one variable increases the other variable decreases</li>
<li>0: No relationship between variables</li>
<li>+1: Perfect concordance (agreement), as one variable increases, so does the other</li>
</ul></li>
</ul></li>
<li>Global Moran’s I
<ul>
<li>Purpose: Spatial analysis test that indicates if data is clustered, dispersed, or randomly distributed across a defined geographic area. Used to identify if there is a geographical component that affects the measured metrics, IBRs, and contaminant concentrations across all sites in the entire sampling region.</li>
<li>Test H0 and assumption: Is there a significant spatial pattern in the data?</li>
<li>H0= No, p&lt; 0.05 rejects H0</li>
<li>Expected I= Assigned theoretical value assuming H0 is true.</li>
<li>Test interpretation: Moran’s I Index ranges from -1 to +1, and should be used in conjunction with the Expected Index (above), Z-score (determined during test if not already available) and p-value for correct interpretation.
<ul>
<li>-1: Negative Autocorrelation (dispersed), dissimilar data values are adjacent to each other</li>
<li>0: No spatial relationship amongst variables (random)</li>
<li>+1: Positive Autocorrelation (clustered), similar data values are adjacent to each other</li>
</ul></li>
</ul></li>
<li>Local Indicators of Spatial Autocorrelation (LISA) a.k.a. Local Moran’s I
<ul>
<li>Purpose: Spatial analysis test that indicates patterns of autocorrelation when the general Global Moran’s I identified clustered or dispersed data within the study’s geographic region. Used to identify the local spatial patterns in the measured metrics, IBRs, and contaminant concentrations across all sites within the entire sampling region.</li>
<li>Test H0 and assumption: Where are the clusters or data outliers that drove the Global Moran’s I result and are they significant?</li>
<li>H0= No, p&lt; 0.05 rejects H0</li>
<li>LISA interpretation: There are five possible outcomes that grouped and plotted by color:
<ul>
<li>High-High / Hot Spot - red</li>
<li>Low-Low / Cold Spot - blue</li>
<li>High-Low / Outlier - pink</li>
<li>Low-High / Outlier - light blue</li>
<li>Not Significant - Gray</li>
</ul></li>
</ul></li>
</ul>
</section>
<section id="results-overview" class="level5">
<h5 class="anchored" data-anchor-id="results-overview">Results Overview</h5>
<ul>
<li><p>KW/ ANOVA</p>
<ul>
<li><p>182 significant comparisons across reporting area and site that include the following metrics and indices:</p>
<ul>
<li><p>P450, Shell Thickness, Condition Index, Raw mussel measurements</p></li>
<li><p>IBR Morph</p></li>
<li><p>Chlordanes, DDT, PAH- HMW, PBDE, Total Contaminants, Total PAH index</p></li>
</ul></li>
</ul></li>
<li><p>Spearman’s Correlation</p>
<ul>
<li><p>94 total significant results</p>
<ul>
<li><p>78 significant correlations between individual analytes and both the measured metrics and the IBRs</p></li>
<li><p>15 significant correlations between contaminant indices and the following:</p>
<ul>
<li>SOD, IBR Bio, IBR Combined, and raw mussel measurements</li>
</ul></li>
</ul></li>
</ul></li>
<li><p>Kendall’s Tau</p>
<ul>
<li><p>89 total significant results</p>
<ul>
<li><p>79 significant correlations between individual analytes and both the measured metrics and the IBRs</p>
<ul>
<li>Single P450 and single IBR Morph correlations exist in the group whereas multiples for each of the other metrics and IBRs are significant</li>
</ul></li>
<li><p>10 significant correlations between contaminant indices and the following:</p>
<ul>
<li>SOD, IBR Bio, IBR Combined, and raw mussel measurements</li>
</ul></li>
</ul></li>
</ul></li>
<li><p>Global Moran’s I</p>
<ul>
<li><p>The following chemical indices and measured metrics were significant for regional spatial autocorrelation:</p>
<ul>
<li><p>Chlordane, DDT, HCH, PBDE, PAH- HMW, PCB, Pesticide, Total Contaminant, Total Metal and Total PAH</p></li>
<li><p>P450, Shell Thickness, Initial and Final Weights</p></li>
</ul></li>
</ul></li>
<li><p>LISA</p>
<ul>
<li>This result table is significant following the same pattern as the Global above with cluster groupings to confirm the Global pattern found significant.</li>
</ul></li>
</ul>
</section>
<section id="products-word-count-2" class="level5">
<h5 class="anchored" data-anchor-id="products-word-count-2">Products &amp; Word Count</h5>
<div>
<blockquote class="blockquote">
<p>Biomarker Manuscript Results re-write: 948 words</p>
<p><strong>Today’s total: 948 words</strong></p>
<p><strong>Monthly total to date: 1242 words</strong></p>
<p><strong>Annual total to date: 21,695 words</strong></p>
</blockquote>
</div>
</section>
<section id="tomorrows-plan-2" class="level5">
<h5 class="anchored" data-anchor-id="tomorrows-plan-2">Tomorrow’s Plan</h5>
<ul>
<li>No science focus on Thursday.</li>
</ul>
</section>
</section>
<section id="no-science" class="level3">
<h3 class="anchored" data-anchor-id="no-science">2026-03-05 — No Science</h3>
<section id="plan-of-the-week-march-2---8-2026-1" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-2---8-2026-1">Plan of the Week: March 2 - 8, 2026</h5>
</section>
<section id="daily-focus-1" class="level5">
<h5 class="anchored" data-anchor-id="daily-focus-1">Daily Focus</h5>
<ul>
<li>Friday: No science work</li>
<li>Saturday: No science work</li>
<li>Sunday: No science work</li>
</ul>
</section>
<section id="plan-of-the-day-3" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-3">Plan of the Day</h5>
<ul>
<li>My weekly plan has shifted. I will return to science on Monday 3/9/26.</li>
</ul>
</section>
<section id="projects-touched-today-3" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-3">Projects Touched Today</h5>
<ul>
<li>None</li>
</ul>
</section>
<section id="progress-notes-3" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-3">Progress Notes</h5>
<ul>
<li>None</li>
</ul>
</section>
<section id="products-word-count-3" class="level5">
<h5 class="anchored" data-anchor-id="products-word-count-3">Products &amp; Word Count</h5>
<ul>
<li>None</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 0 words</strong></p>
<p><strong>Monthly total to date: 1242 words</strong></p>
<p><strong>Annual total to date: 21,695 words</strong></p>
</blockquote>
</div>
</section>
<section id="tomorrows-plan-3" class="level5">
<h5 class="anchored" data-anchor-id="tomorrows-plan-3">Tomorrow’s Plan</h5>
<ul>
<li>No science focus on Friday.</li>
</ul>
</section>
</section>
<section id="no-science-1" class="level3">
<h3 class="anchored" data-anchor-id="no-science-1">2026-03-06 — No Science</h3>
<section id="plan-of-the-week-march-2---8-2026-2" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-2---8-2026-2">Plan of the Week: March 2 - 8, 2026</h5>
</section>
<section id="daily-focus-2" class="level5">
<h5 class="anchored" data-anchor-id="daily-focus-2">Daily Focus</h5>
<ul>
<li>Saturday: No science work</li>
<li>Sunday: No science work</li>
</ul>
</section>
<section id="plan-of-the-day-4" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-4">Plan of the Day</h5>
<ul>
<li>My weekly plan has shifted. I will return to science on Monday 3/9/26.</li>
</ul>
</section>
<section id="projects-touched-today-4" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-4">Projects Touched Today</h5>
<ul>
<li>None</li>
</ul>
</section>
<section id="progress-notes-4" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-4">Progress Notes</h5>
<ul>
<li>None</li>
</ul>
</section>
<section id="products-word-count-4" class="level5">
<h5 class="anchored" data-anchor-id="products-word-count-4">Products &amp; Word Count</h5>
<ul>
<li>None</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 0 words</strong></p>
<p><strong>Monthly total to date: 1242 words</strong></p>
<p><strong>Annual total to date: 21,695 words</strong></p>
</blockquote>
</div>
</section>
<section id="tomorrows-plan-4" class="level5">
<h5 class="anchored" data-anchor-id="tomorrows-plan-4">Tomorrow’s Plan</h5>
<ul>
<li>No science focus on Saturday.</li>
</ul>
</section>
</section>
<section id="no-science-2" class="level3">
<h3 class="anchored" data-anchor-id="no-science-2">2026-03-07 — No Science</h3>
<section id="plan-of-the-week-march-2---8-2026-3" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-2---8-2026-3">Plan of the Week: March 2 - 8, 2026</h5>
</section>
<section id="daily-focus-3" class="level5">
<h5 class="anchored" data-anchor-id="daily-focus-3">Daily Focus</h5>
<ul>
<li>Sunday: No science work</li>
</ul>
</section>
<section id="plan-of-the-day-5" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-5">Plan of the Day</h5>
<ul>
<li>My weekly plan has shifted. I will return to science on Monday 3/9/26.</li>
</ul>
</section>
<section id="projects-touched-today-5" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-5">Projects Touched Today</h5>
<ul>
<li>None</li>
</ul>
</section>
<section id="progress-notes-5" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-5">Progress Notes</h5>
<ul>
<li>None</li>
</ul>
</section>
<section id="products-word-count-5" class="level5">
<h5 class="anchored" data-anchor-id="products-word-count-5">Products &amp; Word Count</h5>
<ul>
<li>None</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 0 words</strong></p>
<p><strong>Monthly total to date: 1242 words</strong></p>
<p><strong>Annual total to date: 21,695 words</strong></p>
</blockquote>
</div>
</section>
<section id="tomorrows-plan-5" class="level5">
<h5 class="anchored" data-anchor-id="tomorrows-plan-5">Tomorrow’s Plan</h5>
<ul>
<li>No science on Sunday.</li>
</ul>
</section>
</section>
<section id="no-science-3" class="level3">
<h3 class="anchored" data-anchor-id="no-science-3">2026-03-08 — No Science</h3>
<section id="plan-of-the-week-march-2---8-2026-4" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-2---8-2026-4">Plan of the Week: March 2 - 8, 2026</h5>
</section>
<section id="daily-focus-4" class="level5">
<h5 class="anchored" data-anchor-id="daily-focus-4">Daily Focus</h5>
<ul>
<li>Last day of the week</li>
</ul>
</section>
<section id="plan-of-the-day-6" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-6">Plan of the Day</h5>
<ul>
<li>My weekly plan has shifted. I will return to science on Monday 3/9/26.</li>
</ul>
</section>
<section id="projects-touched-today-6" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-6">Projects Touched Today</h5>
<ul>
<li>None</li>
</ul>
</section>
<section id="progress-notes-6" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-6">Progress Notes</h5>
<ul>
<li>None</li>
</ul>
</section>
<section id="products-word-count-6" class="level5">
<h5 class="anchored" data-anchor-id="products-word-count-6">Products &amp; Word Count</h5>
<ul>
<li>None</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 0 words</strong></p>
<p><strong>Monthly total to date: 1242 words</strong></p>
<p><strong>Annual total to date: 21,695 words</strong></p>
</blockquote>
</div>
</section>
<section id="tomorrows-plan-6" class="level5">
<h5 class="anchored" data-anchor-id="tomorrows-plan-6">Tomorrow’s Plan</h5>
<ul>
<li>Monday 3/9 will be used to map out my plan for the week.</li>
</ul>
</section>
</section>
<section id="setting-up-the-week" class="level3">
<h3 class="anchored" data-anchor-id="setting-up-the-week">2026-03-09 — Setting Up the Week</h3>
<section id="plan-of-the-week-march-9---15-2026" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-9---15-2026">Plan of the Week: March 9 - 15, 2026</h5>
<ul>
<li><em>Working week listed from Mon - Sun</em></li>
</ul>
</section>
<section id="daily-focus-5" class="level5">
<h5 class="anchored" data-anchor-id="daily-focus-5">Daily Focus</h5>
<ul>
<li>Monday: Mapping out the plan of attack for the week</li>
<li>Tuesday: UW-RUA &amp; Dean’s Office Work</li>
<li>Wednesday: Lab Meeting &amp; Prep for Thursday’s eDNA ‘think tank’ session and UW-AAF events</li>
<li>Thursday: eDNA process &amp; literature ‘think tank’ session with Kassi P and Connor, Nanopore and UW-AAF events</li>
<li>Friday: Writing Accountability with KPJ, focus on Biomarkers</li>
<li>Saturday: NW Straits Meeting - Ecology/ Conservation/ Public Sessions</li>
<li>Sunday: Biomarker Manuscript</li>
</ul>
</section>
<section id="plan-of-the-day-7" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-7">Plan of the Day</h5>
<ul>
<li>My goal for today is to plan out the deliverables I have for the week - including the steps for making progress on upcoming deliverables to mitigate the 11th hour push that is getting really old.</li>
<li>The remainder of the day will be spent prepping UW-RUA materials.</li>
</ul>
</section>
<section id="projects-touched-today-7" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-7">Projects Touched Today</h5>
<ul>
<li>Mussel Biomarkers</li>
<li>Proposal Chapters 3 &amp; 4</li>
<li>Yellow Island</li>
<li>Lab Notebook</li>
</ul>
</section>
<section id="progress-notes-7" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-7">Progress Notes</h5>
</section>
<section id="planning-lab-notebook" class="level5">
<h5 class="anchored" data-anchor-id="planning-lab-notebook">Planning/ Lab Notebook</h5>
<ul>
<li>Before setting up my plan for the week, I updated my lab notebook by adding daily log posts for the weekend, archiving February and putting all of those posts into a single file, reviewing my monthly goals, and brain dumping for all projects and tasks.</li>
<li>Dean Search- ConEv
<ul>
<li>I caught up with the Dean candidate search by watching Candidate A’s presentation and providing feedback in the survey.</li>
<li>I virtually attended Candidate B’s presentaiton and submitted my feedback in the survey provided by the search committee.</li>
</ul></li>
</ul>
</section>
<section id="yellow-island" class="level5">
<h5 class="anchored" data-anchor-id="yellow-island">Yellow Island</h5>
<ul>
<li>I sent my requested dates for Yellow Island surveys this spring/ summer. Since my schedule and priorities have shifted, I am able to batch surveys within the longer/ lower low tide series in late May and early June.</li>
</ul>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://chrismantegna.github.io/labnotebook/daily_log/2026_03/monthly_img/2026_03/2026_03_09/img/low_tides_apr_may_jun_2026.png" class="img-fluid quarto-figure quarto-figure-center figure-img" width="400"></p>
</figure>
</div>
</section>
<section id="chapter-3-4" class="level5">
<h5 class="anchored" data-anchor-id="chapter-3-4">Chapter 3 &amp; 4</h5>
<ul>
<li>I worked through a scaled- down version of the lab experiment for Chapters 3 &amp; 4
<ul>
<li>Using the 2021-22 WDFW data, I identified the region’s highest and lowest concentrations of the potential tx chemicals:
<ul>
<li>Cadmium (mg/kg) - 0.226 (Arroyo Beach) - 0.416 (Penn Cove), mean= 0.310</li>
<li>Copper (mg/kg) - 0.774 (Broad Spit) - 5.18 (Chimacum Creek Delta), mean= 1.17</li>
<li>Sum of 16 PAHs (ng/g) - 3.6 (Hood Canal Holly) - 1600 (Des Moines Marina), mean= 80.74</li>
</ul></li>
<li>Only the 74 sites included in the biomarker work are included.</li>
<li>Values listed above are the wet tissue values (blank corrected for PAH) with the Detected qualifier only.</li>
<li>I used the Sum of 16 PAHs because they are the longest defined PAHs by the EPA for their toxicity to humans. The lowest PAH concentration was at a site not included in the earlier work (Drayton Harbor).</li>
</ul></li>
</ul>
<p>The individual PAHs are listed in the image below - if a mixture is not feasible for experimentation, the high molecular weight PAHs are the most persistent while the low molecular weight PAHs can have higher acute toxicity; considering long- term exposure as the baseline for molecular response, we should prioritize the high weight PAHs.</p>
<p><img src="https://chrismantegna.github.io/labnotebook/daily_log/2026_03/monthly_img/2026_03/2026_03_09/img/sum_of_16_pah.png" class="img-fluid" width="500"></p>
<ul>
<li><p>Looking at the experimental design, there are two paths that can be taken regarding elevated water temperatures.</p>
<ul>
<li><p>Chronic elevated water temperature at 20° C</p></li>
<li><p>Acute elevated temperature exposure through the use of resazurin assays to mimic tidal fluctuations in warmer months.</p></li>
</ul></li>
</ul>
<p>The general design without resazurin looks like the design below.</p>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://chrismantegna.github.io/labnotebook/daily_log/2026_03/monthly_img/2026_03/2026_03_09/img/exp_design.png" class="img-fluid quarto-figure quarto-figure-center figure-img"></p>
</figure>
</div>
</section>
<section id="products-word-count-7" class="level5">
<h5 class="anchored" data-anchor-id="products-word-count-7">Products &amp; Word Count</h5>
<ul>
<li>Yellow Plan: 50 words + 2 tables/ time schedules with personnel allocation for TNC support</li>
<li>Chapter 3 &amp; 4 plan: 100 words + diagram/ sketch of tx options</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 150 words</strong></p>
<p><strong>Monthly total to date: 1392 words</strong></p>
<p><strong>Annual total to date: 21,845 words</strong></p>
</blockquote>
</div>
</section>
<section id="tomorrows-plan-7" class="level5">
<h5 class="anchored" data-anchor-id="tomorrows-plan-7">Tomorrow’s Plan</h5>
<ul>
<li>Tuesday is a UW-RUA day, and likely will include no personal science work.</li>
</ul>
</section>
</section>
<section id="no-science---uw-rua-tuesdays" class="level3">
<h3 class="anchored" data-anchor-id="no-science---uw-rua-tuesdays">2026-03-10 — No Science - UW-RUA Tuesdays</h3>
<section id="plan-of-the-week-march-9---15-2026-1" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-9---15-2026-1">Plan of the Week: March 9 - 15, 2026</h5>
</section>
<section id="daily-focus-6" class="level5">
<h5 class="anchored" data-anchor-id="daily-focus-6">Daily Focus</h5>
<ul>
<li>Getting through the day.</li>
</ul>
</section>
<section id="plan-of-the-day-8" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-8">Plan of the Day</h5>
<ul>
<li>Completing my UW-RUA tasks and going back to sleep.</li>
</ul>
</section>
<section id="projects-touched-today-8" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-8">Projects Touched Today</h5>
<ul>
<li>None</li>
</ul>
</section>
<section id="progress-notes-8" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-8">Progress Notes</h5>
<ul>
<li>None</li>
</ul>
</section>
<section id="products-word-count-8" class="level5">
<h5 class="anchored" data-anchor-id="products-word-count-8">Products &amp; Word Count</h5>
<ul>
<li>None</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 0 words</strong></p>
<p><strong>Monthly total to date: 1392 words</strong></p>
<p><strong>Annual total to date: 21,845 words</strong></p>
</blockquote>
</div>
</section>
<section id="tomorrows-plan-8" class="level5">
<h5 class="anchored" data-anchor-id="tomorrows-plan-8">Tomorrow’s Plan</h5>
<ul>
<li>Will be made tomorrow based on how I feel.</li>
</ul>
</section>
</section>
<section id="no-science---still-sick" class="level3">
<h3 class="anchored" data-anchor-id="no-science---still-sick">2026-03-11 — No Science - Still Sick</h3>
<section id="plan-of-the-week-march-9---15-2026-2" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-9---15-2026-2">Plan of the Week: March 9 - 15, 2026</h5>
</section>
<section id="daily-focus-7" class="level5">
<h5 class="anchored" data-anchor-id="daily-focus-7">Daily Focus</h5>
<ul>
<li>My weekly plan will shift significantly as I try to keep myself healthy.</li>
</ul>
</section>
<section id="plan-of-the-day-9" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-9">Plan of the Day</h5>
<ul>
<li>My plan for today is to rest and recover.</li>
</ul>
</section>
<section id="projects-touched-today-9" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-9">Projects Touched Today</h5>
<ul>
<li>None</li>
</ul>
</section>
<section id="progress-notes-9" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-9">Progress Notes</h5>
<ul>
<li>None</li>
</ul>
</section>
<section id="products-word-count-9" class="level5">
<h5 class="anchored" data-anchor-id="products-word-count-9">Products &amp; Word Count</h5>
<ul>
<li>None</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 0 words</strong></p>
<p><strong>Monthly total to date: 1392 words</strong></p>
<p><strong>Annual total to date: 21,845 words</strong></p>
</blockquote>
</div>
</section>
<section id="tomorrows-plan-9" class="level5">
<h5 class="anchored" data-anchor-id="tomorrows-plan-9">Tomorrow’s Plan</h5>
<ul>
<li>Will be made tomorrow based on how I feel.</li>
</ul>
</section>
</section>
<section id="no-science-4" class="level3">
<h3 class="anchored" data-anchor-id="no-science-4">2026-03-12 — No Science</h3>
<section id="plan-of-the-week-march-9---15-2026-3" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-9---15-2026-3">Plan of the Week: March 9 - 15, 2026</h5>
</section>
<section id="daily-focus-8" class="level5">
<h5 class="anchored" data-anchor-id="daily-focus-8">Daily Focus</h5>
<ul>
<li>My weekly plan will shift significantly as I try to keep myself healthy.</li>
</ul>
</section>
<section id="plan-of-the-day-10" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-10">Plan of the Day</h5>
<ul>
<li>My plan for today is to rest and recover. Again, I have either rescheduled or canceled meetings to provide myself the time to rest. I already sent my eDNA protocols and information over to Kassi and Connor, so hopefully we just continue asynchronously until I feel better.</li>
</ul>
</section>
<section id="projects-touched-today-10" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-10">Projects Touched Today</h5>
<ul>
<li>None</li>
</ul>
</section>
<section id="progress-notes-10" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-10">Progress Notes</h5>
<ul>
<li>None</li>
</ul>
</section>
<section id="products-word-count-10" class="level5">
<h5 class="anchored" data-anchor-id="products-word-count-10">Products &amp; Word Count</h5>
<ul>
<li>None</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 0 words</strong></p>
<p><strong>Monthly total to date: 1242 words</strong></p>
<p><strong>Annual total to date: 21,695 words</strong></p>
</blockquote>
</div>
</section>
<section id="tomorrows-plan-10" class="level5">
<h5 class="anchored" data-anchor-id="tomorrows-plan-10">Tomorrow’s Plan</h5>
<ul>
<li>Will be made tomorrow based on how I feel.</li>
</ul>
</section>
</section>
<section id="resting-reading" class="level3">
<h3 class="anchored" data-anchor-id="resting-reading">2026-03-13 — Resting &amp; Reading</h3>
<section id="plan-of-the-week-march-9---15-2026-4" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-9---15-2026-4">Plan of the Week: March 9 - 15, 2026</h5>
</section>
<section id="daily-focus-9" class="level5">
<h5 class="anchored" data-anchor-id="daily-focus-9">Daily Focus</h5>
<ul>
<li>My goal this week has been to rest and figure out some low- effort ways to get back into the work groove without overextending; overdoing it has been prolonging my actual getting down to business.</li>
</ul>
</section>
<section id="plan-of-the-day-11" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-11">Plan of the Day</h5>
<ul>
<li>Rather than focus on products, I focused on reading and note taking to get back into low- effort work flow that allows for breaks as needed.</li>
</ul>
</section>
<section id="projects-touched-today-11" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-11">Projects Touched Today</h5>
<ul>
<li>PhD Proposal</li>
<li>Literature Review</li>
</ul>
</section>
<section id="progress-notes-11" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-11">Progress Notes</h5>
<ul>
<li><p>My goal today was to work through the literature to support a pivot in chapters 3 and 4 rather than do the deep work on my biomarker manuscript. I was able to clean up some sources, reinforce my historical epigenetics knowledge, and think through some ideas about shifting the lab- based experiment to support (possibly) my earlier biomarker and methylation work.</p></li>
<li><p>Between medication- induced naps, I was able to go back in time to read about how epigenetics became ‘a thing’ in 1942, came to the marine invertebrate arena re: developmental bio in urchins in 1973, and then be pleasantly reminded that amongst the first marine organism non-embryonic epigenetics work was done by Steven and published in 2010 with Mac. Pretty cool. Even AI can’t make this up! Pretty dope.</p></li>
</ul>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://chrismantegna.github.io/labnotebook/daily_log/2026_03/monthly_img/2026_03/2026_03_13/img/sr_epigenetics.png" class="img-fluid quarto-figure quarto-figure-center figure-img"></p>
</figure>
</div>
<p>Trying to find some base connections between the current work and where I can go within a dissertation and in the mytilus genome - I built out a mindmap that can definitely be expanded, but is a decent start.</p>
<p><img src="https://chrismantegna.github.io/labnotebook/daily_log/2026_03/monthly_img/2026_03/2026_03_13/img/epi_mm.png" class="img-fluid"></p>
</section>
<section id="products-word-count-11" class="level5">
<h5 class="anchored" data-anchor-id="products-word-count-11">Products &amp; Word Count</h5>
<ul>
<li>Personal literature notes + mind map above</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 0 words</strong></p>
<p><strong>Monthly total to date: 1242 words</strong></p>
<p><strong>Annual total to date: 21,695 words</strong></p>
</blockquote>
</div>
</section>
<section id="tomorrows-plan-11" class="level5">
<h5 class="anchored" data-anchor-id="tomorrows-plan-11">Tomorrow’s Plan</h5>
<ul>
<li>Will be made tomorrow based on how I feel. I expect to continue connecting the history of work with the Mytilus genome and epigenetic mechanisms sans non-coding RNAs.</li>
</ul>
</section>
</section>
<section id="epigenetic-mechanisms" class="level3">
<h3 class="anchored" data-anchor-id="epigenetic-mechanisms">2026-03-14 — Epigenetic Mechanisms</h3>
<section id="plan-of-the-week-march-9---15-2026-5" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-9---15-2026-5">Plan of the Week: March 9 - 15, 2026</h5>
<ul>
<li>My goal this week has been to rest and figure out some low- effort ways to get back into the work groove without overextending; overdoing it has been prolonging my actual getting down to business.</li>
</ul>
</section>
<section id="plan-of-the-day-12" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-12">Plan of the Day</h5>
<ul>
<li>Today’s plan is to clean up my notes from yesterday and identify where I have gaps in my understanding to direct my readings.</li>
</ul>
</section>
<section id="projects-touched-today-12" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-12">Projects Touched Today</h5>
<ul>
<li>PhD Proposal</li>
<li>Literature Review</li>
</ul>
</section>
<section id="progress-notes-12" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-12">Progress Notes</h5>
<ul>
<li><p>I took my notes, organized them into files separated by topic and keyword to help me understand what I was missing and what didn’t understand at the most fundamental level before pivoting to their application to my broader work.</p></li>
<li><p>I created 3 specific documents in my Epigenetic Mechanisms in Marine Invertebrates Knowledge Library. This links to my Notion project notes and my Foundational Knowledge Library.</p>
<ul>
<li><p>My knowledge library is a space where I keep my notes on whatever topics from the ground up. For example, if I want to understand DNA methylation in <em>Mytilus</em> spp., I need a fundamental understanding of <em>Mytilus</em> biology, physiology, their ecosystem role, population in Puget Sound, general cellular biology, the current state of genomic work with marine bivalves, and finally the other epigenetic mechanisms that influence methylation. I don’t need to be an expert at the moment, but if I cannot articulate how these pieces interact, I cannot build hypotheses worth investigating.</p></li>
<li><p>I conducted a quick literature search in both Google Scholar and Web of Science. Lots of room (see image below) and lots of reading to be done.</p></li>
<li><p>From my preliminary notes, I was able to create three areas of notes applicable to understanding the role of histone modification and chromatin remodeling in a larger context as well as add several papers to Zotero for reading beyond abstracts, methods and figures.</p></li>
</ul></li>
</ul>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://chrismantegna.github.io/labnotebook/daily_log/2026_03/monthly_img/2026_03/2026_03_14/img/wos_histone_chromatin_search.png" class="img-fluid quarto-figure quarto-figure-center figure-img" width="500"></p>
</figure>
</div>
</section>
<section id="products-word-count-12" class="level5">
<h5 class="anchored" data-anchor-id="products-word-count-12">Products &amp; Word Count</h5>
<ul>
<li>Notes on epigenetic mechanisms
<ul>
<li><a href="https://docs.google.com/document/d/1Grv526v3eXLsLqbFa1SnmougEd9B4RN_FX0HUK1vRx0/edit?usp=sharing">Doc 1</a>- male bivalve research bias (it’s a bit easier): 2187 words</li>
<li><a href="https://docs.google.com/document/d/1bDwT335LsFrg05kBhmLozDNd454BvjZP2Q8UacI66Lw/edit?usp=sharing">Doc 2</a>- general history of the research: 548 words</li>
<li><a href="https://docs.google.com/document/d/1BDAvvva9h99LLh0JbrCGs4aXIkX55C53Up-QAVzecXc/edit?usp=sharing">Doc 3</a>- role of epigenetic regulation in <em>Mytilus</em> spp.: 396 words</li>
</ul></li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 3131 words</strong></p>
<p><strong>Monthly total to date: 4373 words</strong></p>
<p><strong>Annual total to date: 26,068 words</strong></p>
<p><strong>Annual target total to date: 36,500 words</strong></p>
</blockquote>
</div>
</section>
<section id="tomorrows-plan-12" class="level5">
<h5 class="anchored" data-anchor-id="tomorrows-plan-12">Tomorrow’s Plan</h5>
<ul>
<li>Will be made tomorrow based on how I feel. I expect to build out my weekly plan and figure out what is on fire and what is just smoldering since I am super behind in just about everything.</li>
</ul>
</section>
</section>
<section id="epigenetic-mechanisms--more-notetaking" class="level3">
<h3 class="anchored" data-anchor-id="epigenetic-mechanisms--more-notetaking">2026-03-15 — Epigenetic Mechanisms- More Notetaking</h3>
<section id="plan-of-the-week-march-9---15-2026-6" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-9---15-2026-6">Plan of the Week: March 9 - 15, 2026</h5>
<ul>
<li>My goal this week has been to rest and figure out some low- effort ways to get back into the work groove without overextending; overdoing it has been prolonging my actual getting down to business.</li>
</ul>
</section>
<section id="plan-of-the-day-13" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-13">Plan of the Day</h5>
<ul>
<li>Today’s plan is to clean up my notes from Friday and Saturday and identify where I have gaps in my understanding to direct my readings.</li>
</ul>
</section>
<section id="projects-touched-today-13" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-13">Projects Touched Today</h5>
<ul>
<li>Foundational knowledge- epigenetic mechanisms</li>
<li>Literature Review</li>
</ul>
</section>
<section id="progress-notes-13" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-13">Progress Notes</h5>
<ul>
<li>I continued the work outlined yesterday and created one additional document while diving a bit deeper into the literature from the search results on Friday and Saturday.</li>
</ul>
</section>
<section id="products-word-count-13" class="level5">
<h5 class="anchored" data-anchor-id="products-word-count-13">Products &amp; Word Count</h5>
<ul>
<li>Notes on epigenetic mechanisms
<ul>
<li><a href="https://docs.google.com/document/d/18j-PT_9V2FtiYRrvmwtLtzP2dytnwpdmnx_iKtzmZpg/edit?usp=sharing">Doc 4</a>- concept mapping the mechanisms to my research: 385 words</li>
</ul></li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 385 words</strong></p>
<p><strong>Monthly total to date: 4758 words</strong></p>
<p><strong>Annual total to date: 26,453 words</strong></p>
<p><strong>Annual target total to date: 37,000 words</strong></p>
</blockquote>
</div>
</section>
<section id="tomorrows-plan-13" class="level5">
<h5 class="anchored" data-anchor-id="tomorrows-plan-13">Tomorrow’s Plan</h5>
<ul>
<li>Will be to plan out the week, keep it low key and start prioritizing my in- progress work.</li>
</ul>
</section>
</section>
<section id="celeste-histones" class="level3">
<h3 class="anchored" data-anchor-id="celeste-histones">2026-03-16 — Celeste!!!!!! &amp; Histones</h3>
<section id="plan-of-the-week-march-16---22-2026" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-16---22-2026">Plan of the Week: March 16 - 22, 2026</h5>
<ul>
<li>I am feeling marginally better, and since I didn’t map the week on Sunday, the plan today is to keep it low key so I don’t put myself back at square one.</li>
<li><strong>Monday</strong>: Map the week, catch up on UW-RUA work, confirm my spring/ summer tide schedule, build base histone and chromatin knowledge notes.</li>
<li><strong>Tuesday</strong>: UW-RUA work, no science.</li>
<li><strong>Wednesday</strong>: Return to epigenetic mechanisms to outline new Chapter 3 for my proposal.</li>
<li><strong>Thursday</strong>: Biomarker manuscript</li>
<li><strong>Friday</strong>: Biomarker manuscript</li>
<li><strong>Saturday</strong>: Return to Chapter 3 outline and start drafting options for the introduction and methods.</li>
<li><strong>Sunday</strong>: Continue Chapter 3 work.</li>
</ul>
<p>Missing from the plan is the DNA Methylation work - it will be worked into the other priorities as time permits, or be a focus for spring break week next week.</p>
</section>
<section id="plan-of-the-day-14" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-14">Plan of the Day</h5>
<ul>
<li>Today’s plan is to set up my science deliverables, catch up on my own learning, pivot from that learning into actionable application.
<ul>
<li>First, review the basic biology of histones and create my notes on this aspect.</li>
<li>Second, pull out the questions in my handwritten notes to compile and address later this week.</li>
</ul></li>
<li>Next, create my JKP 1v1 agenda and pivot to UW-RUA work.</li>
</ul>
</section>
<section id="projects-touched-today-14" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-14">Projects Touched Today</h5>
<ul>
<li>PhD Proposal</li>
<li>Literature Review</li>
</ul>
</section>
<section id="progress-notes-14" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-14">Progress Notes</h5>
<ul>
<li>I pulled out my questions/ thoughts about linking the histone, chromatin, and methylation information to an actionable plan using current open source resources. Am I asking relevant and testable questions… we shall see!</li>
<li>I spent my morning work block with Kristin building my notes about histones and their general biology. Between quick reading of lit and my good old Campbell biology textbook, I have a solid explainer of histones, their composition/ role, and a few notes about the differences in invertebrates. It took a bit longer than expected, but slow progress is better than no progress.</li>
</ul>
<div class="quarto-figure quarto-figure-left">
<figure class="figure">
<p><img src="https://chrismantegna.github.io/labnotebook/daily_log/2026_03/monthly_img/2026_03/2026_03_16/img/bio_textbook.jpeg" class="img-fluid quarto-figure quarto-figure-left figure-img"></p>
</figure>
</div>
<ul>
<li>I virtually attended Celeste’s defense where I learned more about tunicates than I ever thought! She did excellently. I know she worked hard, and seeing it all come together was awesome.</li>
<li>I virtually attended the third Dean candidate’s presentation and submitted my feedback via the provided survey.</li>
</ul>
</section>
<section id="products-word-count-14" class="level5">
<h5 class="anchored" data-anchor-id="products-word-count-14">Products &amp; Word Count</h5>
<ul>
<li>Notes on epigenetic mechanisms
<ul>
<li><a href="https://docs.google.com/document/d/1ldVWqNx9f7UXG202yN0O4imkIKKyDJP43dHOn0U37CE/edit?usp=sharing">Doc 5</a>- histone explainer: 839 words</li>
</ul></li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 839 words</strong></p>
<p><strong>Monthly total to date: 5597 words</strong></p>
<p><strong>Annual total to date: 27,292 words</strong></p>
<p><strong>Annual target total to date: 37,500 words</strong></p>
</blockquote>
</div>
</section>
<section id="tomorrows-plan-14" class="level5">
<h5 class="anchored" data-anchor-id="tomorrows-plan-14">Tomorrow’s Plan</h5>
<ul>
<li>UW-RUA Tuesday work blocks, no science.</li>
</ul>
</section>
</section>
<section id="uw-rua-tuesday" class="level3">
<h3 class="anchored" data-anchor-id="uw-rua-tuesday">2026-03-17 — UW-RUA Tuesday</h3>
<section id="plan-of-the-week-march-16---22-2026-1" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-16---22-2026-1">Plan of the Week: March 16 - 22, 2026</h5>
<ul>
<li>I am feeling marginally better, and since I didn’t map the week on Sunday, the plan today is to keep it low key so I don’t put myself back at square one.</li>
<li><del><strong>Monday</strong>: Map the week, catch up on UW-RUA work, confirm my spring/ summer tide schedule, build base histone and chromatin knowledge notes.</del></li>
<li><strong>Tuesday</strong>: UW-RUA work, no science.</li>
<li><strong>Wednesday</strong>: Return to epigenetic mechanisms to outline new Chapter 3 for my proposal.</li>
<li><strong>Thursday</strong>: Biomarker manuscript</li>
<li><strong>Friday</strong>: Biomarker manuscript</li>
<li><strong>Saturday</strong>: Return to Chapter 3 outline and start drafting options for the introduction and methods.</li>
<li><strong>Sunday</strong>: Continue Chapter 3 work.</li>
</ul>
<p>Missing from the plan is the DNA Methylation work - it will be worked into the other priorities as time permits, or be a focus for spring break week next week.</p>
</section>
<section id="plan-of-the-day-15" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-15">Plan of the Day</h5>
<ul>
<li>Tuesday’s are UW-RUA days, no deep work done today.</li>
<li>Update weekend lab notebook posts.</li>
</ul>
</section>
<section id="projects-touched-today-15" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-15">Projects Touched Today</h5>
<ul>
<li>Lab Notebook</li>
<li>Yellow Island</li>
</ul>
</section>
<section id="progress-notes-15" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-15">Progress Notes</h5>
<ul>
<li>Today I pulled my notes and updated my daily lab notebook posts from the weekend and Monday.</li>
<li>I was able to confirm my spring/ summer tide schedule on Yellow and working with local sites. I submitted my schedule and needs on Monday and received very quick feedback from TNC today!</li>
</ul>
</section>
<section id="products-word-count-15" class="level5">
<h5 class="anchored" data-anchor-id="products-word-count-15">Products &amp; Word Count</h5>
<ul>
<li>No products today</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 0 words</strong></p>
<p><strong>Monthly total to date: 5597 words</strong></p>
<p><strong>Annual total to date: 27,292 words</strong></p>
<p><strong>Annual target total to date: 38,000 words</strong></p>
</blockquote>
</div>
</section>
<section id="tomorrows-plan-15" class="level5">
<h5 class="anchored" data-anchor-id="tomorrows-plan-15">Tomorrow’s Plan</h5>
<ul>
<li>I was unable to get to my chromatin explainer on Monday, so that will be on the agenda along with developing an outline for Chapter 3 that incorporates some of the questions I’ve been kicking around.</li>
</ul>
</section>
</section>
<section id="chromatins-turn-to-shine" class="level3">
<h3 class="anchored" data-anchor-id="chromatins-turn-to-shine">2026-03-18 — Chromatin’s Turn to Shine</h3>
<section id="plan-of-the-week-march-16---22-2026-2" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-16---22-2026-2">Plan of the Week: March 16 - 22, 2026</h5>
<ul>
<li>I am feeling marginally better, and since I didn’t map the week on Sunday, the plan today is to keep it low key so I don’t put myself back at square one.</li>
<li><del><strong>Monday</strong>: Map the week, catch up on UW-RUA work, confirm my spring/ summer tide schedule, build base histone and chromatin knowledge notes.</del></li>
<li><del><strong>Tuesday</strong>: UW-RUA work, no science.</del></li>
<li><strong>Wednesday</strong>: Return to epigenetic mechanisms to outline new Chapter 3 for my proposal.</li>
<li><strong>Thursday</strong>: Biomarker manuscript</li>
<li><strong>Friday</strong>: Biomarker manuscript</li>
<li><strong>Saturday</strong>: Return to Chapter 3 outline and start drafting options for the introduction and methods.</li>
<li><strong>Sunday</strong>: Continue Chapter 3 work.</li>
</ul>
<p>Missing from the plan is the DNA Methylation work - it will be worked into the other priorities as time permits, or be a focus for spring break week next week.</p>
</section>
<section id="plan-of-the-day-16" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-16">Plan of the Day</h5>
<ul>
<li>Today is chromatin’s day to shine!
<ul>
<li>Compile current notes, identify basic biology, any applicable marine invert knowledge, and develop some questions around the mechanism in the context of my work.</li>
</ul></li>
<li>Format and render my lab notebook posts so they look less like an unhinged diary…</li>
</ul>
</section>
<section id="projects-touched-today-16" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-16">Projects Touched Today</h5>
<ul>
<li>Lab Notebook</li>
<li>PhD Proposal</li>
<li>Foundational Knowledge</li>
</ul>
</section>
<section id="progress-notes-16" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-16">Progress Notes</h5>
<ul>
<li>I caught up the notebook posts, archived February’s posts to a single doc, and added a few images to make things more fun!</li>
<li>I started by prepping for my afternoon meetings
<ul>
<li>UW-RUA applicants X 2 re: research statement feedback</li>
<li>NW Straits April 3rd Caroline Gibson ‘Conference’ prep re: posters and abstract submission guidelines</li>
<li>Henry Art Gallery re: my written accompaniment piece for a summer showcase</li>
<li>Alternate paths to marine science for a high school group related to the IG cohort</li>
</ul></li>
<li>I completed a one- pager for a STEM/social science collaboration in late 2026/ early 2027 if accepted</li>
<li>I completed the initial pass on the chromatin explainer, but found that it is mostly questions and connections to histones (obviously), so this may be the shorted explainer yet!
<ul>
<li>Once I clean this up, I will add it to the digital notes but right now my handwritten notes are all over the place.</li>
<li>Next steps are to put all three mechanisms together and make a plan for how to use current open source data to develop an analysis plan.</li>
</ul></li>
</ul>
</section>
<section id="products-word-count-16" class="level5">
<h5 class="anchored" data-anchor-id="products-word-count-16">Products &amp; Word Count</h5>
<ul>
<li>Building Bridges in Conservation: 765 words</li>
<li>Chromatin raw notes (handwritten): 230 words</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 995 words</strong></p>
<p><strong>Monthly total to date: 6592 words</strong></p>
<p><strong>Annual total to date: 28,287 words</strong></p>
<p><strong>Annual target total to date: 38,500 words</strong></p>
</blockquote>
</div>
</section>
<section id="tomorrows-plan-16" class="level5">
<h5 class="anchored" data-anchor-id="tomorrows-plan-16">Tomorrow’s Plan</h5>
<ul>
<li><p>Clean up chromatin notes and add to epigenetics explainers in my foundational knowledge db.</p></li>
<li><p>Pivot to using the notes to create a plan for Chapter 3.</p></li>
<li><p>Review biomarker manuscript and make a plan for completion.</p></li>
</ul>
</section>
</section>
<section id="integrating-epigenetic-mechanisms" class="level3">
<h3 class="anchored" data-anchor-id="integrating-epigenetic-mechanisms">2026-03-19 — Integrating Epigenetic Mechanisms</h3>
<section id="plan-of-the-week-march-16---22-2026-3" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-16---22-2026-3">Plan of the Week: March 16 - 22, 2026</h5>
<ul>
<li>I am feeling marginally better, and since I didn’t map the week on Sunday, the plan today is to keep it low key so I don’t put myself back at square one.</li>
<li><del><strong>Monday</strong>: Map the week, catch up on UW-RUA work, confirm my spring/ summer tide schedule, build base histone and chromatin knowledge notes.</del></li>
<li><del><strong>Tuesday</strong>: UW-RUA work, no science.</del></li>
<li><del><strong>Wednesday</strong>: Return to epigenetic mechanisms to outline new Chapter 3 for my proposal.</del></li>
<li><strong>Thursday</strong>: Biomarker manuscript</li>
<li><strong>Friday</strong>: Biomarker manuscript</li>
<li><strong>Saturday</strong>: Return to Chapter 3 outline and start drafting options for the introduction and methods.</li>
<li><strong>Sunday</strong>: Continue Chapter 3 work.</li>
</ul>
<p>Missing from the plan is the DNA Methylation work - it will be worked into the other priorities as time permits, or be a focus for spring break week next week.</p>
</section>
<section id="plan-of-the-day-17" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-17">Plan of the Day</h5>
<ul>
<li>I originally slated time today to work on biomarkers, but I want to finish the chromatin work so I can mull over the mechanisms while working on the biomarker manuscript.</li>
<li>Today is chromatin’s day to shine… again!
<ul>
<li>Compile current notes, identify basic biology, any applicable marine invert knowledge, and develop some questions around the mechanism in the context of my work.</li>
</ul></li>
<li>I did not get through finalizing my chromatin notes and outlining Chapter 3, so I’m going to focus on that before moving into Biomarker work.
<ul>
<li>First, review existing notes. Second, pull the questions out and put them with the rest and format notes like the others. Third, use the questions and notes to identify alternate ways to work with open source data for Chapter 3.</li>
</ul></li>
<li>After note taking, I will begin outlining a plan for Chapter 3.
<ul>
<li>Pivoting to a bioinformatics chapter rather than a lab based one will allow me to make better decisions for the experiments, more strongly tie the mechanisms to the outcomes, and pull together the complete work cleanly.</li>
</ul></li>
</ul>
</section>
<section id="projects-touched-today-17" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-17">Projects Touched Today</h5>
<ul>
<li>PhD Proposal</li>
<li>Foundational Knowledge</li>
<li>DNA Methylation</li>
</ul>
</section>
<section id="progress-notes-17" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-17">Progress Notes</h5>
<ul>
<li>I started by wondering how I ever made it out of Catholic school with this handwriting!
<ul>
<li>My Chromatin notes are a bit all over the place, so after a quick review I identified some gaps I have in understanding. I’m filling those in as best as I can to knock out the cleaner notes.</li>
<li>I moved my questions over to the running doc and realized that chromatin remodeling is possibly the most straightforward of all of the mechanisms.</li>
</ul></li>
<li>When I shifted over to DNA methylation, I found myself with more analysis/ workflow questions than mechanistic questions.
<ul>
<li>I pivoted to creating a more comprehensive checklist and process to follow for myself since it is easy for me to rattle a few high-level steps, but unpacking them has been a process.</li>
<li>I then created a decision outline with some guiding questions for the analysis.</li>
<li>For both I chose to start at the point of sequences in hand - I will need to go back and make a section for sampling/ experimental design. Probably when I work on the methods for the manuscript.</li>
<li>This exercise took an embarassingly long time, but really helped me get down to the ‘bones’ of the process and set myself up to comprehensively answer any questions with something more robust than “that’s how my lab does it”.</li>
</ul></li>
<li>For all of my explainers/ note docs I am certain there is plenty of room to make them better, and when the time is appropriate, I will, but for now I need to get back to basics and reinforce information or decisions I have been treating as ‘set-in-stone’ facts.</li>
<li>I was feeling pretty ‘ready to apply’ this reinforced knowledge and quickly learned that sorting through old code and outputs after dinner is a recipe for instant despair.
<ul>
<li>I went back to the DNA methylation analysis work to see where I left off and possibly move forward… I did this because evening writing is often akin to trying to sharpen a pencil with a blade of grass - not smart. So, I thought, maybe tangible do X get Y work would do it. Instead, I am now questioning every decision and trying to figure out how my maping efficiency has not gotten above 27%, and if that is even a problem… Key sign to pack it up for the day.</li>
</ul></li>
</ul>
</section>
<section id="products-word-count-17" class="level5">
<h5 class="anchored" data-anchor-id="products-word-count-17">Products &amp; Word Count</h5>
<ul>
<li><a href="https://docs.google.com/document/d/12V6pyDkOy_DVWm-HfZjPhmLSLpN4xraSp_fZQYd9bzc/edit?usp=sharing">Doc 6</a>- Chromatin Explainer: 498 words</li>
<li><a href="https://docs.google.com/document/d/1RYjvVwA3ndbcXuhn3vkNCmippMzOkZuoBj4b2hzIz1c/edit?usp=sharing">Doc 7</a>- DNA Methylation Analysis Checklist: 573 words</li>
<li><a href="https://docs.google.com/document/d/14Lpd-y2T5Lp_uivo1BLYlhafrL46wIxYLOQWxGtIL9I/edit?usp=sharing">Doc 8</a>- DNA Methylation Analysis Decisions: 875 words</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 1946 words</strong></p>
<p><strong>Monthly total to date: 8538 words</strong></p>
<p><strong>Annual total to date: 30,233 words</strong></p>
<p><strong>Annual target total to date: 39,000 words</strong></p>
</blockquote>
</div>
</section>
<section id="tomorrows-plan-17" class="level5">
<h5 class="anchored" data-anchor-id="tomorrows-plan-17">Tomorrow’s Plan</h5>
<ul>
<li>Friday starts with creating a specific task list for the biomarker manuscript, executing a reasonable amount of it, and then turning my attention to methylation.</li>
</ul>
</section>
</section>
<section id="mussel-methylation-analysis-return" class="level3">
<h3 class="anchored" data-anchor-id="mussel-methylation-analysis-return">2026-03-20 — Mussel Methylation Analysis Return</h3>
<section id="plan-of-the-week-march-16---22-2026-4" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-16---22-2026-4">Plan of the Week: March 16 - 22, 2026</h5>
<ul>
<li>I am feeling marginally better, and since I didn’t map the week on Sunday, the plan today is to keep it low key so I don’t put myself back at square one.</li>
<li><del><strong>Monday</strong>: Map the week, catch up on UW-RUA work, confirm my spring/ summer tide schedule, build base histone and chromatin knowledge notes.</del></li>
<li><del><strong>Tuesday</strong>: UW-RUA work, no science.</del></li>
<li><del><strong>Wednesday</strong>: Return to epigenetic mechanisms to outline new Chapter 3 for my proposal.</del></li>
<li><del><strong>Thursday</strong>: Biomarker manuscript</del></li>
<li><strong>Friday</strong>: Biomarker manuscript</li>
<li><strong>Saturday</strong>: Return to Chapter 3 outline and start drafting options for the introduction and methods.</li>
<li><strong>Sunday</strong>: Continue Chapter 3 work.</li>
</ul>
<p>Missing from the plan is the DNA Methylation work - it will be worked into the other priorities as time permits, or be a focus for spring break week next week.</p>
</section>
<section id="plan-of-the-day-18" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-18">Plan of the Day</h5>
<ul>
<li>Today’s goal was to work on biomarkers, but I am shifting to mussel methylation.
<ul>
<li>Because I am behind basically everywhere in every aspect of my life, I have a heavy task day. That equates to a lack of time to focus on deep work, the kind of work that I need to do with the biomarker manuscript.</li>
<li>I don’t want to not touch something science today, so I’m going to get something else cooking that is more formulaic going.</li>
</ul></li>
</ul>
</section>
<section id="projects-touched-today-18" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-18">Projects Touched Today</h5>
<ul>
<li>Mussel Methylation</li>
</ul>
</section>
<section id="progress-notes-18" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-18">Progress Notes</h5>
<ul>
<li>My first step was to re-acclimate myself with where the project was in the pipeline, where it needed to go, and what the next tangible steps are.
<ul>
<li>First, I have not yet gotten myself sorted on Klone, so I am still working on Raven.</li>
<li>Reviewing the sequences and alignments, I realized three major things.
<ul>
<li>No documentation of matching checksums for my sequences or for the reference genome.</li>
<li>No notes on potential parameter testing/ mapping efficiency percentages and what was adjusted to get there, or what needed to be done.</li>
<li>I didn’t remove the sequencer artifacts from the work, so my QC reports are 99% unnecessary and not useful.</li>
</ul></li>
<li>Since I just made a list of steps and decisions, I went back and used them!
<ul>
<li>First, I removed all of the old, second, I reviewed and updated the code files that I created from Steven’s originals and modified for running on my machine, not Raven. Most important, I added some echoes so I wasn’t flying blind in the process.</li>
</ul></li>
<li>Next up, I cleaned up the repo folders, added code to concatenate the individual checksums into a single text file so I didn’t have to open 48 files…
<ul>
<li>Once my sequences were uploaded/ downloaded/ pulled into Raven, I pulled out one sample (reads 1 &amp; 2) from the high PAH (69M) and low PAH (272M) to run through the complete process before analyzing the complete dataset.</li>
<li>I moved all other sequences out of the raw data folder and committed.</li>
</ul></li>
</ul></li>
</ul>
</section>
<section id="products-word-count-18" class="level5">
<h5 class="anchored" data-anchor-id="products-word-count-18">Products &amp; Word Count</h5>
<ul>
<li>Updated code docs for QC, trimming, reference pull and alignment: ~100 words</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 100 words</strong></p>
<p><strong>Monthly total to date: 8638 words</strong></p>
<p><strong>Annual total to date: 30,333 words</strong></p>
<p><strong>Annual target total to date: 39,500 words</strong></p>
</blockquote>
</div>
</section>
<section id="tomorrows-plan-18" class="level5">
<h5 class="anchored" data-anchor-id="tomorrows-plan-18">Tomorrow’s Plan</h5>
<ul>
<li>Moving forward with the preliminary sequence run through QC, trimming, and alignment.</li>
<li>Continuing to knock out the other non-lab tasks and work I was not able to complete today.</li>
</ul>
</section>
</section>
<section id="moving-forward-with-mussel-methylation-analysis" class="level3">
<h3 class="anchored" data-anchor-id="moving-forward-with-mussel-methylation-analysis">2026-03-21 — Moving forward with Mussel Methylation Analysis</h3>
<section id="plan-of-the-week-march-16---22-2026-5" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-16---22-2026-5">Plan of the Week: March 16 - 22, 2026</h5>
<ul>
<li>I am feeling marginally better, and since I didn’t map the week on Sunday, the plan today is to keep it low key so I don’t put myself back at square one.</li>
<li><del><strong>Monday</strong>: Map the week, catch up on UW-RUA work, confirm my spring/ summer tide schedule, build base histone and chromatin knowledge notes.</del></li>
<li><del><strong>Tuesday</strong>: UW-RUA work, no science.</del></li>
<li><del><strong>Wednesday</strong>: Return to epigenetic mechanisms to outline new Chapter 3 for my proposal.</del></li>
<li><del><strong>Thursday</strong>: Biomarker manuscript</del></li>
<li><del><strong>Friday</strong>: Biomarker manuscript</del></li>
<li><strong>Saturday</strong>: Return to Chapter 3 outline and start drafting options for the introduction and methods.</li>
<li><strong>Sunday</strong>: Continue Chapter 3 work.</li>
</ul>
<p>Missing from the plan is the DNA Methylation work - it will be worked into the other priorities as time permits, or be a focus for spring break week next week.</p>
</section>
<section id="plan-of-the-day-19" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-19">Plan of the Day</h5>
<ul>
<li>Today’s goal is to work on my new Chapter 3 outline and keep pushing the methylation work forward</li>
</ul>
</section>
<section id="projects-touched-today-19" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-19">Projects Touched Today</h5>
<ul>
<li>Mussel Methylation</li>
</ul>
</section>
<section id="progress-notes-19" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-19">Progress Notes</h5>
<ul>
<li>The day started with running FastQC and MultiQC on the representative samples.
<ul>
<li>I did not properly move the sequencer artifacts, so my QC rerun failed repeatedly until I realized it was because I needed to properly move those files and not adjust the code… that took a little too long.</li>
<li>FastQC went well and reminded me that I need to ask again what some of the quality parameters mean in the broader analysis-impact pov.</li>
<li>I spent the better part of the day checking why I was stuck in MultiQC purgatory… I am doing something wring because it should not take half a day to run MultiQC on 4 samples, but after some troubleshooting, I can’t figure out what it is. I will ask for help on this one before I screw up something in the shared drives on Raven.</li>
</ul></li>
<li>I moved over to trimming, bypassing MultiQC while keeping FastQC.
<ul>
<li>Based on on the FastQC returns, the standard 20by at the beginning and end of the raw sequences makes sense. I see we use fastp, but TrimGalore is everywhere - I will try to sort out the differences or create a comparison at another less time-restricted moment.</li>
<li>I completed trimming, reviewed those FastQC files (bypassing MultiQC until I can figure out where it is getting stuck), and moved on to grabbing the reference genome from NCBI and starting the alignment.</li>
</ul></li>
<li>Once I started the alignment script, I let that run while I worked on some of my UW-RUA deliverables for the week.</li>
</ul>
</section>
<section id="products-word-count-19" class="level5">
<h5 class="anchored" data-anchor-id="products-word-count-19">Products &amp; Word Count</h5>
<ul>
<li>No tangible products today.</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 0 words</strong></p>
<p><strong>Monthly total to date: 8638 words</strong></p>
<p><strong>Annual total to date: 30,333 words</strong></p>
<p><strong>Annual target total to date: 40,000 words</strong></p>
</blockquote>
</div>
</section>
<section id="tomorrows-plan-19" class="level5">
<h5 class="anchored" data-anchor-id="tomorrows-plan-19">Tomorrow’s Plan</h5>
<ul>
<li>No science on Sunday. I am exhausted, still taking my cold meds and hoping to shake this off for good.</li>
</ul>
</section>
</section>
<section id="running-errands-running-alignments" class="level3">
<h3 class="anchored" data-anchor-id="running-errands-running-alignments">2026-03-22 — Running Errands &amp; Running Alignments</h3>
<section id="plan-of-the-week-march-16---22-2026-6" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-16---22-2026-6">Plan of the Week: March 16 - 22, 2026</h5>
<ul>
<li>I am feeling marginally better, and since I didn’t map the week on Sunday, the plan today is to keep it low key so I don’t put myself back at square one.</li>
<li><del><strong>Monday</strong>: Map the week, catch up on UW-RUA work, confirm my spring/ summer tide schedule, build base histone and chromatin knowledge notes.</del></li>
<li><del><strong>Tuesday</strong>: UW-RUA work, no science.</del></li>
<li><del><strong>Wednesday</strong>: Return to epigenetic mechanisms to outline new Chapter 3 for my proposal.</del></li>
<li><del><strong>Thursday</strong>: Biomarker manuscript</del></li>
<li><del><strong>Friday</strong>: Biomarker manuscript</del></li>
<li><del><strong>Saturday</strong>: Return to Chapter 3 outline and start drafting options for the introduction and methods.</del></li>
<li><strong>Sunday</strong>: Continue Chapter 3 work.</li>
</ul>
<p>Missing from the plan is the DNA Methylation work - it will be worked into the other priorities as time permits, or be a focus for spring break week next week.</p>
</section>
<section id="plan-of-the-day-20" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-20">Plan of the Day</h5>
<ul>
<li>Today’s goal is to monitor my alignments running in Raven and knockout household tasks.</li>
</ul>
</section>
<section id="projects-touched-today-20" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-20">Projects Touched Today</h5>
<ul>
<li>Mussel Methylation</li>
</ul>
</section>
<section id="progress-notes-20" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-20">Progress Notes</h5>
<ul>
<li>I checked in on the alignments that I started running last night.
<ul>
<li>The reference was downloaded and checksums confirmed.</li>
<li>The first sample alignment was completed around midday.</li>
<li>The second sample was completed in the evening.</li>
</ul></li>
<li>I began looking at the next steps by reviewing the <a href="https://robertslab.github.io/resources/bio_DNA-methylation/#bismark_1">lab handbook</a>, <a href="https://github.com/RobertsLab/project-mytilus-methylation">Steven’s Mytilus methylation repo</a>, and <a href="https://github.com/sr320/ceasmallr/tree/1d64c7032df8c961b65cb9914d58b82559229cff/code">Sam’s workflow for methylation</a> analysis in oysters.
<ul>
<li>I know that deduplication, methylation extraction and parameter testing are the next general steps, but my BASH code is pretty rudimentary and I spent an awfully long time just sorting what some of the commands do before building a base version.</li>
<li>I built the ‘simple’ version by first writing out, in full words, what steps needed to be taken before turning to write out the script.</li>
<li>In the process, I also noticed that I have some data files that saved to the code directory, so I need to remember to move them and ensure I am setting up my data and output paths properly in the scripts.</li>
</ul></li>
<li>I have not started the deduplication; that will be a task for next week while I am working on getting some of my other projects moving forward as well.</li>
</ul>
</section>
<section id="products-word-count-20" class="level5">
<h5 class="anchored" data-anchor-id="products-word-count-20">Products &amp; Word Count</h5>
<ul>
<li>Simple deduplication script: 1</li>
<li>Written process for deduplication, methylation extraction, and parameter testing: ~200 words</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 200 words</strong></p>
<p><strong>Monthly total to date: 8838 words</strong></p>
<p><strong>Annual total to date: 30,533 words</strong></p>
<p><strong>Annual target total to date: 40,500 words</strong></p>
</blockquote>
</div>
</section>
<section id="tomorrows-plan-20" class="level5">
<h5 class="anchored" data-anchor-id="tomorrows-plan-20">Tomorrow’s Plan</h5>
<ul>
<li>Working on UW-RUA programming and traveler management.</li>
</ul>
</section>
</section>
<section id="uw-rua-deliverables" class="level3">
<h3 class="anchored" data-anchor-id="uw-rua-deliverables">2026-03-23 — UW-RUA Deliverables</h3>
<section id="plan-of-the-week-march-23---29-2026" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-23---29-2026">Plan of the Week: March 23 - 29, 2026</h5>
<ul>
<li>I am still not at full capacity and my plan for the week is to map out the rest of March and Spring Quarter since I have some very real, very important deadlines I’d like to hit.
<ul>
<li>A full plan will be added to my daily post for Tuesday 3/24/26.</li>
</ul></li>
</ul>
</section>
<section id="plan-of-the-day-21" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-21">Plan of the Day</h5>
<ul>
<li>Today’s goal is to make progress with some of my UW-RUA deliverables and to map out the week before pivoting to mapping out the upcoming quarter.</li>
</ul>
</section>
<section id="projects-touched-today-21" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-21">Projects Touched Today</h5>
<ul>
<li>None</li>
</ul>
</section>
<section id="progress-notes-21" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-21">Progress Notes</h5>
<ul>
<li>I managed to make decent headway on the data analysis of the UW-RUA program outcomes.
<ul>
<li>I pulled in the program stats, cleaned them and made some base plots to illustrate traveler demographics, colleges/ departments within UW, and the host institutions visited.</li>
<li>I worked on writing up some more testimonials (that will accompany the data) based on the interviews I’ve completed since the end of Fall Quarter.</li>
</ul></li>
<li>I put together the flyer text for the Scholarly Skill Building professional development programming series for review and edit.</li>
</ul>
</section>
<section id="products-word-count-21" class="level5">
<h5 class="anchored" data-anchor-id="products-word-count-21">Products &amp; Word Count</h5>
<ul>
<li>No science products today.</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 0 words</strong></p>
<p><strong>Monthly total to date: 8838 words</strong></p>
<p><strong>Annual total to date: 30,533 words</strong></p>
<p><strong>Annual target total to date: 41,000 words</strong></p>
</blockquote>
</div>
</section>
<section id="tomorrows-plan-21" class="level5">
<h5 class="anchored" data-anchor-id="tomorrows-plan-21">Tomorrow’s Plan</h5>
<ul>
<li>More UW-RUA work and planning of science deliverables, not just the UW-RUA ones.</li>
</ul>
</section>
</section>
<section id="weekly-and-spring-quarter-planning" class="level3">
<h3 class="anchored" data-anchor-id="weekly-and-spring-quarter-planning">2026-03-24 — Weekly and Spring Quarter Planning</h3>
<section id="plan-of-the-week-march-23---29-2026-1" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-23---29-2026-1">Plan of the Week: March 23 - 29, 2026</h5>
</section>
<section id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before" class="level5">
<h5 class="anchored" data-anchor-id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before"><em>High- level outline for the week. Adjusted daily to reflect progress of the day before</em></h5>
<ul>
<li>I am still not at full capacity and my plan for the week is to map out the rest of March and Spring Quarter since I have some very real, very important deadlines I’d like to hit.</li>
</ul>
<hr>
<div>
<blockquote class="blockquote">
<p><del>Monday - Catch up on UW-RUA and science project planning</del></p>
<p>Tuesday - Planning &amp; biomarker manuscript work</p>
<p>Wednesday - Biomarker Manuscript</p>
<p>Thursday - Chapter 3 proposal</p>
<p>Friday - Chapter 3 proposal</p>
<p>Saturday - Biomarker Manuscript</p>
<p>Sunday - Weekly planning and prep</p>
</blockquote>
</div>
<hr>
</section>
<section id="plan-of-the-day-22" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-22">Plan of the Day</h5>
</section>
<section id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above" class="level5">
<h5 class="anchored" data-anchor-id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above"><em>Granular level task list to accomplish the high- level goal outlined above</em></h5>
<ul>
<li>Today’s goal is to map out the week before pivoting to mapping out the upcoming quarter and tackling the highest priority identified from the planning.
<ul>
<li>Since I was unable to do more than the UW-RUA work yesterday, planning shifted to today.</li>
<li>Based on the planning session (in progress notes below), my first priority is the biomarker manuscript and that will be the primary project I work on today.</li>
</ul></li>
</ul>
</section>
<section id="projects-touched-today-22" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-22">Projects Touched Today</h5>
<ul>
<li>Yellow Island</li>
<li>Kenya eDNA</li>
<li>Biomarker Manuscript</li>
<li>DNA Methylation</li>
</ul>
<hr>
</section>
<section id="progress-notes-22" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-22">Progress Notes</h5>
<ul>
<li>I started with a massive brain dump of all of the projects, tasks, ideas, thoughts, etc that I want to prioritize, delegate, or put in order for next- up.
<ul>
<li>I didn’t do a monthly retro moving into March, so some of that was done after the brain dump and revealed a few things that I will try to keep in mind moving into April and spring quarter.
<ul>
<li>First, no matter how I time block, my brain does not appreciate pivoting projects in the same day. One or the other project gets the attention, and no matter how I try to force myself, I cannot give full attention (for deep work) to more than one. This is a problem.</li>
<li>Second, my highest focus times of day are shifting to a bit later than what I’m used to; typically my most productive times are between 6:00 am - 12:00 pm, and are now shifting back to more like 9/ 10:00 am - 3:00 pm. This is a conflict with how my current meetings are scheduled and anything I can shift moving forward, I will.</li>
<li>Third, while I am continually saying no to things, I am still underwater. I cannot currently identify what needs to be cut out, but my ‘no thank you’ game has got to get stronger.</li>
</ul></li>
<li>My priorities for March/ April are as follows:
<ul>
<li>Biomarker manuscript out to ICB</li>
<li>PhD proposal for bypass to my committee NLT April 1st
<ul>
<li>Getting back into weekly meetings with Steven to go over the updates</li>
<li>A committee meeting scheduled for sometime between 4/13 - 4/24</li>
</ul></li>
<li>Finishing initial DNA methylation analysis
<ul>
<li>Getting through the 2 sequence test run (deduplication, methylation extraction and then moving into bio/ phys impact via gene ID/ annotation)</li>
<li>Adjusting the parameters to ensure we’re getting the most out of the data without inflating error or over-representation of results.</li>
<li>Visualizing the results of the test run</li>
<li>Completing the workflow with the rest of the sequences</li>
</ul></li>
<li>Pulling together my complete bypass package for May 15th submission deadline
<ul>
<li>Biomarker manuscript</li>
<li>Truncated MS proposal &amp; cover letter explaining expansion from MS to PhD</li>
<li>Polished PhD proposal based on committee feedback</li>
</ul></li>
</ul></li>
<li>Auxiliary work that must move forward, but can do so slowly
<ul>
<li>Yellow Island surveys</li>
<li>Kenya eDNA + mormyrid gut content data</li>
<li>Refining PromethION protocols for the Kenya data</li>
<li>Preparing for the Climate Wayfinders training over the summer</li>
</ul></li>
</ul></li>
<li>Shifting gears from project &amp; task identification, and into delegation:
<ul>
<li>I confirmed my spring/ summer travel date adjustments with TNC to push my survey window back.</li>
<li>I met with Connor and Kassi P. to help them build out the eDNA pipeline and gave them next steps they can accomplish without me.</li>
<li>I met with a former GEODUC student who was interested in post-bac opportunities in the lab; not sure our goals are aligned at this time.</li>
</ul></li>
<li>Before hopping into my next round of tasks, I wanted to check off an easy transition task - updating my GitHub landing page to more accurately represent what I am working on. Mainly because it will be linked to my work showcased on April 3rd at the NW Straits Foundation Caroline Gibson ‘conference’.
<ul>
<li>I updated my work description, order of the sections, and removed some of the one-off work that was done a long time ago.</li>
</ul></li>
<li>Next, I went back to the biomarker manuscript and folder of figures/ tables/ results and made a list of next steps:
<ul>
<li>Fully updating results (not just comments)</li>
<li>Putting the figures into the manuscript where they belong, regardless of how polished or not they look</li>
<li>Identifying where better citations or more detail should be added
<ul>
<li>I really phoned it in in the discussion/ conclusion and tying our results back to the problem identified in the introduction</li>
<li>The introduction can be more straight forward</li>
<li>I need to decide what I am calling the geographic groupings and stick to it</li>
</ul></li>
<li>Write the abstract! (totally forgot about that…)</li>
</ul></li>
<li>After reviewing it, I read it for coherence, gaps and line edits. I worked on reworking the results section; it is not great, but I think I have a good idea of how I want the most important spatial results to read while the rest are just added to the supplement.</li>
<li>I wrapped up by reviewing my deduplicating and parameter checks code for the methylation data.
<ul>
<li>Again, I took examples from the lab and built a version that I understand from those examples.</li>
<li>I got it up on Raven and if the spinning sparkle of death ever stops, I will find out shortly if it was successful from a coding point of view…</li>
</ul></li>
</ul>
<hr>
</section>
<section id="outcomes-products-word-count" class="level5">
<h5 class="anchored" data-anchor-id="outcomes-products-word-count">Outcomes: Products &amp; Word Count</h5>
<ul>
<li>Biomarker results edits: 237 words</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 237 words</strong></p>
<p><strong>Monthly total to date: 9075 words</strong></p>
<p><strong>Annual total to date: 30,770 words</strong></p>
<p><strong>Annual target total to date: 41,500 words</strong></p>
</blockquote>
</div>
</section>
<section id="next-up-tomorrows-plan" class="level5">
<h5 class="anchored" data-anchor-id="next-up-tomorrows-plan">Next Up: Tomorrow’s Plan</h5>
<ul>
<li>Will be determined by the end of the day!</li>
</ul>
</section>
</section>
<section id="dna-methylation-meetings" class="level3">
<h3 class="anchored" data-anchor-id="dna-methylation-meetings">2026-03-25 — DNA Methylation &amp; Meetings</h3>
<section id="plan-of-the-week-march-23---29-2026-2" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-23---29-2026-2">Plan of the Week: March 23 - 29, 2026</h5>
</section>
<section id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before-1" class="level5">
<h5 class="anchored" data-anchor-id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before-1"><em>High- level outline for the week. Adjusted daily to reflect progress of the day before</em></h5>
<ul>
<li>I am still not at full capacity and my plan for the week is to map out the rest of March and Spring Quarter since I have some very real, very important deadlines I’d like to hit.</li>
</ul>
<hr>
<div>
<blockquote class="blockquote">
<p><del>Monday - Catch up on UW-RUA and science project planning</del></p>
<p><del>Tuesday - Planning &amp; biomarker manuscript work</del></p>
<p>Wednesday - Biomarker Manuscript</p>
<p>Thursday - Chapter 3 proposal</p>
<p>Friday - Chapter 3 proposal</p>
<p>Saturday - Biomarker Manuscript</p>
<p>Sunday - Weekly planning and prep</p>
</blockquote>
</div>
<hr>
</section>
<section id="plan-of-the-day-23" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-23">Plan of the Day</h5>
</section>
<section id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above-1" class="level5">
<h5 class="anchored" data-anchor-id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above-1"><em>Granular level task list to accomplish the high- level goal outlined above</em></h5>
<ul>
<li>Today’s goal is to return to the plan mapping I finished yesterday and complete the task breakdown, refine the project priorities, and start plugging the tasks into my planner dashboard in Notion.</li>
</ul>
</section>
<section id="projects-touched-today-23" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-23">Projects Touched Today</h5>
<ul>
<li>DNA Methylation</li>
</ul>
<hr>
</section>
<section id="progress-notes-23" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-23">Progress Notes</h5>
<ul>
<li>I kicked off the day with a new paper from my Google alerts, One Health perspectives on veterinary residues and bioaccumulation in marine mussels. <a href="https://doi.org/10.1016/j.marenvres.2026.108009">DOI link</a> to the paper.
<ul>
<li>This is a review paper focused on contaminant mixtures and their potential impacts to mussels, and how those outcomes link to human health outcomes using the One Health framework.</li>
<li>The authors focus on heavy metals and pharmaceuticals as the perturbation/ mixture.</li>
<li>Call to Action: Integrate monitoring programs, molecular ecotox, and new tech to mitigate contaminant’s entry into waterways.</li>
</ul></li>
<li>I moved into task planning. I identified the main projects that must be pushed forward, the secondary projects that are moving forward under delegated efforts, and potential upcoming project work.
<ul>
<li>This took a significantly longer time to get through, so I focused on the priority project tasks in the allotted time block.</li>
<li>Thursday will see a revisit of the task defining and scheduling since I need to pivot to meeting prep.</li>
</ul></li>
<li>First ‘meeting’ was my working block with KPJ.
<ul>
<li>I walked myself through the Bismark results so I could understand what I was seeing and what questions I actually needed to ask.</li>
<li>I returned to my problem trying to access the qc programs. I haven’t been able to run a successful MultiQC yet. So, I created an environment in Raven where I can run FastQC and MultiQC without searching for the tools to only find the directories - this means I either don’t get a result, or the result returns an error after running for days.</li>
<li>I updated my QC, trim, alignment and deduplication scripts to reflect this new environment.</li>
<li>I ran the QC and trim files for all remaining sequences; I hadn’t done that yet, only for the two I am working with.</li>
</ul></li>
<li>I left that work block and joined lab meeting. We shared progress and upcoming plans.
<ul>
<li>I need to update the lab calendar with my availability next quarter.</li>
</ul></li>
<li>I moved over to my weekly eDNA meeting with Connor and Kassi P
<ul>
<li>We went over the introductory literature I shared, field protocols (for Connor’s upcoming work), and next steps for our meeting in two weeks.</li>
</ul></li>
<li>I completed my second of three total high school marine bio sessions after that.</li>
<li>Once meetings were out of the way, the remainder of the day was spent monitoring the QC and trimming scripts on Raven and knocking out some UW-RUA tasks for travelers.</li>
</ul>
<hr>
</section>
<section id="outcomes-products-word-count-1" class="level5">
<h5 class="anchored" data-anchor-id="outcomes-products-word-count-1">Outcomes: Products &amp; Word Count</h5>
<ul>
<li>No direct products</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 0 words</strong></p>
<p><strong>Monthly total to date: 9075 words</strong></p>
<p><strong>Annual total to date: 30,770 words</strong></p>
<p><strong>Annual target total to date: 42,000 words</strong></p>
</blockquote>
</div>
</section>
<section id="next-up-tomorrows-plan-1" class="level5">
<h5 class="anchored" data-anchor-id="next-up-tomorrows-plan-1">Next Up: Tomorrow’s Plan</h5>
<ul>
<li>To complete the task ‘scheduling’ and prepare for the smaller project deliverables upcoming between March 31st - April 6th.</li>
</ul>
</section>
</section>
<section id="conservation-ecology-dna-methylation" class="level3">
<h3 class="anchored" data-anchor-id="conservation-ecology-dna-methylation">2026-03-26 — Conservation Ecology &amp; DNA Methylation</h3>
<section id="plan-of-the-week-march-23---27-2026" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-23---27-2026">Plan of the Week: March 23 - 27, 2026</h5>
</section>
<section id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before-2" class="level5">
<h5 class="anchored" data-anchor-id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before-2"><em>High- level outline for the week. Adjusted daily to reflect progress of the day before</em></h5>
<ul>
<li>I am still not at full capacity and my plan for the week is to map out the rest of March and Spring Quarter since I have some very real, very important deadlines I’d like to hit.</li>
</ul>
<hr>
<div>
<blockquote class="blockquote">
<p><del>Monday - Catch up on UW-RUA and science project planning</del></p>
<p><del>Tuesday - Planning &amp; biomarker manuscript work</del></p>
<p><del>Wednesday - Biomarker Manuscript</del></p>
<p>Thursday - Chapter 3 proposal</p>
<p>Friday - Chapter 3 proposal</p>
<p>Saturday - Biomarker Manuscript</p>
<p>Sunday - Weekly planning and prep</p>
</blockquote>
</div>
<hr>
</section>
<section id="plan-of-the-day-24" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-24">Plan of the Day</h5>
</section>
<section id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above-2" class="level5">
<h5 class="anchored" data-anchor-id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above-2"><em>Granular level task list to accomplish the high- level goal outlined above</em></h5>
<ul>
<li>Today’s goal is to complete the followings:
<ul>
<li>NWStraits abstract and poster mock-up</li>
<li>Locate open source sequences for Chapter 3</li>
<li>Update or refine and add my figures to the biomarker manuscript</li>
<li>Prep for my meeting with PSP and Tiara for the social science project</li>
<li>Complete the task mapping for the lower-priority projects</li>
</ul></li>
</ul>
</section>
<section id="projects-touched-today-24" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-24">Projects Touched Today</h5>
<ul>
<li>DNA Methylation</li>
<li>NWStraits Caroline Gibson Conservation Symposium</li>
<li>Conservation Ecology</li>
</ul>
<hr>
</section>
<section id="progress-notes-24" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-24">Progress Notes</h5>
<ul>
<li>I knocked out my abstract and followed up with my current and former mentees to remind them to get the requested information to me by the end of their day on Friday.
<ul>
<li>My poster is about increasing access to increase larger opportunities in conservation ecology</li>
<li>The plan is to link programs like Yellow, REU, and DDCSP to their larger impacts in conservation</li>
</ul></li>
<li>Somehow, I managed to lock up Raven on my end. I thought the additional script I started yesterday was MultiQC only, not the alignment script, and that caused everything to just hang in the air.
<ul>
<li>I force- quit all terminals running</li>
<li>I attempted to commit the files that I changed and managed to stare at a ‘commit’ screen that would not respond to any staging. I realized far too late that I checked one of the huge packages with about a gazillion parts while I was clicking around to see if I had just lost my mouse or if the interface was lagging…</li>
<li>Now, I can’t get Raven to load without crazy lagging - I haven’t waited this long to accomplish anything since dial-up days- so I know I screwed something up on my side.</li>
<li>I have shut it all down, killed all processes, and am going to restart it after my afternoon meeting.</li>
</ul></li>
<li>I added a timeline, products, notes, and a revised research question section to my proposal idea with PSP.
<ul>
<li>Tiara and BIMS will be the non-profit partner with me as the lead researcher - if our proposal is accepted.</li>
<li>Next steps are to polish the plan slightly for the next meeting with PSP, BIMS and WA SeaGrant to ensure we are aligned in the mission.</li>
</ul></li>
<li>Next up, finding RNA-seq in NCBI for some gene expression and mussel methylation comparisons for Chapter 3.
<ul>
<li>I created a Bookmarked folder of all 47 of the SRAs and GEO datasets for <em>Mytilus</em> spp., focusing on RNA-seq data in mantle tissue, including both non-stressed and treatment stressed samples. I then added a few that were other tissue types just in case. As a reminder, I chose mantle tissue because that is the tissue type I am exploring in the methylation analysis.</li>
<li>I read the abstracts to confirm data type, treatment, and preparation process. Anything without an abstract was flagged for removal.</li>
<li>I started working my way through a quick skim of the methods section of papers related to the sequences so I can confirm fully the availability, sequencing platform, and sample preparation process. This helped me flag those prepared for immuno-assays and immune function chromosome tags that weren’t clear in the abstract nor the sequence name in the NCBI databases.</li>
<li>I set a 90 minute time block on this, so I marked where I left off, and will return during another ‘transition task’ work block.</li>
</ul></li>
<li>Returning to Raven. I had to reach out to Sam to kill anything I had going on because I very effectively put a pause on the work…
<ul>
<li>I dug a bit more and realized it was a GitHub issue - one cannot simply commit using terminal and then attempt to push or pull with the interface without creating an issue..</li>
<li>Once I solved my issue, I cleaned out the old mussel methylation repo taking up huge space, cleaned up my commit, and restarted Raven.</li>
<li>Success was getting my MultiQC reports for the raw and trimmed files after looping through the output folders to ensure the downloads, checksums, and trimmed files existed with their respective FastQC files.</li>
<li>I moved over to running the full alignments with Bismark after verifying that the reference was downloaded, checksum match confirmed, and Bismark bisulfite genome created. Now we wait…</li>
</ul></li>
<li>I brainstormed some ideas for the Black Opportunity Fund call, something art and environment related.
<ul>
<li>Put out a few feelers for artists, branding/ marketing, and venues.</li>
</ul></li>
<li>I started pulling together all of my project notes for the 3 projects I have listed on my lab notebook site
<ul>
<li>Biomarkers- Google docs analysis notes doc</li>
<li>Methylation - will need to pull from daily notebook posts</li>
<li>Yellow - my UW Google drive, my personal Google drive, and daily posts.</li>
<li>I’m certain the handwritten notes on all projects won’t make it in for now, but will be in future projects because I just don’t want to waste time pulling them for projects reaching their end.</li>
</ul></li>
<li>I wrapped up the day by updating my CV using <a href="https://cran.r-project.org/web/packages/vitae/vignettes/vitae.html">Vitae</a> and finally getting to my About Me GitHub page since I will be presenting myself and my work in 2 weeks and I’d like folks to have something more substantial than my GH landing page only.</li>
</ul>
<hr>
</section>
<section id="outcomes-products-word-count-2" class="level5">
<h5 class="anchored" data-anchor-id="outcomes-products-word-count-2">Outcomes: Products &amp; Word Count</h5>
<ul>
<li>NWStraits Abstract: 107 words</li>
<li>PSP Social Science Proposal Update: 412 words</li>
<li>BOP Art x Environmentalism Ideas: 277 words</li>
<li>Creating my About Me .qmd page: 528 words</li>
<li>NWStraits poster mock-up based on mentee responses so far</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 1324 words</strong></p>
<p><strong>Monthly total to date: 10,399 words</strong></p>
<p><strong>Annual total to date: 32,094 words</strong></p>
<p><strong>Annual target total to date: 42,500 words</strong></p>
</blockquote>
</div>
</section>
<section id="next-up-tomorrows-plan-2" class="level5">
<h5 class="anchored" data-anchor-id="next-up-tomorrows-plan-2">Next Up: Tomorrow’s Plan</h5>
<ul>
<li>Will be determined by the end of the day!</li>
</ul>
</section>
</section>
<section id="data-management-dna-methylation-and" class="level3">
<h3 class="anchored" data-anchor-id="data-management-dna-methylation-and">2026-03-27 — Data Management, DNA Methylation, and …</h3>
<section id="plan-of-the-week-march-23---29-2026-3" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-23---29-2026-3">Plan of the Week: March 23 - 29, 2026</h5>
</section>
<section id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before-3" class="level5">
<h5 class="anchored" data-anchor-id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before-3"><em>High- level outline for the week. Adjusted daily to reflect progress of the day before</em></h5>
<ul>
<li>I am still not at full capacity and my plan for the week is to map out the rest of March and Spring Quarter since I have some very real, very important deadlines I’d like to hit.</li>
</ul>
<hr>
<div>
<blockquote class="blockquote">
<p><del>Monday - Catch up on UW-RUA and science project planning</del></p>
<p><del>Tuesday - Planning &amp; biomarker manuscript work</del></p>
<p><del>Wednesday - Biomarker Manuscript</del></p>
<p><del>Thursday - Chapter 3 proposal</del></p>
<p>Friday - Chapter 3 proposal</p>
<p>Saturday - Biomarker Manuscript</p>
<p>Sunday - Weekly planning and prep</p>
</blockquote>
</div>
<hr>
</section>
<section id="plan-of-the-day-25" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-25">Plan of the Day</h5>
</section>
<section id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above-3" class="level5">
<h5 class="anchored" data-anchor-id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above-3"><em>Granular level task list to accomplish the high- level goal outlined above</em></h5>
<ul>
<li>Today’s goal is to complete the followings:
<ul>
<li>Backup my methylation data from Raven on Gannet</li>
<li>Get my full sequence alignments running</li>
<li>Outline Chapter 3 with research questions
<ul>
<li>Finish review of bookmarked sequences</li>
<li>Identify usable NCBI data sources and plan for them</li>
<li>Identify other ways to integrate epigenetic mechanisms to make the chapter more robust</li>
</ul></li>
</ul></li>
</ul>
</section>
<section id="projects-touched-today-25" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-25">Projects Touched Today</h5>
<ul>
<li>DNA Methylation</li>
<li>Chapter 3</li>
</ul>
<hr>
</section>
<section id="progress-notes-25" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-25">Progress Notes</h5>
<ul>
<li>I have two meetings and a doctor’s appointment today, spread out at the most inconvenient intervals, so my plan today is to knock out tasks and work that is easy to put down and pick back up.</li>
<li>First, I dropped into science hour to get Sam’s help in completing the rsync from Raven to Gannet for my methylation repo.
<ul>
<li>I cleaned up old files, removed old repos, and made sure to commit anything necessary to github via terminal instead of the interface before completing the sync.</li>
<li>We also chatted about the difference in parameters used to align the methylation sequences. I’m going with the standard choice in the lab re: stringency since the outputs don’t seem to show any significant differences.</li>
</ul></li>
<li>Next I worked on creating the deduplication script for the full sequences (not just the two I was working on, and not just the first 10k pairs) with a MultiQC output.</li>
<li>I reviewed the methylation extraction code from both Sam and Steven and started to put that together.</li>
<li></li>
</ul>
<hr>
</section>
<section id="outcomes-products-word-count-3" class="level5">
<h5 class="anchored" data-anchor-id="outcomes-products-word-count-3">Outcomes: Products &amp; Word Count</h5>
<ul>
<li>SACNAS Abstract: 213 words</li>
<li>Something else: 0 words</li>
<li>Created scripts for the methylation analysis: 2 scripts</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 0 words</strong></p>
<p><strong>Monthly total to date: 10,399 words</strong></p>
<p><strong>Annual total to date: 32,094 words</strong></p>
<p><strong>Annual target total to date: 43,000 words</strong></p>
</blockquote>
</div>
</section>
<section id="next-up-tomorrows-plan-3" class="level5">
<h5 class="anchored" data-anchor-id="next-up-tomorrows-plan-3">Next Up: Tomorrow’s Plan</h5>
<ul>
<li>Will be determined by the end of the day!</li>
</ul>
</section>
</section>
<section id="saturday--something" class="level3">
<h3 class="anchored" data-anchor-id="saturday--something">2026-03-28 — Saturday- Something</h3>
<section id="plan-of-the-week-march-23---29-2026-4" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-23---29-2026-4">Plan of the Week: March 23 - 29, 2026</h5>
</section>
<section id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before-4" class="level5">
<h5 class="anchored" data-anchor-id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before-4"><em>High- level outline for the week. Adjusted daily to reflect progress of the day before</em></h5>
<ul>
<li>I am still not at full capacity and my plan for the week is to map out the rest of March and Spring Quarter since I have some very real, very important deadlines I’d like to hit.</li>
</ul>
<hr>
<div>
<blockquote class="blockquote">
<p><del>Monday - Catch up on UW-RUA and science project planning</del></p>
<p><del>Tuesday - Planning &amp; biomarker manuscript work</del></p>
<p><del>Wednesday - Biomarker Manuscript</del></p>
<p><del>Thursday - Chapter 3 proposal</del></p>
<p><del>Friday - Chapter 3 proposal</del></p>
<p>Saturday - Biomarker Manuscript</p>
<p>Sunday - Weekly planning and prep</p>
</blockquote>
</div>
<hr>
</section>
<section id="plan-of-the-day-26" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-26">Plan of the Day</h5>
</section>
<section id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above-4" class="level5">
<h5 class="anchored" data-anchor-id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above-4"><em>Granular level task list to accomplish the high- level goal outlined above</em></h5>
<ul>
<li>Today’s goal is to knock out the first version of the NWS poster to ask for feedback early next week</li>
</ul>
</section>
<section id="projects-touched-today-26" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-26">Projects Touched Today</h5>
<ul>
<li><p>DNA Methylation</p></li>
<li><p>NWS Symposium</p></li>
</ul>
<hr>
</section>
<section id="progress-notes-26" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-26">Progress Notes</h5>
<ul>
<li>After going over the parameters that Sam and I talked about yesterday, I annotated the scripts so I wouldn’t forget.
<ul>
<li>I am still running the methylation analysis with the standard alignment parameters (L,0, -0.6) because this aligment stringency is the best balance between mapping efficiency and not inflating the CHH or CHG percentages; methylation percentage changes marginally (11.5% to 11.7%)</li>
<li>Clarifying what I mean re: parameters below. When running Bismark and Bowtie2, the list of parameters below tell the programs what to do.
<ul>
<li>First, The goal is to convert the reference genome to a bisulfite- ready version for alignment, and then Bowtie2 aligns my sample sequences with the bisulfite- converted reference genome.</li>
<li>Alignment ‘matching’ stringency. This parameter check was done on the first 10k sequences of the aligned test sequences (69M- high PAH and 272M- low PAH) scores ranging from L,0,-4 to L,-1,-0.6). This is basically a ‘how many mismatches are too many’ check - the smaller the number (more negative), the more relaxed the matching and potentially the driver behind mapping efficiency differences. L- linear function, first number is the intercept, second number is the slope. These are impacted by read length… will add read length thresholds as a later- knowledge project.</li>
<li>Output order. The Reorder call just puts the outputs in the same order as the inputs and supports future troubleshooting. This is for organization/ file management.</li>
<li>Quality score. The call to ignore-quals is just a way to bypass any PHRED/ quality scores and treat all of the sequences the same. This is a data management command.</li>
<li>R1 and R2 are a team. The —no-mixed command tells Bowtie2 to keep sequence pairs together, when one aligns but the other does not, the whole thing has to go. This makes the mapping more conservative and supports downstream analysis/ interpretation.</li>
<li>Direction. Non-directional versus directional calls either release or restrict the directional library assumptions. Library prep should have preserved strand directionality and this is the default call for the program, so no need for changing up now!</li>
<li>Discordancey. A no-discordant call forces the alignments to follow paired-end logic (supporting the —no-mixed command).</li>
<li>Dovetail and maxins: next up to double check they are actually commands to ensure fragments and overlapping reads aren’t discarded, but I have to double check that because all of the online resources use descriptions that are as clear as mud.</li>
</ul></li>
</ul></li>
<li>I shifted over to sketching out a few poster ideas, settling on one that is too conceptual, and returning to square one.</li>
</ul>
<hr>
</section>
<section id="outcomes-products-word-count-4" class="level5">
<h5 class="anchored" data-anchor-id="outcomes-products-word-count-4">Outcomes: Products &amp; Word Count</h5>
<ul>
<li>Bismark &amp; Bowtie2 Command Breakdown: 578 words</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 578 words</strong></p>
<p><strong>Monthly total to date: 10,977 words</strong></p>
<p><strong>Annual total to date: 32,672 words</strong></p>
<p><strong>Annual target total to date: 43,500 words</strong></p>
</blockquote>
</div>
</section>
<section id="next-up-tomorrows-plan-4" class="level5">
<h5 class="anchored" data-anchor-id="next-up-tomorrows-plan-4">Next Up: Tomorrow’s Plan</h5>
<ul>
<li>Taking the day off to hang out with the kid</li>
</ul>
</section>
</section>
<section id="sundays-are-for-hanging-out-with-the-kid" class="level3">
<h3 class="anchored" data-anchor-id="sundays-are-for-hanging-out-with-the-kid">2026-03-29 — Sundays are for Hanging Out with the Kid</h3>
<section id="plan-of-the-week-march-23---29-2026-5" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-23---29-2026-5">Plan of the Week: March 23 - 29, 2026</h5>
</section>
<section id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before-5" class="level5">
<h5 class="anchored" data-anchor-id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before-5"><em>High- level outline for the week. Adjusted daily to reflect progress of the day before</em></h5>
<ul>
<li>I am still not at full capacity and my plan for the week is to map out the rest of March and Spring Quarter since I have some very real, very important deadlines I’d like to hit.</li>
</ul>
<hr>
<div>
<blockquote class="blockquote">
<p><del>Monday - Catch up on UW-RUA and science project planning</del></p>
<p><del>Tuesday - Planning &amp; biomarker manuscript work</del></p>
<p><del>Wednesday - Biomarker Manuscript</del></p>
<p><del>Thursday - Chapter 3 proposal</del></p>
<p><del>Friday - Chapter 3 proposal</del></p>
<p><del>Saturday - Biomarker Manuscript</del></p>
<p><del>Sunday - Weekly planning and prep</del></p>
</blockquote>
</div>
<hr>
</section>
<section id="plan-of-the-day-27" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-27">Plan of the Day</h5>
</section>
<section id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above-5" class="level5">
<h5 class="anchored" data-anchor-id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above-5"><em>Granular level task list to accomplish the high- level goal outlined above</em></h5>
<ul>
<li>Today’s goal is to brain dump the tasks and priorities for the week, check the status of the methylation data on Raven, and hang out with the kid.</li>
</ul>
</section>
<section id="projects-touched-today-27" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-27">Projects Touched Today</h5>
<ul>
<li>DNA Methylation</li>
</ul>
<hr>
</section>
<section id="progress-notes-27" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-27">Progress Notes</h5>
<ul>
<li>The only science I did today was to check the alignment script I am running on Raven.
<ul>
<li>I had to restart the Bismark code, I made tool path adjustments in the script and made a coding mistake, so the reference portion ran again because I forgot to un-comment the skip loop when I was making other changes. It is the same reference, so that’s fine- just a time waster.</li>
</ul></li>
</ul>
<hr>
</section>
<section id="outcomes-products-word-count-5" class="level5">
<h5 class="anchored" data-anchor-id="outcomes-products-word-count-5">Outcomes: Products &amp; Word Count</h5>
<ul>
<li>No tangible products</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 0 words</strong></p>
<p><strong>Monthly total to date: 10,977 words</strong></p>
<p><strong>Annual total to date: 32,672 words</strong></p>
<p><strong>Annual target total to date: 44,000 words</strong></p>
</blockquote>
</div>
</section>
<section id="next-up-tomorrows-plan-5" class="level5">
<h5 class="anchored" data-anchor-id="next-up-tomorrows-plan-5">Next Up: Tomorrow’s Plan</h5>
<ul>
<li>Use my brain dump list to set up the week, knock out the NWS poster, and prep for the TNC meeting next week.</li>
</ul>
</section>
</section>
<section id="spring-quarter-monday" class="level3">
<h3 class="anchored" data-anchor-id="spring-quarter-monday">2026-03-30 — Spring Quarter Monday</h3>
<section id="grab-progress-notes-from-notion---note-on-3.31.26" class="level5">
<h5 class="anchored" data-anchor-id="grab-progress-notes-from-notion---note-on-3.31.26">Grab progress notes from Notion - note on 3.31.26</h5>
</section>
<section id="plan-of-the-week-march-30---april-5-2026" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-30---april-5-2026">Plan of the Week: March 30 - April 5, 2026</h5>
</section>
<section id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before-6" class="level5">
<h5 class="anchored" data-anchor-id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before-6"><em>High- level outline for the week. Adjusted daily to reflect progress of the day before</em></h5>
<ul>
<li>I am finally as close to healthy as I have been in awhile, so as long as the anxiety of being so behind doesn’t take me out, I will be solid!</li>
</ul>
<hr>
<div>
<blockquote class="blockquote">
<p>Monday - Catch up on UW-RUA and NWS Poster</p>
<p>Tuesday - UW-RUA, No Science</p>
<p>Wednesday - Biomarker Manuscript</p>
<p>Thursday - Biomarker Manuscript</p>
<p>Friday - NWS Symposium</p>
<p>Saturday - Biomarker Manuscript</p>
<p>Sunday - No Science</p>
</blockquote>
</div>
<hr>
</section>
<section id="plan-of-the-day-28" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-28">Plan of the Day</h5>
</section>
<section id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above-6" class="level5">
<h5 class="anchored" data-anchor-id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above-6"><em>Granular level task list to accomplish the high- level goal outlined above</em></h5>
<ul>
<li>Today’s goal is to
<ul>
<li>Complete NWS poster</li>
<li>Check on methylation alignment progress</li>
</ul></li>
</ul>
</section>
<section id="projects-touched-today-28" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-28">Projects Touched Today</h5>
<ul>
<li>DNA Methylation</li>
<li>NWS Symposium</li>
</ul>
<hr>
</section>
<section id="progress-notes-28" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-28">Progress Notes</h5>
<ul>
<li>The notes are in Notion</li>
</ul>
<hr>
</section>
<section id="outcomes-products-word-count-6" class="level5">
<h5 class="anchored" data-anchor-id="outcomes-products-word-count-6">Outcomes: Products &amp; Word Count</h5>
<ul>
<li>Some product…</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 0 words</strong></p>
<p><strong>Monthly total to date: 10,977 words</strong></p>
<p><strong>Annual total to date: 32,672 words</strong></p>
<p><strong>Annual target total to date: 44,500 words</strong></p>
</blockquote>
</div>
</section>
<section id="next-up-tomorrows-plan-6" class="level5">
<h5 class="anchored" data-anchor-id="next-up-tomorrows-plan-6">Next Up: Tomorrow’s Plan</h5>
<ul>
<li>Tuesdays are UW-RUA days.</li>
</ul>
</section>
</section>
<section id="uw-rua-tuesday-1" class="level3">
<h3 class="anchored" data-anchor-id="uw-rua-tuesday-1">2026-03-31 — UW-RUA Tuesday</h3>
<section id="plan-of-the-week-march-30---april-5-2026-1" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-week-march-30---april-5-2026-1">Plan of the Week: March 30 - April 5, 2026</h5>
</section>
<section id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before-7" class="level5">
<h5 class="anchored" data-anchor-id="high--level-outline-for-the-week.-adjusted-daily-to-reflect-progress-of-the-day-before-7"><em>High- level outline for the week. Adjusted daily to reflect progress of the day before</em></h5>
<ul>
<li>I am finally as close to healthy as I have been in awhile, so as long as the anxiety of being so behind doesn’t take me out, I will be solid!</li>
</ul>
<hr>
<div>
<blockquote class="blockquote">
<p><del>Monday - Catch up on UW-RUA and NWS Poster</del></p>
<p>Tuesday - UW-RUA, No Science</p>
<p>Wednesday - Biomarker Manuscript</p>
<p>Thursday - Biomarker Manuscript</p>
<p>Friday - NWS Symposium</p>
<p>Saturday - Biomarker Manuscript</p>
<p>Sunday - No Science</p>
</blockquote>
</div>
<hr>
</section>
<section id="plan-of-the-day-29" class="level5">
<h5 class="anchored" data-anchor-id="plan-of-the-day-29">Plan of the Day</h5>
</section>
<section id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above-7" class="level5">
<h5 class="anchored" data-anchor-id="granular-level-task-list-to-accomplish-the-high--level-goal-outlined-above-7"><em>Granular level task list to accomplish the high- level goal outlined above</em></h5>
<ul>
<li>There is no science goal today.</li>
</ul>
</section>
<section id="projects-touched-today-29" class="level5">
<h5 class="anchored" data-anchor-id="projects-touched-today-29">Projects Touched Today</h5>
<ul>
<li>None</li>
</ul>
<hr>
</section>
<section id="progress-notes-29" class="level5">
<h5 class="anchored" data-anchor-id="progress-notes-29">Progress Notes</h5>
<ul>
<li>None</li>
</ul>
<hr>
</section>
<section id="outcomes-products-word-count-7" class="level5">
<h5 class="anchored" data-anchor-id="outcomes-products-word-count-7">Outcomes: Products &amp; Word Count</h5>
<ul>
<li>No science products</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 0 words</strong></p>
<p><strong>Monthly total to date: 10,977 words</strong></p>
<p><strong>Annual total to date: 32,672 words</strong></p>
<p><strong>Annual target total to date: 45,000 words</strong></p>
</blockquote>
</div>
</section>
<section id="next-up-tomorrows-plan-7" class="level5">
<h5 class="anchored" data-anchor-id="next-up-tomorrows-plan-7">Next Up: Tomorrow’s Plan</h5>
<ul>
<li>Working block with KPJ. A full plan will be made based on UW-RUA outcomes today as we prep for the programming series that starts at the end of the month.</li>
</ul>


</section>
</section>

 ]]></description>
  <guid>https://chrismantegna.github.io/labnotebook/daily_log/2026_03/</guid>
  <pubDate>Sun, 01 Mar 2026 08:00:00 GMT</pubDate>
</item>
<item>
  <title>2026 February Daily Posts</title>
  <link>https://chrismantegna.github.io/labnotebook/daily_log/2026_02/</link>
  <description><![CDATA[ 




<blockquote class="blockquote">
<p>This page compiles <strong><em>all</em></strong> daily posts for the month.</p>
</blockquote>
<hr>
<section id="february-goals" class="level2">
<h2 class="anchored" data-anchor-id="february-goals">2026-02-01 — February Goals</h2>
<section id="february-goals-1" class="level3">
<h3 class="anchored" data-anchor-id="february-goals-1">February Goals</h3>
<ol type="1">
<li><p>Get the biomarker manuscript over to WDFW for review and sign-off for 31 March 2026 ICB submission deadline.</p></li>
<li><p>Begin mussel experiment for Chapter 3 &amp; 4.</p></li>
<li><p>Complete DNA methylation data processing and begin exploratory analysis.</p></li>
</ol>
</section>
<section id="strategies-for-success" class="level3">
<h3 class="anchored" data-anchor-id="strategies-for-success">Strategies for Success</h3>
<section id="goal-1" class="level4">
<h4 class="anchored" data-anchor-id="goal-1">Goal 1</h4>
<ol type="1">
<li>Finish polished visualizations, tables, and captions for the biomarker manuscript.</li>
<li>Prepare a folder of polished supplementary materials, i.e., index maps, transformed data tables, and cleaned up R scripts.</li>
<li>Send manuscript to complete committee for feedback.</li>
</ol>
</section>
<section id="goal-2" class="level4">
<h4 class="anchored" data-anchor-id="goal-2">Goal 2</h4>
<ol type="1">
<li>Put together a detailed experimental plan including timeline, materials needed, and data collection methods with 1-3 options for setup.</li>
<li>Complete the Lab Risk Assessment form from EH&amp;S to discuss with Steven to get approval for the experiment.</li>
<li>Connect with Jon W and Sam W to work through physical space, setups, and ordering materials.</li>
</ol>
</section>
<section id="goal-3" class="level4">
<h4 class="anchored" data-anchor-id="goal-3">Goal 3</h4>
<ol type="1">
<li>Re-familiarize myself with where I left off in late 2025 and backup the large files.</li>
<li>Move through the initial Bismark pipeline (which I believe I finished) into optimizing alignment parameters and using that outcome for subsequent steps.</li>
<li>Quantify methylation levels and visualize using IGV or JBrowse.</li>
<li>Get feedback on initial results from Steven and/or other lab members before moving into downstream analyses.</li>
</ol>
</section>
</section>
</section>
<section id="tuesdays-are-for-uw-rua-but-mondays-are-sometimes-for-prep" class="level2">
<h2 class="anchored" data-anchor-id="tuesdays-are-for-uw-rua-but-mondays-are-sometimes-for-prep">2026-02-02 — Tuesday’s are for UW-RUA, but Monday’s are Sometimes for Prep</h2>
<ul>
<li>No science done today except for sketching out better ways to map the contaminant and integrated indices for the biomarker manuscript (about 45 minutes of work…), no deep work. I spent most of the day prepping for Tuesday’s deliverables.</li>
</ul>
</section>
<section id="lab-notebook-posts-v-notion-notes" class="level2">
<h2 class="anchored" data-anchor-id="lab-notebook-posts-v-notion-notes">2026-02-03 — Lab Notebook Posts v Notion Notes</h2>
<section id="projects-touched-today" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today">Projects Touched Today</h3>
<ul>
<li>lab notebook</li>
<li>mentoring</li>
<li>mussel pilot experiment</li>
</ul>
</section>
<section id="new-knowledge" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge">New Knowledge</h3>
<ul>
<li>I first knocked out Darian’s recommendation letter for a summer internship; had to get back into the writing groove.</li>
<li>Next, I put together a weekly wrap-up post on my 1/25/26 resazurin trial with my pilot experiment mussels.</li>
<li>I built the table with the observations of the pilot experiment to add to the pilot repo, and I made a few notes about what should go in the README for a small task later this week.</li>
<li>I finished by moving my Notion daily notes to my daily notebook post template and updating the entire month of January. The ease of just adding a few lines in Notion (via my button) doesn’t really translate into an easy post setup, so I need to think about how to streamline that process. I like that I can capture what I’m doing or questions I have in the moment, but those are a bit too loosey- goosey.</li>
</ul>
</section>
<section id="old-tricks" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks">Old Tricks</h3>
<ul>
<li>It was a RUA day, so getting some of my admin tasks out of the way was a bigger win than I expected.</li>
</ul>
</section>
<section id="word-count-productivity" class="level3">
<h3 class="anchored" data-anchor-id="word-count-productivity">Word Count (Productivity)</h3>
<p><em>A note on word count/ productivity: I do not include task- based writing, for example the recommendation letter and cleaning up my January notebooks posts, because those don’t directly move my work forward. I do count the resazurin post, because it was a synthesis of the work, a reflection on the results, and a plan for next steps.</em></p>
<ul>
<li>Resazurin post: 713 words</li>
<li><strong>Today’s total: 713 words</strong></li>
<li><strong>Monthly total to date: 713 words</strong></li>
<li><strong>Annual total to date: 10,969 words</strong></li>
</ul>
</section>
<section id="questions-or-concerns" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns">Questions or Concerns?</h3>
<ul>
<li>None.</li>
</ul>
</section>
<section id="tomorrows-plan" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan">Tomorrow’s Plan</h3>
<ul>
<li>Will be made tomorrow to include resazurin analysis, editing and refining biomarker viz, and updating February noteboook posts.</li>
</ul>
</section>
</section>
<section id="taking-inventory-making-a-plan" class="level2">
<h2 class="anchored" data-anchor-id="taking-inventory-making-a-plan">2026-02-04 — Taking Inventory &amp; Making a Plan</h2>
<section id="projects-touched-today-1" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-1">Projects Touched Today</h3>
<ul>
<li>lab notebook</li>
<li>mussel experiment planning and design</li>
<li>mussel pilot experiment</li>
</ul>
</section>
<section id="new-knowledge-1" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-1">New Knowledge</h3>
<ul>
<li>I created my February Goals Post with specific steps and strategies to complete them.</li>
<li>I worked with KPJ for a 3-hour writing block where I collated and cleaned up about half of my lit notes to support the mussel experiment design choices.</li>
</ul>
</section>
<section id="old-tricks-1" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-1">Old Tricks</h3>
<ul>
<li>Continued refining my literature support for the mussel experiment (second bullet point)</li>
<li>Returned to mapping for the biomarker visualizations (from yesterday). I cleaned up the sampling site map, and went to work on the individual biomarker activity maps for p450 and sod but didn’t finish those today.</li>
</ul>
</section>
<section id="word-count-productivity-1" class="level3">
<h3 class="anchored" data-anchor-id="word-count-productivity-1">Word Count (Productivity)</h3>
<p><em>A note on word count/ productivity: I do not include task- based writing, for example the recommendation letter and cleaning up my January notebooks posts, because those don’t directly move my work forward. I do count the resazurin post, because it was a synthesis of the work, a reflection on the results, and a plan for next steps.</em></p>
<ul>
<li>February Goals + Strategy Post: 191 words</li>
<li>Viz made: 1 map</li>
</ul>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 191 words</strong></p>
<p><strong>Monthly total to date: 904 words</strong></p>
<p><strong>Annual total to date: 11,160 words</strong></p>
</blockquote>
</div>
</section>
<section id="questions-or-concerns-1" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-1">Questions or Concerns?</h3>
<ul>
<li>None.</li>
</ul>
</section>
<section id="tomorrows-plan-1" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-1">Tomorrow’s Plan</h3>
<ul>
<li>Will be made tomorrow to include resazurin analysis, editing and refining biomarker viz, and continuing experimental planning for my 2/11 meeting with Steven.</li>
</ul>
</section>
</section>
<section id="what-did-john-lennon-say-about-plans" class="level2">
<h2 class="anchored" data-anchor-id="what-did-john-lennon-say-about-plans">2026-02-05 — What did John Lennon Say About Plans…</h2>
<p>Oh, that’s right, he said “Life is what happens to you while you’re busy making other plans.” Well, life today definitely didn’t agree with my plans.</p>
<section id="projects-touched-today-2" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-2">Projects Touched Today</h3>
<ul>
<li>mussel biomarkers</li>
</ul>
</section>
<section id="new-knowledge-2" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-2">New Knowledge</h3>
<ul>
<li>So, in my quest to wrap up mapping, I found a mistake in my spatial analysis of the biomarker metrics and indices. When I mapped my spatial results, I started with the geographic clusters designated using K-Means clustering that I verified with variance and significance testing ensure the groups were statisically different enough to be meaningful. When I threw the groups in the map, it looked like I just threw out a handful of fruit loops and said ‘ok’…
<ul>
<li>First, I went back and double checked the sites and assigned color palette were correct. Next I went to the data table to verify the values were in the correct format and not mistakenly overwritten. Finally, I moved over to check the code I used to analyze the clusters.</li>
<li>One seven letter word got me- degrees. I completed the SPATIAL analysis in degrees, not distance. I made a note in the R code, and moved back over to GIS to redo the analysis.</li>
</ul></li>
<li>To redo the analysis, I did the following:
<ul>
<li>Imported a clean table of the metrics and identifiers, and formatted the columns from characters to actual numbers for next steps</li>
<li>Next we need to link the table to the map, so I created a point layer to link the Puget Sound map. This takes the lat/ long data and converts it from coordinates (degrees) to actual distances. I confirmed the projection and moved to confirm the results.</li>
<li>To verify that worked, beyond the points showing up on the map, I ran a distance matrix summary (by site_id, k=5) to verify the point layer and to guide the parameters I select in the Moran’s I analysis. The summary gives you a quick table of minimum and mean distances and the standard deviation; these guide the distance bands (scale) for Moran’s.</li>
<li>I confirmed the distance matrix by running a linear matrix that shows if the distances are actually varying, there aren’t any self-comparisons, and verify both tests returned consistent results.</li>
<li>Happy with the confirmation, I ran the Moran’s I (spatial autocorrelation- regional or global) for p450, mapped the result, and then moved to sod.
<ul>
<li>P450 showed a few significant clusters, SOD did not. This aligns with the KW comparisons and the Spearman’s correlations results. Thank goodness.</li>
</ul></li>
</ul></li>
<li>Tomorrow, I will return to the Moran’s I analysis of the remaining metrics (18 of 20 total), the LISA analysis (all 20), and begin mapping the results one metric at a time.</li>
</ul>
</section>
<section id="old-tricks-2" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-2">Old Tricks</h3>
<p>The log of mapping decisions I may need to return to:</p>
<ul>
<li><p>Returned to the sampling site map, added insets for Seattle and Tacoma, and threw it in canva to clean up the format.</p></li>
<li><p>I chose to add the following city labels:</p>
<ul>
<li>Olympia, Tacoma, Seattle, Everett, Penn Cove, and San Juan Islands</li>
</ul></li>
<li><p>The insets have the city label only for Tacoma and both the city label and Bainbridge Island for the Seattle one because of the geography captured in the inset</p></li>
<li><p>Next maps will most likely not need the Canva step since I figured out how to do adjust borders independently in QGIS, but we’ll see.</p>
<ul>
<li><p>I created a specific color palette for reporting areas in QGIS to be used in all plotting/ mapping for consistency. Hex codes follow a pound sign with no spaces, and are as follows:</p>
<ul>
<li><p>6 - 0f6f6c (dark teal)</p></li>
<li><p>7 - 6a4c93 (plum)</p></li>
<li><p>8.1 - c7352d (brick red)</p></li>
<li><p>8.2 - d4a437 (gold)</p></li>
<li><p>9 - e07a5f (coral/ salmon)</p></li>
<li><p>10 - 4fb3a2 (light teal)</p></li>
<li><p>11 - ff7f00 (orange)</p></li>
<li><p>12 - 33a02c (yellow)</p></li>
<li><p>13 - 1f3c5b (navy blue)</p></li>
</ul></li>
<li><p>My sampling site basemap is in purple with black borders</p>
<ul>
<li><p>Seattle inset is framed in black</p></li>
<li><p>Tacoma inset is framed in white - may need to change to yellow or something brighter</p></li>
</ul></li>
<li><p>My sites by reporting area map is just like the sites map, except color coded as outlined above.</p>
<ul>
<li><p>The legend is framed in the same weight as the other frames, and has no background so that it doesn’t stand out so starkly.</p></li>
<li><p>This map feels VERY busy, feedback will help for refining</p></li>
</ul></li>
</ul></li>
</ul>
</section>
<section id="questions-or-concerns-2" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-2">Questions or Concerns?</h3>
<ul>
<li><p>I made a quick protocol for converting non-geometric data into geometric data in QGIS. Mainly to help myself not miss a step, but secondarily to make sure I am creating mapping layers in the right projections with the right formats before I start mapping, rather than get stuck in the middle because nothing is working correctly.</p></li>
<li><p>This and the maps will be in my weekly wrap-up.</p></li>
</ul>
</section>
<section id="tomorrows-plan-2" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-2">Tomorrow’s Plan</h3>
<ul>
<li>Tomorrow (2/6), I will return to the Moran’s I analysis of the remaining metrics (18 of 20 total), the LISA analysis (all 20), and begin mapping the results one metric at a time.</li>
<li>The documentation and analysis of the mussel pilot experiment and resazurin trials will get put back in the queue behind finishing the biomarker work.</li>
</ul>
</section>
</section>
<section id="mapping-biomarkers-spatial-analyses-and-mapping-in-qgis-and-r" class="level2">
<h2 class="anchored" data-anchor-id="mapping-biomarkers-spatial-analyses-and-mapping-in-qgis-and-r">2026-02-06 — Mapping Biomarkers: Spatial Analyses and Mapping in QGIS and R</h2>
<section id="projects-touched-today-3" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-3">Projects Touched Today</h3>
<ul>
<li>Mussel biomarkers</li>
</ul>
</section>
<section id="plan-of-the-day" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-day">Plan of the Day</h3>
<ul>
<li>Complete spatial analyses in QGIS and R, complete mapping for the biomarker manuscript and supplement, and possibly get back to working on the resazurin analyses.</li>
</ul>
</section>
<section id="progress-notes" class="level3">
<h3 class="anchored" data-anchor-id="progress-notes">Progress Notes</h3>
<ul>
<li>Today’s work started with drafting presentation text for our Student Technology Proposal: PromethION 2 Solo: Advancing UW Genomics Research Through Enhanced Access to High-Quality Long-Read DNA Sequencing. The proposal is being led by Mike Sadler in Oceanography. We have 3 minutes to pitch our submission followed by 10 minutes of Q&amp;A from the panel, so it has to be clear and quick.</li>
</ul>
<p><img src="https://chrismantegna.github.io/labnotebook/daily_log/2026_02/monthly_img/2026-02/2026_02_06/img/stp_title_slide_p2solo.png" class="img-fluid" width="500"></p>
<ul>
<li><p>After that, I spent my work block with KPJ reworking the spatial analyses for all metrics in QGIS and confirming in R so I can build the tables to be plotted on the maps succinctly.</p>
<ul>
<li>Picking up from the p450 and sod analysis from the day before, I plotted the results on a scatter plot to confirm no self- autocorrelation across the sites and was pleased to see it worked!</li>
<li>I continued with the Global Moran’s I analysis for the remaining 17 metrics, there are 19 metrics not 20- I misspoke in yesterday’s post. Global Moran’s was run first because the results answer the question of whether or not there is a statistically significant spatial structure to the measured metrics (p450, sod, shell thickness, condition index), the integrated response indices (IBR biomarker, morphometric, combined), and the contaminant indices (chlordanes, ddt, hch, metals, 4 pah groups, pbde, pcb, pesticides, and total contaminants).</li>
</ul></li>
<li><p><img src="https://chrismantegna.github.io/labnotebook/daily_log/2026_02/monthly_img/2026-02/2026_02_06/img/morans_scatterplots_fixed.png" class="img-fluid"></p>
<ul>
<li>Next up was the ‘local moran’s’ also known as LISA (local indicators of spatial autocorrelation). Since there were 9 metrics indicating a ‘global’ significance, the LISA test tells us what kind of spatial structure exists and if the pattern is consistent across the metrics.</li>
<li>While I don’t expand this into a connection to the physical geography of each of the sampling sites, that can be easily done as a point in the Discussion/ Conclusion of the manuscript or left to assess at a later time.</li>
</ul></li>
<li><p>Once I had the QGIS results, I then went back to see if I could fix the errors I made in R to replicate the results. The main reason is to confirm the outcome, and the secondary reason is to create data tables of the results that aren’t GeoPackages so they can be used to plot, build a supplementary spatial results table, and export as a csv in the correct format.</p>
<ul>
<li>Rather than try to adjust the existing markdown script, I built the script from the beginning, paying special attention to the conversion from coordinate (degrees) to a distance matrix that matched the QGIS matrix.</li>
<li>I ran an analysis of variance between the ‘clusters’ and used the K Nearest Neighbors statistical grouping of geographic groups to continue the analysis. My last attempt used K-Means Clustering, which is not effective in non-normal data since it is built on response variables, not geographic location first- something that was very unclear in my earlier understanding of the test. The K-NN test resulting in an n=6 that was statistically significant and balanced the number of sites per group.</li>
<li>Once that was established, I spent a ridiculous amount of time building a loop to assess all of the metrics for each test. With the help of ChatGPT, I found that I was building the function sandwich in the wrong order… should have just checked that earlier.</li>
<li>The outputs of each of the tests were saved as csv’s, then only the statistically significant results were saved in another csv. Those outputs were then joined to the full csv of identifiers (site number, site name, lat/ long) and metric values, converted to GeoPackages for mapping, and added to QGIS for visualization.</li>
</ul></li>
<li><p>I felt very comfortable in stopping at this point since I was making silly mistakes reviewing them in QGIS - time to throw in the towel for the day.</p></li>
</ul>
</section>
<section id="tomorrows-plan-3" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-3">Tomorrow’s Plan</h3>
<ul>
<li>Continue mapping the spatial results.</li>
</ul>
</section>
</section>
<section id="mapping-biomarkers-mapping-spatial-analyses-results-in-qgis" class="level2">
<h2 class="anchored" data-anchor-id="mapping-biomarkers-mapping-spatial-analyses-results-in-qgis">2026-02-07 — Mapping Biomarkers: Mapping Spatial Analyses Results in QGIS</h2>
<section id="projects-touched-today-4" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-4">Projects Touched Today</h3>
<ul>
<li>Mussel biomarkers</li>
</ul>
</section>
<section id="plan-of-the-day-1" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-day-1">Plan of the Day</h3>
<ul>
<li>Map the analysis results.</li>
</ul>
</section>
<section id="progress-notes-1" class="level3">
<h3 class="anchored" data-anchor-id="progress-notes-1">Progress Notes</h3>
<ul>
<li>Back at the mapping in QGIS.
<ul>
<li>First map to make is the Global Moran’s I outcomes. Since just plotting the Moran’s value or p-values isn’t helpful, I am exploring ways to plot the 9 significant results to tell the story with the actual stats in the caption. Using the significant results, I will go back to my complete metrics and indices table, convert the columns to the format I need, add geometry, and test plotting each of the 9 significant metrics.</li>
<li>The mapping choices are as follows:</li>
<li>A multi-panel layout will have P450, Total contaminants, PAH, PBDE and PCB in the top row in that order, and DDT, pesticides, chlordanes and HCHs in the bottom row in that order.</li>
<li>P450 will use a different single color gradient than the contaminant ones; all contaminants will use the same single color gradient for consistency. The higher the value, the darker the color.</li>
<li>For visual consistency, the category breaks for all 8 of the contaminants will be exactly the same - all of the concentrations are in ng/kg, so the comparison is super important to make clearly.</li>
<li>As a reminder, the contaminants are in ng/g, and p450 is in activity/mg protein</li>
<li>Using the histogram of values in p450, I moved the default from 30 bins to 7 to clearly visualize the values gradient between -1 to 2.7 without inflating the activity values and remembering that these are the values scaled based on the reference site. A zero means the value is the same at the reference site, and negative number means it is lower than the reference site, and any positive number is higher than the reference.</li>
<li>The basemap is at 75% opacity to allow the symbols to stand out. The p450 symbol is a 4mm purple diamond with an outline/ stroke of dark grey (#2b2b2b) and a weight of 0.4 and a round join style. This is important because each of these settings, except for the color will be used in the contaminant maps.</li>
<li>I added a duplicate symbol layer below the one described above to add a bit of depth. It is the same symbol shape, drug below the primary, set to 5.5mm, color is very pale grey (#f7f7f7), opacity at 30%, stoke/ outline off. This halo effect helps makes the higher density sites clearer without an inset.</li>
</ul></li>
</ul>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://chrismantegna.github.io/labnotebook/daily_log/2026_02/monthly_img/2026-02/2026_02_07/img/p450_ps_map.png" class="img-fluid figure-img" width="600"></p>
<figcaption>Not perfect, but good enough until I get feedback.</figcaption>
</figure>
</div>
<ul>
<li>Shifting gears a bit, I pulled the summary stats for the contaminant indices, put them in a quick view table, and then thought through how to make consistent groupings, or how to explain the differences in scale.
<ul>
<li>None of the contaminant indices will follow a uniform color gradient, so I am trying to group similar scaled classes together rather than group them as I had planned earlier.</li>
<li>There are three groups that are zero- dominant and 5 groups that have a significant range in concentrations, so I am splitting them into two groups for mapping. Group 1 will go to the supplement as detected/ not detected and group 2 will be in maps alongside the p450 map; the main difference is that the contaminants in group two will be broken down into percentiles of concentrations for consistency and p450 activity will remain scaled to the reference site to prevent inflation or deflation of variability.</li>
<li>I created the templates for both groups, created the base maps for all 8 indices, and began refining them in the print layout to export. I need to create a single legend that can be displayed for them all, and tweak the details, but the base information and outcomes are complete - finally!</li>
</ul></li>
<li>Putting two maps per print layout
<ul>
<li>Width- 139.640</li>
<li>Height- 205.216</li>
</ul></li>
</ul>
</section>
<section id="products-word-count" class="level3">
<h3 class="anchored" data-anchor-id="products-word-count">Products &amp; Word Count</h3>
<ul>
<li><p>STP Presentation Draft: 327 words</p></li>
<li><p>Complete Spatial Analysis RMD (excluding header, doc settings &amp; library loads): 487 words</p></li>
<li><p>Viz made: 1 map</p>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 814 words</strong></p>
<p><strong>Monthly total to date: 1718 words</strong></p>
<p><strong>Annual total to date: 12,878 words</strong></p>
</blockquote>
</div></li>
</ul>
</section>
<section id="tomorrows-plan-4" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-4">Tomorrow’s Plan</h3>
<ul>
<li>Watch the Seahawks win the Super Bowl.</li>
</ul>
</section>
</section>
<section id="sea--hawks-i-mean-more-mapping" class="level2">
<h2 class="anchored" data-anchor-id="sea--hawks-i-mean-more-mapping">2026-02-08 — SEA- HAWKS… I mean, More Mapping</h2>
<section id="plan-of-the-day-2" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-day-2">Plan of the Day</h3>
<ul>
<li>While the OG plan of the day was to watch the Seahawks redeem the worst decision in football… I really wanted to complete the draft maps of the significantly spatially autocorrelated contaminant classes so I could start fresh on some of the other tasks for the week on Monday.</li>
</ul>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://chrismantegna.github.io/labnotebook/daily_log/2026_02/monthly_img/2026-02/2026_02_08/img/madmarshawn.jpeg" class="img-fluid quarto-figure quarto-figure-center figure-img"></p>
</figure>
</div>
</section>
<section id="projects-touched-today-5" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-5">Projects Touched Today</h3>
<ul>
<li>Mussel Biomarkers</li>
</ul>
</section>
<section id="progress-notes-2" class="level3">
<h3 class="anchored" data-anchor-id="progress-notes-2">Progress Notes</h3>
<ul>
<li><p>Started off today reviewing what I knocked out yesterday, and picked back up on mapping the contaminant indices.</p>
<ul>
<li><p>Splitting the significant indices into percentiles and detected/ not detected, that makes my layout simpler - I am going to put a grid together for the percentile maps; one shared legend. The top row will be (L-R) pah, pcb, pbde; the bottom row will be (L-R) ddt, total contaminants, legend.</p></li>
<li><p>Set my print layout to ANSI B - Landscape; 431.8mm x 279.4mm to make sure I can get 3 across without crowding.</p></li>
<li><p>The maps have the same exact setup, only the data varies, so this feels like it should be a clean way to compare the information.</p></li>
<li><p>Can’t forget to add the map attribution: Basemap: Esri World Ocean | © Esri, and the projection: base- EPSG: 3857, points- EPSG:4326 - WGS 84 - Geographic</p></li>
</ul></li>
<li><p><strong>NOTE:</strong> When I return to the sampling site and P450 maps- they need to match the extent, scale, and labeling of these maps.</p>
<ul>
<li><p>Fix the city/ location labels</p></li>
<li><p>Everett is misspelled</p></li>
<li><p>Olympia may be misplaced</p></li>
<li><p>Add Port Angeles or Port Townsend, lots of sites= label</p></li>
<li><p>Consider adding waterway labels, like Commencement Bay, Elliott Bay, greater Salish Sea and/ or Puget Sound</p></li>
</ul></li>
<li><p>Back to the contaminant maps</p>
<ul>
<li><p>There is an asterisk indicating the reference site - orange and just slightly larger than the map points; don’t forget to add this in the caption</p></li>
<li><p>This is a bit dramatic on the page - adjust when refining the maps</p></li>
</ul></li>
</ul>
<p><img src="https://chrismantegna.github.io/labnotebook/daily_log/2026_02/monthly_img/2026-02/2026_02_08/img/first_row_contaminants.png" class="img-fluid"> <img src="https://chrismantegna.github.io/labnotebook/daily_log/2026_02/monthly_img/2026-02/2026_02_08/img/second_row_contaminants.png" class="img-fluid"></p>
<ul>
<li>I am so excited to have finally gotten much closer to aligning the figures with the story in the manuscript draft - since the whole thing is on the shorter side, the figures really have to deliver. There is definite room for improvement; small cleanups on things like aligning frames, text styles, naming convention (I don’t think I should pluralize the contaminant abbreviations), and larger refinements for clarity and overall message delivery will be tackled after committee feedback.</li>
</ul>
</section>
<section id="products-word-count-1" class="level3">
<h3 class="anchored" data-anchor-id="products-word-count-1">Products &amp; Word Count</h3>
<ul>
<li><p>Viz made: 5 maps + captioning (357 words)</p>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 357 words</strong></p>
<p><strong>Monthly total to date: 2,075 words</strong></p>
<p><strong>Annual total to date: 14,953 words</strong></p>
</blockquote>
</div></li>
</ul>
</section>
<section id="tomorrows-plan-5" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-5">Tomorrow’s Plan</h3>
<ul>
<li><p>Reminder to committee to review my MS proposal so I can get it submitted</p>
<ul>
<li><p>MS proposal must be submitted and signed off NLT 2/20/26</p></li>
<li><p>Schedule a meeting for end of February, early March to discuss PhD proposal and manuscript (full committee will receive NLT MS feedback/ submission is completed)</p></li>
</ul></li>
<li><p>Spend some time reviewing the status of my current projects</p>
<ul>
<li><p>I have spent so much time in the QGIS rabbit hole that I need to refresh myself on where everything else stands</p></li>
<li><p>Map plan for the week based on that review (including blocks for non-dissertation projects that have also lagged)</p></li>
<li><p>Put up outline of 1v1 agenda/ statuses to be completed in advance of my meeting with Steven on 2/11</p></li>
</ul></li>
</ul>
</section>
</section>
<section id="catching-up-with-other-committments" class="level2">
<h2 class="anchored" data-anchor-id="catching-up-with-other-committments">2026-02-09 — Catching Up with Other Committments</h2>
<section id="plan-of-the-day-3" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-day-3">Plan of the Day</h3>
<ul>
<li>Today’s plan is to catch up on tasks outside of my direct dissertation work; only the two below are science related.
<ul>
<li>Continue to prepare to deliver the presentation to STP for the P2Solo</li>
<li>Compile my notes in preparation for SAFS 10 year graduate group meeting</li>
</ul></li>
</ul>
</section>
<section id="projects-touched-today-6" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-6">Projects Touched Today</h3>
<ul>
<li>None</li>
</ul>
</section>
<section id="progress-notes-3" class="level3">
<h3 class="anchored" data-anchor-id="progress-notes-3">Progress Notes</h3>
<ul>
<li>None that are applicable</li>
</ul>
</section>
<section id="products-word-count-2" class="level3">
<h3 class="anchored" data-anchor-id="products-word-count-2">Products &amp; Word Count</h3>
<ul>
<li><p>No dissertation/ thesis products today</p>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 0 words</strong></p>
<p><strong>Monthly total to date: 2,075 words</strong></p>
<p><strong>Annual total to date: 14,953 words</strong></p>
</blockquote>
</div></li>
</ul>
</section>
<section id="tomorrows-plan-6" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-6">Tomorrow’s Plan</h3>
<ul>
<li><p>Shifting Monday’s plan (below) to Tuesday 2/10/26</p></li>
<li><p>Reminder to committee to review my MS proposal so I can get it submitted</p>
<ul>
<li><p>MS proposal must be submitted and signed off NLT 2/20/26</p></li>
<li><p>Schedule a meeting for end of February, early March to discuss PhD proposal and manuscript (full committee will receive NLT MS feedback/ submission is completed)</p></li>
</ul></li>
<li><p>Spend some time reviewing the status of my current projects</p>
<ul>
<li><p>I have spent so much time in the QGIS rabbit hole that I need to refresh myself on where everything else stands</p></li>
<li><p>Map plan for the week based on that review (including blocks for non-dissertation projects that have also lagged)</p></li>
<li><p>Put up outline of 1v1 agenda/ statuses to be completed in advance of my meeting with Steven on 2/11</p></li>
</ul></li>
</ul>
</section>
</section>
<section id="task-tko" class="level2">
<h2 class="anchored" data-anchor-id="task-tko">2026-02-10 — Task TKO</h2>
<section id="plan-of-the-day-4" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-day-4">Plan of the Day</h3>
<ul>
<li>Today’s plan is to add a few science tasks into a medium- lift for UW-RUA since I don’t have any events or major travelers this week.
<ul>
<li>After RUA office hours, my plan is to spend 30 minutes the specific deliverables for my current science work in progress</li>
<li>Create my 1v1 agenda to send Steven before our meeting on 2/11</li>
<li>Send the reminder email to my committee for proposal feedback and scheduling of our next meeting</li>
<li>Aspirationally - complete a draft of the CIL grant application for potentially free chems</li>
</ul></li>
</ul>
</section>
<section id="projects-touched-today-7" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-7">Projects Touched Today</h3>
<ul>
<li>1v1 prep</li>
</ul>
</section>
<section id="progress-notes-4" class="level3">
<h3 class="anchored" data-anchor-id="progress-notes-4">Progress Notes</h3>
<ul>
<li>The only science I did today was put together my agenda for my meeting with Steven for tomorrow.</li>
</ul>
</section>
<section id="products-word-count-3" class="level3">
<h3 class="anchored" data-anchor-id="products-word-count-3">Products &amp; Word Count</h3>
<blockquote class="blockquote">
<p><strong>Today’s total: 0 words</strong></p>
<p><strong>Monthly total to date: 2,075 words</strong></p>
<p><strong>Annual total to date: 14,953 words</strong></p>
</blockquote>
</section>
<section id="tomorrows-plan-7" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-7">Tomorrow’s Plan</h3>
<ul>
<li><p>1v1 with Steven</p></li>
<li><p>Lab Meeting</p></li>
<li><p>Meet with interested undergrad for potential bench work support through the mussel experiment</p></li>
</ul>
</section>
</section>
<section id="tasks-and-meetings" class="level2">
<h2 class="anchored" data-anchor-id="tasks-and-meetings">2026-02-11 — Tasks and Meetings</h2>
<section id="plan-of-the-day-5" class="level3">
<h3 class="anchored" data-anchor-id="plan-of-the-day-5">Plan of the Day</h3>
<ul>
<li>Advisor 1v1</li>
<li>Lab Meeting</li>
<li>Potential UG for lab</li>
</ul>
</section>
<section id="projects-touched-today-8" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-8">Projects Touched Today</h3>
<ul>
<li>MS proposal</li>
</ul>
</section>
<section id="progress-notes-5" class="level3">
<h3 class="anchored" data-anchor-id="progress-notes-5">Progress Notes</h3>
<ul>
<li>Weekly meeting with Steven. He wants me to add more more detail on the Chapter 2 approaches as well as a more expanded results expectation and research questions. Will work on that.</li>
<li>The rest of the agenda was a run- through of the statuses of current and upcoming with no additional steps.</li>
<li>Lab meeting did not yield any tasks or extra responsibilities</li>
<li>Met with the Bio undergrad about what they are looking to gain and looking to contribute. Based on skills and interests, I think I have a 2- prong plan where we can gain some skill exposure, and get them linked to some of the summer opportunities that align with their interests.</li>
</ul>
</section>
<section id="products-word-count-4" class="level3">
<h3 class="anchored" data-anchor-id="products-word-count-4">Products &amp; Word Count</h3>
<div>
<blockquote class="blockquote">
<p><strong>Today’s total: 0 words</strong></p>
<p><strong>Monthly total to date: 2,075 words</strong></p>
<p><strong>Annual total to date: 14,953 words</strong></p>
</blockquote>
</div>
</section>
<section id="tomorrows-plan-8" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-8">Tomorrow’s Plan</h3>
<ul>
<li><p>Tomorrow is pretty meeting heavy. I have 2 UW-RUA debrief meetings post traveler return, the NW CASC Info-session, the first of 3 ESA <em>Future-Proofing Your Science Career</em> sessions, and a meeting with a former mentee to work through the stats and visualizations for his capstone project featuring the data we collected on Yellow Island from 2023 - 24.</p></li>
<li><p>Specific steps in my own work will be determined post today’s meetings.</p></li>
</ul>
</section>
</section>
<section id="no-posts-february-12---28-2026" class="level2">
<h2 class="anchored" data-anchor-id="no-posts-february-12---28-2026">No Posts February 12 - 28, 2026</h2>


</section>

 ]]></description>
  <guid>https://chrismantegna.github.io/labnotebook/daily_log/2026_02/</guid>
  <pubDate>Sun, 01 Feb 2026 08:00:00 GMT</pubDate>
</item>
<item>
  <title>2026 January Daily Posts</title>
  <link>https://chrismantegna.github.io/labnotebook/daily_log/2026_01/</link>
  <description><![CDATA[ 




<blockquote class="blockquote">
<p>This page compiles <strong><em>all</em></strong> daily posts for the month.</p>
</blockquote>
<section id="section" class="level2">
<h2 class="anchored" data-anchor-id="section">2026-01-01</h2>
<section id="day-1-of-365-january-goals" class="level3">
<h3 class="anchored" data-anchor-id="day-1-of-365-january-goals">Day 1 of 365: January Goals</h3>
</section>
<section id="january-goals" class="level3">
<h3 class="anchored" data-anchor-id="january-goals">January Goals</h3>
<ol type="1">
<li>Finish these proposals and get them out to my committee by the end of the month for a chance at submitting a bypass package by the February deadline.</li>
<li>Get the biomarker manuscript polished enough to go to WDFW for review and sign-off.</li>
</ol>
</section>
<section id="todays-work" class="level3">
<h3 class="anchored" data-anchor-id="todays-work">Today’s Work</h3>
<ul>
<li><p>Day 9. Mussel Check 1430</p></li>
<li><p>Visual tank inspections looked good for airflow and water clarity; clear reduction in food since yesterday. Mussels were still aggregated in their respective bags/ coolers. The airflow in blue remains a bit lower than in red. Will continue to monitor.</p></li>
<li><p>Temperature</p>
<ul>
<li><p>Blue= 11° C</p></li>
<li><p>Red= 15° C</p></li>
</ul></li>
<li><p>Salinity</p>
<ul>
<li><p>Blue= 26 psu</p></li>
<li><p>Red= 25 psu</p></li>
</ul></li>
<li><p>Mortality</p>
<ul>
<li><p>Blue= 0</p></li>
<li><p>Red= 0</p></li>
</ul></li>
</ul>
</section>
</section>
<section id="section-1" class="level2">
<h2 class="anchored" data-anchor-id="section-1">2026-01-02</h2>
<section id="mussels-and-king-tides" class="level3">
<h3 class="anchored" data-anchor-id="mussels-and-king-tides">Mussels and King Tides</h3>
</section>
<section id="projects-touched-today" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today">Projects Touched Today</h3>
<ul>
<li>Mussel pilot experiment</li>
</ul>
</section>
<section id="new-knowledge" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge">New Knowledge</h3>
<p>Day 10. Mussel Check at 0600</p>
<p>Visual tank inspections looked good for airflow and water clarity; continued reduction in food since yesterday. Mussels were still aggregated in their respective bags/ coolers. The airflow in blue remains a bit lower than in red. Will continue to monitor.</p>
<ul>
<li><p>Temperature</p>
<ul>
<li><p>Blue= 11° C</p></li>
<li><p>Red= 15° C</p></li>
</ul></li>
<li><p>Salinity</p>
<ul>
<li><p>Blue= 26 psu</p></li>
<li><p>Red= 25 psu</p></li>
</ul></li>
<li><p>Mortality</p>
<ul>
<li><p>Blue= 0</p></li>
<li><p>Red= 1</p></li>
</ul></li>
</ul>
</section>
<section id="old-tricks" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks">Old Tricks</h3>
<ul>
<li>I will not be checking on the mussels on 1/3 since I’m leaving for the coast after this morning’s check. I will check upon return on 1/4.</li>
</ul>
</section>
<section id="questions-or-concerns" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns">Questions or Concerns?</h3>
<ul>
<li>None</li>
</ul>
</section>
<section id="tomorrows-plan" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan">Tomorrow’s Plan</h3>
<ul>
<li>Photograph the tides off of La Push and tidepool!</li>
</ul>
</section>
</section>
<section id="section-2" class="level2">
<h2 class="anchored" data-anchor-id="section-2">2026-01-03</h2>
<section id="quiluete-land-coastal-wanderings" class="level3">
<h3 class="anchored" data-anchor-id="quiluete-land-coastal-wanderings">Quiluete Land &amp; Coastal Wanderings</h3>
</section>
<section id="projects-touched-today-1" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-1">Projects Touched Today</h3>
<ul>
<li>None</li>
</ul>
</section>
<section id="new-knowledge-1" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-1">New Knowledge</h3>
<ul>
<li>The Quiluete Resort is the perfect place to unplug and is central to awesome tidepooling for the night low tides.</li>
</ul>
</section>
<section id="old-tricks-1" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-1">Old Tricks</h3>
<ul>
<li>Hiking along the coast during low tide feels like treasure hunting!</li>
</ul>
</section>
<section id="questions-or-concerns-1" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-1">Questions or Concerns?</h3>
<ul>
<li>None</li>
</ul>
</section>
<section id="tomorrows-plan-1" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-1">Tomorrow’s Plan</h3>
<ul>
<li>Return home, check on my mussels, and prepare for the first day of the next quarter.</li>
</ul>
</section>
</section>
<section id="section-3" class="level2">
<h2 class="anchored" data-anchor-id="section-3">2026-01-04</h2>
<section id="mussels" class="level3">
<h3 class="anchored" data-anchor-id="mussels">Mussels</h3>
</section>
<section id="projects-touched-today-2" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-2">Projects Touched Today</h3>
<ul>
<li>Mussel pilot experiment</li>
</ul>
</section>
<section id="new-knowledge-2" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-2">New Knowledge</h3>
<p>Day 12. Mussel Check at 1520</p>
<p>Visual tank inspections looked good for airflow and water clarity. Mussels were still aggregated in their respective bags/ coolers. The airflow in blue remains a bit lower than in red. Will continue to monitor.</p>
<ul>
<li><p>Temperature</p>
<ul>
<li><p>Blue= 11° C</p></li>
<li><p>Red= 15° C</p></li>
</ul></li>
<li><p>Salinity</p>
<ul>
<li><p>Blue= 27 psu</p></li>
<li><p>Red= 26 psu</p></li>
</ul></li>
<li><p>Mortality</p>
<ul>
<li><p>Blue= 3</p></li>
<li><p>Red= 0</p></li>
</ul></li>
<li><p>Of course 3 kick the bucket! I do not know if all died today or yesterday, but since they are the control temp, it feels odd but could be due to air flow. I swapped the air stones between Red and Blue after wiping both down. The stronger air stone is now in Blue, with the less strong in Red since adjusting flow didn’t seem to make enough of a change.</p></li>
</ul>
</section>
<section id="old-tricks-2" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-2">Old Tricks</h3>
<ul>
<li>Time to prep for the new quarter by updating calendars, planning time off and mapping daily goals.</li>
<li>One of my 2026 goals is to write at least 500 new words a day. Ultimately, those words have to be in projects that move my work and my professional presence forward. The word count doesn’t include emails or task- based writing.</li>
<li>I may adjust that to include coding work, visualizations created, etc., since those all contribute to completing the deliverables in front of me.</li>
</ul>
</section>
<section id="questions-or-concerns-2" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-2">Questions or Concerns?</h3>
<ul>
<li>None</li>
</ul>
</section>
<section id="tomorrows-plan-2" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-2">Tomorrow’s Plan</h3>
<ul>
<li>Review the status of my proposals and make a daily plan for completing the drafts this month.</li>
</ul>
</section>
</section>
<section id="section-4" class="level2">
<h2 class="anchored" data-anchor-id="section-4">2026-01-05</h2>
<section id="welcome-to-winter-quarter" class="level3">
<h3 class="anchored" data-anchor-id="welcome-to-winter-quarter">Welcome to Winter Quarter</h3>
</section>
<section id="projects-touched-today-3" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-3">Projects Touched Today</h3>
<ul>
<li>Mussel pilot experiment</li>
</ul>
</section>
<section id="new-knowledge-3" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-3">New Knowledge</h3>
<p>Day 13. Mussel Check at 1049</p>
<p>Visual tank inspections looked good for airflow and water clarity. Mussels were still aggregated in their respective bags/ coolers. The air stone swap seems to be ok. Will continue to monitor.</p>
<ul>
<li><p>Temperature</p>
<ul>
<li><p>Blue= 11° C</p></li>
<li><p>Red= 15° C</p></li>
</ul></li>
<li><p>Salinity</p>
<ul>
<li><p>Blue= 27 psu</p></li>
<li><p>Red= 26 psu</p></li>
</ul></li>
<li><p>Mortality</p>
<ul>
<li><p>Blue= 0</p></li>
<li><p>Red= 0</p></li>
</ul></li>
</ul>
</section>
<section id="old-tricks-3" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-3">Old Tricks</h3>
<ul>
<li>Not a lot of science beyond the mussel check. Prepping for a RUA day tomorrow.</li>
</ul>
</section>
<section id="questions-or-concerns-3" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-3">Questions or Concerns?</h3>
<ul>
<li>None.</li>
</ul>
</section>
<section id="tomorrows-plan-3" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-3">Tomorrow’s Plan</h3>
<ul>
<li>Tuesdays are RUA days again this quarter, so only mussel checks.</li>
</ul>
</section>
</section>
<section id="section-5" class="level2">
<h2 class="anchored" data-anchor-id="section-5">2026-01-06</h2>
<section id="mussels-rua" class="level3">
<h3 class="anchored" data-anchor-id="mussels-rua">Mussels &amp; RUA</h3>
</section>
<section id="projects-touched-today-4" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-4">Projects Touched Today</h3>
<ul>
<li>Mussel pilot experiment</li>
</ul>
</section>
<section id="new-knowledge-4" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-4">New Knowledge</h3>
<p>Day 14. Mussel Check at 1700</p>
<p>Visual tank inspections looked good for airflow and water clarity. Mussels were still aggregated in their respective bags/ coolers. The air stone swap is ok. Will continue to monitor.</p>
<ul>
<li><p>Temperature</p>
<ul>
<li><p>Blue= 11° C</p></li>
<li><p>Red= Increasing from 15° C to 18° C</p></li>
</ul></li>
<li><p>Salinity</p>
<ul>
<li><p>Blue= 28 psu</p></li>
<li><p>Red= 26 psu</p></li>
</ul></li>
<li><p>Mortality</p>
<ul>
<li><p>Blue= 2</p></li>
<li><p>Red= 0</p></li>
</ul></li>
<li><p>Partial water changes in both coolers. Salinity recheck</p>
<ul>
<li><p>Blue= 25 psu</p></li>
<li><p>Red= 25 psu</p></li>
</ul></li>
</ul>
</section>
<section id="old-tricks-4" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-4">Old Tricks</h3>
<ul>
<li>Tuesday is a RUA workday.</li>
</ul>
</section>
<section id="questions-or-concerns-4" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-4">Questions or Concerns?</h3>
<ul>
<li>None</li>
</ul>
</section>
<section id="tomorrows-plan-4" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-4">Tomorrow’s Plan</h3>
<ul>
<li>Continue to knockdown the lit notes for biomarkers and my proposals.</li>
</ul>
</section>
</section>
<section id="section-6" class="level2">
<h2 class="anchored" data-anchor-id="section-6">2026-01-07</h2>
<section id="mussels-and-biomarker-manuscript-work" class="level3">
<h3 class="anchored" data-anchor-id="mussels-and-biomarker-manuscript-work">Mussels and Biomarker Manuscript Work</h3>
</section>
<section id="projects-touched-today-5" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-5">Projects Touched Today</h3>
<ul>
<li>Mussel biomarkers</li>
<li>Mussel pilot experiment</li>
</ul>
</section>
<section id="new-knowledge-5" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-5">New Knowledge</h3>
<p>Day 15. Mussel Check at 1558</p>
<p>Visual tank inspections looked good for airflow and water clarity. Mussels were still aggregated in their respective bags/ coolers. The air stone swap seems to be ok. Will continue to monitor.</p>
<ul>
<li><p>Temperature</p>
<ul>
<li><p>Blue= 11° C</p></li>
<li><p>Red= 18° C</p></li>
</ul></li>
<li><p>Salinity</p>
<ul>
<li><p>Blue= 25 psu</p></li>
<li><p>Red= 25 psu</p></li>
</ul></li>
<li><p>Mortality</p>
<ul>
<li><p>Blue= 0</p></li>
<li><p>Red= 0</p></li>
</ul></li>
<li><p>Feeding</p>
<ul>
<li>Using the same calculations as on 12.31, a 400mL slurry was made and divided between Red and Blue, with slightly more going to Blue.</li>
</ul></li>
</ul>
</section>
<section id="old-tricks-5" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-5">Old Tricks</h3>
<ul>
<li>Returned to working on the manuscript for biomarkers. I cleaned up the methods and results sections to make them more succinct and separate from the discussion.</li>
</ul>
</section>
<section id="questions-or-concerns-5" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-5">Questions or Concerns?</h3>
<ul>
<li>None.</li>
</ul>
</section>
<section id="tomorrows-plan-5" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-5">Tomorrow’s Plan</h3>
<ul>
<li>Limited time tomorrow as the quarterly cross- institution RUA meetings are all morning with ‘working groups’ in the afternoon.</li>
</ul>
</section>
</section>
<section id="section-7" class="level2">
<h2 class="anchored" data-anchor-id="section-7">2026-01-08</h2>
<section id="mussels-and-rua-working-groups" class="level3">
<h3 class="anchored" data-anchor-id="mussels-and-rua-working-groups">Mussels and RUA Working Groups</h3>
</section>
<section id="projects-touched-today-6" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-6">Projects Touched Today</h3>
<ul>
<li>Mussel pilot experiment</li>
</ul>
</section>
<section id="new-knowledge-6" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-6">New Knowledge</h3>
<p>Day 16. Mussel Check at 0915</p>
<p>Visual tank inspections looked good for airflow and water clarity. Mussels were still aggregated in their respective bags/ coolers. The air stone swap seems to be ok. Will continue to monitor.</p>
<ul>
<li><p>Temperature</p>
<ul>
<li><p>Blue= 11° C</p></li>
<li><p>Red= 18° C</p></li>
</ul></li>
<li><p>Salinity</p>
<ul>
<li><p>Blue= 25 psu</p></li>
<li><p>Red= 25 psu</p></li>
</ul></li>
<li><p>Mortality</p>
<ul>
<li><p>Blue= 0</p></li>
<li><p>Red= 0</p></li>
</ul></li>
</ul>
</section>
<section id="old-tricks-6" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-6">Old Tricks</h3>
<ul>
<li>Full RUA day.</li>
</ul>
</section>
<section id="questions-or-concerns-6" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-6">Questions or Concerns?</h3>
<ul>
<li>None.</li>
</ul>
</section>
<section id="tomorrows-plan-6" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-6">Tomorrow’s Plan</h3>
<ul>
<li>Breakdown my daily plan to smaller bites. Even the smallest tasks are taking a lifetime, which is an indicator that I am making them too big.</li>
</ul>
</section>
</section>
<section id="section-8" class="level2">
<h2 class="anchored" data-anchor-id="section-8">2026-01-09</h2>
<section id="mussels-and-ms-proposal-work" class="level3">
<h3 class="anchored" data-anchor-id="mussels-and-ms-proposal-work">Mussels and MS Proposal Work</h3>
</section>
<section id="projects-touched-today-7" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-7">Projects Touched Today</h3>
<ul>
<li>Mussel pilot experiment</li>
<li>MS proposal</li>
</ul>
</section>
<section id="new-knowledge-7" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-7">New Knowledge</h3>
<p>Day 17. Mussel Check at 1628</p>
<p>Visual tank inspections looked good for airflow and water clarity. Mussels were still aggregated in their respective bags/ coolers.</p>
<ul>
<li><p>Temperature</p>
<ul>
<li><p>Blue= 11° C</p></li>
<li><p>Red= 18° C</p></li>
</ul></li>
<li><p>Salinity</p>
<ul>
<li><p>Blue= 26 psu</p></li>
<li><p>Red= 25 psu</p></li>
</ul></li>
<li><p>Mortality</p>
<ul>
<li><p>Blue= 0</p></li>
<li><p>Red= 0</p></li>
</ul></li>
</ul>
</section>
<section id="old-tricks-7" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-7">Old Tricks</h3>
<ul>
<li>Returned to the MS proposal draft and made significant progress on the literature review to help me write the introduction section in a way that is a bit preachy, but done.</li>
</ul>
</section>
<section id="questions-or-concerns-7" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-7">Questions or Concerns?</h3>
<ul>
<li>None.</li>
</ul>
</section>
<section id="tomorrows-plan-7" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-7">Tomorrow’s Plan</h3>
<ul>
<li><p>Pull all of my pilot observations out of my notebook and into their own table. I will need this information to help guide the continuation of the experimental design for the larger experiment.</p></li>
<li><p>Return to lit review/ note taking for biomarker manuscript. Progress I made there really helped me knock out the MS proposal intro and I will need to expand for the intro to the PhD proposal.</p></li>
</ul>
</section>
</section>
<section id="section-9" class="level2">
<h2 class="anchored" data-anchor-id="section-9">2026-01-10</h2>
<section id="mussels-and-proposal-work" class="level3">
<h3 class="anchored" data-anchor-id="mussels-and-proposal-work">Mussels and Proposal Work</h3>
</section>
<section id="projects-touched-today-8" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-8">Projects Touched Today</h3>
<ul>
<li>Mussel pilot experiment</li>
<li>MS proposal</li>
<li>PhD proposal</li>
</ul>
</section>
<section id="new-knowledge-8" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-8">New Knowledge</h3>
<p>Day 18. Mussel Check at 1624</p>
<p>Visual tank inspections looked good for airflow and water clarity. Mussels were still aggregated in their respective bags/ coolers. There is a smell to the tanks, but that has to be waste products since there are no mortalities.</p>
<ul>
<li><p>Temperature</p>
<ul>
<li><p>Blue= 11° C</p></li>
<li><p>Red= 18° C</p></li>
</ul></li>
<li><p>Salinity</p>
<ul>
<li><p>Blue= 26 psu</p></li>
<li><p>Red= 27 psu</p></li>
</ul></li>
<li><p>Mortality</p>
<ul>
<li><p>Blue= 0</p></li>
<li><p>Red= 0</p></li>
</ul></li>
</ul>
</section>
<section id="old-tricks-8" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-8">Old Tricks</h3>
<ul>
<li>Reviewed previous day’s work in both proposals</li>
<li>Total new words added across both proposals: 941</li>
</ul>
</section>
<section id="questions-or-concerns-8" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-8">Questions or Concerns?</h3>
<ul>
<li>None.</li>
</ul>
</section>
<section id="tomorrows-plan-8" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-8">Tomorrow’s Plan</h3>
<ul>
<li><p>Nothing concrete except for checking the mussels. 1/11 is Sunday.</p></li>
<li><p>Didn’t complete today, so will move this to next week. Pull all of my pilot observations out of my notebook and into their own table. I will need this information to help guide the continuation of the experimental design for the larger experiment.</p></li>
</ul>
</section>
</section>
<section id="section-10" class="level2">
<h2 class="anchored" data-anchor-id="section-10">2026-01-11</h2>
<section id="sunday---no-science-today" class="level3">
<h3 class="anchored" data-anchor-id="sunday---no-science-today">Sunday - No Science Today</h3>
</section>
<section id="projects-touched-today-9" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-9">Projects Touched Today</h3>
<ul>
<li>Mussel pilot experiment</li>
</ul>
</section>
<section id="new-knowledge-9" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-9">New Knowledge</h3>
<p>Day 19. Mussel Check at 1429</p>
<p>Visual tank inspections looked good for airflow and water clarity. Mussels were still aggregated in their respective bags/ coolers. There remains a smell to the tanks, but that has to be waste products since there are no mortalities.</p>
<ul>
<li><p>Temperature</p>
<ul>
<li><p>Blue= 11° C</p></li>
<li><p>Red= 18° C</p></li>
</ul></li>
<li><p>Salinity</p>
<ul>
<li><p>Blue= 25 psu</p></li>
<li><p>Red= 27 psu</p></li>
</ul></li>
<li><p>Mortality</p>
<ul>
<li><p>Blue= 1</p></li>
<li><p>Red= 0</p></li>
</ul></li>
</ul>
</section>
<section id="old-tricks-9" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-9">Old Tricks</h3>
<ul>
<li>None</li>
</ul>
</section>
<section id="questions-or-concerns-9" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-9">Questions or Concerns?</h3>
<ul>
<li>None</li>
</ul>
</section>
<section id="tomorrows-plan-9" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-9">Tomorrow’s Plan</h3>
<ul>
<li>Map the week ahead to include the following: continue work on the proposals and supplementary visuals for the biomarkers, finalize a draft experimental design to inform the PhD proposal.</li>
</ul>
</section>
</section>
<section id="section-11" class="level2">
<h2 class="anchored" data-anchor-id="section-11">2026-01-12</h2>
<section id="mussels-and-proposals" class="level3">
<h3 class="anchored" data-anchor-id="mussels-and-proposals">Mussels and Proposals</h3>
</section>
<section id="projects-touched-today-10" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-10">Projects Touched Today</h3>
<ul>
<li>Mussel pilot experiment</li>
<li>MS proposal</li>
<li>PhD proposal</li>
</ul>
</section>
<section id="new-knowledge-10" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-10">New Knowledge</h3>
<p>Day 20. Mussel Check at 1209</p>
<p>Visual tank inspections looked good for airflow and water clarity. Mussels were still aggregated in their respective bags/ coolers. There remains a smell to the tanks, but that has to be waste products since there are no mortalities.</p>
<ul>
<li><p>Temperature</p>
<ul>
<li><p>Blue= 11° C</p></li>
<li><p>Red= 18° C</p></li>
</ul></li>
<li><p>Salinity</p>
<ul>
<li><p>Blue= 26 psu</p></li>
<li><p>Red= 27 psu</p></li>
</ul></li>
<li><p>Mortality</p>
<ul>
<li><p>Blue= 1</p></li>
<li><p>Red= 0</p></li>
</ul></li>
<li><p>Partial Water Change completed for Blue and Red by emptying half of the existing water and adding fresh seawater.</p>
<ul>
<li><p>Salinity rechecked</p>
<ul>
<li><p>Blue= 25</p></li>
<li><p>Red= 25</p></li>
</ul></li>
</ul></li>
</ul>
</section>
<section id="old-tricks-10" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-10">Old Tricks</h3>
<ul>
<li>Writing, writing, writing. I continued to move forward with adding a better outline for Chapter 3 and 4 in the PhD proposal, went back and revised the introduction to the MS proposal, and reworked the biomarker manuscript discussion/ future directions to align a bit better with the intro and results.</li>
</ul>
</section>
<section id="word-count-productivity" class="level3">
<h3 class="anchored" data-anchor-id="word-count-productivity">Word Count (Productivity)</h3>
<ul>
<li>Editing biomarker manuscript: 520 words</li>
<li>MS proposal writing: 140 words</li>
<li>PhD propsal writing: 131 words</li>
<li><strong>Today’s total: 791 words</strong></li>
<li><strong>Monthly total to date: 1732 words</strong></li>
</ul>
</section>
<section id="questions-or-concerns-10" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-10">Questions or Concerns?</h3>
<ul>
<li>None.</li>
</ul>
</section>
<section id="tomorrows-plan-10" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-10">Tomorrow’s Plan</h3>
<ul>
<li>Tomorrow is a RUA day, so no real science will be done.</li>
</ul>
</section>
</section>
<section id="section-12" class="level2">
<h2 class="anchored" data-anchor-id="section-12">2026-01-13</h2>
<section id="mussels-and-rua" class="level3">
<h3 class="anchored" data-anchor-id="mussels-and-rua">Mussels and RUA</h3>
</section>
<section id="projects-touched-today-11" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-11">Projects Touched Today</h3>
<ul>
<li>Mussel pilot experiment</li>
</ul>
</section>
<section id="new-knowledge-11" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-11">New Knowledge</h3>
<p>Day 21. Mussel Check at 1017</p>
<p>Visual tank inspections looked good for airflow and water clarity. Mussels were still aggregated in their respective bags/ coolers. There smell is almost non- existent now.</p>
<ul>
<li><p>Temperature</p>
<ul>
<li><p>Blue= 11° C</p></li>
<li><p>Red= 18° C increasing to 20° C</p></li>
</ul></li>
<li><p>Salinity</p>
<ul>
<li><p>Blue= 26 psu</p></li>
<li><p>Red= 26 psu</p></li>
</ul></li>
<li><p>Mortality</p>
<ul>
<li><p>Blue= 0</p></li>
<li><p>Red= 0</p></li>
</ul></li>
</ul>
</section>
<section id="old-tricks-11" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-11">Old Tricks</h3>
<ul>
<li>None.</li>
</ul>
</section>
<section id="word-count-productivity-1" class="level3">
<h3 class="anchored" data-anchor-id="word-count-productivity-1">Word Count (Productivity)</h3>
<ul>
<li>No science writing today</li>
<li><strong>Today’s total: 0 words</strong></li>
<li><strong>Monthly total to date: 1732 words</strong></li>
</ul>
</section>
<section id="questions-or-concerns-11" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-11">Questions or Concerns?</h3>
<ul>
<li>None.</li>
</ul>
</section>
<section id="tomorrows-plan-11" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-11">Tomorrow’s Plan</h3>
<ul>
<li>Continue to last of selected papers for my proposals, work on the experimental design constraints and scale.</li>
</ul>
</section>
</section>
<section id="section-13" class="level2">
<h2 class="anchored" data-anchor-id="section-13">2026-01-14</h2>
<section id="mussels-and-proposals-1" class="level3">
<h3 class="anchored" data-anchor-id="mussels-and-proposals-1">Mussels and Proposals</h3>
</section>
<section id="projects-touched-today-12" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-12">Projects Touched Today</h3>
<ul>
<li>Mussel pilot experiment</li>
<li>Mussel experimental design</li>
</ul>
</section>
<section id="new-knowledge-12" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-12">New Knowledge</h3>
<p>Day 22. Mussel Check at 1752</p>
<p>Visual tank inspections looked good for airflow and water clarity. Mussels were still aggregated in their respective bags/ coolers. There remains a smell to the tanks, but that has to be waste products since there are no mortalities.</p>
<ul>
<li><p>Temperature</p>
<ul>
<li><p>Blue= 11° C</p></li>
<li><p>Red= 20° C</p></li>
</ul></li>
<li><p>Salinity</p>
<ul>
<li><p>Blue= 26 psu</p></li>
<li><p>Red= 29 psu</p></li>
</ul></li>
<li><p>Mortality</p>
<ul>
<li><p>Blue= 0</p></li>
<li><p>Red= 0</p></li>
</ul></li>
<li><p>Partial Water Change completed for Red by emptying half of the existing water and adding fresh seawater.</p>
<ul>
<li>Salinity rechecked
<ul>
<li>Red= 26</li>
</ul></li>
</ul></li>
<li><p>Mussels were fed using the same calculations and method as outlined on 12.31.25 except tissue mass has been reduced to 170g for total tissue weight in the remaining mussels.</p></li>
</ul>
</section>
<section id="old-tricks-12" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-12">Old Tricks</h3>
<ul>
<li>Today I brain dumped all of the experimental design thoughts I was having from both the planning and the reading. It is possible to maintain an experiment that has treatments that include two temps (elevated and control), two metal concentrations and two PAH or PCB concentrations with interactive treatments. There would be 15 treatments that way, including controls. A fully expanded setup would be 21+ and that is excessive for not just the information it may not yield, but for the costs associated.</li>
<li>Based on the ‘streamlined’ setup, I created a folder in Zotero that has all of the associated papers to support the experimental design and endpoints. This will be useful for both the MS proposal and the PhD proposal.</li>
</ul>
</section>
<section id="word-count-productivity-2" class="level3">
<h3 class="anchored" data-anchor-id="word-count-productivity-2">Word Count (Productivity)</h3>
<ul>
<li>1 draft experimental design outline for MS proposal: ~400 words (handwritten across 6 pages, A4 size)</li>
<li><strong>Today’s total: 400 words</strong></li>
<li><strong>Monthly total to date: 2132 words</strong></li>
</ul>
</section>
<section id="questions-or-concerns-12" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-12">Questions or Concerns?</h3>
<ul>
<li>None.</li>
</ul>
</section>
<section id="tomorrows-plan-12" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-12">Tomorrow’s Plan</h3>
<ul>
<li>Continue writing proposals to get them to the committee sooner rather than later. It’s getting too close to offer a fair window of return.</li>
</ul>
</section>
</section>
<section id="section-14" class="level2">
<h2 class="anchored" data-anchor-id="section-14">2026-01-15</h2>
<section id="mussels-and-proposals-2" class="level3">
<h3 class="anchored" data-anchor-id="mussels-and-proposals-2">Mussels and Proposals</h3>
</section>
<section id="projects-touched-today-13" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-13">Projects Touched Today</h3>
<ul>
<li>Mussel pilot experiment</li>
<li>PhD proposal</li>
<li>Mussel experiment planning</li>
</ul>
</section>
<section id="new-knowledge-13" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-13">New Knowledge</h3>
<p>Day 23. Mussel Check at 1503</p>
<p>Visual tank inspections looked good for airflow and water clarity. Mussels were still aggregated in their respective bags/ coolers.</p>
<ul>
<li><p>Temperature</p>
<ul>
<li><p>Blue= 11° C</p></li>
<li><p>Red= 20° C</p></li>
</ul></li>
<li><p>Salinity</p>
<ul>
<li><p>Blue= 27 psu</p></li>
<li><p>Red= 26 psu</p></li>
</ul></li>
<li><p>Mortality</p>
<ul>
<li><p>Blue= 0</p></li>
<li><p>Red= 0</p></li>
</ul></li>
<li><p>Partial Water Change completed for Blue by emptying half of the existing water and adding fresh seawater.</p>
<ul>
<li>Salinity rechecked
<ul>
<li>Blue= 25</li>
</ul></li>
</ul></li>
</ul>
</section>
<section id="old-tricks-13" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-13">Old Tricks</h3>
<ul>
<li>Returned to the PhD proposal after working on mussel experiment design. Made good progress on writing the methods sections, objectives and research questions. I feel like I matched the tone of the rest of the proposal and the MS proposal.</li>
<li>I messaged with Sam and emailed with Jon Whittock re: tank help and any guidance he had on using contaminants in lab experiments. I followed that up with a phone call and subsequent email to EH&amp;S re: anything other than physical lab requirements and waste disposal of water with metals/ contaminants in it.</li>
</ul>
</section>
<section id="word-count-productivity-3" class="level3">
<h3 class="anchored" data-anchor-id="word-count-productivity-3">Word Count (Productivity)</h3>
<ul>
<li>PhD Proposal: 1340 words</li>
<li><strong>Today’s total: 1340 words</strong></li>
<li><strong>Monthly total to date: 3472 words</strong></li>
</ul>
</section>
<section id="questions-or-concerns-13" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-13">Questions or Concerns?</h3>
<ul>
<li>None.</li>
</ul>
</section>
<section id="tomorrows-plan-13" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-13">Tomorrow’s Plan</h3>
<ul>
<li>Same as yesterday. Continue writing proposals to get them to the committee sooner rather than later. It’s getting too close to offer a fair window of return.</li>
</ul>
</section>
</section>
<section id="section-15" class="level2">
<h2 class="anchored" data-anchor-id="section-15">2026-01-16</h2>
<section id="more-mussels-and-proposals" class="level3">
<h3 class="anchored" data-anchor-id="more-mussels-and-proposals">More Mussels and Proposals</h3>
</section>
<section id="projects-touched-today-14" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-14">Projects Touched Today</h3>
<ul>
<li>Mussel pilot experiment</li>
<li>PhD proposal</li>
</ul>
</section>
<section id="new-knowledge-14" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-14">New Knowledge</h3>
<p>Day 24. Mussel Check at 1121</p>
<p>Visual tank inspections looked good for airflow and water clarity. Mussels were still aggregated in their respective bags/ coolers.</p>
<ul>
<li><p>Temperature</p>
<ul>
<li><p>Blue= 11° C</p></li>
<li><p>Red= 20° C</p></li>
</ul></li>
<li><p>Salinity</p>
<ul>
<li><p>Blue= 26 psu</p></li>
<li><p>Red= 26 psu</p></li>
</ul></li>
<li><p>Mortality</p>
<ul>
<li><p>Blue= 0</p></li>
<li><p>Red= 0</p></li>
</ul></li>
</ul>
</section>
<section id="old-tricks-14" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-14">Old Tricks</h3>
<ul>
<li>Returned to the PhD proposal after working on mussel experiment design. Made good progress on writing the methods sections, objectives and research questions. I feel like I matched the tone of the rest of the proposal and the MS proposal. I continued with creating a shortened version for chapters 1 and 2, and read two papers that I previously only read the abstract for.</li>
</ul>
</section>
<section id="word-count-productivity-4" class="level3">
<h3 class="anchored" data-anchor-id="word-count-productivity-4">Word Count (Productivity)</h3>
<ul>
<li>PhD Proposal: 1105 words</li>
<li><strong>Today’s total: 1105 words</strong></li>
<li><strong>Monthly total to date: 4577 words</strong></li>
</ul>
</section>
<section id="questions-or-concerns-14" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-14">Questions or Concerns?</h3>
<ul>
<li>None.</li>
</ul>
</section>
<section id="tomorrows-plan-14" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-14">Tomorrow’s Plan</h3>
<ul>
<li>Same as yesterday. Continue writing proposals to get them to the committee sooner rather than later. It’s getting too close to offer a fair window of return.</li>
</ul>
</section>
</section>
<section id="section-16" class="level2">
<h2 class="anchored" data-anchor-id="section-16">2026-01-17</h2>
<section id="mussel-check-and-errands" class="level3">
<h3 class="anchored" data-anchor-id="mussel-check-and-errands">Mussel Check and Errands</h3>
</section>
<section id="projects-touched-today-15" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-15">Projects Touched Today</h3>
<ul>
<li>Mussel pilot experiment</li>
</ul>
</section>
<section id="new-knowledge-15" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-15">New Knowledge</h3>
<p>Day 25. Mussel Check at 1004</p>
<p>Visual tank inspections looked good for airflow and water clarity. Mussels were still aggregated in their respective bags/ coolers.</p>
<ul>
<li><p>Temperature</p>
<ul>
<li><p>Blue= 11° C</p></li>
<li><p>Red= 20° C</p></li>
</ul></li>
<li><p>Salinity</p>
<ul>
<li><p>Blue= 26 psu</p></li>
<li><p>Red= 26 psu</p></li>
</ul></li>
<li><p>Mortality</p>
<ul>
<li><p>Blue= 0</p></li>
<li><p>Red= 0</p></li>
</ul></li>
</ul>
</section>
<section id="old-tricks-15" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-15">Old Tricks</h3>
<ul>
<li>None. Lot of personal stuff to knockout today.</li>
</ul>
</section>
<section id="word-count-productivity-5" class="level3">
<h3 class="anchored" data-anchor-id="word-count-productivity-5">Word Count (Productivity)</h3>
<ul>
<li><strong>Today’s total: 0 words</strong></li>
<li><strong>Monthly total to date: 4577 words</strong></li>
</ul>
</section>
<section id="questions-or-concerns-15" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-15">Questions or Concerns?</h3>
<ul>
<li>None.</li>
</ul>
</section>
<section id="tomorrows-plan-15" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-15">Tomorrow’s Plan</h3>
<ul>
<li>Will be made tomorrow.</li>
</ul>
</section>
</section>
<section id="section-17" class="level2">
<h2 class="anchored" data-anchor-id="section-17">2026-01-18</h2>
<section id="mussel-check-and-you-guessed-it-proposal-writing" class="level3">
<h3 class="anchored" data-anchor-id="mussel-check-and-you-guessed-it-proposal-writing">Mussel Check and… You Guessed it, Proposal Writing</h3>
</section>
<section id="projects-touched-today-16" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-16">Projects Touched Today</h3>
<ul>
<li>Mussel pilot experiment</li>
<li>Proposal writing</li>
</ul>
</section>
<section id="new-knowledge-16" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-16">New Knowledge</h3>
<p>Day 26. Mussel Check at 1137</p>
<p>Visual tank inspections looked good for airflow and water clarity. Mussels were still aggregated in their respective bags/ coolers.</p>
<ul>
<li><p>Temperature</p>
<ul>
<li><p>Blue= 11° C</p></li>
<li><p>Red= 20° C</p></li>
</ul></li>
<li><p>Salinity</p>
<ul>
<li><p>Blue= 27 psu</p></li>
<li><p>Red= 26 psu</p></li>
</ul></li>
<li><p>Mortality</p>
<ul>
<li><p>Blue= 0</p></li>
<li><p>Red= 0</p></li>
</ul></li>
</ul>
</section>
<section id="old-tricks-16" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-16">Old Tricks</h3>
<ul>
<li>Right back at it refining, aligning and ensuring my proposal is clear without getting too into the weeds. I’m super close to a draft that isn’t totally embarrassing to share with the committee.</li>
</ul>
</section>
<section id="word-count-productivity-6" class="level3">
<h3 class="anchored" data-anchor-id="word-count-productivity-6">Word Count (Productivity)</h3>
<ul>
<li>MS &amp; PhD Proposal: 556 words</li>
<li><strong>Today’s total: 556 words</strong></li>
<li><strong>Monthly total to date: 5133 words</strong></li>
</ul>
</section>
<section id="questions-or-concerns-16" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-16">Questions or Concerns?</h3>
<ul>
<li>None.</li>
</ul>
</section>
<section id="tomorrows-plan-16" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-16">Tomorrow’s Plan</h3>
<ul>
<li>Will be made tomorrow.</li>
</ul>
</section>
</section>
<section id="section-18" class="level2">
<h2 class="anchored" data-anchor-id="section-18">2026-01-19</h2>
<section id="mussels-mussels-everywhere" class="level3">
<h3 class="anchored" data-anchor-id="mussels-mussels-everywhere">Mussels, Mussels Everywhere</h3>
</section>
<section id="projects-touched-today-17" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-17">Projects Touched Today</h3>
<ul>
<li>Mussel pilot experiment</li>
<li>Mussel resazurin trial</li>
<li>Mussel experimental design</li>
<li>Proposal writing</li>
</ul>
</section>
<section id="new-knowledge-17" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-17">New Knowledge</h3>
<p>Day 27. Mussel Check at 1630</p>
<p>Visual tank inspections looked good for airflow and water clarity. Mussels were still aggregated in their respective bags/ coolers.</p>
<ul>
<li><p>Temperature</p>
<ul>
<li><p>Blue= 11° C</p></li>
<li><p>Red= 20° C increasing to 22° C</p></li>
</ul></li>
<li><p>Salinity</p>
<ul>
<li><p>Blue= 28 psu</p></li>
<li><p>Red= 29 psu</p></li>
</ul></li>
<li><p>Mortality</p>
<ul>
<li><p>Blue= 0</p></li>
<li><p>Red= 0</p></li>
</ul></li>
<li><p>Water Change</p>
<ul>
<li><p>Partial water change for Blue and Red. Salinity recheck:</p>
<ul>
<li><p>Blue= 26</p></li>
<li><p>Red= 26</p></li>
</ul></li>
</ul></li>
</ul>
</section>
<section id="old-tricks-17" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-17">Old Tricks</h3>
<ul>
<li><p>Same as 1.18: Right back at it refining, aligning and ensuring my proposal is clear without getting too into the weeds. I’m super close to a draft that isn’t totally embarrassing to share with the committee.</p></li>
<li><p>I finished up the experimental design at a balanced scale for outcomes and size. I will be checking-in with Ariana later this afternoon to chat about Resazurin as the metabolic measure rather than straight-up respiration testing if possible. The goal is to try it out on the pilot mussels and see if we can see a difference between the heat treated v ‘control’ ambient mussels.</p></li>
</ul>
</section>
<section id="word-count-productivity-7" class="level3">
<h3 class="anchored" data-anchor-id="word-count-productivity-7">Word Count (Productivity)</h3>
<ul>
<li>MS &amp; PhD Proposal: 346 words</li>
<li>Experimental Design, Justification &amp; Resazurin modified protocol/ questions: 1265</li>
<li><strong>Today’s total: 1611 words</strong></li>
<li><strong>Monthly total to date: 6744 words</strong></li>
</ul>
</section>
<section id="questions-or-concerns-17" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-17">Questions or Concerns?</h3>
<ul>
<li>None.</li>
</ul>
</section>
<section id="tomorrows-plan-17" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-17">Tomorrow’s Plan</h3>
<ul>
<li>Will be made tomorrow.</li>
</ul>
</section>
</section>
<section id="section-19" class="level2">
<h2 class="anchored" data-anchor-id="section-19">2026-01-20</h2>
<section id="mussels-mussels-everywhere-rua" class="level3">
<h3 class="anchored" data-anchor-id="mussels-mussels-everywhere-rua">Mussels, Mussels Everywhere + RUA</h3>
</section>
<section id="projects-touched-today-18" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-18">Projects Touched Today</h3>
<ul>
<li>Mussel pilot experiment</li>
<li>Mussel resazurin trial</li>
</ul>
</section>
<section id="new-knowledge-18" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-18">New Knowledge</h3>
<p>Day 28. Mussel Check at 1354</p>
<p>Visual tank inspections looked good for airflow and water clarity. Mussels were still aggregated in their respective bags/ coolers. You can smell the mussels when you enter the cold room, this temperature increase may get us to 50% mortality.</p>
<ul>
<li><p>Temperature</p>
<ul>
<li><p>Blue= 11° C</p></li>
<li><p>Red= 22° C</p></li>
</ul></li>
<li><p>Salinity</p>
<ul>
<li><p>Blue= 27 psu</p></li>
<li><p>Red= 30 psu</p></li>
</ul></li>
<li><p>Mortality</p>
<ul>
<li><p>Blue= 0</p></li>
<li><p>Red= 2</p></li>
</ul></li>
<li><p>Water Change</p>
<ul>
<li><p>Partial water change for Blue and Red. Salinity recheck:</p>
<ul>
<li><p>Blue= 25</p></li>
<li><p>Red= 25</p></li>
</ul></li>
</ul></li>
<li><p>Feeding</p>
<ul>
<li>Mussels were fed using the same calculations and method as outlined on 12.31.25 except tissue mass has been reduced to 140g for total tissue weight in the remaining mussels.</li>
</ul></li>
</ul>
</section>
<section id="old-tricks-18" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-18">Old Tricks</h3>
<ul>
<li><p>Same as 1.18: Right back at it refining, aligning and ensuring my proposal is clear without getting too into the weeds. I’m super close to a draft that isn’t totally embarrassing to share with the committee.</p></li>
<li><p>I finished up the experimental design at a balanced scale for outcomes and size. I met with Ariana this morning to chat about Resazurin as the metabolic measure rather than straight-up respiration testing if possible. The goal is to try it out on the pilot mussels and see if we can see a difference between the heat treated v ‘control’ ambient mussels. She helped me identify some key safeguards and ‘insurances’ when running this for the first time with these samples.</p></li>
</ul>
</section>
<section id="word-count-productivity-8" class="level3">
<h3 class="anchored" data-anchor-id="word-count-productivity-8">Word Count (Productivity)</h3>
<ul>
<li>RUA working day</li>
<li><strong>Today’s total: 0 words</strong></li>
<li><strong>Monthly total to date: 6744 words</strong></li>
</ul>
</section>
<section id="questions-or-concerns-18" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-18">Questions or Concerns?</h3>
<ul>
<li>None.</li>
</ul>
</section>
<section id="tomorrows-plan-18" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-18">Tomorrow’s Plan</h3>
<ul>
<li>Will be made tomorrow.</li>
</ul>
</section>
</section>
<section id="section-20" class="level2">
<h2 class="anchored" data-anchor-id="section-20">2026-01-21</h2>
<section id="mussels-mussels-everywhere-edna" class="level3">
<h3 class="anchored" data-anchor-id="mussels-mussels-everywhere-edna">Mussels, Mussels Everywhere + eDNA</h3>
</section>
<section id="projects-touched-today-19" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-19">Projects Touched Today</h3>
<ul>
<li>Mussel pilot experiment</li>
<li>Kenya eDNA</li>
<li>Proposal writing</li>
</ul>
</section>
<section id="new-knowledge-19" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-19">New Knowledge</h3>
<p>Day 29. Mussel Check at 1813</p>
<p>Visual tank inspections looked good for airflow and water clarity. Mussels were still aggregated in their respective bags/ coolers. You can smell the mussels when you enter the cold room, this temperature increase may get us to 50% mortality.</p>
<ul>
<li><p>Temperature</p>
<ul>
<li><p>Blue= 11° C</p></li>
<li><p>Red= 22° C</p></li>
</ul></li>
<li><p>Salinity</p>
<ul>
<li><p>Blue= 28 psu</p></li>
<li><p>Red= 29 psu</p></li>
</ul></li>
<li><p>Mortality</p>
<ul>
<li><p>Blue= 0</p></li>
<li><p>Red= 6</p></li>
</ul></li>
<li><p>Water Change</p>
<ul>
<li><p>Partial water change for Blue and Red. Salinity recheck:</p>
<ul>
<li><p>Blue= 25</p></li>
<li><p>Red= 25</p></li>
</ul></li>
</ul></li>
</ul>
</section>
<section id="old-tricks-19" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-19">Old Tricks</h3>
<ul>
<li><p>Same as 1.18, 1.19, and 1.20: Right back at it refining, aligning and ensuring my proposal is clear without getting too into the weeds. I’m super close to a draft that isn’t totally embarrassing to share with the committee. I have finally finished verifying my lit, polishing what I can and have setup a schedule-send email because I do not need to share what time I finished this…</p></li>
<li><p>I met with Mollie Ball to go over the nuances between standard eDNA metabarcoding and using it for analyzing gut contents. This was super helpful and I now have a better idea of how to get my bench protocols cleaned up a bit.</p></li>
</ul>
</section>
<section id="word-count-productivity-9" class="level3">
<h3 class="anchored" data-anchor-id="word-count-productivity-9">Word Count (Productivity)</h3>
<ul>
<li>Proposals: 938</li>
<li><strong>Today’s total: 938 words</strong></li>
<li><strong>Monthly total to date: 7682 words</strong></li>
</ul>
</section>
<section id="questions-or-concerns-19" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-19">Questions or Concerns?</h3>
<ul>
<li>None.</li>
</ul>
</section>
<section id="tomorrows-plan-19" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-19">Tomorrow’s Plan</h3>
<ul>
<li>Will be made tomorrow.</li>
</ul>
</section>
</section>
<section id="section-21" class="level2">
<h2 class="anchored" data-anchor-id="section-21">2026-01-22</h2>
<section id="mussels-biomarkers" class="level3">
<h3 class="anchored" data-anchor-id="mussels-biomarkers">Mussels &amp; Biomarkers</h3>
</section>
<section id="projects-touched-today-20" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-20">Projects Touched Today</h3>
<ul>
<li>Mussel pilot experiment</li>
<li>Mussel biomarkers</li>
</ul>
</section>
<section id="new-knowledge-20" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-20">New Knowledge</h3>
<p>Day 30. Mussel Check at 1944</p>
<p>Visual tank inspections look ok-ish for airflow and water clarity; water is very cloudy in comparison to previous checks. Mussels were still aggregated in their respective bags/ coolers. You can smell the mussels when you enter the cold room, this temperature increase may get us to 50% mortality.</p>
<ul>
<li><p>Temperature</p>
<ul>
<li><p>Blue= 11° C</p></li>
<li><p>Red= 22° C</p></li>
</ul></li>
<li><p>Salinity</p>
<ul>
<li><p>Blue= 26 psu</p></li>
<li><p>Red= 26 psu</p></li>
</ul></li>
<li><p>Mortality</p>
<ul>
<li><p>Blue= 0</p></li>
<li><p>Red= 3</p></li>
</ul></li>
</ul>
</section>
<section id="old-tricks-20" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-20">Old Tricks</h3>
<ul>
<li>I had some personal obligations to knock out today, so my main productive activity was making the maps of the contaminant indices and IBRs for the supplement of the biomarker paper.</li>
</ul>
</section>
<section id="word-count-productivity-10" class="level3">
<h3 class="anchored" data-anchor-id="word-count-productivity-10">Word Count (Productivity)</h3>
<ul>
<li>Maps Made: 16</li>
<li><strong>Today’s total: 0 words</strong></li>
<li><strong>Monthly total to date: 7682 words</strong></li>
</ul>
</section>
<section id="questions-or-concerns-20" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-20">Questions or Concerns?</h3>
<ul>
<li>None.</li>
</ul>
</section>
<section id="tomorrows-plan-20" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-20">Tomorrow’s Plan</h3>
<ul>
<li>Will be made tomorrow.</li>
</ul>
</section>
</section>
<section id="section-22" class="level2">
<h2 class="anchored" data-anchor-id="section-22">2026-01-23</h2>
<section id="more-mussels-and-biomarkers" class="level3">
<h3 class="anchored" data-anchor-id="more-mussels-and-biomarkers">More Mussels and Biomarkers</h3>
</section>
<section id="projects-touched-today-21" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-21">Projects Touched Today</h3>
<ul>
<li>Mussel pilot experiment</li>
<li>Mussel biomarkers</li>
</ul>
</section>
<section id="new-knowledge-21" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-21">New Knowledge</h3>
<p>Day 31. Mussel Check at 1709</p>
<p>Visual tank inspections look fine for airflow but not for water clarity. Water is cloudier than yesterday and in comparison to previous checks. Mussels were still aggregated in their respective bags/ coolers. You can smell the mussels when you enter the cold room, this temperature increase may get us to 50% mortality.</p>
<ul>
<li><p>Temperature</p>
<ul>
<li><p>Blue= 11° C</p></li>
<li><p>Red= 22° C</p></li>
</ul></li>
<li><p>Salinity</p>
<ul>
<li><p>Blue= 27 psu</p></li>
<li><p>Red= 28 psu</p></li>
</ul></li>
<li><p>Mortality</p>
<ul>
<li><p>Blue= 0</p></li>
<li><p>Red= 7</p></li>
</ul></li>
<li><p>Water Change</p>
<ul>
<li><p>Partial water change for Blue and Red. Salinity recheck:</p>
<ul>
<li><p>Blue= 25</p></li>
<li><p>Red= 25</p></li>
</ul></li>
</ul></li>
<li><p>With today’s mortalities, we have reached 19 out of 30 (&gt;50%) in the elevated temperature treatment. Since we were aiming for a full 30-days, including acclimation, this is great. 22° C, despite a ramp-up is the max over time. Potentially feeding every 5 days instead of 7, and tighter salinity management with more frequent water changes may also increase resilience to the higher temp.</p></li>
</ul>
</section>
<section id="old-tricks-21" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-21">Old Tricks</h3>
<ul>
<li>The biomarker paper is my focus for editing, expanding the introduction to better scaffold the problem we are solving, and fixing the method’s subsection for analysis was my focus today. I also worked out some tentative captions for the figures, based on feedback from Alison about which viz is most effective. I am super excited about it is shaping up.</li>
</ul>
</section>
<section id="word-count-productivity-11" class="level3">
<h3 class="anchored" data-anchor-id="word-count-productivity-11">Word Count (Productivity)</h3>
<ul>
<li>Biomarker manuscript and figure captions: 2574 words</li>
<li><strong>Today’s total: 2574 words</strong></li>
<li><strong>Monthly total to date: 10,256 words</strong></li>
</ul>
</section>
<section id="questions-or-concerns-21" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-21">Questions or Concerns?</h3>
<ul>
<li>None.</li>
</ul>
</section>
<section id="tomorrows-plan-21" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-21">Tomorrow’s Plan</h3>
<ul>
<li>Will be made tomorrow.</li>
</ul>
</section>
</section>
<section id="section-23" class="level2">
<h2 class="anchored" data-anchor-id="section-23">2026-01-24</h2>
<section id="mussels-thy-name-is-icarus" class="level3">
<h3 class="anchored" data-anchor-id="mussels-thy-name-is-icarus">Mussels, Thy Name is Icarus</h3>
</section>
<section id="projects-touched-today-22" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-22">Projects Touched Today</h3>
<ul>
<li>Mussel pilot experiment</li>
<li>Mussel biomarkers</li>
</ul>
</section>
<section id="new-knowledge-22" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-22">New Knowledge</h3>
<p>Day 32. Mussel Check at 1246</p>
<p>Visual tank inspections look fine for airflow but not for water clarity. Water is CLOUDY. Mussels were still aggregated in their respective bags/ coolers. You can smell the mussels when you enter the cold room, this temperature increase has pushed us past 50% mortality.</p>
<ul>
<li><p>Temperature</p>
<ul>
<li><p>Blue= 11° C</p></li>
<li><p>Red= 22° C</p></li>
</ul></li>
<li><p>Salinity</p>
<ul>
<li><p>Blue= 27 psu</p></li>
<li><p>Red= 28 psu</p></li>
</ul></li>
<li><p>Mortality</p>
<ul>
<li><p>Blue= 0</p></li>
<li><p>Red= 4</p></li>
</ul></li>
<li><p>Water Change</p>
<ul>
<li><p>Partial water change for Blue and Red. Salinity recheck:</p>
<ul>
<li><p>Blue= 26</p></li>
<li><p>Red= 26</p></li>
</ul></li>
</ul></li>
<li><p>With today’s mortalities, we have reached 23 out of 30 (&gt;50%) in the elevated temperature treatment. Since we’re notching daily mortalities now, I will run the Resazurin trial tomorrow, 1/25 to hopefully ensure some of the elevated temp mussels can also be tested.</p></li>
</ul>
</section>
<section id="old-tricks-22" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-22">Old Tricks</h3>
<ul>
<li>The biomarker paper is my focus for editing, expanding the introduction to better scaffold the problem we are solving, and fixing the method’s subsection for analysis was my focus today. I also worked out some tentative captions for the figures, based on feedback from Alison about which viz is most effective. I am super excited about it is shaping up.</li>
</ul>
</section>
<section id="word-count-productivity-12" class="level3">
<h3 class="anchored" data-anchor-id="word-count-productivity-12">Word Count (Productivity)</h3>
<ul>
<li>Biomarker manuscript and figure captions: 2574 words</li>
<li><strong>Today’s total: 2574 words</strong></li>
<li><strong>Monthly total to date: 10,256 words</strong></li>
</ul>
</section>
<section id="questions-or-concerns-22" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-22">Questions or Concerns?</h3>
<ul>
<li>None.</li>
</ul>
</section>
<section id="tomorrows-plan-22" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-22">Tomorrow’s Plan</h3>
<ul>
<li>Will be made tomorrow.</li>
</ul>
</section>
</section>
<section id="section-24" class="level2">
<h2 class="anchored" data-anchor-id="section-24">2026-01-25</h2>
<section id="testing-resazurin-assay-protocols-for-mussels" class="level3">
<h3 class="anchored" data-anchor-id="testing-resazurin-assay-protocols-for-mussels">Testing Resazurin Assay Protocols for Mussels</h3>
</section>
<section id="projects-touched-today-23" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-23">Projects Touched Today</h3>
<ul>
<li>Mussel pilot experiment</li>
</ul>
</section>
<section id="new-knowledge-23" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-23">New Knowledge</h3>
<ul>
<li>Resazurin trials with the mussels that have undergone the 30-day survivability testing; modified protocol, notes and experiment raw data are in the <a href="https://chrismantegna.github.io/labnotebook/weekly/2026_0125/">January 25th weekly post</a> and the <a href="https://github.com/ChrisMantegna/mytilus_pilot">mytilus_pilot repo</a>.</li>
</ul>
<p>Day 33. Mussel Check and Experiment Take Down at 1020</p>
<p>Visual tank inspections look fine for airflow but not for water clarity. Water is CLOUDY. Mussels were still aggregated in their respective bags/ coolers. You can smell the mussels when you enter the cold room, this temperature increase has pushed us past 50% mortality.</p>
<ul>
<li><p>Temperature</p>
<ul>
<li><p>Blue= 11° C</p></li>
<li><p>Red= 22° C</p></li>
</ul></li>
<li><p>Salinity</p>
<ul>
<li><p>Blue= 26 psu</p></li>
<li><p>Red= 27 psu</p></li>
</ul></li>
<li><p>Mortality</p>
<ul>
<li><p>Blue= 0</p></li>
<li><p>Red= 5</p></li>
</ul></li>
</ul>
</section>
<section id="old-tricks-23" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-23">Old Tricks</h3>
<ul>
<li>The 30-day survivability test for mussels is completed today, actual day 33. The mussels not used for the resazurin trials were removed from their mesh bags, visually inspected for any signs of slow response or shell damage, and then frozen in the -80 for potential baseline biomarker work to inform the full mussel experiment.</li>
<li>The tanks and equipment were taken down, cleaned and kept together since it is a short period of time between takedown and setup for the full experiment.</li>
</ul>
</section>
<section id="questions-or-concerns-23" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-23">Questions or Concerns?</h3>
<ul>
<li>Next week Need to-do’s: Following up with EH&amp;S for guidance around tank/ physical space requirements.</li>
<li>Will chat with Sam re: the location of the Hazardous Waste labels.</li>
</ul>
</section>
<section id="tomorrows-plan-23" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-23">Tomorrow’s Plan</h3>
<ul>
<li>Continue working through resazurin results and protocol optimization.</li>
</ul>
</section>
</section>
<section id="section-25" class="level2">
<h2 class="anchored" data-anchor-id="section-25">2026-01-26</h2>
<section id="mytilus-is-the-main-character" class="level3">
<h3 class="anchored" data-anchor-id="mytilus-is-the-main-character">Mytilus is the Main Character</h3>
</section>
<section id="projects-touched-today-24" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-24">Projects Touched Today</h3>
<ul>
<li>Mussel pilot experiment</li>
<li>Mussel experiment planning</li>
</ul>
</section>
<section id="new-knowledge-24" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-24">New Knowledge</h3>
<ul>
<li>I updated the metadata and ImageJ measurements in the data tables for the pilot resazurin trial ran on Sunday (1/25).</li>
<li>Put together some experimental design options for the isotopes of PAHs or PCBs that we can use in the lab. <a href="https://isotope.com/polycyclic-aromatic-hydrocarbon-pah-standards-and-standard-mixtures/">Cambridge Isotope Labs</a> has a good selection of isotopes that we can order at various price points ranging from $150 on the lower end and well over $2000 on the higher end.</li>
<li>In addition, the Cambridge Isotope Labs has a grant section that is an easy lift to potentially attain the chemicals for no cost.</li>
</ul>
</section>
<section id="old-tricks-24" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-24">Old Tricks</h3>
<ul>
<li>Continued to update my literature review notes since determining many of those notes have been incorrectly discarded.</li>
</ul>
</section>
<section id="questions-or-concerns-24" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-24">Questions or Concerns?</h3>
<p>None</p>
</section>
<section id="tomorrows-plan-24" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-24">Tomorrow’s Plan</h3>
<ul>
<li>Prep for a full RUA day and events, not much but task management will be done tomorrow.</li>
</ul>
</section>
</section>
<section id="section-26" class="level2">
<h2 class="anchored" data-anchor-id="section-26">2026-01-27</h2>
<section id="stem-socializing---no-science-today" class="level3">
<h3 class="anchored" data-anchor-id="stem-socializing---no-science-today">STEM Socializing - No Science Today</h3>
</section>
<section id="projects-touched-today-25" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-25">Projects Touched Today</h3>
<p>No project work today. Tuesdays are UW-RUA days.</p>
</section>
<section id="new-knowledge-25" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-25">New Knowledge</h3>
<p>I held an event to explain what UW-RUA can do, what the postdocs and PhD-C’s need to apply, and generally trying to facilitate conversations and getting to know each other beyond just asking about the program. I learned far more about engineering than I expected, but enjoyed the clarity into how different graduate programs work.</p>
</section>
<section id="old-tricks-25" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-25">Old Tricks</h3>
<p>Data cleaning and analysis for the historic UW-RUA program (all three iterations) has been a nice way to keep my exploratory visualization skills up.</p>
</section>
<section id="questions-or-concerns-25" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-25">Questions or Concerns?</h3>
<p>No.</p>
</section>
<section id="tomorrows-plan-25" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-25">Tomorrow’s Plan</h3>
<p>Fly home.</p>
</section>
</section>
<section id="section-27" class="level2">
<h2 class="anchored" data-anchor-id="section-27">2026-01-28</h2>
<section id="document-or-it-didnt-happen.." class="level3">
<h3 class="anchored" data-anchor-id="document-or-it-didnt-happen..">Document or it didn’t happen..</h3>
</section>
<section id="projects-touched-today-26" class="level3">
<h3 class="anchored" data-anchor-id="projects-touched-today-26">Projects Touched Today</h3>
<ul>
<li><p>Lab Notebook</p>
<ul>
<li>The goal of the work today is to get my daily and weekly lab notebook back up to date!</li>
</ul></li>
</ul>
</section>
<section id="new-knowledge-26" class="level3">
<h3 class="anchored" data-anchor-id="new-knowledge-26">New Knowledge</h3>
<p>I created a new template that makes staging my daily and weekly posts much easier to create. My current system is to drop updates into Notion using a button, and that helps me remember days whwere one or two things were going on without a lot of detail, but this format may be an easier capture of the details that are important.</p>
</section>
<section id="old-tricks-26" class="level3">
<h3 class="anchored" data-anchor-id="old-tricks-26">Old Tricks</h3>
<p>Thank goodness for the Notion setup or I would have forgotten all that has been done!</p>
</section>
<section id="questions-or-concerns-26" class="level3">
<h3 class="anchored" data-anchor-id="questions-or-concerns-26">Questions or Concerns?</h3>
<p>Why did I keep pushing this off?!?! Definitely going to give it a better run in February.</p>
</section>
<section id="tomorrows-plan-26" class="level3">
<h3 class="anchored" data-anchor-id="tomorrows-plan-26">Tomorrow’s Plan</h3>
<p>Reviewing and updating my written proposals and figures for the biomarker manuscript will be the plan for the remainder of the week.</p>
</section>
</section>
<section id="section-28" class="level2">
<h2 class="anchored" data-anchor-id="section-28">2026-01-29</h2>
<section id="no-science-today" class="level3">
<h3 class="anchored" data-anchor-id="no-science-today">No Science Today</h3>
<p>No science today. I am home until February 2nd.</p>
</section>
</section>
<section id="section-29" class="level2">
<h2 class="anchored" data-anchor-id="section-29">2026-01-30</h2>
<section id="no-science-today-1" class="level3">
<h3 class="anchored" data-anchor-id="no-science-today-1">No Science Today</h3>
<p>No science today. I am home until February 2nd.</p>
</section>
</section>
<section id="section-30" class="level2">
<h2 class="anchored" data-anchor-id="section-30">2026-01-31</h2>
<section id="no-science-today-2" class="level3">
<h3 class="anchored" data-anchor-id="no-science-today-2">No Science Today</h3>
<p>No science today. I am home until February 2nd.</p>


</section>
</section>

 ]]></description>
  <guid>https://chrismantegna.github.io/labnotebook/daily_log/2026_01/</guid>
  <pubDate>Thu, 01 Jan 2026 08:00:00 GMT</pubDate>
</item>
<item>
  <title>2025 December Daily Posts</title>
  <link>https://chrismantegna.github.io/labnotebook/daily_log/2025_12/</link>
  <description><![CDATA[ 




<blockquote class="blockquote">
<p>This page compiles <em>all</em> daily posts made in December 2025.</p>
</blockquote>
<section id="monthly-planning-goal-setting" class="level3">
<h3 class="anchored" data-anchor-id="monthly-planning-goal-setting">2025-12-01 — Monthly Planning &amp; Goal Setting</h3>
<ul>
<li>Second verse, same as the first… December goals are the exact same as November goals since none of these are completely finished yet.</li>
<li>December goals
<ul>
<li>Finish biomarker manuscript draft</li>
<li>Finish MS thesis proposal</li>
<li>Finish mussel methylation analysis</li>
</ul></li>
<li>Science today is limited to lab meeting and finishing my coursework for FISH 510. My blog is coming together pretty nicely, so we shall see.</li>
</ul>
</section>
<section id="rua-day-no-science-today" class="level3">
<h3 class="anchored" data-anchor-id="rua-day-no-science-today">2025-12-02 — RUA Day, No Science Today</h3>
<ul>
<li>No science today.</li>
</ul>
</section>
<section id="reading-writing" class="level3">
<h3 class="anchored" data-anchor-id="reading-writing">2025-12-03 — Reading &amp; Writing</h3>
<ul>
<li>All things mussels. Literature, textbooks, brain dump drafting…</li>
</ul>
</section>
<section id="drafting-a-mussel-survivability-experiment" class="level3">
<h3 class="anchored" data-anchor-id="drafting-a-mussel-survivability-experiment">2025-12-04 — Drafting a Mussel Survivability Experiment</h3>
<ul>
<li>I put together a loose plan to test the thermal thresholds and survivability of mussels in a lab- based experiment for at least 30 days.
<ul>
<li>While intertidal/ nearshore habitats get super hot, super quick in the summer, that is not the case in the winter so the temperature thresholds are lower.</li>
<li>A 30-day experiment will have two temperature treatments: a control temp (between 8° C - 12° C), and an elevated temp as high as we can push until we hit 50% mortality (between 20° C - 26° C)</li>
</ul></li>
</ul>
</section>
<section id="science-hour-and-mussel-experiments" class="level3">
<h3 class="anchored" data-anchor-id="science-hour-and-mussel-experiments">2025-12-05 — Science Hour and Mussel Experiments</h3>
<ul>
<li>I jumped into science hour to chat with Steven about getting the pilot mussel experiment up and running. Clarified some logistics and I will be ready to get it started on Monday.</li>
</ul>
</section>
<section id="no-science-today" class="level3">
<h3 class="anchored" data-anchor-id="no-science-today">2025-12-06 — No Science Today</h3>
<ul>
<li>No science work done today.</li>
</ul>
</section>
<section id="reading" class="level3">
<h3 class="anchored" data-anchor-id="reading">2025-12-07 — Reading</h3>
<ul>
<li>I spent a good chunk of time reading through the applicable chapters of Applied Environmental Genomics thinking about methods and techniques that are transferable to ecotox work.</li>
<li>The remainder of the time was spent reading and annotating the 2022 updated text on Marine Mussels from Gosling. I want to be crystal clear on mussel physiology and ecology before I start executing the full experiment.</li>
</ul>
</section>
<section id="mussels-in-the-cold-room" class="level3">
<h3 class="anchored" data-anchor-id="mussels-in-the-cold-room">2025-12-08 — Mussels in the Cold Room</h3>
<ul>
<li>Today is the day to begin to test the tolerance of mussels to lab life.
<ul>
<li>I picked up 1.5 pounds of mussels from QFC in the morning. The counter clerk said they came in directly from Penn Cove. He quickly sorted to remove the obviously dead mussels, and also checked to see if there was any information on the shipping paperwork about how long they were there. There was nothing he could find.</li>
<li>I used a cooler in the cold room, to set up with air stones and filled with ‘seawater’ using freshwater and Instant Ocean. All mussels were again sorted and bagged, discarding the dead ones. There were 68 total mussels separated into 4 mesh bags.</li>
<li>The mussels were held in the cold room at 11° C, salinity of 25 psu, and not fed.</li>
</ul></li>
</ul>
</section>
<section id="mussel-check" class="level3">
<h3 class="anchored" data-anchor-id="mussel-check">2025-12-09 — Mussel Check</h3>
<ul>
<li>Mussel check at 0700. The cooler is a bit cloudy, but there seems to be no obvious mortalities.</li>
</ul>
</section>
<section id="mussel-check-1" class="level3">
<h3 class="anchored" data-anchor-id="mussel-check-1">2025-12-10 — Mussel Check</h3>
<ul>
<li>Prior to my arrival on campus, the mussels were removed from the cooler as they were all dead.
<ul>
<li>The thought is that they were at reduced capacity as they were in the grocery store out of water for too long to be effective for this trial.</li>
<li>Next steps are to reach out to Penn Cove directly to pick up some fresh mussels for another crack at it.</li>
</ul></li>
</ul>
</section>
<section id="no-science-today-1" class="level3">
<h3 class="anchored" data-anchor-id="no-science-today-1">2025-12-11 — No Science Today</h3>
<ul>
<li>No science today.</li>
</ul>
</section>
<section id="lost-notebooks" class="level3">
<h3 class="anchored" data-anchor-id="lost-notebooks">2025-12-12 — Lost Notebooks</h3>
<ul>
<li>Today I realized all of my early notes on the papers for the biomarker manuscript are missing. I have the notes once I shifted to my Notion/ Zotero digital setup, but none of the early notes.
<ul>
<li>I will keep searching, but I will need to go back and skim the papers with missing notes to prioritize them before tackling each of the 60+ papers in the project.</li>
</ul></li>
</ul>
</section>
<section id="to-12-21" class="level3">
<h3 class="anchored" data-anchor-id="to-12-21">2025-12-13 to 12-21</h3>
<ul>
<li>An atmospheric river is causing flooding that will not allow the Penn Cove folks harvest until DOH lifts the ban. They have been super helpful and keep me updated on when it will be ok to come up as they know.</li>
<li>Beyond skimming biomarker papers, checking in with Penn Cove, and working through the broader experimental planning for the second phase of mussel work, the majority of my time has been spent prepping for the holidays.</li>
</ul>
</section>
<section id="bypass-package-work" class="level3">
<h3 class="anchored" data-anchor-id="bypass-package-work">2025-12-22 — Bypass Package Work</h3>
<ul>
<li>I spent intentional time mapping out the status and next steps of all of the pieces of the bypass package.
<ul>
<li>A large part of this was working on how to frame Chapter 3 and 4 so that it wasn’t completely off-base from the plan Steven and I worked on in November, but still aligned.</li>
<li>The other major task was to identify which lit had notes, didn’t have notes, and what was important to get the writing out versus what could wait.</li>
</ul></li>
</ul>
</section>
<section id="mussels-are-almost-ready" class="level3">
<h3 class="anchored" data-anchor-id="mussels-are-almost-ready">2025-12-23 — Mussels are Almost Ready</h3>
<ul>
<li>Penn Cove let me know I could place an order for pickup on 12/24, and I did. Let’s go!</li>
</ul>
</section>
<section id="mussel-pickup-and-experiment-setup-day-1" class="level3">
<h3 class="anchored" data-anchor-id="mussel-pickup-and-experiment-setup-day-1">2025-12-24 — Mussel Pickup and Experiment Setup, Day 1</h3>
<ul>
<li>I ran out to Penn Cove to grab 2lbs of mussels.</li>
<li>Back at the lab, I set up the tank, performed a visual inspection of the mussels, bagged them and put them in the tank for a week of acclimation to the new environment without food.
<ul>
<li>Five bags of 15 mussels each - Total of 75 mussels once dead or damaged ones were discarded</li>
<li>Tank water was kept at cold room temp (11° C), Instant Ocean was added to a salinity of 25 psu, mussels were added, and pH was 7.4 approximately 1 hour post placement in the tank.</li>
<li>They will remain this way for one week with daily temperature, salinity and mortality checks.</li>
</ul></li>
</ul>
</section>
<section id="mussel-check-2" class="level3">
<h3 class="anchored" data-anchor-id="mussel-check-2">2025-12-25 — Mussel Check</h3>
<ul>
<li>Day 2. Checked at 1530</li>
<li>Visual tank inspection looked good for airflow and water clarity. The mussels in each bag have started to aggregate into a few clusters by using their byssal threads to attach to each other and the bags.</li>
<li>Temperature= 11° C</li>
<li>Salinity= 25 psu</li>
<li>1 mortality found</li>
</ul>
</section>
<section id="mussel-check-3" class="level3">
<h3 class="anchored" data-anchor-id="mussel-check-3">2025-12-26 — Mussel Check</h3>
<ul>
<li>Day 3. Checked at 1007</li>
<li>Visual tank inspection looked good for airflow and water clarity. Some foaming happening. Mussels still aggregated.</li>
<li>Temperature= 11° C</li>
<li>Salinity= 26 psu</li>
<li>No mortalities</li>
</ul>
</section>
<section id="mussel-check-4" class="level3">
<h3 class="anchored" data-anchor-id="mussel-check-4">2025-12-27 — Mussel Check</h3>
<ul>
<li>Day 4. Checked at 1210</li>
<li>Visual tank inspection looked good for airflow and water clarity. Foam that looked the same as yesterday. Mussels still aggregated.</li>
<li>Temperature= 11° C</li>
<li>Salinity= 26 psu</li>
<li>No mortalities</li>
</ul>
</section>
<section id="mussel-check-5" class="level3">
<h3 class="anchored" data-anchor-id="mussel-check-5">2025-12-28 — Mussel Check</h3>
<ul>
<li>Day 5. Checked at 1815</li>
<li>Visual tank inspection looked good for airflow and water clarity. Foam just looks like dirt on the side of the tank; the bottom of the tanks is DIRTY. Mussels still aggregated.</li>
<li>Temperature= 11° C</li>
<li>Salinity= 26 psu</li>
<li>No mortalities</li>
</ul>
</section>
<section id="mussel-check-6" class="level3">
<h3 class="anchored" data-anchor-id="mussel-check-6">2025-12-29 — Mussel Check</h3>
<ul>
<li>Day 6. Checked at 1443</li>
<li>Visual tank inspection looked good for airflow and water clarity. Tank looked the same as the day before. Mussels still aggregated.</li>
<li>Temperature= 11° C</li>
<li>Salinity= 27 psu</li>
<li>No mortalities</li>
<li>Salinity is creeping up, so I drained about half of the water and added fresh seawater after 90 minutes to ensure the water temperatures were the same.
<ul>
<li>Salinity rechecked post change= 25 psu</li>
</ul></li>
</ul>
</section>
<section id="mussel-check-water-change-temp-increase" class="level3">
<h3 class="anchored" data-anchor-id="mussel-check-water-change-temp-increase">2025-12-30 — Mussel Check, Water Change &amp; Temp Increase</h3>
<ul>
<li>Day 7. Checked at 1237</li>
<li>Visual tank inspection looked ok for airflow and water clarity. Tank water didn’t change much between yesterday and today. Mussels still aggregated.</li>
<li>Temperature= 11° C</li>
<li>Salinity= 25 psu</li>
<li>No mortalities</li>
<li>I setup the two coolers for the next step.
<ul>
<li>The blue cooler is for the control mussels, 3 of 5 bags will be held at 11° C</li>
<li>The red cooler is for the elevated temperature mussels, 2 of 5 bags will be held at 15° C for the next week</li>
<li>Both the blue and the red coolers were setup with air and fresh seawater (Instant Ocean/ freshwater mix) to about a 1/3 of the tank capacity. Tank water from the acclimation tank was added to both coolers to prevent any ‘shock’ and bring water levels to about 2/3 of the cooler capacity. This is enough to keep the mussels off the bottom, but still submerged.</li>
<li>The red cooler also received a submersible heater with a digital control to maintain the water temperature at 15° C.</li>
<li>Mussels were placed in the new coolers; both blue and red coolers were still at 11° C at the time of transfer.
<ul>
<li>Blue= temperature at 11° C, salinity at 25 psu</li>
<li>Red= temperature at 15° C, salinity at 25 psu</li>
</ul></li>
</ul></li>
</ul>
</section>
<section id="mussel-check-feeding" class="level3">
<h3 class="anchored" data-anchor-id="mussel-check-feeding">2025-12-31 — Mussel Check &amp; Feeding</h3>
<ul>
<li>Day 8. Checked at 1338</li>
<li>Visual tank inspections looked good for airflow and water clarity. Mussels were still aggregated in their respective bags/ coolers. The airflow in blue is a bit lower than in red. Will continue to monitor.</li>
<li>Temperature
<ul>
<li>Blue= 11° C</li>
<li>Red= 15° C</li>
</ul></li>
<li>Salinity
<ul>
<li>Blue= 22 psu</li>
<li>Red= 25 psu</li>
</ul></li>
<li>Mortality
<ul>
<li>Blue= 0</li>
<li>Red= 0</li>
</ul></li>
<li>Feeding.
<ul>
<li>Shellfish Diet 1800, in the glass refrigerator in 213
<ul>
<li>Per instructions, .03mL/ g of tissue was mixed into a 400 mL slurry with tank water and then added to both tanks slowly. Blue= 250 mL, Red= 150 mL since there are more mussels in Blue. The calculation is below, based on the full 2 pounds since a negligible number of mussels died.</li>
<li>2 pound of mussels yields between 1/3 - 1/4 of tissue (32 oz yields 9.6 - 12.8 ounces of tissue) from the total weight.</li>
<li>9.6 - 12.8 ounces equals 272 - 363 grams (1oz= 28.35g). I split the difference and calculated based on 318 grams.</li>
<li>318g x .03mL= 9.5 mL Shellfish Diet</li>
</ul></li>
</ul></li>
<li>Post feeding, I rechecked the salinity in Blue and added about 1/2 gallon of seawater to bring salinity to 25</li>
</ul>


</section>

 ]]></description>
  <guid>https://chrismantegna.github.io/labnotebook/daily_log/2025_12/</guid>
  <pubDate>Mon, 01 Dec 2025 08:00:00 GMT</pubDate>
</item>
<item>
  <title>2025 November Daily Posts</title>
  <link>https://chrismantegna.github.io/labnotebook/daily_log/2025_11/</link>
  <description><![CDATA[ 




<blockquote class="blockquote">
<p>This page compiles <em>all</em> daily posts made in November 2025.</p>
</blockquote>
<section id="monthly-planning-goal-setting" class="level3">
<h3 class="anchored" data-anchor-id="monthly-planning-goal-setting">2025-11-01 — Monthly Planning &amp; Goal Setting</h3>
<ul>
<li>The focus of today is to set my goals for the month of November, but I am still stuck in trying to get the rest of my life online for the month… gotta love this time of year. Everything is urgent until something truly urgent comes along.</li>
<li>November goals
<ul>
<li>Finish biomarker manuscript draft</li>
<li>Finish MS thesis proposal</li>
<li>Finish mussel methylation analysis</li>
</ul></li>
</ul>
</section>
<section id="from-kenya-to-tacoma-and-back" class="level3">
<h3 class="anchored" data-anchor-id="from-kenya-to-tacoma-and-back">2025-11-02 — From Kenya to Tacoma and Back</h3>
<ul>
<li>Today’s work was
<ul>
<li>Finalizing my presentation on the biomarker work for Alison’s class tomorrow.</li>
<li>Creating the sediment sampling protocol, metadata collection steps, building the data tables and providing open- source resources to gather the data for the NMK team. They go out to our Lake Victoria field sites next week.</li>
<li>Reading papers to help me clarify the experimental design for my chapter 3.</li>
</ul></li>
</ul>
</section>
<section id="biomarkers" class="level3">
<h3 class="anchored" data-anchor-id="biomarkers">2025-11-03 — Biomarkers</h3>
<ul>
<li>I ran through my ecotox presentation and headed down to Tacoma to give it!</li>
<li>I met with Alison to discuss transitioning from chapter 2 outcomes to chapter 3 validation and that was super helpful. Our current lab- based plan doesn’t achieve what we are looking for, so I’ll do some more reading and work through some alternatives before meeting with Steven.</li>
<li>I lectured on biomarkers, conservation, Puget Sound organizations and what it means to be a non-traditional student. It was awesome and I enjoyed getting to practice talking about the biomarker and preliminary DNA methylation work.</li>
</ul>
</section>
<section id="no-science-today" class="level3">
<h3 class="anchored" data-anchor-id="no-science-today">2025-11-04 — No Science Today</h3>
<ul>
<li>No science work done today.</li>
</ul>
</section>
<section id="envir-lecture" class="level3">
<h3 class="anchored" data-anchor-id="envir-lecture">2025-11-05 — ENVIR Lecture</h3>
<ul>
<li>I knocked out my Research as Resistance lecture for Friday’s ENV 100 class. I’m definitely nervous about speaking in front of more than 300 students, but if I don’t practice now, I’ll never get used to it.</li>
</ul>
</section>
<section id="writing" class="level3">
<h3 class="anchored" data-anchor-id="writing">2025-11-06 — Writing</h3>
<ul>
<li>I spent the majority of today making an annotated bibliography for the biomarker paper while struggling through writing the introduction. It is still crap, but at least something is on the page.</li>
</ul>
</section>
<section id="king-tides" class="level3">
<h3 class="anchored" data-anchor-id="king-tides">2025-11-07 — King Tides</h3>
<ul>
<li>I presented to the ENV 100 class and it was very cool! It is very fun to chat through what I am doing and where I want to go with my work.</li>
<li>After class I got home, packed my gear in the car and headed out to the coast for the weekend so I could take pictures of the tides, read without interruption, and write.</li>
</ul>
</section>
<section id="tides-in-tokeland" class="level3">
<h3 class="anchored" data-anchor-id="tides-in-tokeland">2025-11-08 — Tides in Tokeland</h3>
<ul>
<li>I spent the majority of the day photographing the coast, the tides, intertidal critters at night, and the towns of Westport and Tokeland.</li>
</ul>
</section>
<section id="tides-again" class="level3">
<h3 class="anchored" data-anchor-id="tides-again">2025-11-09 — Tides, Again</h3>
<ul>
<li>I caught the last of the king tides at the Ocean Shores N jetty before heading home and setting up for the week.</li>
</ul>
</section>
<section id="no-science-today-1" class="level3">
<h3 class="anchored" data-anchor-id="no-science-today-1">2025-11-10 — No Science Today</h3>
<ul>
<li>No science today, tons of personal errands and tasks to knock out.</li>
</ul>
</section>
<section id="methylation-analysis" class="level3">
<h3 class="anchored" data-anchor-id="methylation-analysis">2025-11-11 — Methylation Analysis</h3>
<ul>
<li>Today’s mission was to get the ‘simple’ version of the methylation work up and running on Raven. Last week, I built my bioinformatics environment on my local computer so that I could run the initial QC, trimming and alignment on 1-2 sequences so I could understand what I was doing.
<ul>
<li>I was able to take the code from Steven’s <a href="https://github.com/RobertsLab/project-mytilus-methylation/tree/main">Mytilus Project repo,</a> strip it down to the barest of essentials (so I could understand it) and run through the Bismark alignment. I was able to do this with one sample (read 1 and 2), but my computer didn’t have enough storage/ memory to do the second. Looking at the QC reports, I understand what I see, but I do not understand the Bismark output. This will be a topic in our 1v1 this week.</li>
</ul></li>
<li>I finally got my repo up on Raven, cleared the cache on my GH Desktop app so that I could actually work with the remote repo, and made script adjustments so that I could call the programs like FastQC, MultiQC, Bismark and Bowtie outside of my locally- created container.
<ul>
<li>First - and possibly most important, if you update your gitignore file after the first commit without clearing the cache of your GH Desktop app, you will commit/ push files that are listed in the gitignore resulting in a never ending compressing/ writing/ failing loop that will prevent you from doing anything. Thank you StackOverflow for the fix.</li>
<li>Second - I will 100% have to move up from Raven to Klone for this work and beyond. Just running the QC work on Raven has taken hours - will most likely take overnight for the process to finish. Not feeling great about it, but it is a tool that must be used.</li>
</ul></li>
</ul>
</section>
<section id="more-methylation" class="level3">
<h3 class="anchored" data-anchor-id="more-methylation">2025-11-12 — More Methylation</h3>
<ul>
<li>Started today’s work by checking on the status of my QC work I left running last night. It is still running and I anticipate the trimming and QC will take equally as long, so I will use the Bismark output from my local single sample run to touch base with Steven in our 1v1 tomorrow.</li>
<li>While I keep checking in on these things, I am wrapping the introduction for my MS thesis proposal.</li>
<li>Returning to the methylation analysis, it has taken far longer to get through the QC steps before trimming and repeating the QC and I am going to have to just keep at it to get through it. I am a bit disappointed, but it is how it goes. I will get through the trimming and start the QC again tonight to hopefully have some results in the morning.
<ul>
<li>One thing I noticed is that there are a ton of sequences that look like maybe they are from the sequencer, possibly the absolutely raw data instead of the ‘processed raw’ data that is named in alignment with what I named the samples. I will ask about it when I talk to Steven tomorrow.</li>
<li>I opened a second terminal window to get the trim and QC rolling while the multiQC runs on the fastqc reports.</li>
<li>I moved the additional sequences from the raw directory to the raw_other directory to hopefully speed up this part of the process.</li>
</ul></li>
</ul>
</section>
<section id="advisor-check-ins-and-writing" class="level3">
<h3 class="anchored" data-anchor-id="advisor-check-ins-and-writing">2025-11-13 — Advisor Check-Ins and Writing</h3>
<ul>
<li>I met with Steven today to go over my current steps in the methylation analysis, clarify the lab based experiment for my dissertation chapters and review the past two weeks of work.</li>
<li>I worked on changing the second chapter of my MS proposal from eDNA to DNA methylation.</li>
</ul>
</section>
<section id="writing-1" class="level3">
<h3 class="anchored" data-anchor-id="writing-1">2025-11-14 — Writing</h3>
<ul>
<li>Today was a writing day. I have toggled between personal writing and proposal writing throughout the day; this helps me refocus when I feel like I am dragging.</li>
<li>One major thing I will need to adjust moving forward is my literature review setup. I built a database in Notion that hold all of my papers, annotations, and purpose for the papers, but most of the papers I read and worked on before doing that in September don’t align with the new system and I cannot afford to go back and redo things at this moment… but I will need to make an adjustment so that when my MS proposal is finished, I don’t run into this again.
<ul>
<li>I also need to ensure the current setup is effective for me since I feel like I spend more time aligning my notes with the system rather than using the system to help me manage my notes.</li>
<li>One thing that helps that doesn’t exist yet is a place to keep an annotated bibliography by project - this will help me move quicker though the literature.</li>
<li>Another thing is to use a category versus tagging system as the tags are out of hand. My Notion + Zotero integration already imports the keywords from the papers as tags, having my own ‘tags’ group is just making a confusing mess,</li>
<li>Finally, I need a better way to see my notes in my properties - more aligned with how I take the notes, that make it easier to read without having to click through a million things.</li>
</ul></li>
</ul>
</section>
<section id="no-science-today-2" class="level3">
<h3 class="anchored" data-anchor-id="no-science-today-2">2025-11-15 — No Science Today</h3>
<ul>
<li>No science today</li>
</ul>
</section>
<section id="no-science-today-3" class="level3">
<h3 class="anchored" data-anchor-id="no-science-today-3">2025-11-16 — No Science Today</h3>
<ul>
<li>No science today</li>
</ul>
</section>
<section id="no-science-today-4" class="level3">
<h3 class="anchored" data-anchor-id="no-science-today-4">2025-11-17 — No Science Today</h3>
<ul>
<li>No science today</li>
</ul>
</section>
<section id="fish-510-methylation-analysis" class="level3">
<h3 class="anchored" data-anchor-id="fish-510-methylation-analysis">2025-11-18 — FISH 510 &amp; Methylation Analysis</h3>
<ul>
<li>Today is a slow working day after some other responsibilities took me away from my work the last few days.</li>
<li>I started with adjusting my code like Steven and I discussed so I could reduce the time to run Bismark on the sequences to understand the output and optimize the parameters so that I’m balancing mapping efficiency while monitoring some of the cytosine parameters to ensure no artificial inflation of methylation ID.</li>
<li>I also started to catch up on my FISH 510 discussion posts by working backwards from the most recent one due to the posts that are overdue.</li>
<li>Finally, I attended class and participated in the polar bear epigenetic clock conversation.</li>
</ul>
</section>
<section id="wednesdays-are-for-writing" class="level3">
<h3 class="anchored" data-anchor-id="wednesdays-are-for-writing">2025-11-19 — Wednesdays are for Writing</h3>
<ul>
<li>I realized today that my MS proposal format is wrong. I am actually doing more than needed. During a writing block with KPJ, we realized I was framing the chapters individually rather than weaving together the common goal of both. This means I have been writing too much detail for each chapter rather than focusing on the overall narrative. I need to reframe my proposal to highlight the connections between chapters and how they contribute to my research question. This is relieving.</li>
</ul>
</section>
<section id="fish-510-coursework" class="level3">
<h3 class="anchored" data-anchor-id="fish-510-coursework">2025-11-20 — FISH 510 Coursework</h3>
<ul>
<li>Today’s work was dominantly task- centered as I am a bit behind.
<ul>
<li>I first knocked out the discussion post for next week’s class. That led me to do a bit of a deeper dive to understand how Botryllus is able to invade, survive and possibly thrive under challenging climate conditions; dominantly the asexually reproducing ones since the paper called out using both asexual and sexually reproductive colonies to interrogate genomic and epigenomic contributions to survival.</li>
<li>I outlined my final deliverables and chose to go with the blog post. This was fun because translating complex scientific topics to a general audience made me map out what folks need to know to understand the topic, what I knew, and creating a fun roadmap to discuss epigenetics.</li>
</ul></li>
<li>I am continuing the methylation analysis, but there have been many stalls and lags with Raven today. Slow and steady…</li>
</ul>
</section>
<section id="writing-2" class="level3">
<h3 class="anchored" data-anchor-id="writing-2">2025-11-21 — Writing</h3>
<ul>
<li>I started the day by trying to streamline the lab- based experiment that should be conducted in the winter. It is a bit larger and more involved right now than I think it needs to be.</li>
<li>I moved next to updating my daily lab notebook entries for the week, I didn’t realize I was this far behind.</li>
<li>Finally, I finished the introduction to my MS proposal. I have got to get it to Steven for editing before passing off to my committee. I need to have it uploaded and confirmed by my committee by 12/12/25 and this is far tighter a window than I anticipated providing for edits and feedback.</li>
</ul>
</section>
<section id="mussels-epigenetics" class="level3">
<h3 class="anchored" data-anchor-id="mussels-epigenetics">2025-11-22 — Mussels &amp; Epigenetics</h3>
<ul>
<li>I jumped back into Raven to get my alignments going again- my connection timed out two days ago and I have finally finished cleaning out the pieces of files, fixing my script to find the executable version of Bowtie and set it off and running.</li>
<li>I outlined my blog post for FISH 510, drafted my reflection statement and set up the plan for the presentation for class on 12/2.</li>
</ul>
</section>
<section id="sundays-are-for-reading" class="level3">
<h3 class="anchored" data-anchor-id="sundays-are-for-reading">2025-11-23 — Sundays are for Reading</h3>
<ul>
<li>I spent today reading about the history of Puget Sound waterway accesses and industrialization. Mostly historical non-fiction, not scientific articles.</li>
</ul>
</section>
<section id="ms-writing" class="level3">
<h3 class="anchored" data-anchor-id="ms-writing">2025-11-24 — MS Writing</h3>
<ul>
<li>I finally finished the draft of my MS proposal and got it over to Steven. I have lost the doc I started with my annotated bibliography - before I switched over to Notion, so I will have to go back and tighten up my sources before submitting the draft to my committee.</li>
</ul>
</section>
<section id="fish-510" class="level3">
<h3 class="anchored" data-anchor-id="fish-510">2025-11-25 — FISH 510</h3>
<ul>
<li>Tuesdays are for RUA, so the only ‘science’ I did today was prepare for and participate in class.</li>
</ul>
</section>
<section id="fish-blog" class="level3">
<h3 class="anchored" data-anchor-id="fish-blog">2025-11-26 — FISH Blog</h3>
<ul>
<li>I completed the draft of my blog for class and my reflection statement… Now on to prep for Thanksgiving tomorrow.</li>
</ul>
</section>
<section id="thanksgiving" class="level3">
<h3 class="anchored" data-anchor-id="thanksgiving">2025-11-27 — Thanksgiving</h3>
<ul>
<li>The only science being done today was of the culinary fashion…</li>
</ul>
</section>
<section id="no-science" class="level3">
<h3 class="anchored" data-anchor-id="no-science">2025-11-28 — No Science</h3>
<ul>
<li>No science today</li>
</ul>
</section>
<section id="mentoring-recommendations" class="level3">
<h3 class="anchored" data-anchor-id="mentoring-recommendations">2025-11-29 — Mentoring &amp; Recommendations</h3>
<ul>
<li>I completed three recommendation letters for three former mentees, and one reference for a job for a fourth. These young adults are keeping me busy!</li>
</ul>
</section>
<section id="citing-for-ms-proposal" class="level3">
<h3 class="anchored" data-anchor-id="citing-for-ms-proposal">2025-11-30 — Citing for MS Proposal</h3>
<ul>
<li>I cannot find my annotated bibliography, so I had to comb back through all of my sources to match with what I wrote based on the first- pass notes in Zotero… 0/10 do not recommend.</li>
<li>I built in the annotated bib section into my Notion literature review database so that as I’m redoing the work, I won’t lose it again.</li>
</ul>


</section>

 ]]></description>
  <guid>https://chrismantegna.github.io/labnotebook/daily_log/2025_11/</guid>
  <pubDate>Sat, 01 Nov 2025 07:00:00 GMT</pubDate>
</item>
<item>
  <title>2025 October Daily Posts</title>
  <link>https://chrismantegna.github.io/labnotebook/daily_log/2025_10/</link>
  <description><![CDATA[ 




<blockquote class="blockquote">
<p>This page compiles <em>all</em> daily posts made in October 2025.</p>
</blockquote>
<section id="biomarkers-mentorship" class="level3">
<h3 class="anchored" data-anchor-id="biomarkers-mentorship">2025-10-01 — Biomarkers &amp; Mentorship</h3>
<ul>
<li>Started with a re-run of my site comparisons for the biomarkers. I was writing the results and trying to make some sense of what wasn’t sitting right, and it turns out that if you aren’t using the correct df in your code, you get a p-value of 0.478 for every single metric you are looking at when trying to understand if there are differences by site…</li>
<li>Alison and I met to talk about the paper and how we’re going to get the manuscript ready for the WIMS x ICB submission window time frame. I felt really good about it and I believe she’s cautiously optimistic that we’ll make it!</li>
<li>I had a wonderful conversation with Chelsea Wood today - scheduled - to discuss how to start curating my science brand and where to focus my professional development so that I’m not trying to slam in all of the work in my final year when I’m trying to apply for positions.</li>
<li>I ended the day working on pulling lit on the efficacy of conservation ecology work. This proved to be very difficult to find since the dominant result was either about engineering, the role of specific species, or commentary on how conservation practices should work. I made a log of search terms, platforms, results returned and added about 30 papers that get close to my topic, but this is still not working as I wanted.
<ul>
<li>Ultimately, this makes me question how we get the siloed work of individual organizations aligned with the ‘big data’ that is being collected, or how we gain access or clarity around the data and action of the organizations. Trying to clarify the efficacy of conservation efforts is challenging, especially when we all define efficacy a bit different.</li>
</ul></li>
</ul>
</section>
<section id="biomarkers-mentorship-part-duex" class="level3">
<h3 class="anchored" data-anchor-id="biomarkers-mentorship-part-duex">2025-10-02 — Biomarkers &amp; Mentorship, Part Duex</h3>
<ul>
<li>Kicked off today by updating my lab notebook daily entries. I forgot to update my reminder to continue past the previous week, so fixed that as well.</li>
<li>I organized my 1v1 agenda and got it rendered into a notebook post so Steven knows what we’re chatting about later today.</li>
<li>Met with my friend and fellow SAFS grad student, Maddie. We set up some co- working blocks, talked through our respective projects and bounced ideas off of each other for improvements, suggestions and overall vibes.</li>
<li>Met with Julia to discuss managing multiple projects, getting the writing done, and meeting grad milestones met without going insane.</li>
<li>Met with Steven to go over my framing of my bypass package. He was on-board with the big picture but there is some places where I can more explicitly shore up the expansion. He gave me advice on how to frame that and we wrapped up for the day.</li>
<li>I spent some time this evening working on the framing of my bypass presentation for my October 9th committee meeting</li>
<li>Wrapped up the day with work on the biomarker analysis. The correlations seem to be far higher in number of significant results than when I previously worked on it, so I needed to investigate. Turns out I created a loop that was correlating the wrong variables. Fixed that.</li>
</ul>
</section>
<section id="course-work-biomarkers" class="level3">
<h3 class="anchored" data-anchor-id="course-work-biomarkers">2025-10-03 — Course work &amp; Biomarkers</h3>
<ul>
<li>Science solidly fell into task management and project analysis review today.
<ul>
<li>First, I read over the papers for this week’s FISH 510 and setup my course project in Notion. I added my deadlines, deliverables and tasks and linked the literature for the course to the full project page.</li>
<li>Second, I started answering the Discussion Questions for the week and looking ahead to the upcoming week. The goal is to post responses to the discussion questions for the following week by Thursday of the week we’re in. I missed the mark this week, but it shouldn’t be difficult moving forward.</li>
</ul></li>
<li>I worked on wrapping up the biomarker analysis validation and documenting what steps and decisions I made in data manipulation, statistical analysis choices, and my interpretations of the individual results while thinking through what the results mean all together.</li>
</ul>
</section>
<section id="reading-reading-more-reading" class="level3">
<h3 class="anchored" data-anchor-id="reading-reading-more-reading">2025-10-04 — Reading, Reading &amp; More Reading</h3>
<ul>
<li>All science today was in the reading and re-reading of the literature behind the biomarker work. I have a Zotero project with almost 100 papers in it that are at various levels of annotation and note taking. Not ideal.
<ul>
<li>I updated my sync to Notion by removing the complete project, selecting the papers I knew were 100% going to be cited, and then started triaging the mess I made to date.</li>
<li>Next, I made a holding folder for papers that may support very specific analysis decisions and papers that will support specific text in the manuscript.</li>
<li>Finally, I refined my note taking template to make the necessary information visible in a database in Notion so that when I want to review all papers supporting methods or my introduction or whatever, I can just sort and see my notes rather than have to open and close each individual entry to create another document that can get lost.</li>
</ul></li>
</ul>
</section>
<section id="fish-510-writing" class="level3">
<h3 class="anchored" data-anchor-id="fish-510-writing">2025-10-05 — Fish 510 &amp; Writing</h3>
<ul>
<li>I returned to the FISH 510 coursework first today. I completed my notes for the Week 2 papers, answered the discussion questions and got my posts and responses to others up on the discussion board.</li>
<li>I finished the day by brain dumping my thoughts from my biomarker lit reconciliation. I moved pieces into their respective manuscript sections, aligned any citations that related, and tried to pull out the important pieces that keep the doc moving forward without my desire to wax poetic about the whole thing.</li>
</ul>
</section>
<section id="booked-busy" class="level3">
<h3 class="anchored" data-anchor-id="booked-busy">2025-10-06 — Booked &amp; Busy</h3>
<ul>
<li>Attended lab meeting where we shared our bi-weekly goals, progress, knowledge nuggets, and upcoming goals. My responses are below. My goals are built off of my Autumn quarter goals/ plan to meet those goals.</li>
<li>I worked on my bypass presentation for my committee meeting on Thursday.</li>
</ul>
<section id="notes-from-10.06.2025-lab-meeting" class="level4">
<h4 class="anchored" data-anchor-id="notes-from-10.06.2025-lab-meeting">Notes from 10.06.2025 Lab Meeting</h4>
<div class="{callout-Notes}">
<p>Goals set on 9/25/25: Have one chapter of my PhD proposal drafted and the others outlined.</p>
</div>
<p>Progress as of 10/06/25<br>
After dusting off the docs and taking an inventory of where each of the pieces stand, I have the 3 PhD chapters outlined and pivoted to working on my first MS chapter. I chose to shift away from the PhD proposal focus so that I could knock out the MS chapter since it is my required manuscript for the package and needs to be reviewed/ approved by both the committee and WDFW.<br>
</p>
<div class="{callout-Notes}">
<p>My knowledge nuggets all center around things I’m using to maximize my working time and reduce the number of ‘administrative’ tasks I need to do to get rolling on the real work.</p>
</div>
<blockquote class="blockquote">
<p>1st- the Graduate School Funding Guide has a huge database (GFIS) of funding opportunities that you can search, download into a csv and explore on your own time. It also has the college-wide Assistantships database you can explore. There are dedicated support resources through the library if you have questions.</p>
<p>2nd- If you use Zotero and want to clean up your literature review process, link it to something like Notion or any other organizational platform that supports integration and keep all of your notes and annotations in one place. This video from The Grad School Coach shows you how to integrate Notion &amp; Zotero, and this video from Aynur Science on how to create a literature review workflow using Notion that supports information recall.</p>
<p>3rd- Wondering where your time is going? I did my own time trials using Toggl this summer to see how long my most frequent tasks (reading and annotating a paper, coding plots, setting up data cleaning scripts, etc.) take me to complete so that I could better schedule my day and not demoralize myself when I’m not meeting my productivity goals. I used daily to track my time, help me build my weekly time blocking schedules, and review where I’m getting lost, and as a bonus, I can see just how much work on each project I am putting in and how to adjust for the upcoming week. Toggl is platform that you can use for free, but there are paid upgrades if you want them. I’ve been using it since July and haven’t needed to upgrade at all, all of the free functions are great.</p>
</blockquote>
<div class="{callout-Notes}">
<p>Goals set on 10/06 for completion by 10/20 lab meeting:<br>
1. Finish the biomarker manuscript 10/9<br>
2. Finish the committee meeting presentation 10/9<br>
3. Complete draft of my MS thesis 10/14<br>
4. Create bench protocol for Kenya samples 10/20</p>
</div>
</section>
</section>
<section id="tasks" class="level3">
<h3 class="anchored" data-anchor-id="tasks">2025-10-07 — Tasks</h3>
<ul>
<li>Today’s work was limited to task completion. Tuesday’s are fully RUA days so science is limited anyway, but it was more limited today because I had a previously scheduled obligation that wiped out any deep thinking/ deep work time.</li>
<li>I attended fish 510 and confirmed I will be giving the week 4 presentation on my epigenetic topic of interest.</li>
<li>I continued work on my bypass presentation, just shifted it over to quarto so that it is a notebook post.</li>
</ul>
</section>
<section id="t-24-hours" class="level3">
<h3 class="anchored" data-anchor-id="t-24-hours">2025-10-08 — T-24 hours</h3>
<ul>
<li>The name of the game is get that damn presentation together, out and reviewed by Steven before tomorrow. The bulk of my time has been spent on that.</li>
<li>I met with Logan today to discuss how to set up interviews for grad schools and some timeline planning for when/ how she is knocking out the major written portions for applications and grant applications.</li>
<li>I worked with KPJ today on re-familiarizing myself with the biomarker manuscript graveyard - should make it easier for me to jump back in to the work tomorrow when time is less of a constriction.</li>
</ul>
</section>
<section id="phd-bound" class="level3">
<h3 class="anchored" data-anchor-id="phd-bound">2025-10-09 — PhD Bound…</h3>
<ul>
<li>Today’s only goal was to make it through my committee meeting and come through the other side with a plan. It didn’t go as expected, but I do have a plan. After the meeting, I re-confirmed with Sam that I did in fact have one quarter of funding remaining - I do, and then I continued on with my non-science responsibilities to wrap up the day.</li>
</ul>
</section>
<section id="reworking-the-work" class="level3">
<h3 class="anchored" data-anchor-id="reworking-the-work">2025-10-10 — Reworking the Work</h3>
<ul>
<li>Today was another heavy task management day versus a deep work day. I started by knocking out my readings and posts for FISH 510 next week. I pivoted to writing time for the biomarker manuscript, and then wrapped up the day by re-framing my bypass package proposals so that I could make a plan to get the work done as quickly as possible.</li>
</ul>
</section>
<section id="notebooks-and-notes-management" class="level3">
<h3 class="anchored" data-anchor-id="notebooks-and-notes-management">2025-10-11 — Notebooks and Notes Management</h3>
<ul>
<li>I started the day by consolidating all of my noted for the week re: my daily notebook posts and dropping them into the actual digital lab notebook.</li>
<li>Next I moved into writing for the biomarker manuscript. I started with citing the sources for my methods and then worked on the introduction. My results section is still a bullet-point list, but won’t be tomorrow when I can sort how to get the results chopped down into a shorter section.</li>
</ul>
</section>
<section id="biomarkers" class="level3">
<h3 class="anchored" data-anchor-id="biomarkers">2025-10-12 — Biomarkers</h3>
<ul>
<li>Today was all about knocking the dust off of all of my writing notes and re-running my result plots to get on with the show. I spent time reviewing the results, burning down the introduction draft and reworking the writing to more succinctly match the purpose of the research, plotting the draft versions of the figures, and thinking through what my next steps are to get this thing out to Alison and Steven before I die.</li>
</ul>
</section>
<section id="no-science-today" class="level3">
<h3 class="anchored" data-anchor-id="no-science-today">2025-10-13 — No Science Today</h3>
<ul>
<li>There was no true science work completed today.</li>
</ul>
</section>
<section id="coursework" class="level3">
<h3 class="anchored" data-anchor-id="coursework">2025-10-14 — Coursework</h3>
<ul>
<li>Tuesday’s are typically non-science days due to the length of time I spend in meetings and working on the RUA program. Today’s only science related work was attending class, adding my papers for next week to the class GitHub, and chatting with Steven about shifting my bypass package submission back to Winter Quarter instead of pushing to submit in November. We’re on the same page, so moving forward I will get the biomarkers paper out, work on my MS proposal, and continue to build my PhD proposal with the notes from my committee meeting in mind.</li>
</ul>
</section>
<section id="ecotox" class="level3">
<h3 class="anchored" data-anchor-id="ecotox">2025-10-15 — Ecotox</h3>
<ul>
<li><p>I started off the day reviewing the papers I pulled last night for my PhD proposal. I did quick searches on Web of Science and Google Scholar for epigenetic work done in the ecotoxicology discipline, and while the results were limited, there was a ton of opinions in how epigenetics can be used as a tool to support understanding of the impact of legacy contaminants in foundational model organisms.<br>
</p></li>
<li><p>I am part of the team of submitters for the PromethION proposal. Today I helped with the final reading/ editing and it looks great. Mike has knocked it out of the park and I hope this comes to fruition.</p></li>
</ul>
</section>
<section id="usual-thursday-shenanigans" class="level3">
<h3 class="anchored" data-anchor-id="usual-thursday-shenanigans">2025-10-16 — Usual Thursday Shenanigans</h3>
<ul>
<li>Today’s work consisted of reviewing my notes through my initial literature search to refine a few options for re-framing my dissertation and preparing to work through those ideas with Steven during our 1v1. My plan was a little too in the weeds, but I think we came up with a solid plan for moving forward.</li>
</ul>
</section>
<section id="coursework-planning" class="level3">
<h3 class="anchored" data-anchor-id="coursework-planning">2025-10-17 — Coursework &amp; Planning</h3>
<ul>
<li>I have spent my science- focused time continuing my work on my PhD proposal and bypass timeline re-work. Looking at the plan Steven and I worked on yesterday, I mapped a few big questions and plans to test them so that we can have a productive 1v1 next week.</li>
<li>My next priority was finishing my readings for FISH 510 and outlining my presentation. I got my discussion post up and created a slide catastrophe of ideas that I’ll refine over the weekend.</li>
</ul>
</section>
<section id="timelines-tasks" class="level3">
<h3 class="anchored" data-anchor-id="timelines-tasks">2025-10-18 — Timelines &amp; Tasks</h3>
<ul>
<li>Today has been a heavy re-organization day. While most of what I needed to accomplish was not science related, rebuilding my science timelines and deliverables played a huge role in scheduling out the remainder of Autumn Quarter, assessing my goals, and building timelines that are attainable for my goals for the academic year; building in rest and off-days is also on the ‘must do’ list. While I may not reach candidacy at the close of Spring Quarter 2026, if I continue to manage my progress daily, I could reach it by late Summer Quarter 2026 or early Autumn Quarter 2026.</li>
<li>Planning out this far is a bit precarious as I don’t know what I don’t know, so along with the big steps, I am building a list of questions that will help me refine the goals and the steps to achieve them.</li>
</ul>
</section>
<section id="sundays-are-for-reading" class="level3">
<h3 class="anchored" data-anchor-id="sundays-are-for-reading">2025-10-19 — Sundays are for Reading</h3>
<ul>
<li>I spent my time today searching for papers re: mussel genomes and the role of DNA methylation. I used Web of Science and Google Scholar to find foundational knowledge papers to help me clarify my understanding of the resources, current knowledge, and future directions with mussels.</li>
</ul>
</section>
<section id="lab-meeting-goal-setting-fish-510-prep" class="level3">
<h3 class="anchored" data-anchor-id="lab-meeting-goal-setting-fish-510-prep">2025-10-20 — Lab Meeting, Goal Setting &amp; FISH 510 Prep</h3>
<ul>
<li>Today’s work was dominantly task- centered instead of deeper work.
<ul>
<li>I worked on my presentation for FISH 510</li>
<li>I attended lab meeting where I met 2 of my 4 goals completely and the remaining 2 at approximately 60% each. My goals for the next meeting are to complete the written pieces from my last goal round, and gain clarity in the DNA Methylation analysis so I can plan my next steps</li>
</ul></li>
</ul>
</section>
<section id="class" class="level3">
<h3 class="anchored" data-anchor-id="class">2025-10-21 — Class</h3>
<ul>
<li>Tuesday’s are class and RUA days, so my only science work today was attending class and presenting.</li>
</ul>
</section>
<section id="mussel-genomes-do-what" class="level3">
<h3 class="anchored" data-anchor-id="mussel-genomes-do-what">2025-10-22 — Mussel Genomes do What?!?!?</h3>
<ul>
<li>Much reading and writing today focused on getting through the papers I gathered over the weekend. Interestingly, I just learned that mussels inherit mtDNA from maternal and paternal lines…
<ul>
<li>I also put my agenda together for my 1v1 with Steven tomorrow. This is the earliest I’ve done it and so close to the 24hr mark that maybe I will make it next week!</li>
</ul></li>
</ul>
</section>
<section id="lit-pull-reading" class="level3">
<h3 class="anchored" data-anchor-id="lit-pull-reading">2025-10-23 — Lit Pull &amp; Reading</h3>
<ul>
<li>Today was spent working on gathering some baseline data on mytilus trossulus genome, general mytilus species’ genomes, and working through some of my knowledge gaps about mussels.</li>
<li>When meeting with Steven, we talked through my agenda and most recent lit findings, what my next steps should be for building my proposal and a few steps to get started on the methylation dataset.</li>
<li>I finished the day by applying for the Climate Wayfinders program, which is a fellowship program for early career researchers interested in climate change research, education and science communication.</li>
</ul>
</section>
<section id="epigenetics" class="level3">
<h3 class="anchored" data-anchor-id="epigenetics">2025-10-24 — Epigenetics</h3>
<ul>
<li>I spent some time cleaning up the mussel methylation repo and taking a few steps to understand the bioinformatics workflow, programs and expected outcomes</li>
<li>I read three of the four papers for next week’s FISH class.</li>
<li>I built my analysis progress notes in my methylation in Notion, noted what needs to be expanded or further explained, linked my literature from Zotero, and built the script for the initial data pull, reference pull, and multiQC steps.</li>
</ul>
</section>
<section id="no-science-today-1" class="level3">
<h3 class="anchored" data-anchor-id="no-science-today-1">2025-10-25 — No Science Today</h3>
</section>
<section id="no-science-today-2" class="level3">
<h3 class="anchored" data-anchor-id="no-science-today-2">2025-10-26 — No Science Today</h3>
</section>
<section id="presentations-reading" class="level3">
<h3 class="anchored" data-anchor-id="presentations-reading">2025-10-27 — Presentations &amp; Reading</h3>
<ul>
<li>I spent today working on my presentation on 11/3 to Alison’s Ecotox class.</li>
<li>I continued to move through my pulled papers re: mussel genome information.</li>
<li>I finished reading the last paper for FISH 510 tomorrow.</li>
</ul>
</section>
<section id="class-computers" class="level3">
<h3 class="anchored" data-anchor-id="class-computers">2025-10-28 — Class &amp; Computers</h3>
<ul>
<li>Today’s biggest win was getting my conda/ mamba environment set up on my local machine so that I could work with the bioinformatics tools before jumping over to Raven to work with the methylation data.</li>
</ul>
</section>
<section id="methylation-analysis" class="level3">
<h3 class="anchored" data-anchor-id="methylation-analysis">2025-10-29 — Methylation Analysis</h3>
<ul>
<li>I pulled down 2 samples’ sequences, the reference genome and ran the workflow through multiQC, made a list of questions I had about the results and parameters, and started Bismark.</li>
</ul>
</section>
<section id="experimental-design" class="level3">
<h3 class="anchored" data-anchor-id="experimental-design">2025-10-30 — Experimental Design</h3>
<ul>
<li>I spent a lovely morning meeting with Ariana to map out the mussel experiment for my 3rd dissertation chapter. We discussed the experimental design, including the number of replicates, treatment levels, and response variables to measure. We also talked about potential challenges and how to address them.</li>
<li>I continued the methylation analysis by getting one sample completely through Bismark, but the second one didn’t finish so I will have to troubleshoot that tomorrow.</li>
</ul>
</section>
<section id="experimental-design-part-2" class="level3">
<h3 class="anchored" data-anchor-id="experimental-design-part-2">2025-10-31 — Experimental Design, Part 2</h3>
<ul>
<li>Today was all about working through the design, listing questions and needs, finding supporting literature, and drafting a schedule for the work.</li>
</ul>


</section>

 ]]></description>
  <guid>https://chrismantegna.github.io/labnotebook/daily_log/2025_10/</guid>
  <pubDate>Wed, 01 Oct 2025 07:00:00 GMT</pubDate>
</item>
<item>
  <title>2025 September Daily Posts</title>
  <link>https://chrismantegna.github.io/labnotebook/daily_log/2025_09/</link>
  <description><![CDATA[ 




<blockquote class="blockquote">
<p>This page compiles all daily posts for 2025-09.</p>
</blockquote>
<section id="new-ay-new-set-up" class="level3">
<h3 class="anchored" data-anchor-id="new-ay-new-set-up">2025-09-24 — New AY, New Set Up</h3>
<p>In true to me fashion, a new academic year means a new notebook setup that will hopefully make it a bit easier for me to update my work daily. Today’s science focus was on rebuilding, updating and launching my 2025-26 AY lab notebook. Related, I made a ‘sprint’ task list for quick tasks I can do to tighten up my GitHub setup, cleanup my repos, and identify any pinch points for making a daily update. My second focus was to setup weekly meetings with my PI and gather materials for my first meeting on 9.25.25.</p>
</section>
<section id="put-your-where-your-mouth-is" class="level3">
<h3 class="anchored" data-anchor-id="put-your-where-your-mouth-is">2025-09-25 — Put Your $$ Where Your Mouth Is</h3>
<ul>
<li>Today’s work fell in the broad category of preparing for lab meeting and the subsequent 1v1 with Steven. My main takeaways are to set explicit goals that we will share and work on in biweekly lab meetings.<br>
</li>
<li>My goal for next lab working session is to have one of my three bypass chapters complete to the standard of the package and the other two fully outlined.<br>
</li>
<li>Meeting with Steven post lab meeting we agreed that my AY goal, to become a candidate by the end of the year, is big but doable as long as I stay accountable to myself. Additionally, my deliverable from the meeting is to complete the SAFS milestones form and get it back to him by the end of the week.</li>
</ul>
</section>
<section id="biomarkers-back-again" class="level3">
<h3 class="anchored" data-anchor-id="biomarkers-back-again">2025-09-26 — Biomarkers, Back Again</h3>
<ul>
<li>My work today started with a quick audit of my GH repos and what should be cleaned up as I move forward. I added the tasks to my Notion management setup, separated in quick tasks and anything that will take longer than 30 minutes so I could manage getting a few things done where I can rather than try to knock out big chunks at a time.<br>
</li>
<li>My primary work (deep work) focused on getting back to the biomarker work I set down before leaving for the summer. I reviewed my most recent analysis notes, the questions/ comments I made for myself, and then the analyses. I had a hard time evaluating what was most important to tackle first, so I spent some time listing out my decisions to get to the end analyses and what result mapped to what choice before I could really get my head back in the game. This helped me identify an error in my contaminant indices and note that I needed to re-link the curated literature review to the draft in the methods and discussion drafting.</li>
</ul>
</section>
<section id="day-off" class="level3">
<h3 class="anchored" data-anchor-id="day-off">2025-09-27 — Day Off</h3>
<p>No science work was done today.</p>
</section>
<section id="biomarkers-literature-reconciliation" class="level3">
<h3 class="anchored" data-anchor-id="biomarkers-literature-reconciliation">2025-09-28 — Biomarkers Literature Reconciliation</h3>
<ul>
<li>All of today’s focus was in tidying up my notes and citations for the biomarker manuscript draft. I have left notes or comments for myself that are a little cryptic, or worse, tags that aren’t as descriptive as I need. The goal was to ensure I have the right citations in the right places and identify anything that needs additional depth in citations (biomarker work is rich in practitioners) or needs a citation period. This took much longer than I anticipated, so I knocked off for the day after that.</li>
</ul>
</section>
<section id="bypass-biomarkers" class="level3">
<h3 class="anchored" data-anchor-id="bypass-biomarkers">2025-09-29 — Bypass &amp; Biomarkers</h3>
<ul>
<li>Most of today’s work focused on my science task management.
<ul>
<li>I completed the overdue milestones in the new SAFS tracker. As soon as my committee signs the Docusigm, I can submit that and get off the ‘bad kids list’.</li>
<li>I sent out the scheduler for my first committee meeting of the quarter. That meeting will be between 10/7 - 10/17.</li>
<li>I sent my ‘degree work’ explainer over to Manca. She is helping to connect me to her former colleagues at WWU, so I needed to write a paragraph about my work and ultimate dissertation topic for her to send - that took me a surprisingly long time to craft. That flagged my need to clarify my work in both my mind and in how I share it - part of my personal goals for the year.</li>
<li>I spent the rest of my science admin time assessing and mapping my deliverables for the bypass package and working to identify where I will need help.</li>
</ul></li>
<li>My biomarker work was in mapping my plots for the manuscript and trying to get some of those plots to look better. Even when plotting by site (74 of them) the plots are a bit crowded, so I was working on that.</li>
</ul>
</section>
<section id="its-epigenetics-baby" class="level3">
<h3 class="anchored" data-anchor-id="its-epigenetics-baby">2025-09-30 — It’s Epigenetics, Baby</h3>
<ul>
<li>Tuesdays are typically days where minimal science will be done since my student assistance-ship is the dominant player, but for at least one hour every week this quarter I’ll get some science in there!
<ul>
<li>Steven’s class focused on epigenetics is a literature review class where we learn foundational concepts in the discipline and then bring our own interesting literature to present while interacting with what implications this information could have on our own work.</li>
<li>Today was the first class, so it was a familiarization, a chance to read a foundational paper, and work test run the GitHub workflow for the course.</li>
</ul></li>
</ul>


</section>

 ]]></description>
  <guid>https://chrismantegna.github.io/labnotebook/daily_log/2025_09/</guid>
  <pubDate>Mon, 01 Sep 2025 07:00:00 GMT</pubDate>
</item>
</channel>
</rss>
