Compare commits

..

No commits in common. "master" and "indiewebpub" have entirely different histories.

997 changed files with 39218 additions and 6157 deletions

4
.envrc
View file

@ -1,4 +0,0 @@
use flake
layout node
mkdir -p "${HOME}/Library/Application Support/SourceGit"
echo "${PATH}" > "${HOME}/Library/Application Support/SourceGit/PATH"

191
.gitignore vendored
View file

@ -1,191 +0,0 @@
### Jekyll gitignore ###
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
### Hugo gitignore ###
# Generated files by hugo
/public/
/resources/_gen/
/assets/jsconfig.json
hugo_stats.json
# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux
# Temporary lock file while building
/.hugo_build.lock
### Node gitignore ###
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
*.lcov
# nyc test coverage
.nyc_output
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
jspm_packages/
# Snowpack dependency directory (https://snowpack.dev/)
web_modules/
# TypeScript cache
*.tsbuildinfo
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional stylelint cache
.stylelintcache
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache
# Next.js build output
.next
out
# Nuxt.js build / generate output
.nuxt
dist
# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public
# vuepress build output
.vuepress/dist
# vuepress v2.x temp and cache directory
.temp
.cache
# Docusaurus cache and generated files
.docusaurus
# Serverless directories
.serverless/
# FuseBox cache
.fusebox/
# DynamoDB Local files
.dynamodb/
# TernJS port file
.tern-port
# Stores VSCode versions used for testing VSCode extensions
.vscode-test
# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
### FontAwesome gitignore ###
fontawesome-pro-6.3.0-web
### direnv gitignore ###
.direnv
### Nix Flake gitignore ###
result
### MacOS gitignore ###
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

1
.husky/.gitignore vendored
View file

@ -1 +0,0 @@
_

View file

@ -1,4 +0,0 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx lint-staged

View file

@ -1 +0,0 @@
layouts/_default/index.manifest.json

View file

@ -1,9 +0,0 @@
"$schema": "http://json.schemastore.org/prettierrc"
proseWrap: always
overrides:
- files: "*.html"
options:
parser: "go-template"
- files: "*.gotmpl"
options:
parser: "go-template"

View file

@ -1,3 +0,0 @@
{
"editor.formatOnSave": true
}

View file

@ -1,18 +0,0 @@
when:
branch: master
event:
- push
- cron
cron: "weekly-build"
steps:
- name: Build site
image: hugomods/hugo:std-base-non-root-0.141.0
commands:
- hugo --minify
- name: Deploy to pages
image: codeberg.org/xfix/plugin-codeberg-pages-deploy:1
settings:
folder: public
ssh_key:
from_secret: ssh_key

View file

@ -1,13 +0,0 @@
{
"languages": {
"HTML": {
"formatter": {
"external": {
"command": "prettier",
"arguments": ["--stdin-filepath", "{buffer_path}"]
}
}
}
},
"file_types": { "HTML": ["gotmpl"] }
}

View file

21
LICENSE
View file

@ -1,21 +0,0 @@
MIT License
Copyright (c) 2021 Thomas A. Christensen II
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View file

@ -1,42 +0,0 @@
# pages
[![status-badge](https://woodpecker.millironx.com/api/badges/30/status.svg?branch=master)](https://woodpecker.millironx.com/repos/30/branches/master)
My personal website. Hosted over at <https://millironx.com>
## Notes to self
### Nix dev shell
All developer dependencies are now bundled as a Nix Flake. The only trouble with
this is that npm packages don't play well with Nix (and especially Flakes), so
npm packages are specified twice: once in `package{-lock}.json` and then again
in `node*.nix`.
Compounding this, there are formatters and commit hooks that require npm to be
functional. So, to develop right now requires allowing direnv to setup the Nix
development shell, then immediately installing npm packages via `npm ci`. VSCode
(with extensions) and Zed are smart enough to figure out how to use direnv, and
direnv will pass the PATH to SourceGit for Mac, but other programs aren't that
smart, so you'll need to launch those programs from inside a direnv shell to
make sure they have Prettier, Husky, and all that jazz to execute the hooks.
Last compounding factors: if `node_modules` is present in the root directory,
then node2nix won't create a correct derivation, so `node_modules` will need to
be temporarily deleted after modifying any npm packages, then as soon as
node2nix is happy, then immediately run `npm ci` to get the commit hooks working
again. Oh, and also, I renamed the `default.nix` file generated by node2nix to
node.nix to avoid giving direnv any wrong impressions about what derivation to
run.
Yes, hopefully I can get completely away from npm here soon, but this is a minor
inconvenience considering how (not) often I install new packages into this site,
and really discourages me from contributing to the website obesity crisis.
### Nix building
Nix building will not work because Hugo reaches out to the internet via content
adapters, and that (by intention) is not perfectly reproducable. As such,
_development_ tools are installed in a Nix shell, but building has been removed
from the Flake. Thankfully, hugomods provides "canonical" Docker images for hugo
now.

View file

@ -0,0 +1 @@

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@

View file

@ -0,0 +1,33 @@
<!doctype html><html class=no-js lang=en><head><meta charset=utf-8><meta http-equiv=x-ua-compatible content="ie=edge"><meta name=viewport content="width=device-width,initial-scale=1"><title>The ChemE Car that Cud: AIChE ChemE Car Engineering Design Proposal
-
Milliron X
</title><link rel=icon href=https://millironx.millironx.page/@indiewebpub/favicon.ico sizes=32x32><link rel=icon href=https://millironx.millironx.page/@indiewebpub/graphics/millironx-icon.svg type=image/svg+xml><link rel=apple-touch-icon href=https://millironx.millironx.page/@indiewebpub/apple-touch-icon.png><link rel=manifest href=https://millironx.millironx.page/@indiewebpub/manifest.json><link href=https://millironx.millironx.page/@indiewebpub/styles/millironx.min.css rel=stylesheet><meta property="og:url" content="https://millironx.millironx.page/@indiewebpub/academia/cheme-car/"><meta property="og:site_name" content="Milliron X"><meta property="og:title" content="The ChemE Car that Cud: AIChE ChemE Car Engineering Design Proposal"><meta property="og:description" content="The ChemE Car That Cud showcases Wyomings dominant industries of agriculture and mining by utilizing rumen fluid from a cannulated beef cow to generate hydrogen to be used in a hydrogen fuel cell and radioactive cesium, a byproduct of uranium that is often obtained from Wyomings mines, to time the cars stop. The concentration of cesium-137 source is measured using the radioactive decay of cesium shielded by aluminum. The painted aluminum chassis was obtained from a previous team at UW, and modified using plastic knex toys to adapt to the current power source and stopping mechanism."><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="academia"><meta property="article:published_time" content="2019-05-14T00:00:00+00:00"><meta property="article:modified_time" content="2019-05-14T00:00:00+00:00"><meta property="article:tag" content="Chemical Engineering"><meta property="article:tag" content="AIChE"><meta property="article:tag" content="Radiation"><meta property="article:tag" content="Rumen"><meta property="article:tag" content="Microbial Electrolysis Cells"><meta property="og:image" content="https://millironx.millironx.page/@indiewebpub/academia/cheme-car/thumbnail.jpg"><meta itemprop=name content="The ChemE Car that Cud: AIChE ChemE Car Engineering Design Proposal"><meta itemprop=description content="The ChemE Car That Cud showcases Wyomings dominant industries of agriculture and mining by utilizing rumen fluid from a cannulated beef cow to generate hydrogen to be used in a hydrogen fuel cell and radioactive cesium, a byproduct of uranium that is often obtained from Wyomings mines, to time the cars stop. The concentration of cesium-137 source is measured using the radioactive decay of cesium shielded by aluminum. The painted aluminum chassis was obtained from a previous team at UW, and modified using plastic knex toys to adapt to the current power source and stopping mechanism."><meta itemprop=datePublished content="2019-05-14T00:00:00+00:00"><meta itemprop=dateModified content="2019-05-14T00:00:00+00:00"><meta itemprop=wordCount content="96"><meta itemprop=image content="https://millironx.millironx.page/@indiewebpub/academia/cheme-car/thumbnail.jpg"><meta itemprop=keywords content="Chemical Engineering,AIChE,Radiation,Rumen,Microbial Electrolysis Cells"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://millironx.millironx.page/@indiewebpub/academia/cheme-car/thumbnail.jpg"><meta name=twitter:title content="The ChemE Car that Cud: AIChE ChemE Car Engineering Design Proposal"><meta name=twitter:description content="The ChemE Car That Cud showcases Wyomings dominant industries of agriculture and mining by utilizing rumen fluid from a cannulated beef cow to generate hydrogen to be used in a hydrogen fuel cell and radioactive cesium, a byproduct of uranium that is often obtained from Wyomings mines, to time the cars stop. The concentration of cesium-137 source is measured using the radioactive decay of cesium shielded by aluminum. The painted aluminum chassis was obtained from a previous team at UW, and modified using plastic knex toys to adapt to the current power source and stopping mechanism."></head><body><header><object data=https://millironx.millironx.page/@indiewebpub/graphics/millironx.svg>
<img src=https://millironx.millironx.page/@indiewebpub/graphics/millironx.svg alt="Milliron X"></object><h1 class=font-small-caps>Milliron X</h1></header><div class=row id=content><aside><nav><a href=/@indiewebpub/><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M511.8 287.6H576V240L288.4.0.0 240v47.6H64.1V512H224V352H352V512H512.8l-1-224.4z"/></svg></span>
Home
</a><a href=/@indiewebpub/people/thomas-a.-christensen-ii/><span class="fa-container fa-fw"><svg viewBox="0 0 512 512"><path d="M256 512A256 256 0 10256 0a256 256 0 100 512zM216 336h24V272H216 192V224h24 48 24v24 88h8 24v48H296 216 192V336h24zm72-144H224V128h64v64z"/></svg></span>
About
</a><a href=/@indiewebpub/blogroll/><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M0 80v80H48 96V80c0-26.5-21.5-48-48-48S0 53.5.0 80zM112 32c10 13.4 16 30 16 48V384c0 35.3 28.7 64 64 64s64-28.7 64-64V336 320h16H480V128c0-53-43-96-96-96H112zM464 480c61.9.0 112-50.1 112-112V352H288v32c0 53-43 96-96 96H368h96z"/></svg></span>
Blogroll
</a><a href=/@indiewebpub/contact/><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M224 0H0V512H384V427l-1.7 1.7-120.1 17.2-11.7 1.9-11.6 1.9-5.3-10.5L222.1 416H209.9l-11.6 23.2-4.4 8.8H184h-8-11.9l-3.4-11.4L144 381l-16.7 55.6L123.9 448H112 80 64V416H80h20.1l20.6-68.6 3.4-11.4H136h16 11.9l3.4 11.4 15.4 51.4 3-5.9 4.4-8.8H2e2h32 9.9l4.4 8.8 7.2 14.5 13.5-94 117-117V160H224V0zm32 0V128H384L256 0zM505 119.8l-41.3 41.3 71 71L576 190.8l-71-71zm-63.9 63.9L299.9 325 288 407.9 370.9 396 512.1 254.7l-71-71z"/></svg></span>
Contact
</a><a href=/@indiewebpub/posts/><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M448 64H0v64H448V64zm0 160H128v64H448V224zM128 384v64H448V384H128zM64 224H0V448H64V224z"/></svg></span>
Blog
</a><a href=/@indiewebpub/academia/><span class="fa-container fa-fw"><svg viewBox="0 0 512 512"><path d="M0 144 256 0 512 144v48H0V144zM0 512V464l64-48V224h64V416h40V224h64V416h48V224h64V416h40V224h64V416l64 48v48H0zM256 144a32 32 0 100-64 32 32 0 100 64z"/></svg></span>
Academia
</a><a href=https://code.millironx.com><span class="fa-container fa-fw"><svg viewBox="0 0 640 512"><path d="M362.8 8l-9.4 30.6-128 416L216 485.2 277.2 504l9.4-30.6 128-416L424 26.8 362.8 8zm71.9 136 22.6 22.6L546.7 256l-89.4 89.4L434.7 368 480 413.3l22.6-22.6 112-112L637.3 256l-22.6-22.6-112-112L480 98.7 434.7 144zM160 98.7l-22.6 22.6-112 112L2.7 256l22.6 22.6 112 112L160 413.3 205.3 368l-22.6-22.6L93.3 256l89.4-89.4L205.3 144 160 98.7z"/></svg></span>
Code
</a><a href=https://video.millironx.com><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M384 64H0V448H384V64zM576 448V64L416 174.9V337.1L576 448z"/></svg></span>
Videos
</a><a href=https://youtu.be/dQw4w9WgXcQ><span class="fa-container fa-fw"><svg viewBox="0 0 512 512"><path d="M192 96 352 256 192 416h-32v-96H0V192h160V96h32zM352 416h96V96h-96-32V32h32 128 32v32 384 32h-32-128-32v-64h32z"/></svg></span>
Login</a></nav></aside><main><section><h5>University of Wyoming Honors Program: Laramie, Wyoming</h5><h2>The ChemE Car that Cud: AIChE ChemE Car Engineering Design Proposal</h2><h3><small><a href=https://millironx.millironx.page/@indiewebpub/people/thomas-a.-christensen-ii/ class="card-link
bolder"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Thomas A. Christensen II</a></small></h3><h4>May 14, 2019</h4><p>The ChemE Car That Cud showcases Wyoming&rsquo;s dominant industries of agriculture
and mining by utilizing rumen fluid from a cannulated beef cow to generate
hydrogen to be used in a hydrogen fuel cell and radioactive cesium, a byproduct
of uranium that is often obtained from Wyoming&rsquo;s mines, to time the car&rsquo;s stop.
The concentration of cesium-137 source is measured using the radioactive decay
of cesium shielded by aluminum. The painted aluminum chassis was obtained from a
previous team at UW, and modified using plastic k&rsquo;nex toys to adapt to the
current power source and stopping mechanism.</p><a href=https://doi.org/10.15786/13700938.v1>https://doi.org/10.15786/13700938.v1</a>
<iframe src=https://doi.org/10.15786/13700938.v1 style=width:100%;height:75vh></iframe></section></main></div><footer><img src=https://millironx.millironx.page/@indiewebpub/graphics/brandedbull.min.svg height=95rem><p>&copy; 2025 Thomas A. Christensen II<br>Licensed
<a rel=license href=http://creativecommons.org/licenses/by/4.0/>CC-BY 4.0</a><br>Built with <a href=https://gohugo.io>Hugo</a> v0.141.0</p></footer><script>window.goatcounter={path:function(e){return location.host+e}}</script><script data-goatcounter=https://millironx.goatcounter.com/count async src=//gc.zgo.at/count.js></script></body></html>

View file

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

248
academia/feed.xml Normal file
View file

@ -0,0 +1,248 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="https://gohugo.io" version="0.141.0">Hugo v0.141.0</generator><id>https://millironx.millironx.page/@indiewebpub/academia/</id><link rel="self" type="application/atom+xml" href="https://millironx.millironx.page/@indiewebpub/academia/feed.xml"/><link rel="alternate" type="text/html" href="https://millironx.millironx.page/@indiewebpub/academia/"/><updated>2025-03-31T00:14:19+00:00</updated><title>Academic Publications and Presentations on Milliron X</title><entry><id>https://millironx.millironx.page/@indiewebpub/academia/bpv-genetics/</id><link rel="alternate" href="https://millironx.millironx.page/@indiewebpub/academia/bpv-genetics/"/><title>Genetic analysis of bovine papillomas</title><published>2024-09-19T00:00:00+00:00</published><updated>2024-09-19T00:00:00+00:00</updated><author><name>Thomas A. Christensen II</name><uri>https://millironx.millironx.page/@indiewebpub/people/thomas-a.-christensen-ii/</uri></author><author><name>Rachel Palinski</name><uri>https://millironx.millironx.page/@indiewebpub/people/rachel-palinski/</uri></author><author><name>Bob Gentry</name><uri>https://millironx.millironx.page/@indiewebpub/people/bob-gentry/</uri></author><category term="poster"/><summary type="text">
Bovine papillomavirus (BPV) is a major cause of reproductive failure in cattle. In bulls, penile papillomas caused by BPV may cause reluctance to breed, and is always a cause to fail an animal on a breeding soundness exam. Historically, it has been thought that BPV was transmitted via direct contact and could be controlled by managing clinically presenting animals in the herd, but more recent evidence suggests alternative modes of transmission. BPV has been found repeatably in clinically healthy animals, and in non-cutaneous secretions including milk, blood, urine and semen. Currently, no commercially available BPV vaccine uses isolated viral particles and naturally occurring virus does not produce cross-protective immunity. In order to develop a proper vaccine for penile papillomas further studies are required to understand the epidemiology of BPV in herds. While vulvar, cutaneous, and mammary papillomas have been genotyped in recent years, this information is not available for penile papillomas. In this study there were 31 submissions, collected from 7 states, NE, KS, NY, TX, AL, MO and SD (14 different cattle operations) Samples were collected between August of 2022 and April 2024. Twenty-two submissions were penile papillomas and with pooling of samples represented over 50 penile papillomas. Samples were metagenomically sequenced at the Kansas State Veterinary Diagnostic Lab, and the genotype of each sample was determined using the phylogenetic analysis. The clade of each sample was determined by aligning consensus sequences of the L1 gene (used for both for phylogeny and as a vaccine target) using MAFFT and a maximum-likelihood phylogeny generated in Mega X. Analysis found that all penile papilloma submissions were composed of BPV type 2, with one sample showing co-infection with BPV type 1. Conversely, cutaneous and teat papillomas had BPV genotypes that were more variable with genotypes of 1,2,7,12,14,29 and 40. These results indicate that BPV type 2 and type 1 provide a unified target for bovine penile papilloma vaccine development.</summary><content type="html" xml:lang="en" xml:base="https://millironx.millironx.page/@indiewebpub/">
&lt;p>Bovine papillomavirus (BPV) is a major cause of reproductive failure in cattle.
In bulls, penile papillomas caused by BPV may cause reluctance to breed, and is
always a cause to fail an animal on a breeding soundness exam. Historically, it
has been thought that BPV was transmitted via direct contact and could be
controlled by managing clinically presenting animals in the herd, but more
recent evidence suggests alternative modes of transmission. BPV has been found
repeatably in clinically healthy animals, and in non-cutaneous secretions
including milk, blood, urine and semen. Currently, no commercially available BPV
vaccine uses isolated viral particles and naturally occurring virus does not
produce cross-protective immunity. In order to develop a proper vaccine for
penile papillomas further studies are required to understand the epidemiology of
BPV in herds. While vulvar, cutaneous, and mammary papillomas have been
genotyped in recent years, this information is not available for penile
papillomas. In this study there were 31 submissions, collected from 7 states,
NE, KS, NY, TX, AL, MO and SD (14 different cattle operations) Samples were
collected between August of 2022 and April 2024. Twenty-two submissions were
penile papillomas and with pooling of samples represented over 50 penile
papillomas. Samples were metagenomically sequenced at the Kansas State
Veterinary Diagnostic Lab, and the genotype of each sample was determined using
the phylogenetic analysis. The clade of each sample was determined by aligning
consensus sequences of the L1 gene (used for both for phylogeny and as a vaccine
target) using MAFFT and a maximum-likelihood phylogeny generated in Mega X.
Analysis found that all penile papilloma submissions were composed of BPV type
2, with one sample showing co-infection with BPV type 1. Conversely, cutaneous
and teat papillomas had BPV genotypes that were more variable with genotypes of
1,2,7,12,14,29 and 40. These results indicate that BPV type 2 and type 1 provide
a unified target for bovine penile papilloma vaccine development.&lt;/p>
</content></entry><entry><id>https://millironx.millironx.page/@indiewebpub/academia/got-warts-naab/</id><link rel="alternate" href="https://millironx.millironx.page/@indiewebpub/academia/got-warts-naab/"/><title>Got Warts? Bovine Papillomavirus Pathogenesis, Transmission, and Vaccination</title><published>2024-09-19T00:00:00+00:00</published><updated>2024-09-19T00:00:00+00:00</updated><author><name>Bob Gentry</name><uri>https://millironx.millironx.page/@indiewebpub/people/bob-gentry/</uri></author><author><name>Thomas A. Christensen II</name><uri>https://millironx.millironx.page/@indiewebpub/people/thomas-a.-christensen-ii/</uri></author><category term="presentation"/></entry><entry><id>https://millironx.millironx.page/@indiewebpub/academia/yavsap/</id><link rel="alternate" href="/academia/yavsap/yavsap.pdf"/><title>YAVSAP: versatile viral quasispecies analysis for veterinary samples</title><published>2024-03-05T00:00:00+00:00</published><updated>2024-03-05T00:00:00+00:00</updated><author><name>Thomas A. Christensen II</name><uri>https://millironx.millironx.page/@indiewebpub/people/thomas-a.-christensen-ii/</uri></author><author><name>Steven Stancic</name><uri>https://millironx.millironx.page/@indiewebpub/people/steven-stancic/</uri></author><author><name>Andrea Lu</name><uri>https://millironx.millironx.page/@indiewebpub/people/andrea-lu/</uri></author><author><name>Dana Mitzel</name><uri>https://millironx.millironx.page/@indiewebpub/people/dana-mitzel/</uri></author><author><name>William Wilson</name><uri>https://millironx.millironx.page/@indiewebpub/people/william-wilson/</uri></author><author><name>Rachel Palinski</name><uri>https://millironx.millironx.page/@indiewebpub/people/rachel-palinski/</uri></author><category term="presentation"/><category term="virus"/><category term="quasispecies"/><category term="next-generation sequencing"/><category term="pipeline"/><summary type="text">
Viral populations within an infected host are composed of viral particles with a spectrum of genetic mutations rather than a unified genome. This phenomenon is referred to as viral “quasispecies,” and has been useful for the understanding of viral transmission and early detection of new viral variants. Next generation sequencing (NGS) has enabled the study of these quasispecies for many viral species, notably Influenza A and B, Human Immunodeficiency Virus (HIV), Foot and Mouth Disease Virus (FMDV), and Severe Acute Respiratory Syndrome Coronavirus 2 (SARS CoV2), and established protocols and computer analysis tools have been developed for these species. Some of the most important viruses, such as emerging and exotic disease agents, however, do not have replicatable protocols or software tools capable of producing valid output from their sequence data. Here, we present Yet Another Viral Subspecies Analysis Pipeline (YAVSAP). YAVSAP is a fully automated bioinformatic pipeline built from the ground up to identify and analyze viral quasispecies of any arbitrary virus in human and veterinary samples. YAVSAP provides reference-based genome mapping of both long- and short-read sequencing reads to any reference genome that the user chooses, identifies subconsensus variants and haplotypes, and assesses the phylogenies of all viral sequences found within a sample. YAVSAP is written in Nextflow and conforms to the nf-core initiatives standards, which allows it to run on low-end computers, high performance computing (HPC) clusters, or anything in between with zero configuration. YAVSAP has been tested on viruses of interest to veterinary medicine and public health, including Japanese Encephalitis Virus (JEV), Influenza D Virus (IDV), Bovine Coronavirus (BCoV), SARS CoV2, and Rift Valley Fever Virus (RVFV), and can correctly identify consensus genomes and quasispecies within samples containing each of these viruses. This tool provides a means for biologists with little bioinformatic experience to analyze deep sequence data while correcting for many of the pitfalls associated with previous and current analysis platforms. YAVSAP is open source software and is publicly available at https://github.com/ksumngs/yavsap.</summary><content type="html" xml:lang="en" xml:base="https://millironx.millironx.page/@indiewebpub/">
&lt;p>Viral populations within an infected host are composed of viral particles with a
spectrum of genetic mutations rather than a unified genome. This phenomenon is
referred to as viral &amp;ldquo;quasispecies,&amp;rdquo; and has been useful for the understanding
of viral transmission and early detection of new viral variants. Next generation
sequencing (NGS) has enabled the study of these quasispecies for many viral
species, notably Influenza A and B, Human Immunodeficiency Virus (HIV), Foot and
Mouth Disease Virus (FMDV), and Severe Acute Respiratory Syndrome Coronavirus 2
(SARS CoV2), and established protocols and computer analysis tools have been
developed for these species. Some of the most important viruses, such as
emerging and exotic disease agents, however, do not have replicatable protocols
or software tools capable of producing valid output from their sequence data.
Here, we present Yet Another Viral Subspecies Analysis Pipeline (YAVSAP). YAVSAP
is a fully automated bioinformatic pipeline built from the ground up to identify
and analyze viral quasispecies of any arbitrary virus in human and veterinary
samples. YAVSAP provides reference-based genome mapping of both long- and
short-read sequencing reads to any reference genome that the user chooses,
identifies subconsensus variants and haplotypes, and assesses the phylogenies of
all viral sequences found within a sample. YAVSAP is written in Nextflow and
conforms to the nf-core initiative&amp;rsquo;s standards, which allows it to run on
low-end computers, high performance computing (HPC) clusters, or anything in
between with zero configuration. YAVSAP has been tested on viruses of interest
to veterinary medicine and public health, including Japanese Encephalitis Virus
(JEV), Influenza D Virus (IDV), Bovine Coronavirus (BCoV), SARS CoV2, and Rift
Valley Fever Virus (RVFV), and can correctly identify consensus genomes and
quasispecies within samples containing each of these viruses. This tool provides
a means for biologists with little bioinformatic experience to analyze deep
sequence data while correcting for many of the pitfalls associated with previous
and current analysis platforms. YAVSAP is open source software and is publicly
available at &lt;a
href="https://github.com/ksumngs/yavsap">https://github.com/ksumngs/yavsap&lt;/a>.&lt;/p>
</content></entry><entry><id>https://millironx.millironx.page/@indiewebpub/academia/taxprofiler/</id><link rel="alternate" href="https://doi.org/10.1101/2023.10.20.563221"/><title>nf-core/taxprofiler: highly parallelised and flexible pipeline for metagenomic taxonomic classification and profiling</title><published>2023-10-23T00:00:00+00:00</published><updated>2023-10-23T00:00:00+00:00</updated><author><name>Sofia Stamouli</name><uri>https://millironx.millironx.page/@indiewebpub/people/sofia-stamouli/</uri></author><author><name>Moritz E. Beber</name><uri>https://millironx.millironx.page/@indiewebpub/people/moritz-e.-beber/</uri></author><author><name>Tanja Normark</name><uri>https://millironx.millironx.page/@indiewebpub/people/tanja-normark/</uri></author><author><name>Thomas A. Christensen II</name><uri>https://millironx.millironx.page/@indiewebpub/people/thomas-a.-christensen-ii/</uri></author><author><name>Lili Andersson-Li</name><uri>https://millironx.millironx.page/@indiewebpub/people/lili-andersson-li/</uri></author><author><name>Maxime Borry</name><uri>https://millironx.millironx.page/@indiewebpub/people/maxime-borry/</uri></author><author><name>Mahwash Jamy</name><uri>https://millironx.millironx.page/@indiewebpub/people/mahwash-jamy/</uri></author><author><name>Nf-Core Community</name><uri>https://millironx.millironx.page/@indiewebpub/people/nf-core-community/</uri></author><author><name>James A. Fellows Yates</name><uri>https://millironx.millironx.page/@indiewebpub/people/james-a.-fellows-yates/</uri></author><category term="paper"/><category term="genomics"/><summary type="text">
Metagenomic classification tackles the problem of characterising the taxonomic source of all DNA sequencing reads in a sample. A common approach to address the differences and biases between the many different taxonomic classification tools is to run metagenomic data through multiple classification tools and databases. This, however, is a very time-consuming task when performed manually - particularly when combined with the appropriate preprocessing of sequencing reads before the classification. Here we present nf-core/taxprofiler, a highly parallelised read-processing and taxonomic classification pipeline. It is designed for the automated and simultaneous classification and/or profiling of both short- and long-read metagenomic sequencing libraries against a 11 taxonomic classifiers and profilers as well as databases within a single pipeline run. Implemented in Nextflow and as part of the nf-core initiative, the pipeline benefits from high levels of scalability and portability, accommodating from small to extremely large projects on a wide range of computing infrastructure. It has been developed following best-practise software development practises and community support to ensure longevity and adaptability of the pipeline, to help keep it up to date with the field of metagenomics.</summary><content type="html" xml:lang="en" xml:base="https://millironx.millironx.page/@indiewebpub/">
&lt;p>Metagenomic classification tackles the problem of characterising the taxonomic
source of all DNA sequencing reads in a sample. A common approach to address the
differences and biases between the many different taxonomic classification tools
is to run metagenomic data through multiple classification tools and databases.
This, however, is a very time-consuming task when performed manually -
particularly when combined with the appropriate preprocessing of sequencing
reads before the classification. Here we present nf-core/taxprofiler, a highly
parallelised read-processing and taxonomic classification pipeline. It is
designed for the automated and simultaneous classification and/or profiling of
both short- and long-read metagenomic sequencing libraries against a 11
taxonomic classifiers and profilers as well as databases within a single
pipeline run. Implemented in Nextflow and as part of the nf-core initiative, the
pipeline benefits from high levels of scalability and portability, accommodating
from small to extremely large projects on a wide range of computing
infrastructure. It has been developed following best-practise software
development practises and community support to ensure longevity and adaptability
of the pipeline, to help keep it up to date with the field of metagenomics.&lt;/p>
</content></entry><entry><id>https://millironx.millironx.page/@indiewebpub/academia/hydronium-pva/</id><link rel="alternate" href="https://doi.org/10.1021/acsestengg.2c00107"/><title>Investigation of Hydronium Diffusion in Poly(vinyl alcohol) Hydrogels: A Critical First Step to Describe Acid Transport for Encapsulated Bioremediation</title><published>2022-09-02T00:00:00+00:00</published><updated>2022-09-02T00:00:00+00:00</updated><author><name>Carson J. Silsby</name><uri>https://millironx.millironx.page/@indiewebpub/people/carson-j.-silsby/</uri></author><author><name>Jonathan R. Counts</name><uri>https://millironx.millironx.page/@indiewebpub/people/jonathan-r.-counts/</uri></author><author><name>Thomas A. Christensen II</name><uri>https://millironx.millironx.page/@indiewebpub/people/thomas-a.-christensen-ii/</uri></author><author><name>Mark F. Roll</name><uri>https://millironx.millironx.page/@indiewebpub/people/mark-f.-roll/</uri></author><author><name>Kristopher v. Waynant</name><uri>https://millironx.millironx.page/@indiewebpub/people/kristopher-v.-waynant/</uri></author><author><name>James G. Moberly</name><uri>https://millironx.millironx.page/@indiewebpub/people/james-g.-moberly/</uri></author><category term="paper"/><category term="diffusion"/><category term="hydrogels"/><category term="ionic strength"/><category term="polymers"/><category term="transport properties"/><summary type="text">
Bioremediation of chlorinated aliphatic hydrocarbon-contaminated aquifers can be hindered by high contaminant concentrations and acids generated during remediation. Encapsulating microbes in hydrogels may provide a protective, tunable environment from inhibiting compounds; however, current approaches to formulate successful encapsulated systems rely on trial and error rather than engineering approaches because fundamental information on mass-transfer coefficients is lacking. To address this knowledge gap, hydronium ion mass-transfer rates through two commonly used hydrogel materials, poly(vinyl alcohol) and alginic acid, under two solidification methods (chemical and cryogenic) were measured. Variations in hydrogel crosslinking conditions, polymer composition, and solvent ionic strength were investigated to understand how each influenced hydronium ion diffusivity. A three-way ANOVA indicated that the ionic strength, membrane type, and crosslinking method significantly (p &lt; 0.001) contributed to changes in hydronium ion mass transfer. Hydronium ion diffusion increased with ionic strength, counter to what is observed in aqueous-only (no polymer) solutions. Co-occurring mechanisms correlated to increased hydronium ion diffusion with ionic strength included an increased water fraction within hydrogel matrices and hydrogel contraction. Measured diffusion rates determined in this study provide first principal design information to further optimize encapsulating hydrogels for bioremediation.</summary><content type="html" xml:lang="en" xml:base="https://millironx.millironx.page/@indiewebpub/">
&lt;p>Bioremediation of chlorinated aliphatic hydrocarbon-contaminated aquifers can be
hindered by high contaminant concentrations and acids generated during
remediation. Encapsulating microbes in hydrogels may provide a protective,
tunable environment from inhibiting compounds; however, current approaches to
formulate successful encapsulated systems rely on trial and error rather than
engineering approaches because fundamental information on mass-transfer
coefficients is lacking. To address this knowledge gap, hydronium ion
mass-transfer rates through two commonly used hydrogel materials, poly(vinyl
alcohol) and alginic acid, under two solidification methods (chemical and
cryogenic) were measured. Variations in hydrogel crosslinking conditions,
polymer composition, and solvent ionic strength were investigated to understand
how each influenced hydronium ion diffusivity. A three-way ANOVA indicated that
the ionic strength, membrane type, and crosslinking method significantly (&lt;em>p&lt;/em> &amp;lt;
0.001) contributed to changes in hydronium ion mass transfer. Hydronium ion
diffusion increased with ionic strength, counter to what is observed in
aqueous-only (no polymer) solutions. Co-occurring mechanisms correlated to
increased hydronium ion diffusion with ionic strength included an increased
water fraction within hydrogel matrices and hydrogel contraction. Measured
diffusion rates determined in this study provide first principal design
information to further optimize encapsulating hydrogels for bioremediation.&lt;/p>
</content></entry><entry><id>https://millironx.millironx.page/@indiewebpub/academia/rotavirus-virome/</id><link rel="alternate" href="https://doi.org/10.1016/j.vetmic.2022.109447"/><title>Assessment of Porcine Rotavirus-associated virome variations in pigs with enteric disease</title><published>2022-04-27T00:00:00+00:00</published><updated>2022-04-27T00:00:00+00:00</updated><author><name>Tyler Doerksen</name><uri>https://millironx.millironx.page/@indiewebpub/people/tyler-doerksen/</uri></author><author><name>Thomas A. Christensen II</name><uri>https://millironx.millironx.page/@indiewebpub/people/thomas-a.-christensen-ii/</uri></author><author><name>Andrea Lu</name><uri>https://millironx.millironx.page/@indiewebpub/people/andrea-lu/</uri></author><author><name>Lance Noll</name><uri>https://millironx.millironx.page/@indiewebpub/people/lance-noll/</uri></author><author><name>Jianfa Bai</name><uri>https://millironx.millironx.page/@indiewebpub/people/jianfa-bai/</uri></author><author><name>Jamie Henningson</name><uri>https://millironx.millironx.page/@indiewebpub/people/jamie-henningson/</uri></author><author><name>Rachel Palinski</name><uri>https://millironx.millironx.page/@indiewebpub/people/rachel-palinski/</uri></author><category term="paper"/><category term="porcine rotavirus"/><category term="porcine enteric disease"/><category term="virome"/><category term="rotavirus"/><summary type="text">
Enteric disease is the predominant cause of morbidity and mortality in young mammals including pigs. Viral species involved in porcine enteric disease complex (PEDC) include rotaviruses, coronaviruses, picornaviruses, astroviruses and pestiviruses among others. The virome of three groups of swine samples submitted to the Kansas State University Veterinary Diagnostic Laboratory for routine testing were assessed, namely, a Rotavirus A positive (RVA) group, a Rotavirus co-infection (RV) group and a Rotavirus Negative (RV Neg) group. All groups were designated by qRT-PCR results testing for Porcine Rotavirus A, B, C and H such that samples positive for RVA only went in the RVA group, samples positive for >1 rotavirus went in the RV group and samples negative for all were grouped in the RVNeg group. All of the animals had clinical enteric disease resulting in scours and swollen joints/lameness, enlarged heart and/or a cough. All samples were metagenomic sequenced and analyzed for viral species composition that identified 14 viral species and eight bacterial viruses/phages. Sapovirus and Escherichia coli phages were found at a high prevalence in RVA and RV samples but were found at low or no prevalence in the RV Neg samples. Picobirnavirus was identified at a high proportion and prevalence in RV Neg and RV samples but at a low prevalence in the RVA group. A sequence analysis of the possible host of Picobirnaviruses revealed fungi as the most likely host. Non-rotaviral diversity was highest in RVA samples followed by RV then RV Neg samples. Various sequences were extracted from the sample reads and a phylogenetic update was provided showing a high prevalence of G9 and P[23] RVA genotypes. These data are important for pathogen surveillance and control measures</summary><content type="html" xml:lang="en" xml:base="https://millironx.millironx.page/@indiewebpub/">
&lt;p>Enteric disease is the predominant cause of morbidity and mortality in young
mammals including pigs. Viral species involved in porcine enteric disease
complex (PEDC) include rotaviruses, coronaviruses, picornaviruses, astroviruses
and pestiviruses among others. The virome of three groups of swine samples
submitted to the Kansas State University Veterinary Diagnostic Laboratory for
routine testing were assessed, namely, a Rotavirus A positive (RVA) group, a
Rotavirus co-infection (RV) group and a Rotavirus Negative (RV Neg) group. All
groups were designated by qRT-PCR results testing for Porcine Rotavirus A, B, C
and H such that samples positive for RVA only went in the RVA group, samples
positive for &amp;gt;1 rotavirus went in the RV group and samples negative for all were
grouped in the RVNeg group. All of the animals had clinical enteric disease
resulting in scours and swollen joints/lameness, enlarged heart and/or a cough.
All samples were metagenomic sequenced and analyzed for viral species
composition that identified 14 viral species and eight bacterial viruses/phages.
Sapovirus and Escherichia coli phages were found at a high prevalence in RVA and
RV samples but were found at low or no prevalence in the RV Neg samples.
Picobirnavirus was identified at a high proportion and prevalence in RV Neg and
RV samples but at a low prevalence in the RVA group. A sequence analysis of the
possible host of Picobirnaviruses revealed fungi as the most likely host.
Non-rotaviral diversity was highest in RVA samples followed by RV then RV Neg
samples. Various sequences were extracted from the sample reads and a
phylogenetic update was provided showing a high prevalence of G9 and P[23] RVA
genotypes. These data are important for pathogen surveillance and control
measures&lt;/p>
</content></entry><entry><id>https://millironx.millironx.page/@indiewebpub/academia/thesis/</id><link rel="alternate" href="https://www.proquest.com/dissertations-theses/polyoxometalate-incorporation-effects-on-proton/docview/2502214356/se-2"/><title>Polyoxometalate Incorporation and Effects on Proton Transport in Hydrogel Polymers</title><published>2020-08-07T00:00:00+00:00</published><updated>2020-08-07T00:00:00+00:00</updated><author><name>Thomas A. Christensen II</name><uri>https://millironx.millironx.page/@indiewebpub/people/thomas-a.-christensen-ii/</uri></author><category term="thesis"/><category term="bioremediation"/><category term="polyoxometalate"/><category term="hydrogel polymers"/><category term="proton transport"/><category term="chemical engineering"/><summary type="text">
Polyoxometalate clusters embedded into hydrogel biobeads may be able to solve the challenges posed by free proton generation during remediation of trichloroethylene by acting as buffers and reducing protons to hydrogen gas. In this thesis, the challenges posed by systems that contain both diffusion and reaction processes for protons are considered mathematically, and a computer simulation to was developed to prove the relationship between diaphragm cell lag period and reactive capabilities of membranes. Two polyoxometalate compounds, sodium decavanadate and alumina sulfate, were successfully incorporated into a poly(vinyl alcohol) hydrogel membrane, and the diffusivity changes associated with each compound was determined. It was found that the diffusivity of protons through an unmodified 10% w/v poly(vinyl alcohol) membrane was 1.76 × 10-5 cm2 s-1 , the diffusivity through a 10%/2% w/w/v poly(vinyl alcohol)/sodium decavanadate membrane was 3.10 × 10-6 cm2 s-1 , and the diffusivity through a 10%/2% w/w/v poly(vinyl alcohol)/alumina sulfate membrane was 3.32 × 10-7 cm2 s-1 . Through analysis of the diaphragm cell lag period, it was found the incorporation of sodium decavanadate did not increase the reactivity of a poly(vinyl alcohol) hydrogel, and incorporation of alumina sulfate lowered the reactivity. These results indicate that polyoxometalate integration into hydrogel membranes is feasible, but does not provide any advantage to a bioremediation scenario.</summary><content type="html" xml:lang="en" xml:base="https://millironx.millironx.page/@indiewebpub/">
&lt;p>Polyoxometalate clusters embedded into hydrogel biobeads may be able to solve
the challenges posed by free proton generation during remediation of
trichloroethylene by acting as buffers and reducing protons to hydrogen gas. In
this thesis, the challenges posed by systems that contain both diffusion and
reaction processes for protons are considered mathematically, and a computer
simulation to was developed to prove the relationship between diaphragm cell lag
period and reactive capabilities of membranes. Two polyoxometalate compounds,
sodium decavanadate and alumina sulfate, were successfully incorporated into a
poly(vinyl alcohol) hydrogel membrane, and the diffusivity changes associated
with each compound was determined. It was found that the diffusivity of protons
through an unmodified 10% w/v poly(vinyl alcohol) membrane was 1.76 ×
10&lt;sup>-5&lt;/sup>
cm&lt;sup>2&lt;/sup>
s&lt;sup>-1&lt;/sup>
, the diffusivity through a
10%/2% w/w/v poly(vinyl alcohol)/sodium decavanadate membrane was 3.10 ×
10&lt;sup>-6&lt;/sup>
cm&lt;sup>2&lt;/sup>
s&lt;sup>-1&lt;/sup>
, and the diffusivity through a
10%/2% w/w/v poly(vinyl alcohol)/alumina sulfate membrane was 3.32 ×
10&lt;sup>-7&lt;/sup>
cm&lt;sup>2&lt;/sup>
s&lt;sup>-1&lt;/sup>
. Through analysis of the
diaphragm cell lag period, it was found the incorporation of sodium decavanadate
did not increase the reactivity of a poly(vinyl alcohol) hydrogel, and
incorporation of alumina sulfate lowered the reactivity. These results indicate
that polyoxometalate integration into hydrogel membranes is feasible, but does
not provide any advantage to a bioremediation scenario.&lt;/p>
</content></entry><entry><id>https://millironx.millironx.page/@indiewebpub/academia/metagenomics/</id><link rel="alternate" href="/academia/metagenomics/metagenomics_analysis_of_rumen_populations.pdf"/><title>Metagenomic analysis of rumen populations in week-old calves as altered by maternal late gestational nutrition and mode of delivery</title><published>2019-06-12T00:00:00+00:00</published><updated>2019-06-12T00:00:00+00:00</updated><author><name>Thomas A. Christensen II</name><uri>https://millironx.millironx.page/@indiewebpub/people/thomas-a.-christensen-ii/</uri></author><author><name>Kathy J. Austin</name><uri>https://millironx.millironx.page/@indiewebpub/people/kathy-j.-austin/</uri></author><author><name>Kristi M. Cammack</name><uri>https://millironx.millironx.page/@indiewebpub/people/kristi-m.-cammack/</uri></author><author><name>Hannah C. Cunningham-Hollinger</name><uri>https://millironx.millironx.page/@indiewebpub/people/hannah-c.-cunningham-hollinger/</uri></author><category term="poster"/><category term="gestation"/><category term="metagenomics"/><category term="microbiome"/><category term="rumen"/><summary type="text">
Early colonization of the rumen microbiome is critical to host health and long term performance. Factors that influence early colonization include maternal factors such as gestational nutrition and mode of delivery. Therefore, we hypothesized that late gestational nutrition and mode of delivery would influence the calf rumen microbiome. Our objectives were to determine if nutrient restriction during late gestation alters the calf rumen microbiome and determine if ruminal microbiome composition differs in calves born vaginally versus caesarean. Late gestating Angus cows were randomly allocated to one of three treatment groups: control (CON; n = 6), caesarean section (CS; n = 4), and nutrient restricted (NR; n = 5), where CON were fed DDGS and hay to meet NRC requirements and calved naturally; CS were fed similarly to CON and calves were born via caesarean section; and NR were fed at a level to reduce BCS by 1.5-2.0 points over the last trimester compared to CON and calved naturally. Rumen fluid was collected via oral lavage prior to partition from cows and at d 7 from calves. Microbial DNA was isolated from the rumen fluid and metagenomic shotgun sequencing was performed using the Illumina HiSeq 2500 platform. Sequence data were analyzed using Metaxa2 for taxonomic assignment followed by QIIME1 and QIIME2 to determine differential abundance and alpha- and beta-diversity differences. There were no significant differences in alpha-diversity as measured by shannon index across treatment groups for cows (P = 0.239), but there were significant differences for calves (P = 0.015). Similarly, there were no significant differences in beta-diversity as measured by the bray-curtis dissimilarity matrix for cows (P = 0.059), but there were significant differences for calves (P = 0.007). Alpha-diversity differed (P &lt; 0.001) between cows and calves, with cows having increased species richness compared to calves. Beta-diversity also differed (P = 0.001) between cows and calves. At total of 410 taxa were differentially abundant (P &lt; 0.01) between cows and calves. These results suggest that the mature rumen microbiome of cows is able to withstand changes in feed intake, however the calf microbiome is susceptible to alteration by maternal factors. These data also suggest that there may be opportunities to develop management strategies during late gestation that influence calf health and performance long-term.</summary><content type="html" xml:lang="en" xml:base="https://millironx.millironx.page/@indiewebpub/">
&lt;p>Early colonization of the rumen microbiome is critical to host health and long
term performance. Factors that influence early colonization include maternal
factors such as gestational nutrition and mode of delivery. Therefore, we
hypothesized that late gestational nutrition and mode of delivery would
influence the calf rumen microbiome. Our objectives were to determine if
nutrient restriction during late gestation alters the calf rumen microbiome and
determine if ruminal microbiome composition differs in calves born vaginally
versus caesarean. Late gestating Angus cows were randomly allocated to one of
three treatment groups: control (&lt;strong>CON&lt;/strong>; n = 6), caesarean section (&lt;strong>CS&lt;/strong>; n =
4), and nutrient restricted (&lt;strong>NR&lt;/strong>; n = 5), where CON were fed DDGS and hay to
meet NRC requirements and calved naturally; CS were fed similarly to CON and
calves were born via caesarean section; and NR were fed at a level to reduce BCS
by 1.5-2.0 points over the last trimester compared to CON and calved naturally.
Rumen fluid was collected via oral lavage prior to partition from cows and at d
7 from calves. Microbial DNA was isolated from the rumen fluid and metagenomic
shotgun sequencing was performed using the Illumina HiSeq 2500 platform.
Sequence data were analyzed using Metaxa2 for taxonomic assignment followed by
QIIME1 and QIIME2 to determine differential abundance and alpha- and
beta-diversity differences. There were no significant differences in
alpha-diversity as measured by shannon index across treatment groups for cows
(&lt;em>P&lt;/em> = 0.239), but there were significant differences for calves (&lt;em>P&lt;/em> = 0.015).
Similarly, there were no significant differences in beta-diversity as measured
by the bray-curtis dissimilarity matrix for cows (&lt;em>P&lt;/em> = 0.059), but there were
significant differences for calves (&lt;em>P&lt;/em> = 0.007). Alpha-diversity differed (&lt;em>P&lt;/em>
&amp;lt; 0.001) between cows and calves, with cows having increased species richness
compared to calves. Beta-diversity also differed (&lt;em>P&lt;/em> = 0.001) between cows and
calves. At total of 410 taxa were differentially abundant (&lt;em>P&lt;/em> &amp;lt; 0.01) between
cows and calves. These results suggest that the mature rumen microbiome of cows
is able to withstand changes in feed intake, however the calf microbiome is
susceptible to alteration by maternal factors. These data also suggest that
there may be opportunities to develop management strategies during late
gestation that influence calf health and performance long-term.&lt;/p>
</content></entry><entry><id>https://millironx.millironx.page/@indiewebpub/academia/cheme-car/</id><link rel="alternate" href="https://doi.org/10.15786/13700938.v1"/><title>The ChemE Car that Cud: AIChE ChemE Car Engineering Design Proposal</title><published>2019-05-14T00:00:00+00:00</published><updated>2019-05-14T00:00:00+00:00</updated><author><name>Thomas A. Christensen II</name><uri>https://millironx.millironx.page/@indiewebpub/people/thomas-a.-christensen-ii/</uri></author><category term="thesis"/><category term="chemical engineering"/><category term="aiche"/><category term="radiation"/><category term="rumen"/><category term="microbial electrolysis cells"/><summary type="text">
The ChemE Car That Cud showcases Wyomings dominant industries of agriculture and mining by utilizing rumen fluid from a cannulated beef cow to generate hydrogen to be used in a hydrogen fuel cell and radioactive cesium, a byproduct of uranium that is often obtained from Wyomings mines, to time the cars stop. The concentration of cesium-137 source is measured using the radioactive decay of cesium shielded by aluminum. The painted aluminum chassis was obtained from a previous team at UW, and modified using plastic knex toys to adapt to the current power source and stopping mechanism.</summary><content type="html" xml:lang="en" xml:base="https://millironx.millironx.page/@indiewebpub/">
&lt;p>The ChemE Car That Cud showcases Wyoming&amp;rsquo;s dominant industries of agriculture
and mining by utilizing rumen fluid from a cannulated beef cow to generate
hydrogen to be used in a hydrogen fuel cell and radioactive cesium, a byproduct
of uranium that is often obtained from Wyoming&amp;rsquo;s mines, to time the car&amp;rsquo;s stop.
The concentration of cesium-137 source is measured using the radioactive decay
of cesium shielded by aluminum. The painted aluminum chassis was obtained from a
previous team at UW, and modified using plastic k&amp;rsquo;nex toys to adapt to the
current power source and stopping mechanism.&lt;/p>
</content></entry><entry><id>https://millironx.millironx.page/@indiewebpub/academia/pva-aiche/</id><link rel="alternate" href="/academia/pva-aiche/measuring_diffusion_of_trichloroethylene.pdf"/><title>Measuring Diffusion of Trichlorethylene Breakdown Products in Polyvinylalginate</title><published>2018-10-29T00:00:00+00:00</published><updated>2018-10-29T00:00:00+00:00</updated><author><name>Thomas A. Christensen II</name><uri>https://millironx.millironx.page/@indiewebpub/people/thomas-a.-christensen-ii/</uri></author><author><name>Samuel R. Wolfe</name><uri>https://millironx.millironx.page/@indiewebpub/people/samuel-r.-wolfe/</uri></author><author><name>Jonathan Counts</name><uri>https://millironx.millironx.page/@indiewebpub/people/jonathan-counts/</uri></author><author><name>Mark F. Roll</name><uri>https://millironx.millironx.page/@indiewebpub/people/mark-f.-roll/</uri></author><author><name>Kristopher v. Waynant</name><uri>https://millironx.millironx.page/@indiewebpub/people/kristopher-v.-waynant/</uri></author><author><name>James G. Moberly</name><uri>https://millironx.millironx.page/@indiewebpub/people/james-g.-moberly/</uri></author><category term="poster"/><category term="bioremediation"/><category term="polyoxometalate"/><category term="hydrogel polymers"/><category term="proton transport"/><category term="chemical engineering"/><summary type="text">
Trichloroethylene (TCE), a toxic and carcinogenic contaminant, presents unique challenges for cleanup because of its water solubility, density, and volatility. Bioremediation of TCE is a promising cleanup method; however, metabolism of TCE results in acid generation that inhibits remediating microorganisms. Calcium alginate(CA)-polyvinylalcohol (PVA) hydrogels show promise for protecting remediating microbes, however diffusion of TCE or its byproducts through these polymers is unknown. To measure the effective diffusion coefficient of TCE and byproducts through hydrogel membranes, we used a modified diaphragm cell. Measured effective diffusion coefficient of each species was (cm 2 /s × 106 ): 14.0 ± 1.91 for H+ ions, 12.4 ± 1.64 for TCE, 7.83 ± 0.54 for cis-1,2-dichloroethylene (DCE), and 4.68 ± 4.14 for vinyl chloride. These results aid in engineering biobeads and suggest that CA-PVA hydrogel blends are effective in slowing diffusion of protons, buffering acids produced by trichloroethylene metabolism, and remains suitable for encapsulation of microorganisms involved in bioremediation.</summary><content type="html" xml:lang="en" xml:base="https://millironx.millironx.page/@indiewebpub/">
&lt;p>Trichloroethylene (TCE), a toxic and carcinogenic contaminant, presents unique
challenges for cleanup because of its water solubility, density, and volatility.
Bioremediation of TCE is a promising cleanup method; however, metabolism of TCE
results in acid generation that inhibits remediating microorganisms. Calcium
alginate(CA)-polyvinylalcohol (PVA) hydrogels show promise for protecting
remediating microbes, however diffusion of TCE or its byproducts through these
polymers is unknown. To measure the effective diffusion coefficient of TCE and
byproducts through hydrogel membranes, we used a modified diaphragm cell.
Measured effective diffusion coefficient of each species was (cm &lt;sup>2&lt;/sup>
/s
× 10&lt;sup>6&lt;/sup>
): 14.0 ± 1.91 for H&lt;sup>&amp;#43;&lt;/sup>
ions, 12.4 ± 1.64 for TCE,
7.83 ± 0.54 for cis-1,2-dichloroethylene (DCE), and 4.68 ± 4.14 for vinyl
chloride. These results aid in engineering biobeads and suggest that CA-PVA
hydrogel blends are effective in slowing diffusion of protons, buffering acids
produced by trichloroethylene metabolism, and remains suitable for encapsulation
of microorganisms involved in bioremediation.&lt;/p>
</content></entry><entry><id>https://millironx.millironx.page/@indiewebpub/academia/how-to-build-a-cow-cud-fuel-cell/</id><link rel="alternate" href="https://millironx.millironx.page/@indiewebpub/academia/how-to-build-a-cow-cud-fuel-cell/"/><title>How to Build a Cow-Cud Fuel Cell</title><published>2018-08-01T00:00:00+00:00</published><updated>2018-08-01T00:00:00+00:00</updated><author><name>Thomas A. Christensen II</name><uri>https://millironx.millironx.page/@indiewebpub/people/thomas-a.-christensen-ii/</uri></author><category term="presentation"/></entry><entry><id>https://millironx.millironx.page/@indiewebpub/academia/pva-inbre/</id><link rel="alternate" href="https://millironx.millironx.page/@indiewebpub/academia/pva-inbre/"/><title>Measuring diffusion of protons in polyvinyalginate</title><published>2018-07-31T00:00:00+00:00</published><updated>2018-07-31T00:00:00+00:00</updated><author><name>Thomas A. Christensen II</name><uri>https://millironx.millironx.page/@indiewebpub/people/thomas-a.-christensen-ii/</uri></author><author><name>Jonathan Counts</name><uri>https://millironx.millironx.page/@indiewebpub/people/jonathan-counts/</uri></author><author><name>James G. Moberly</name><uri>https://millironx.millironx.page/@indiewebpub/people/james-g.-moberly/</uri></author><category term="poster"/><summary type="text">
Trichloroethylene (TCE) is a toxic and carcinogenic contaminant that presents unique challenges for cleanup because of its density and volatility. Use of microorganisms may be a promising remediation method, however metabolism of TCE results in acid buildup, which consequently impedes the ability of microorganisms to perform this remediation. Polyvinylalginate (PVA) shows promise as a useful shield for microorganisms carrying out bioremediation of TCE by surrounding them in a protective biofilm-like layer, however, key information is missing which relates diffusion of TCE or its metabolic products through PVA. To measure the effective diffusion coefficient of H+ ions through a PVA membrane cross-linked with boric acid and calcium ions, we used a modified diaphragm cell. We found the effective diffusion coefficient to be 1.40 × 10-5 ± 1.91 × 10-6 cm2 s, a nearly seven-fold decrease in diffusivity compared to protons in water, with an unexpected significant but as of yet unquantified adsorption capacity. These results suggest that polyvinylalginate is effective in slowing diffusion of protons and buffering these acids produced by trichloroethylene metabolism, and remains suitable for encapsulation of microorganisms involved in bioremediation.</summary><content type="html" xml:lang="en" xml:base="https://millironx.millironx.page/@indiewebpub/">
&lt;p>Trichloroethylene (TCE) is a toxic and carcinogenic contaminant that presents
unique challenges for cleanup because of its density and volatility. Use of
microorganisms may be a promising remediation method, however metabolism of TCE
results in acid buildup, which consequently impedes the ability of
microorganisms to perform this remediation. Polyvinylalginate (PVA) shows
promise as a useful shield for microorganisms carrying out bioremediation of TCE
by surrounding them in a protective biofilm-like layer, however, key information
is missing which relates diffusion of TCE or its metabolic products through PVA.
To measure the effective diffusion coefficient of H&lt;sup>&amp;#43;&lt;/sup>
ions through
a PVA membrane cross-linked with boric acid and calcium ions, we used a modified
diaphragm cell. We found the effective diffusion coefficient to be 1.40 ×
10&lt;sup>-5&lt;/sup>
± 1.91 × 10&lt;sup>-6&lt;/sup>
cm&lt;sup>2&lt;/sup>
s, a nearly
seven-fold decrease in diffusivity compared to protons in water, with an
unexpected significant but as of yet unquantified adsorption capacity. These
results suggest that polyvinylalginate is effective in slowing diffusion of
protons and buffering these acids produced by trichloroethylene metabolism, and
remains suitable for encapsulation of microorganisms involved in bioremediation.&lt;/p>
</content></entry></feed>

View file

@ -0,0 +1 @@

View file

@ -0,0 +1,27 @@
<!doctype html><html class=no-js lang=en><head><meta charset=utf-8><meta http-equiv=x-ua-compatible content="ie=edge"><meta name=viewport content="width=device-width,initial-scale=1"><title>Got Warts? Bovine Papillomavirus Pathogenesis, Transmission, and Vaccination
-
Milliron X
</title><link rel=icon href=https://millironx.millironx.page/@indiewebpub/favicon.ico sizes=32x32><link rel=icon href=https://millironx.millironx.page/@indiewebpub/graphics/millironx-icon.svg type=image/svg+xml><link rel=apple-touch-icon href=https://millironx.millironx.page/@indiewebpub/apple-touch-icon.png><link rel=manifest href=https://millironx.millironx.page/@indiewebpub/manifest.json><link href=https://millironx.millironx.page/@indiewebpub/styles/millironx.min.css rel=stylesheet><meta property="og:url" content="https://millironx.millironx.page/@indiewebpub/academia/got-warts-naab/"><meta property="og:site_name" content="Milliron X"><meta property="og:title" content="Got Warts? Bovine Papillomavirus Pathogenesis, Transmission, and Vaccination"><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="academia"><meta property="article:published_time" content="2024-09-19T00:00:00+00:00"><meta property="article:modified_time" content="2024-09-19T00:00:00+00:00"><meta property="og:image" content="https://millironx.millironx.page/@indiewebpub/saddles.jpg"><meta itemprop=name content="Got Warts? Bovine Papillomavirus Pathogenesis, Transmission, and Vaccination"><meta itemprop=datePublished content="2024-09-19T00:00:00+00:00"><meta itemprop=dateModified content="2024-09-19T00:00:00+00:00"><meta itemprop=image content="https://millironx.millironx.page/@indiewebpub/saddles.jpg"><meta itemprop=keywords content="Presentation,Bob Gentry,Thomas A. Christensen II"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://millironx.millironx.page/@indiewebpub/saddles.jpg"><meta name=twitter:title content="Got Warts? Bovine Papillomavirus Pathogenesis, Transmission, and Vaccination"></head><body><header><object data=https://millironx.millironx.page/@indiewebpub/graphics/millironx.svg>
<img src=https://millironx.millironx.page/@indiewebpub/graphics/millironx.svg alt="Milliron X"></object><h1 class=font-small-caps>Milliron X</h1></header><div class=row id=content><aside><nav><a href=/@indiewebpub/><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M511.8 287.6H576V240L288.4.0.0 240v47.6H64.1V512H224V352H352V512H512.8l-1-224.4z"/></svg></span>
Home
</a><a href=/@indiewebpub/people/thomas-a.-christensen-ii/><span class="fa-container fa-fw"><svg viewBox="0 0 512 512"><path d="M256 512A256 256 0 10256 0a256 256 0 100 512zM216 336h24V272H216 192V224h24 48 24v24 88h8 24v48H296 216 192V336h24zm72-144H224V128h64v64z"/></svg></span>
About
</a><a href=/@indiewebpub/blogroll/><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M0 80v80H48 96V80c0-26.5-21.5-48-48-48S0 53.5.0 80zM112 32c10 13.4 16 30 16 48V384c0 35.3 28.7 64 64 64s64-28.7 64-64V336 320h16H480V128c0-53-43-96-96-96H112zM464 480c61.9.0 112-50.1 112-112V352H288v32c0 53-43 96-96 96H368h96z"/></svg></span>
Blogroll
</a><a href=/@indiewebpub/contact/><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M224 0H0V512H384V427l-1.7 1.7-120.1 17.2-11.7 1.9-11.6 1.9-5.3-10.5L222.1 416H209.9l-11.6 23.2-4.4 8.8H184h-8-11.9l-3.4-11.4L144 381l-16.7 55.6L123.9 448H112 80 64V416H80h20.1l20.6-68.6 3.4-11.4H136h16 11.9l3.4 11.4 15.4 51.4 3-5.9 4.4-8.8H2e2h32 9.9l4.4 8.8 7.2 14.5 13.5-94 117-117V160H224V0zm32 0V128H384L256 0zM505 119.8l-41.3 41.3 71 71L576 190.8l-71-71zm-63.9 63.9L299.9 325 288 407.9 370.9 396 512.1 254.7l-71-71z"/></svg></span>
Contact
</a><a href=/@indiewebpub/posts/><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M448 64H0v64H448V64zm0 160H128v64H448V224zM128 384v64H448V384H128zM64 224H0V448H64V224z"/></svg></span>
Blog
</a><a href=/@indiewebpub/academia/><span class="fa-container fa-fw"><svg viewBox="0 0 512 512"><path d="M0 144 256 0 512 144v48H0V144zM0 512V464l64-48V224h64V416h40V224h64V416h48V224h64V416h40V224h64V416l64 48v48H0zM256 144a32 32 0 100-64 32 32 0 100 64z"/></svg></span>
Academia
</a><a href=https://code.millironx.com><span class="fa-container fa-fw"><svg viewBox="0 0 640 512"><path d="M362.8 8l-9.4 30.6-128 416L216 485.2 277.2 504l9.4-30.6 128-416L424 26.8 362.8 8zm71.9 136 22.6 22.6L546.7 256l-89.4 89.4L434.7 368 480 413.3l22.6-22.6 112-112L637.3 256l-22.6-22.6-112-112L480 98.7 434.7 144zM160 98.7l-22.6 22.6-112 112L2.7 256l22.6 22.6 112 112L160 413.3 205.3 368l-22.6-22.6L93.3 256l89.4-89.4L205.3 144 160 98.7z"/></svg></span>
Code
</a><a href=https://video.millironx.com><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M384 64H0V448H384V64zM576 448V64L416 174.9V337.1L576 448z"/></svg></span>
Videos
</a><a href=https://youtu.be/dQw4w9WgXcQ><span class="fa-container fa-fw"><svg viewBox="0 0 512 512"><path d="M192 96 352 256 192 416h-32v-96H0V192h160V96h32zM352 416h96V96h-96-32V32h32 128 32v32 384 32h-32-128-32v-64h32z"/></svg></span>
Login</a></nav></aside><main><section><h5>National Association of Animal Breeders Technical Conference Sponsor session: Middleton, Wisconsin</h5><h2>Got Warts? Bovine Papillomavirus Pathogenesis, Transmission, and Vaccination</h2><h3><small><a href=https://millironx.millironx.page/@indiewebpub/people/bob-gentry/ class=card-link><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Bob Gentry</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/thomas-a.-christensen-ii/ class="card-link
bolder"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Thomas A. Christensen II</a></small></h3><h4>September 19, 2024</h4></section></main></div><footer><img src=https://millironx.millironx.page/@indiewebpub/graphics/brandedbull.min.svg height=95rem><p>&copy; 2025 Thomas A. Christensen II<br>Licensed
<a rel=license href=http://creativecommons.org/licenses/by/4.0/>CC-BY 4.0</a><br>Built with <a href=https://gohugo.io>Hugo</a> v0.141.0</p></footer><script>window.goatcounter={path:function(e){return location.host+e}}</script><script data-goatcounter=https://millironx.goatcounter.com/count async src=//gc.zgo.at/count.js></script></body></html>

View file

@ -0,0 +1 @@

View file

@ -0,0 +1,25 @@
<!doctype html><html class=no-js lang=en><head><meta charset=utf-8><meta http-equiv=x-ua-compatible content="ie=edge"><meta name=viewport content="width=device-width,initial-scale=1"><title>How to Build a Cow-Cud Fuel Cell
-
Milliron X
</title><link rel=icon href=https://millironx.millironx.page/@indiewebpub/favicon.ico sizes=32x32><link rel=icon href=https://millironx.millironx.page/@indiewebpub/graphics/millironx-icon.svg type=image/svg+xml><link rel=apple-touch-icon href=https://millironx.millironx.page/@indiewebpub/apple-touch-icon.png><link rel=manifest href=https://millironx.millironx.page/@indiewebpub/manifest.json><link href=https://millironx.millironx.page/@indiewebpub/styles/millironx.min.css rel=stylesheet><meta property="og:url" content="https://millironx.millironx.page/@indiewebpub/academia/how-to-build-a-cow-cud-fuel-cell/"><meta property="og:site_name" content="Milliron X"><meta property="og:title" content="How to Build a Cow-Cud Fuel Cell"><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="academia"><meta property="article:published_time" content="2018-08-01T00:00:00+00:00"><meta property="article:modified_time" content="2018-08-01T00:00:00+00:00"><meta property="og:image" content="https://millironx.millironx.page/@indiewebpub/saddles.jpg"><meta itemprop=name content="How to Build a Cow-Cud Fuel Cell"><meta itemprop=datePublished content="2018-08-01T00:00:00+00:00"><meta itemprop=dateModified content="2018-08-01T00:00:00+00:00"><meta itemprop=image content="https://millironx.millironx.page/@indiewebpub/saddles.jpg"><meta itemprop=keywords content="Presentation,Thomas A. Christensen II"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://millironx.millironx.page/@indiewebpub/saddles.jpg"><meta name=twitter:title content="How to Build a Cow-Cud Fuel Cell"></head><body><header><object data=https://millironx.millironx.page/@indiewebpub/graphics/millironx.svg>
<img src=https://millironx.millironx.page/@indiewebpub/graphics/millironx.svg alt="Milliron X"></object><h1 class=font-small-caps>Milliron X</h1></header><div class=row id=content><aside><nav><a href=/@indiewebpub/><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M511.8 287.6H576V240L288.4.0.0 240v47.6H64.1V512H224V352H352V512H512.8l-1-224.4z"/></svg></span>
Home
</a><a href=/@indiewebpub/people/thomas-a.-christensen-ii/><span class="fa-container fa-fw"><svg viewBox="0 0 512 512"><path d="M256 512A256 256 0 10256 0a256 256 0 100 512zM216 336h24V272H216 192V224h24 48 24v24 88h8 24v48H296 216 192V336h24zm72-144H224V128h64v64z"/></svg></span>
About
</a><a href=/@indiewebpub/blogroll/><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M0 80v80H48 96V80c0-26.5-21.5-48-48-48S0 53.5.0 80zM112 32c10 13.4 16 30 16 48V384c0 35.3 28.7 64 64 64s64-28.7 64-64V336 320h16H480V128c0-53-43-96-96-96H112zM464 480c61.9.0 112-50.1 112-112V352H288v32c0 53-43 96-96 96H368h96z"/></svg></span>
Blogroll
</a><a href=/@indiewebpub/contact/><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M224 0H0V512H384V427l-1.7 1.7-120.1 17.2-11.7 1.9-11.6 1.9-5.3-10.5L222.1 416H209.9l-11.6 23.2-4.4 8.8H184h-8-11.9l-3.4-11.4L144 381l-16.7 55.6L123.9 448H112 80 64V416H80h20.1l20.6-68.6 3.4-11.4H136h16 11.9l3.4 11.4 15.4 51.4 3-5.9 4.4-8.8H2e2h32 9.9l4.4 8.8 7.2 14.5 13.5-94 117-117V160H224V0zm32 0V128H384L256 0zM505 119.8l-41.3 41.3 71 71L576 190.8l-71-71zm-63.9 63.9L299.9 325 288 407.9 370.9 396 512.1 254.7l-71-71z"/></svg></span>
Contact
</a><a href=/@indiewebpub/posts/><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M448 64H0v64H448V64zm0 160H128v64H448V224zM128 384v64H448V384H128zM64 224H0V448H64V224z"/></svg></span>
Blog
</a><a href=/@indiewebpub/academia/><span class="fa-container fa-fw"><svg viewBox="0 0 512 512"><path d="M0 144 256 0 512 144v48H0V144zM0 512V464l64-48V224h64V416h40V224h64V416h48V224h64V416h40V224h64V416l64 48v48H0zM256 144a32 32 0 100-64 32 32 0 100 64z"/></svg></span>
Academia
</a><a href=https://code.millironx.com><span class="fa-container fa-fw"><svg viewBox="0 0 640 512"><path d="M362.8 8l-9.4 30.6-128 416L216 485.2 277.2 504l9.4-30.6 128-416L424 26.8 362.8 8zm71.9 136 22.6 22.6L546.7 256l-89.4 89.4L434.7 368 480 413.3l22.6-22.6 112-112L637.3 256l-22.6-22.6-112-112L480 98.7 434.7 144zM160 98.7l-22.6 22.6-112 112L2.7 256l22.6 22.6 112 112L160 413.3 205.3 368l-22.6-22.6L93.3 256l89.4-89.4L205.3 144 160 98.7z"/></svg></span>
Code
</a><a href=https://video.millironx.com><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M384 64H0V448H384V64zM576 448V64L416 174.9V337.1L576 448z"/></svg></span>
Videos
</a><a href=https://youtu.be/dQw4w9WgXcQ><span class="fa-container fa-fw"><svg viewBox="0 0 512 512"><path d="M192 96 352 256 192 416h-32v-96H0V192h160V96h32zM352 416h96V96h-96-32V32h32 128 32v32 384 32h-32-128-32v-64h32z"/></svg></span>
Login</a></nav></aside><main><section><h5>Idaho INBRE Summer Research Conference: Moscow, Idaho</h5><h2>How to Build a Cow-Cud Fuel Cell</h2><h3><small><a href=https://millironx.millironx.page/@indiewebpub/people/thomas-a.-christensen-ii/ class="card-link
bolder"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Thomas A. Christensen II</a></small></h3><h4>August 1, 2018</h4></section></main></div><footer><img src=https://millironx.millironx.page/@indiewebpub/graphics/brandedbull.min.svg height=95rem><p>&copy; 2025 Thomas A. Christensen II<br>Licensed
<a rel=license href=http://creativecommons.org/licenses/by/4.0/>CC-BY 4.0</a><br>Built with <a href=https://gohugo.io>Hugo</a> v0.141.0</p></footer><script>window.goatcounter={path:function(e){return location.host+e}}</script><script data-goatcounter=https://millironx.goatcounter.com/count async src=//gc.zgo.at/count.js></script></body></html>

View file

@ -0,0 +1 @@

File diff suppressed because one or more lines are too long

116
academia/index.html Normal file
View file

@ -0,0 +1,116 @@
<!doctype html><html class=no-js lang=en><head><meta charset=utf-8><meta http-equiv=x-ua-compatible content="ie=edge"><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content="A list of my academic publications"><title>Academic Publications and Presentations
-
Milliron X
</title><link rel=icon href=https://millironx.millironx.page/@indiewebpub/favicon.ico sizes=32x32><link rel=icon href=https://millironx.millironx.page/@indiewebpub/graphics/millironx-icon.svg type=image/svg+xml><link rel=apple-touch-icon href=https://millironx.millironx.page/@indiewebpub/apple-touch-icon.png><link rel=manifest href=https://millironx.millironx.page/@indiewebpub/manifest.json><link href=https://millironx.millironx.page/@indiewebpub/styles/millironx.min.css rel=stylesheet><link href=https://millironx.millironx.page/@indiewebpub/styles/scrolling-header.min.css rel=stylesheet><link rel=alternate type=application/atom+xml href=https://millironx.millironx.page/@indiewebpub/academia/feed.xml><meta property="og:url" content="https://millironx.millironx.page/@indiewebpub/academia/"><meta property="og:site_name" content="Milliron X"><meta property="og:title" content="Academic Publications and Presentations"><meta property="og:description" content="A list of my academic publications"><meta property="og:locale" content="en_us"><meta property="og:type" content="website"><meta property="og:image" content="https://millironx.millironx.page/@indiewebpub/academia/thumbnail.jpg"><meta itemprop=name content="Academic Publications and Presentations"><meta itemprop=description content="A list of my academic publications"><meta itemprop=datePublished content="2024-09-19T00:00:00+00:00"><meta itemprop=dateModified content="2024-09-19T00:00:00+00:00"><meta itemprop=wordCount content="95"><meta itemprop=image content="https://millironx.millironx.page/@indiewebpub/academia/thumbnail.jpg"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://millironx.millironx.page/@indiewebpub/academia/thumbnail.jpg"><meta name=twitter:title content="Academic Publications and Presentations"><meta name=twitter:description content="A list of my academic publications"></head><body><header><object data=https://millironx.millironx.page/@indiewebpub/graphics/millironx.svg>
<img src=https://millironx.millironx.page/@indiewebpub/graphics/millironx.svg alt="Milliron X"></object><h1 class=font-small-caps>Milliron X</h1></header><div class=row id=content><aside><nav><a href=/@indiewebpub/><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M511.8 287.6H576V240L288.4.0.0 240v47.6H64.1V512H224V352H352V512H512.8l-1-224.4z"/></svg></span>
Home
</a><a href=/@indiewebpub/people/thomas-a.-christensen-ii/><span class="fa-container fa-fw"><svg viewBox="0 0 512 512"><path d="M256 512A256 256 0 10256 0a256 256 0 100 512zM216 336h24V272H216 192V224h24 48 24v24 88h8 24v48H296 216 192V336h24zm72-144H224V128h64v64z"/></svg></span>
About
</a><a href=/@indiewebpub/blogroll/><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M0 80v80H48 96V80c0-26.5-21.5-48-48-48S0 53.5.0 80zM112 32c10 13.4 16 30 16 48V384c0 35.3 28.7 64 64 64s64-28.7 64-64V336 320h16H480V128c0-53-43-96-96-96H112zM464 480c61.9.0 112-50.1 112-112V352H288v32c0 53-43 96-96 96H368h96z"/></svg></span>
Blogroll
</a><a href=/@indiewebpub/contact/><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M224 0H0V512H384V427l-1.7 1.7-120.1 17.2-11.7 1.9-11.6 1.9-5.3-10.5L222.1 416H209.9l-11.6 23.2-4.4 8.8H184h-8-11.9l-3.4-11.4L144 381l-16.7 55.6L123.9 448H112 80 64V416H80h20.1l20.6-68.6 3.4-11.4H136h16 11.9l3.4 11.4 15.4 51.4 3-5.9 4.4-8.8H2e2h32 9.9l4.4 8.8 7.2 14.5 13.5-94 117-117V160H224V0zm32 0V128H384L256 0zM505 119.8l-41.3 41.3 71 71L576 190.8l-71-71zm-63.9 63.9L299.9 325 288 407.9 370.9 396 512.1 254.7l-71-71z"/></svg></span>
Contact
</a><a href=/@indiewebpub/posts/><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M448 64H0v64H448V64zm0 160H128v64H448V224zM128 384v64H448V384H128zM64 224H0V448H64V224z"/></svg></span>
Blog
</a><a class=active href=/@indiewebpub/academia/><span class="fa-container fa-fw"><svg viewBox="0 0 512 512"><path d="M0 144 256 0 512 144v48H0V144zM0 512V464l64-48V224h64V416h40V224h64V416h48V224h64V416h40V224h64V416l64 48v48H0zM256 144a32 32 0 100-64 32 32 0 100 64z"/></svg></span>
Academia
</a><a href=https://code.millironx.com><span class="fa-container fa-fw"><svg viewBox="0 0 640 512"><path d="M362.8 8l-9.4 30.6-128 416L216 485.2 277.2 504l9.4-30.6 128-416L424 26.8 362.8 8zm71.9 136 22.6 22.6L546.7 256l-89.4 89.4L434.7 368 480 413.3l22.6-22.6 112-112L637.3 256l-22.6-22.6-112-112L480 98.7 434.7 144zM160 98.7l-22.6 22.6-112 112L2.7 256l22.6 22.6 112 112L160 413.3 205.3 368l-22.6-22.6L93.3 256l89.4-89.4L205.3 144 160 98.7z"/></svg></span>
Code
</a><a href=https://video.millironx.com><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M384 64H0V448H384V64zM576 448V64L416 174.9V337.1L576 448z"/></svg></span>
Videos
</a><a href=https://youtu.be/dQw4w9WgXcQ><span class="fa-container fa-fw"><svg viewBox="0 0 512 512"><path d="M192 96 352 256 192 416h-32v-96H0V192h160V96h32zM352 416h96V96h-96-32V32h32 128 32v32 384 32h-32-128-32v-64h32z"/></svg></span>
Login</a></nav></aside><main><style>.motto::before{background-image:url(https://millironx.millironx.page/@indiewebpub/academia/thumbnail_hu13643606213071976482.jpg)}</style><div class=motto-wrapper><div class=motto title="Personally, I preferred the Owen Library in Pullman seven miles west"><div class=motto-inside><h1 id=motto>Publications and Presentations</h1></div></div></div><section><div><p>During my time in academia, I have amassed a few notable accomplishments. Of
course, as the old saying goes, &ldquo;if it isn&rsquo;t published, then it never happened,&rdquo;
so here is a list of everything that actually happened.</p><p>Academia is not the be-all and end-all of life (contrary to what your professor
might have told you). I&rsquo;ve found the side-effects to be similar to this guy&rsquo;s:</p><figure><blockquote><p>I have spent too long in school and not enough time in the middle of nowhere,
and it has inhibited my ability to learn the simple things.</p></blockquote><figcaption>Baxter Black, DVM</figcaption></figure></div><a rel=alternate type=application/atom+xml href=https://millironx.millironx.page/@indiewebpub/academia/feed.xml><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M64 32C28.7 32 0 60.7.0 96V416c0 35.3 28.7 64 64 64H384c35.3.0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm32 80c150.2.0 272 121.8 272 272H320c0-123.7-100.3-224-224-224V112zm0 96c97.2.0 176 78.8 176 176H224c0-70.7-57.3-128-128-128V208zm0 144a32 32 0 1164 0 32 32 0 11-64 0z"/></svg></span>
Subscribe</a><div class="card h-entry"><div class=card-content><div class=card-header><div class=card-title><a class=u-url href=https://millironx.millironx.page/@indiewebpub/academia/bpv-genetics/><h3 class=p-name>Genetic analysis of bovine papillomas</h3></a><div class=dt-published>19 Sep 2024</div></div><a class=category-button href=https://millironx.millironx.page/@indiewebpub/categories/poster/ title=Poster><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M32 0H0V64H32V320v32H64 256v34.7l-54.6 54.6L178.7 464 224 509.3l22.6-22.6L288 445.3l41.4 41.4L352 509.3 397.3 464l-22.6-22.6L320 386.7V352H512h32V320 64h32V0H544 480 96 32zM96 64H480V288H320 256 96V64z"/></svg></span></a></div><div class=card-body><a href=https://millironx.millironx.page/@indiewebpub/people/thomas-a.-christensen-ii/ rel=author class="card-link p-author bolder"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Thomas A. Christensen II</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/rachel-palinski/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Rachel Palinski</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/bob-gentry/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Bob Gentry</a><p class=card-text><span class=p-summary><p>Bovine papillomavirus (BPV) is a major cause of reproductive failure in cattle.
In bulls, penile papillomas caused by BPV may cause reluctance to breed, and is
always a cause to fail an animal on a breeding soundness exam. Historically, it
has been thought that BPV was transmitted via direct contact and could be
controlled by managing clinically presenting animals in the herd, but more
recent evidence suggests alternative modes of transmission. BPV has been found
repeatably in clinically healthy …</p></span><strong><small><a href=https://millironx.millironx.page/@indiewebpub/academia/bpv-genetics/>Read&nbsp;more&nbsp;&#187;</a></small></strong></p><div class=card-footer></div></div></div></div><div class="card h-entry"><div class=card-content><div class=card-header><div class=card-title><a class=u-url href=https://millironx.millironx.page/@indiewebpub/academia/got-warts-naab/><h3 class=p-name>Got Warts? Bovine Papillomavirus Pathogenesis, Transmission, and Vaccination</h3></a><div class=dt-published>19 Sep 2024</div></div><a class=category-button href=https://millironx.millironx.page/@indiewebpub/categories/presentation/ title=Presentation><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M288 0H192V24H168c-48.6.0-88 39.4-88 88v32H24 0v48H24 424h24V144H424 128V112c0-22.1 17.9-40 40-40h24V96h96c26.5.0 48-21.5 48-48S314.5.0 288 0zM48 224 80 512H368l32-288H48z"/></svg></span></a></div><div class=card-body><a href=https://millironx.millironx.page/@indiewebpub/people/bob-gentry/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Bob Gentry</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/thomas-a.-christensen-ii/ rel=author class="card-link p-author bolder"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Thomas A. Christensen II</a><p class=card-text><span class=p-summary></span><strong><small><a href=https://millironx.millironx.page/@indiewebpub/academia/got-warts-naab/>Read&nbsp;more&nbsp;&#187;</a></small></strong></p><div class=card-footer></div></div></div></div><div class="card h-entry"><div class=card-content><div class=card-header><div class=card-title><a class=u-url href=/academia/yavsap/yavsap.pdf><h3 class=p-name>YAVSAP: versatile viral quasispecies analysis for veterinary samples</h3></a><div class=dt-published>05 Mar 2024</div></div><a class=category-button href=https://millironx.millironx.page/@indiewebpub/categories/presentation/ title=Presentation><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M288 0H192V24H168c-48.6.0-88 39.4-88 88v32H24 0v48H24 424h24V144H424 128V112c0-22.1 17.9-40 40-40h24V96h96c26.5.0 48-21.5 48-48S314.5.0 288 0zM48 224 80 512H368l32-288H48z"/></svg></span></a></div><div class=card-body><a href=https://millironx.millironx.page/@indiewebpub/people/thomas-a.-christensen-ii/ rel=author class="card-link p-author bolder"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Thomas A. Christensen II</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/steven-stancic/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Steven Stancic</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/andrea-lu/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Andrea Lu</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/dana-mitzel/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Dana Mitzel</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/william-wilson/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
William Wilson</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/rachel-palinski/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Rachel Palinski</a><p class=card-text><span class=p-summary><p>Viral populations within an infected host are composed of viral particles with a
spectrum of genetic mutations rather than a unified genome. This phenomenon is
referred to as viral &ldquo;quasispecies,&rdquo; and has been useful for the understanding
of viral transmission and early detection of new viral variants. Next generation
sequencing (NGS) has enabled the study of these quasispecies for many viral
species, notably Influenza A and B, Human Immunodeficiency Virus (HIV), Foot and
Mouth …</p></span><strong><small><a href=/academia/yavsap/yavsap.pdf>Read&nbsp;more&nbsp;&#187;</a></small></strong></p><div class=card-footer><a href=https://millironx.millironx.page/@indiewebpub/tags/virus/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
virus</a>
<a href=https://millironx.millironx.page/@indiewebpub/tags/quasispecies/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
quasispecies</a>
<a href=https://millironx.millironx.page/@indiewebpub/tags/next-generation-sequencing/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
next-generation sequencing</a>
<a href=https://millironx.millironx.page/@indiewebpub/tags/pipeline/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
pipeline</a></div></div></div></div><div class="card h-entry"><div class=card-content><div class=card-header><div class=card-title><a class=u-url href=https://doi.org/10.1101/2023.10.20.563221><h3 class=p-name>nf-core/taxprofiler: highly parallelised and flexible pipeline for metagenomic taxonomic classification and profiling</h3></a><div class=dt-published>23 Oct 2023</div></div><a class=category-button href=https://millironx.millironx.page/@indiewebpub/categories/paper/ title=Paper><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H384h32 32V448H416V384h32V0H416 384 96zm0 384H352v64H96c-17.7.0-32-14.3-32-32s14.3-32 32-32zm32-256H352v32H128V128zm224 64v32H128V192H352z"/></svg></span></a></div><div class=card-body><a href=https://millironx.millironx.page/@indiewebpub/people/sofia-stamouli/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Sofia Stamouli</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/moritz-e.-beber/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Moritz E. Beber</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/tanja-normark/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Tanja Normark</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/thomas-a.-christensen-ii/ rel=author class="card-link p-author bolder"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Thomas A. Christensen II</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/lili-andersson-li/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Lili Andersson-Li</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/maxime-borry/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Maxime Borry</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/mahwash-jamy/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Mahwash Jamy</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/nf-core-community/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Nf-Core Community</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/james-a.-fellows-yates/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
James A. Fellows Yates</a><p class=card-text><span class=p-summary><p>Metagenomic classification tackles the problem of characterising the taxonomic
source of all DNA sequencing reads in a sample. A common approach to address the
differences and biases between the many different taxonomic classification tools
is to run metagenomic data through multiple classification tools and databases.
This, however, is a very time-consuming task when performed manually -
particularly when combined with the appropriate preprocessing of sequencing
reads before the classification. …</p></span><strong><small><a href=https://doi.org/10.1101/2023.10.20.563221>Read&nbsp;more&nbsp;&#187;</a></small></strong></p><div class=card-footer><a href=https://millironx.millironx.page/@indiewebpub/tags/genomics/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
genomics</a></div></div></div></div><div class="card h-entry"><div class=card-content><div class=card-header><div class=card-title><a class=u-url href=https://doi.org/10.1021/acsestengg.2c00107><h3 class=p-name>Investigation of Hydronium Diffusion in Poly(vinyl alcohol) Hydrogels: A Critical First Step to Describe Acid Transport for Encapsulated Bioremediation</h3></a><div class=dt-published>02 Sep 2022</div></div><a class=category-button href=https://millironx.millironx.page/@indiewebpub/categories/paper/ title=Paper><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H384h32 32V448H416V384h32V0H416 384 96zm0 384H352v64H96c-17.7.0-32-14.3-32-32s14.3-32 32-32zm32-256H352v32H128V128zm224 64v32H128V192H352z"/></svg></span></a></div><div class=card-body><a href=https://millironx.millironx.page/@indiewebpub/people/carson-j.-silsby/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Carson J. Silsby</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/jonathan-r.-counts/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Jonathan R. Counts</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/thomas-a.-christensen-ii/ rel=author class="card-link p-author bolder"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Thomas A. Christensen II</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/mark-f.-roll/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Mark F. Roll</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/kristopher-v.-waynant/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Kristopher v. Waynant</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/james-g.-moberly/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
James G. Moberly</a><p class=card-text><span class=p-summary><p>Bioremediation of chlorinated aliphatic hydrocarbon-contaminated aquifers can be
hindered by high contaminant concentrations and acids generated during
remediation. Encapsulating microbes in hydrogels may provide a protective,
tunable environment from inhibiting compounds; however, current approaches to
formulate successful encapsulated systems rely on trial and error rather than
engineering approaches because fundamental information on mass-transfer
coefficients is lacking. To address this …</p></span><strong><small><a href=https://doi.org/10.1021/acsestengg.2c00107>Read&nbsp;more&nbsp;&#187;</a></small></strong></p><div class=card-footer><a href=https://millironx.millironx.page/@indiewebpub/tags/diffusion/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
diffusion</a>
<a href=https://millironx.millironx.page/@indiewebpub/tags/hydrogels/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
hydrogels</a>
<a href=https://millironx.millironx.page/@indiewebpub/tags/ionic-strength/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
ionic strength</a>
<a href=https://millironx.millironx.page/@indiewebpub/tags/polymers/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
polymers</a>
<a href=https://millironx.millironx.page/@indiewebpub/tags/transport-properties/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
transport properties</a></div></div></div></div><ul class="pagination pagination-default"><li class="page-item disabled"><a aria-disabled=true aria-label=First class=page-link role=button tabindex=-1><span aria-hidden=true>&#171;&#171;</span></a></li><li class="page-item disabled"><a aria-disabled=true aria-label=Previous class=page-link role=button tabindex=-1><span aria-hidden=true>&#171;</span></a></li><li class="page-item active"><a aria-current=page aria-label="Page 1" class=page-link role=button>1</a></li><li class=page-item><a href=/@indiewebpub/academia/page/2/ aria-label="Page 2" class=page-link role=button>2</a></li><li class=page-item><a href=/@indiewebpub/academia/page/3/ aria-label="Page 3" class=page-link role=button>3</a></li><li class=page-item><a href=/@indiewebpub/academia/page/2/ aria-label=Next class=page-link role=button><span aria-hidden=true>&#187;</span></a></li><li class=page-item><a href=/@indiewebpub/academia/page/3/ aria-label=Last class=page-link role=button><span aria-hidden=true>&#187;&#187;</span></a></li></ul></section></main></div><footer><img src=https://millironx.millironx.page/@indiewebpub/graphics/brandedbull.min.svg height=95rem><p>&copy; 2025 Thomas A. Christensen II<br>Licensed
<a rel=license href=http://creativecommons.org/licenses/by/4.0/>CC-BY 4.0</a><br>Built with <a href=https://gohugo.io>Hugo</a> v0.141.0</p></footer><script>window.goatcounter={path:function(e){return location.host+e}}</script><script data-goatcounter=https://millironx.goatcounter.com/count async src=//gc.zgo.at/count.js></script></body></html>

96
academia/index.xml Normal file
View file

@ -0,0 +1,96 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Academic Publications and Presentations on MillironX</title>
<link>http://localhost:1313/academia/</link>
<description>Recent content in Academic Publications and Presentations on MillironX</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Thu, 19 Sep 2024 00:00:00 +0000</lastBuildDate>
<atom:link href="http://localhost:1313/academia/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Genetic analysis of bovine papillomas</title>
<link>http://localhost:1313/academia/bpv-genetics/</link>
<pubDate>Thu, 19 Sep 2024 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/academia/bpv-genetics/</guid>
<description>&lt;p&gt;Bovine papillomavirus (BPV) is a major cause of reproductive failure in cattle.&#xA;In bulls, penile papillomas caused by BPV may cause reluctance to breed, and is&#xA;always a cause to fail an animal on a breeding soundness exam. Historically, it&#xA;has been thought that BPV was transmitted via direct contact and could be&#xA;controlled by managing clinically presenting animals in the herd, but more&#xA;recent evidence suggests alternative modes of transmission. BPV has been found&#xA;repeatably in clinically healthy animals, and in non-cutaneous secretions&#xA;including milk, blood, urine and semen. Currently, no commercially available BPV&#xA;vaccine uses isolated viral particles and naturally occurring virus does not&#xA;produce cross-protective immunity. In order to develop a proper vaccine for&#xA;penile papillomas further studies are required to understand the epidemiology of&#xA;BPV in herds. While vulvar, cutaneous, and mammary papillomas have been&#xA;genotyped in recent years, this information is not available for penile&#xA;papillomas. In this study there were 31 submissions, collected from 7 states,&#xA;NE, KS, NY, TX, AL, MO and SD (14 different cattle operations) Samples were&#xA;collected between August of 2022 and April 2024. Twenty-two submissions were&#xA;penile papillomas and with pooling of samples represented over 50 penile&#xA;papillomas. Samples were metagenomically sequenced at the Kansas State&#xA;Veterinary Diagnostic Lab, and the genotype of each sample was determined using&#xA;the phylogenetic analysis. The clade of each sample was determined by aligning&#xA;consensus sequences of the L1 gene (used for both for phylogeny and as a vaccine&#xA;target) using MAFFT and a maximum-likelihood phylogeny generated in Mega X.&#xA;Analysis found that all penile papilloma submissions were composed of BPV type&#xA;2, with one sample showing co-infection with BPV type 1. Conversely, cutaneous&#xA;and teat papillomas had BPV genotypes that were more variable with genotypes of&#xA;1,2,7,12,14,29 and 40. These results indicate that BPV type 2 and type 1 provide&#xA;a unified target for bovine penile papilloma vaccine development.&lt;/p&gt;</description>
</item>
<item>
<title>Got Warts? Bovine Papillomavirus Pathogenesis, Transmission, and Vaccination</title>
<link>http://localhost:1313/academia/got-warts-naab/</link>
<pubDate>Thu, 19 Sep 2024 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/academia/got-warts-naab/</guid>
<description></description>
</item>
<item>
<title>YAVSAP: versatile viral quasispecies analysis for veterinary samples</title>
<link>http://localhost:1313/academia/yavsap/</link>
<pubDate>Tue, 05 Mar 2024 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/academia/yavsap/</guid>
<description>&lt;p&gt;Viral populations within an infected host are composed of viral particles with a&#xA;spectrum of genetic mutations rather than a unified genome. This phenomenon is&#xA;referred to as viral &amp;ldquo;quasispecies,&amp;rdquo; and has been useful for the understanding&#xA;of viral transmission and early detection of new viral variants. Next generation&#xA;sequencing (NGS) has enabled the study of these quasispecies for many viral&#xA;species, notably Influenza A and B, Human Immunodeficiency Virus (HIV), Foot and&#xA;Mouth Disease Virus (FMDV), and Severe Acute Respiratory Syndrome Coronavirus 2&#xA;(SARS CoV2), and established protocols and computer analysis tools have been&#xA;developed for these species. Some of the most important viruses, such as&#xA;emerging and exotic disease agents, however, do not have replicatable protocols&#xA;or software tools capable of producing valid output from their sequence data.&#xA;Here, we present Yet Another Viral Subspecies Analysis Pipeline (YAVSAP). YAVSAP&#xA;is a fully automated bioinformatic pipeline built from the ground up to identify&#xA;and analyze viral quasispecies of any arbitrary virus in human and veterinary&#xA;samples. YAVSAP provides reference-based genome mapping of both long- and&#xA;short-read sequencing reads to any reference genome that the user chooses,&#xA;identifies subconsensus variants and haplotypes, and assesses the phylogenies of&#xA;all viral sequences found within a sample. YAVSAP is written in Nextflow and&#xA;conforms to the nf-core initiative&amp;rsquo;s standards, which allows it to run on&#xA;low-end computers, high performance computing (HPC) clusters, or anything in&#xA;between with zero configuration. YAVSAP has been tested on viruses of interest&#xA;to veterinary medicine and public health, including Japanese Encephalitis Virus&#xA;(JEV), Influenza D Virus (IDV), Bovine Coronavirus (BCoV), SARS CoV2, and Rift&#xA;Valley Fever Virus (RVFV), and can correctly identify consensus genomes and&#xA;quasispecies within samples containing each of these viruses. This tool provides&#xA;a means for biologists with little bioinformatic experience to analyze deep&#xA;sequence data while correcting for many of the pitfalls associated with previous&#xA;and current analysis platforms. YAVSAP is open source software and is publicly&#xA;available at &lt;a&#xA; href=&#34;https://github.com/ksumngs/yavsap&#34;&gt;https://github.com/ksumngs/yavsap&lt;/a&gt;.&lt;/p&gt;</description>
</item>
<item>
<title>nf-core/taxprofiler: highly parallelised and flexible pipeline for metagenomic taxonomic classification and profiling</title>
<link>http://localhost:1313/academia/taxprofiler/</link>
<pubDate>Mon, 23 Oct 2023 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/academia/taxprofiler/</guid>
<description>&lt;p&gt;Metagenomic classification tackles the problem of characterising the taxonomic&#xA;source of all DNA sequencing reads in a sample. A common approach to address the&#xA;differences and biases between the many different taxonomic classification tools&#xA;is to run metagenomic data through multiple classification tools and databases.&#xA;This, however, is a very time-consuming task when performed manually -&#xA;particularly when combined with the appropriate preprocessing of sequencing&#xA;reads before the classification. Here we present nf-core/taxprofiler, a highly&#xA;parallelised read-processing and taxonomic classification pipeline. It is&#xA;designed for the automated and simultaneous classification and/or profiling of&#xA;both short- and long-read metagenomic sequencing libraries against a 11&#xA;taxonomic classifiers and profilers as well as databases within a single&#xA;pipeline run. Implemented in Nextflow and as part of the nf-core initiative, the&#xA;pipeline benefits from high levels of scalability and portability, accommodating&#xA;from small to extremely large projects on a wide range of computing&#xA;infrastructure. It has been developed following best-practise software&#xA;development practises and community support to ensure longevity and adaptability&#xA;of the pipeline, to help keep it up to date with the field of metagenomics.&lt;/p&gt;</description>
</item>
<item>
<title>Investigation of Hydronium Diffusion in Poly(vinyl alcohol) Hydrogels: A Critical First Step to Describe Acid Transport for Encapsulated Bioremediation</title>
<link>http://localhost:1313/academia/hydronium-pva/</link>
<pubDate>Fri, 02 Sep 2022 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/academia/hydronium-pva/</guid>
<description>&lt;p&gt;Bioremediation of chlorinated aliphatic hydrocarbon-contaminated aquifers can be&#xA;hindered by high contaminant concentrations and acids generated during&#xA;remediation. Encapsulating microbes in hydrogels may provide a protective,&#xA;tunable environment from inhibiting compounds; however, current approaches to&#xA;formulate successful encapsulated systems rely on trial and error rather than&#xA;engineering approaches because fundamental information on mass-transfer&#xA;coefficients is lacking. To address this knowledge gap, hydronium ion&#xA;mass-transfer rates through two commonly used hydrogel materials, poly(vinyl&#xA;alcohol) and alginic acid, under two solidification methods (chemical and&#xA;cryogenic) were measured. Variations in hydrogel crosslinking conditions,&#xA;polymer composition, and solvent ionic strength were investigated to understand&#xA;how each influenced hydronium ion diffusivity. A three-way ANOVA indicated that&#xA;the ionic strength, membrane type, and crosslinking method significantly (&lt;em&gt;p&lt;/em&gt; &amp;lt;&#xA;0.001) contributed to changes in hydronium ion mass transfer. Hydronium ion&#xA;diffusion increased with ionic strength, counter to what is observed in&#xA;aqueous-only (no polymer) solutions. Co-occurring mechanisms correlated to&#xA;increased hydronium ion diffusion with ionic strength included an increased&#xA;water fraction within hydrogel matrices and hydrogel contraction. Measured&#xA;diffusion rates determined in this study provide first principal design&#xA;information to further optimize encapsulating hydrogels for bioremediation.&lt;/p&gt;</description>
</item>
<item>
<title>Assessment of Porcine Rotavirus-associated virome variations in pigs with enteric disease</title>
<link>http://localhost:1313/academia/rotavirus-virome/</link>
<pubDate>Wed, 27 Apr 2022 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/academia/rotavirus-virome/</guid>
<description>&lt;p&gt;Enteric disease is the predominant cause of morbidity and mortality in young&#xA;mammals including pigs. Viral species involved in porcine enteric disease&#xA;complex (PEDC) include rotaviruses, coronaviruses, picornaviruses, astroviruses&#xA;and pestiviruses among others. The virome of three groups of swine samples&#xA;submitted to the Kansas State University Veterinary Diagnostic Laboratory for&#xA;routine testing were assessed, namely, a Rotavirus A positive (RVA) group, a&#xA;Rotavirus co-infection (RV) group and a Rotavirus Negative (RV Neg) group. All&#xA;groups were designated by qRT-PCR results testing for Porcine Rotavirus A, B, C&#xA;and H such that samples positive for RVA only went in the RVA group, samples&#xA;positive for &amp;gt;1 rotavirus went in the RV group and samples negative for all were&#xA;grouped in the RVNeg group. All of the animals had clinical enteric disease&#xA;resulting in scours and swollen joints/lameness, enlarged heart and/or a cough.&#xA;All samples were metagenomic sequenced and analyzed for viral species&#xA;composition that identified 14 viral species and eight bacterial viruses/phages.&#xA;Sapovirus and Escherichia coli phages were found at a high prevalence in RVA and&#xA;RV samples but were found at low or no prevalence in the RV Neg samples.&#xA;Picobirnavirus was identified at a high proportion and prevalence in RV Neg and&#xA;RV samples but at a low prevalence in the RVA group. A sequence analysis of the&#xA;possible host of Picobirnaviruses revealed fungi as the most likely host.&#xA;Non-rotaviral diversity was highest in RVA samples followed by RV then RV Neg&#xA;samples. Various sequences were extracted from the sample reads and a&#xA;phylogenetic update was provided showing a high prevalence of G9 and P[23] RVA&#xA;genotypes. These data are important for pathogen surveillance and control&#xA;measures&lt;/p&gt;</description>
</item>
<item>
<title>Polyoxometalate Incorporation and Effects on Proton Transport in Hydrogel Polymers</title>
<link>http://localhost:1313/academia/thesis/</link>
<pubDate>Fri, 07 Aug 2020 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/academia/thesis/</guid>
<description>&lt;p&gt;Polyoxometalate clusters embedded into hydrogel biobeads may be able to solve&#xA;the challenges posed by free proton generation during remediation of&#xA;trichloroethylene by acting as buffers and reducing protons to hydrogen gas. In&#xA;this thesis, the challenges posed by systems that contain both diffusion and&#xA;reaction processes for protons are considered mathematically, and a computer&#xA;simulation to was developed to prove the relationship between diaphragm cell lag&#xA;period and reactive capabilities of membranes. Two polyoxometalate compounds,&#xA;sodium decavanadate and alumina sulfate, were successfully incorporated into a&#xA;poly(vinyl alcohol) hydrogel membrane, and the diffusivity changes associated&#xA;with each compound was determined. It was found that the diffusivity of protons&#xA;through an unmodified 10% w/v poly(vinyl alcohol) membrane was 1.76 ×&#xA;10&lt;sup&gt;-5&lt;/sup&gt;&#xA; cm&lt;sup&gt;2&lt;/sup&gt;&#xA; s&lt;sup&gt;-1&lt;/sup&gt;&#xA;, the diffusivity through a&#xA;10%/2% w/w/v poly(vinyl alcohol)/sodium decavanadate membrane was 3.10 ×&#xA;10&lt;sup&gt;-6&lt;/sup&gt;&#xA; cm&lt;sup&gt;2&lt;/sup&gt;&#xA; s&lt;sup&gt;-1&lt;/sup&gt;&#xA;, and the diffusivity through a&#xA;10%/2% w/w/v poly(vinyl alcohol)/alumina sulfate membrane was 3.32 ×&#xA;10&lt;sup&gt;-7&lt;/sup&gt;&#xA; cm&lt;sup&gt;2&lt;/sup&gt;&#xA; s&lt;sup&gt;-1&lt;/sup&gt;&#xA;. Through analysis of the&#xA;diaphragm cell lag period, it was found the incorporation of sodium decavanadate&#xA;did not increase the reactivity of a poly(vinyl alcohol) hydrogel, and&#xA;incorporation of alumina sulfate lowered the reactivity. These results indicate&#xA;that polyoxometalate integration into hydrogel membranes is feasible, but does&#xA;not provide any advantage to a bioremediation scenario.&lt;/p&gt;</description>
</item>
<item>
<title>Metagenomic analysis of rumen populations in week-old calves as altered by maternal late gestational nutrition and mode of delivery</title>
<link>http://localhost:1313/academia/metagenomics/</link>
<pubDate>Wed, 12 Jun 2019 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/academia/metagenomics/</guid>
<description>&lt;p&gt;Early colonization of the rumen microbiome is critical to host health and long&#xA;term performance. Factors that influence early colonization include maternal&#xA;factors such as gestational nutrition and mode of delivery. Therefore, we&#xA;hypothesized that late gestational nutrition and mode of delivery would&#xA;influence the calf rumen microbiome. Our objectives were to determine if&#xA;nutrient restriction during late gestation alters the calf rumen microbiome and&#xA;determine if ruminal microbiome composition differs in calves born vaginally&#xA;versus caesarean. Late gestating Angus cows were randomly allocated to one of&#xA;three treatment groups: control (&lt;strong&gt;CON&lt;/strong&gt;; n = 6), caesarean section (&lt;strong&gt;CS&lt;/strong&gt;; n =&#xA;4), and nutrient restricted (&lt;strong&gt;NR&lt;/strong&gt;; n = 5), where CON were fed DDGS and hay to&#xA;meet NRC requirements and calved naturally; CS were fed similarly to CON and&#xA;calves were born via caesarean section; and NR were fed at a level to reduce BCS&#xA;by 1.5-2.0 points over the last trimester compared to CON and calved naturally.&#xA;Rumen fluid was collected via oral lavage prior to partition from cows and at d&#xA;7 from calves. Microbial DNA was isolated from the rumen fluid and metagenomic&#xA;shotgun sequencing was performed using the Illumina HiSeq 2500 platform.&#xA;Sequence data were analyzed using Metaxa2 for taxonomic assignment followed by&#xA;QIIME1 and QIIME2 to determine differential abundance and alpha- and&#xA;beta-diversity differences. There were no significant differences in&#xA;alpha-diversity as measured by shannon index across treatment groups for cows&#xA;(&lt;em&gt;P&lt;/em&gt; = 0.239), but there were significant differences for calves (&lt;em&gt;P&lt;/em&gt; = 0.015).&#xA;Similarly, there were no significant differences in beta-diversity as measured&#xA;by the bray-curtis dissimilarity matrix for cows (&lt;em&gt;P&lt;/em&gt; = 0.059), but there were&#xA;significant differences for calves (&lt;em&gt;P&lt;/em&gt; = 0.007). Alpha-diversity differed (&lt;em&gt;P&lt;/em&gt;&#xA;&amp;lt; 0.001) between cows and calves, with cows having increased species richness&#xA;compared to calves. Beta-diversity also differed (&lt;em&gt;P&lt;/em&gt; = 0.001) between cows and&#xA;calves. At total of 410 taxa were differentially abundant (&lt;em&gt;P&lt;/em&gt; &amp;lt; 0.01) between&#xA;cows and calves. These results suggest that the mature rumen microbiome of cows&#xA;is able to withstand changes in feed intake, however the calf microbiome is&#xA;susceptible to alteration by maternal factors. These data also suggest that&#xA;there may be opportunities to develop management strategies during late&#xA;gestation that influence calf health and performance long-term.&lt;/p&gt;</description>
</item>
<item>
<title>The ChemE Car that Cud: AIChE ChemE Car Engineering Design Proposal</title>
<link>http://localhost:1313/academia/cheme-car/</link>
<pubDate>Tue, 14 May 2019 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/academia/cheme-car/</guid>
<description>&lt;p&gt;The ChemE Car That Cud showcases Wyoming&amp;rsquo;s dominant industries of agriculture&#xA;and mining by utilizing rumen fluid from a cannulated beef cow to generate&#xA;hydrogen to be used in a hydrogen fuel cell and radioactive cesium, a byproduct&#xA;of uranium that is often obtained from Wyoming&amp;rsquo;s mines, to time the car&amp;rsquo;s stop.&#xA;The concentration of cesium-137 source is measured using the radioactive decay&#xA;of cesium shielded by aluminum. The painted aluminum chassis was obtained from a&#xA;previous team at UW, and modified using plastic k&amp;rsquo;nex toys to adapt to the&#xA;current power source and stopping mechanism.&lt;/p&gt;</description>
</item>
<item>
<title>Measuring Diffusion of Trichlorethylene Breakdown Products in Polyvinylalginate</title>
<link>http://localhost:1313/academia/pva-aiche/</link>
<pubDate>Mon, 29 Oct 2018 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/academia/pva-aiche/</guid>
<description>&lt;p&gt;Trichloroethylene (TCE), a toxic and carcinogenic contaminant, presents unique&#xA;challenges for cleanup because of its water solubility, density, and volatility.&#xA;Bioremediation of TCE is a promising cleanup method; however, metabolism of TCE&#xA;results in acid generation that inhibits remediating microorganisms. Calcium&#xA;alginate(CA)-polyvinylalcohol (PVA) hydrogels show promise for protecting&#xA;remediating microbes, however diffusion of TCE or its byproducts through these&#xA;polymers is unknown. To measure the effective diffusion coefficient of TCE and&#xA;byproducts through hydrogel membranes, we used a modified diaphragm cell.&#xA;Measured effective diffusion coefficient of each species was (cm &lt;sup&gt;2&lt;/sup&gt;&#xA;/s&#xA;× 10&lt;sup&gt;6&lt;/sup&gt;&#xA;): 14.0 ± 1.91 for H&lt;sup&gt;&amp;#43;&lt;/sup&gt;&#xA; ions, 12.4 ± 1.64 for TCE,&#xA;7.83 ± 0.54 for cis-1,2-dichloroethylene (DCE), and 4.68 ± 4.14 for vinyl&#xA;chloride. These results aid in engineering biobeads and suggest that CA-PVA&#xA;hydrogel blends are effective in slowing diffusion of protons, buffering acids&#xA;produced by trichloroethylene metabolism, and remains suitable for encapsulation&#xA;of microorganisms involved in bioremediation.&lt;/p&gt;</description>
</item>
<item>
<title>How to Build a Cow-Cud Fuel Cell</title>
<link>http://localhost:1313/academia/how-to-build-a-cow-cud-fuel-cell/</link>
<pubDate>Wed, 01 Aug 2018 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/academia/how-to-build-a-cow-cud-fuel-cell/</guid>
<description></description>
</item>
<item>
<title>Measuring diffusion of protons in polyvinyalginate</title>
<link>http://localhost:1313/academia/pva-inbre/</link>
<pubDate>Tue, 31 Jul 2018 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/academia/pva-inbre/</guid>
<description>&lt;p&gt;Trichloroethylene (TCE) is a toxic and carcinogenic contaminant that presents&#xA;unique challenges for cleanup because of its density and volatility. Use of&#xA;microorganisms may be a promising remediation method, however metabolism of TCE&#xA;results in acid buildup, which consequently impedes the ability of&#xA;microorganisms to perform this remediation. Polyvinylalginate (PVA) shows&#xA;promise as a useful shield for microorganisms carrying out bioremediation of TCE&#xA;by surrounding them in a protective biofilm-like layer, however, key information&#xA;is missing which relates diffusion of TCE or its metabolic products through PVA.&#xA;To measure the effective diffusion coefficient of H&lt;sup&gt;&amp;#43;&lt;/sup&gt;&#xA; ions through&#xA;a PVA membrane cross-linked with boric acid and calcium ions, we used a modified&#xA;diaphragm cell. We found the effective diffusion coefficient to be 1.40 ×&#xA;10&lt;sup&gt;-5&lt;/sup&gt;&#xA; ± 1.91 × 10&lt;sup&gt;-6&lt;/sup&gt;&#xA; cm&lt;sup&gt;2&lt;/sup&gt;&#xA;s, a nearly&#xA;seven-fold decrease in diffusivity compared to protons in water, with an&#xA;unexpected significant but as of yet unquantified adsorption capacity. These&#xA;results suggest that polyvinylalginate is effective in slowing diffusion of&#xA;protons and buffering these acids produced by trichloroethylene metabolism, and&#xA;remains suitable for encapsulation of microorganisms involved in bioremediation.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View file

@ -0,0 +1 @@

File diff suppressed because one or more lines are too long

View file

Before

Width:  |  Height:  |  Size: 632 KiB

After

Width:  |  Height:  |  Size: 632 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

View file

@ -0,0 +1,2 @@
<!doctype html><html lang=en-us><head><title>https://millironx.millironx.page/@indiewebpub/academia/</title>
<link rel=canonical href=https://millironx.millironx.page/@indiewebpub/academia/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://millironx.millironx.page/@indiewebpub/academia/"></head></html>

128
academia/page/2/index.html Normal file
View file

@ -0,0 +1,128 @@
<!doctype html><html class=no-js lang=en><head><meta charset=utf-8><meta http-equiv=x-ua-compatible content="ie=edge"><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content="A list of my academic publications"><title>Academic Publications and Presentations
-
Milliron X
</title><link rel=icon href=https://millironx.millironx.page/@indiewebpub/favicon.ico sizes=32x32><link rel=icon href=https://millironx.millironx.page/@indiewebpub/graphics/millironx-icon.svg type=image/svg+xml><link rel=apple-touch-icon href=https://millironx.millironx.page/@indiewebpub/apple-touch-icon.png><link rel=manifest href=https://millironx.millironx.page/@indiewebpub/manifest.json><link href=https://millironx.millironx.page/@indiewebpub/styles/millironx.min.css rel=stylesheet><link href=https://millironx.millironx.page/@indiewebpub/styles/scrolling-header.min.css rel=stylesheet><link rel=alternate type=application/atom+xml href=https://millironx.millironx.page/@indiewebpub/academia/feed.xml><meta property="og:url" content="https://millironx.millironx.page/@indiewebpub/academia/"><meta property="og:site_name" content="Milliron X"><meta property="og:title" content="Academic Publications and Presentations"><meta property="og:description" content="A list of my academic publications"><meta property="og:locale" content="en_us"><meta property="og:type" content="website"><meta property="og:image" content="https://millironx.millironx.page/@indiewebpub/academia/thumbnail.jpg"><meta itemprop=name content="Academic Publications and Presentations"><meta itemprop=description content="A list of my academic publications"><meta itemprop=datePublished content="2024-09-19T00:00:00+00:00"><meta itemprop=dateModified content="2024-09-19T00:00:00+00:00"><meta itemprop=wordCount content="95"><meta itemprop=image content="https://millironx.millironx.page/@indiewebpub/academia/thumbnail.jpg"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://millironx.millironx.page/@indiewebpub/academia/thumbnail.jpg"><meta name=twitter:title content="Academic Publications and Presentations"><meta name=twitter:description content="A list of my academic publications"></head><body><header><object data=https://millironx.millironx.page/@indiewebpub/graphics/millironx.svg>
<img src=https://millironx.millironx.page/@indiewebpub/graphics/millironx.svg alt="Milliron X"></object><h1 class=font-small-caps>Milliron X</h1></header><div class=row id=content><aside><nav><a href=/@indiewebpub/><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M511.8 287.6H576V240L288.4.0.0 240v47.6H64.1V512H224V352H352V512H512.8l-1-224.4z"/></svg></span>
Home
</a><a href=/@indiewebpub/people/thomas-a.-christensen-ii/><span class="fa-container fa-fw"><svg viewBox="0 0 512 512"><path d="M256 512A256 256 0 10256 0a256 256 0 100 512zM216 336h24V272H216 192V224h24 48 24v24 88h8 24v48H296 216 192V336h24zm72-144H224V128h64v64z"/></svg></span>
About
</a><a href=/@indiewebpub/blogroll/><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M0 80v80H48 96V80c0-26.5-21.5-48-48-48S0 53.5.0 80zM112 32c10 13.4 16 30 16 48V384c0 35.3 28.7 64 64 64s64-28.7 64-64V336 320h16H480V128c0-53-43-96-96-96H112zM464 480c61.9.0 112-50.1 112-112V352H288v32c0 53-43 96-96 96H368h96z"/></svg></span>
Blogroll
</a><a href=/@indiewebpub/contact/><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M224 0H0V512H384V427l-1.7 1.7-120.1 17.2-11.7 1.9-11.6 1.9-5.3-10.5L222.1 416H209.9l-11.6 23.2-4.4 8.8H184h-8-11.9l-3.4-11.4L144 381l-16.7 55.6L123.9 448H112 80 64V416H80h20.1l20.6-68.6 3.4-11.4H136h16 11.9l3.4 11.4 15.4 51.4 3-5.9 4.4-8.8H2e2h32 9.9l4.4 8.8 7.2 14.5 13.5-94 117-117V160H224V0zm32 0V128H384L256 0zM505 119.8l-41.3 41.3 71 71L576 190.8l-71-71zm-63.9 63.9L299.9 325 288 407.9 370.9 396 512.1 254.7l-71-71z"/></svg></span>
Contact
</a><a href=/@indiewebpub/posts/><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M448 64H0v64H448V64zm0 160H128v64H448V224zM128 384v64H448V384H128zM64 224H0V448H64V224z"/></svg></span>
Blog
</a><a class=active href=/@indiewebpub/academia/><span class="fa-container fa-fw"><svg viewBox="0 0 512 512"><path d="M0 144 256 0 512 144v48H0V144zM0 512V464l64-48V224h64V416h40V224h64V416h48V224h64V416h40V224h64V416l64 48v48H0zM256 144a32 32 0 100-64 32 32 0 100 64z"/></svg></span>
Academia
</a><a href=https://code.millironx.com><span class="fa-container fa-fw"><svg viewBox="0 0 640 512"><path d="M362.8 8l-9.4 30.6-128 416L216 485.2 277.2 504l9.4-30.6 128-416L424 26.8 362.8 8zm71.9 136 22.6 22.6L546.7 256l-89.4 89.4L434.7 368 480 413.3l22.6-22.6 112-112L637.3 256l-22.6-22.6-112-112L480 98.7 434.7 144zM160 98.7l-22.6 22.6-112 112L2.7 256l22.6 22.6 112 112L160 413.3 205.3 368l-22.6-22.6L93.3 256l89.4-89.4L205.3 144 160 98.7z"/></svg></span>
Code
</a><a href=https://video.millironx.com><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M384 64H0V448H384V64zM576 448V64L416 174.9V337.1L576 448z"/></svg></span>
Videos
</a><a href=https://youtu.be/dQw4w9WgXcQ><span class="fa-container fa-fw"><svg viewBox="0 0 512 512"><path d="M192 96 352 256 192 416h-32v-96H0V192h160V96h32zM352 416h96V96h-96-32V32h32 128 32v32 384 32h-32-128-32v-64h32z"/></svg></span>
Login</a></nav></aside><main><style>.motto::before{background-image:url(https://millironx.millironx.page/@indiewebpub/academia/thumbnail_hu13643606213071976482.jpg)}</style><div class=motto-wrapper><div class=motto title="Personally, I preferred the Owen Library in Pullman seven miles west"><div class=motto-inside><h1 id=motto>Publications and Presentations</h1></div></div></div><section><a rel=alternate type=application/atom+xml href=https://millironx.millironx.page/@indiewebpub/academia/feed.xml><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M64 32C28.7 32 0 60.7.0 96V416c0 35.3 28.7 64 64 64H384c35.3.0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm32 80c150.2.0 272 121.8 272 272H320c0-123.7-100.3-224-224-224V112zm0 96c97.2.0 176 78.8 176 176H224c0-70.7-57.3-128-128-128V208zm0 144a32 32 0 1164 0 32 32 0 11-64 0z"/></svg></span>
Subscribe</a><div class="card h-entry"><div class=card-content><div class=card-header><div class=card-title><a class=u-url href=https://doi.org/10.1016/j.vetmic.2022.109447><h3 class=p-name>Assessment of Porcine Rotavirus-associated virome variations in pigs with enteric disease</h3></a><div class=dt-published>27 Apr 2022</div></div><a class=category-button href=https://millironx.millironx.page/@indiewebpub/categories/paper/ title=Paper><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H384h32 32V448H416V384h32V0H416 384 96zm0 384H352v64H96c-17.7.0-32-14.3-32-32s14.3-32 32-32zm32-256H352v32H128V128zm224 64v32H128V192H352z"/></svg></span></a></div><div class=card-body><a href=https://millironx.millironx.page/@indiewebpub/people/tyler-doerksen/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Tyler Doerksen</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/thomas-a.-christensen-ii/ rel=author class="card-link p-author bolder"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Thomas A. Christensen II</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/andrea-lu/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Andrea Lu</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/lance-noll/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Lance Noll</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/jianfa-bai/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Jianfa Bai</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/jamie-henningson/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Jamie Henningson</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/rachel-palinski/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Rachel Palinski</a><p class=card-text><span class=p-summary><p>Enteric disease is the predominant cause of morbidity and mortality in young
mammals including pigs. Viral species involved in porcine enteric disease
complex (PEDC) include rotaviruses, coronaviruses, picornaviruses, astroviruses
and pestiviruses among others. The virome of three groups of swine samples
submitted to the Kansas State University Veterinary Diagnostic Laboratory for
routine testing were assessed, namely, a Rotavirus A positive (RVA) group, a
Rotavirus co-infection (RV) group and a …</p></span><strong><small><a href=https://doi.org/10.1016/j.vetmic.2022.109447>Read&nbsp;more&nbsp;&#187;</a></small></strong></p><div class=card-footer><a href=https://millironx.millironx.page/@indiewebpub/tags/porcine-rotavirus/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
porcine rotavirus</a>
<a href=https://millironx.millironx.page/@indiewebpub/tags/porcine-enteric-disease/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
porcine enteric disease</a>
<a href=https://millironx.millironx.page/@indiewebpub/tags/virome/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
virome</a>
<a href=https://millironx.millironx.page/@indiewebpub/tags/rotavirus/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
rotavirus</a></div></div></div></div><div class="card h-entry"><div class=card-content><div class=card-header><div class=card-title><a class=u-url href=https://www.proquest.com/dissertations-theses/polyoxometalate-incorporation-effects-on-proton/docview/2502214356/se-2><h3 class=p-name>Polyoxometalate Incorporation and Effects on Proton Transport in Hydrogel Polymers</h3></a><div class=dt-published>07 Aug 2020</div></div><a class=category-button href=https://millironx.millironx.page/@indiewebpub/categories/thesis/ title=Thesis><span class="fa-container fa-fw"><svg viewBox="0 0 640 512"><path d="M640 176 320 288 127.8 220.7l198.1-77.8 14.9-5.9L329 107.3l-14.9 5.9-224 88-8.7 3.4L80 204V346.8c15.4 25.1 27.8 68.4.0 133.2L0 464s32.5-46.5 48-96.9V192.8L0 176V144L320 32 640 144v32zM143.6 260.2l165.9 58.1 10.6 3.7 10.6-3.7 165.9-58.1L512 408c0 35.3-86 72-192 72s-192-36.7-192-72l15.6-147.8z"/></svg></span></a></div><div class=card-body><a href=https://millironx.millironx.page/@indiewebpub/people/thomas-a.-christensen-ii/ rel=author class="card-link p-author bolder"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Thomas A. Christensen II</a><p class=card-text><span class=p-summary><p>Polyoxometalate clusters embedded into hydrogel biobeads may be able to solve
the challenges posed by free proton generation during remediation of
trichloroethylene by acting as buffers and reducing protons to hydrogen gas. In
this thesis, the challenges posed by systems that contain both diffusion and
reaction processes for protons are considered mathematically, and a computer
simulation to was developed to prove the relationship between diaphragm cell lag
period and reactive capabilities of …</p></span><strong><small><a href=https://www.proquest.com/dissertations-theses/polyoxometalate-incorporation-effects-on-proton/docview/2502214356/se-2>Read&nbsp;more&nbsp;&#187;</a></small></strong></p><div class=card-footer><a href=https://millironx.millironx.page/@indiewebpub/tags/bioremediation/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
bioremediation</a>
<a href=https://millironx.millironx.page/@indiewebpub/tags/polyoxometalate/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
polyoxometalate</a>
<a href=https://millironx.millironx.page/@indiewebpub/tags/hydrogel-polymers/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
hydrogel polymers</a>
<a href=https://millironx.millironx.page/@indiewebpub/tags/proton-transport/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
proton transport</a>
<a href=https://millironx.millironx.page/@indiewebpub/tags/chemical-engineering/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
chemical engineering</a></div></div></div></div><div class="card h-entry"><div class=card-thumbnail><img class=img-thumbnail src=https://millironx.millironx.page/@indiewebpub/academia/metagenomics/thumbnail_hu4805792212891797319.jpg alt="Thumbnail of thumbnail.jpg"></div><div class=card-content><div class=card-header><div class=card-title><a class=u-url href=/academia/metagenomics/metagenomics_analysis_of_rumen_populations.pdf><h3 class=p-name>Metagenomic analysis of rumen populations in week-old calves as altered by maternal late gestational nutrition and mode of delivery</h3></a><div class=dt-published>12 Jun 2019</div></div><a class=category-button href=https://millironx.millironx.page/@indiewebpub/categories/poster/ title=Poster><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M32 0H0V64H32V320v32H64 256v34.7l-54.6 54.6L178.7 464 224 509.3l22.6-22.6L288 445.3l41.4 41.4L352 509.3 397.3 464l-22.6-22.6L320 386.7V352H512h32V320 64h32V0H544 480 96 32zM96 64H480V288H320 256 96V64z"/></svg></span></a></div><div class=card-body><a href=https://millironx.millironx.page/@indiewebpub/people/thomas-a.-christensen-ii/ rel=author class="card-link p-author bolder"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Thomas A. Christensen II</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/kathy-j.-austin/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Kathy J. Austin</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/kristi-m.-cammack/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Kristi M. Cammack</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/hannah-c.-cunningham-hollinger/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Hannah C. Cunningham-Hollinger</a><p class=card-text><span class=p-summary><p>Early colonization of the rumen microbiome is critical to host health and long
term performance. Factors that influence early colonization include maternal
factors such as gestational nutrition and mode of delivery. Therefore, we
hypothesized that late gestational nutrition and mode of delivery would
influence the calf rumen microbiome. Our objectives were to determine if
nutrient restriction during late gestation alters the calf rumen microbiome and
determine if ruminal microbiome composition …</p></span><strong><small><a href=/academia/metagenomics/metagenomics_analysis_of_rumen_populations.pdf>Read&nbsp;more&nbsp;&#187;</a></small></strong></p><div class=card-footer><a href=https://millironx.millironx.page/@indiewebpub/tags/gestation/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
gestation</a>
<a href=https://millironx.millironx.page/@indiewebpub/tags/metagenomics/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
metagenomics</a>
<a href=https://millironx.millironx.page/@indiewebpub/tags/microbiome/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
microbiome</a>
<a href=https://millironx.millironx.page/@indiewebpub/tags/rumen/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
rumen</a></div></div></div></div><div class="card h-entry"><div class=card-thumbnail><img class=img-thumbnail src=https://millironx.millironx.page/@indiewebpub/academia/cheme-car/thumbnail_hu15001307044733182753.jpg alt="Thumbnail of thumbnail.jpg"></div><div class=card-content><div class=card-header><div class=card-title><a class=u-url href=https://doi.org/10.15786/13700938.v1><h3 class=p-name>The ChemE Car that Cud: AIChE ChemE Car Engineering Design Proposal</h3></a><div class=dt-published>14 May 2019</div></div><a class=category-button href=https://millironx.millironx.page/@indiewebpub/categories/thesis/ title=Thesis><span class="fa-container fa-fw"><svg viewBox="0 0 640 512"><path d="M640 176 320 288 127.8 220.7l198.1-77.8 14.9-5.9L329 107.3l-14.9 5.9-224 88-8.7 3.4L80 204V346.8c15.4 25.1 27.8 68.4.0 133.2L0 464s32.5-46.5 48-96.9V192.8L0 176V144L320 32 640 144v32zM143.6 260.2l165.9 58.1 10.6 3.7 10.6-3.7 165.9-58.1L512 408c0 35.3-86 72-192 72s-192-36.7-192-72l15.6-147.8z"/></svg></span></a></div><div class=card-body><a href=https://millironx.millironx.page/@indiewebpub/people/thomas-a.-christensen-ii/ rel=author class="card-link p-author bolder"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Thomas A. Christensen II</a><p class=card-text><span class=p-summary><p>The ChemE Car That Cud showcases Wyoming&rsquo;s dominant industries of agriculture
and mining by utilizing rumen fluid from a cannulated beef cow to generate
hydrogen to be used in a hydrogen fuel cell and radioactive cesium, a byproduct
of uranium that is often obtained from Wyoming&rsquo;s mines, to time the car&rsquo;s stop.
The concentration of cesium-137 source is measured using the radioactive decay
of cesium shielded by aluminum. The painted aluminum chassis was obtained from a
previous …</p></span><strong><small><a href=https://doi.org/10.15786/13700938.v1>Read&nbsp;more&nbsp;&#187;</a></small></strong></p><div class=card-footer><a href=https://millironx.millironx.page/@indiewebpub/tags/chemical-engineering/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
chemical engineering</a>
<a href=https://millironx.millironx.page/@indiewebpub/tags/aiche/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
aiche</a>
<a href=https://millironx.millironx.page/@indiewebpub/tags/radiation/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
radiation</a>
<a href=https://millironx.millironx.page/@indiewebpub/tags/rumen/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
rumen</a>
<a href=https://millironx.millironx.page/@indiewebpub/tags/microbial-electrolysis-cells/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
microbial electrolysis cells</a></div></div></div></div><div class="card h-entry"><div class=card-thumbnail><img class=img-thumbnail src=https://millironx.millironx.page/@indiewebpub/academia/pva-aiche/thumbnail_hu11553628156911486896.jpg alt="Thumbnail of thumbnail.jpg"></div><div class=card-content><div class=card-header><div class=card-title><a class=u-url href=/academia/pva-aiche/measuring_diffusion_of_trichloroethylene.pdf><h3 class=p-name>Measuring Diffusion of Trichlorethylene Breakdown Products in Polyvinylalginate</h3></a><div class=dt-published>29 Oct 2018</div></div><a class=category-button href=https://millironx.millironx.page/@indiewebpub/categories/poster/ title=Poster><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M32 0H0V64H32V320v32H64 256v34.7l-54.6 54.6L178.7 464 224 509.3l22.6-22.6L288 445.3l41.4 41.4L352 509.3 397.3 464l-22.6-22.6L320 386.7V352H512h32V320 64h32V0H544 480 96 32zM96 64H480V288H320 256 96V64z"/></svg></span></a></div><div class=card-body><a href=https://millironx.millironx.page/@indiewebpub/people/thomas-a.-christensen-ii/ rel=author class="card-link p-author bolder"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Thomas A. Christensen II</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/samuel-r.-wolfe/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Samuel R. Wolfe</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/jonathan-counts/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Jonathan Counts</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/mark-f.-roll/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Mark F. Roll</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/kristopher-v.-waynant/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Kristopher v. Waynant</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/james-g.-moberly/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
James G. Moberly</a><p class=card-text><span class=p-summary><p>Trichloroethylene (TCE), a toxic and carcinogenic contaminant, presents unique
challenges for cleanup because of its water solubility, density, and volatility.
Bioremediation of TCE is a promising cleanup method; however, metabolism of TCE
results in acid generation that inhibits remediating microorganisms. Calcium
alginate(CA)-polyvinylalcohol (PVA) hydrogels show promise for protecting
remediating microbes, however diffusion of TCE or its byproducts through these
polymers is unknown. To …</p></span><strong><small><a href=/academia/pva-aiche/measuring_diffusion_of_trichloroethylene.pdf>Read&nbsp;more&nbsp;&#187;</a></small></strong></p><div class=card-footer><a href=https://millironx.millironx.page/@indiewebpub/tags/bioremediation/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
bioremediation</a>
<a href=https://millironx.millironx.page/@indiewebpub/tags/polyoxometalate/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
polyoxometalate</a>
<a href=https://millironx.millironx.page/@indiewebpub/tags/hydrogel-polymers/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
hydrogel polymers</a>
<a href=https://millironx.millironx.page/@indiewebpub/tags/proton-transport/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
proton transport</a>
<a href=https://millironx.millironx.page/@indiewebpub/tags/chemical-engineering/ class="icon-link card-link p-category"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 110 64 32 32 0 110-64z"/></svg></span>
chemical engineering</a></div></div></div></div><ul class="pagination pagination-default"><li class=page-item><a href=/@indiewebpub/academia/ aria-label=First class=page-link role=button><span aria-hidden=true>&#171;&#171;</span></a></li><li class=page-item><a href=/@indiewebpub/academia/ aria-label=Previous class=page-link role=button><span aria-hidden=true>&#171;</span></a></li><li class=page-item><a href=/@indiewebpub/academia/ aria-label="Page 1" class=page-link role=button>1</a></li><li class="page-item active"><a aria-current=page aria-label="Page 2" class=page-link role=button>2</a></li><li class=page-item><a href=/@indiewebpub/academia/page/3/ aria-label="Page 3" class=page-link role=button>3</a></li><li class=page-item><a href=/@indiewebpub/academia/page/3/ aria-label=Next class=page-link role=button><span aria-hidden=true>&#187;</span></a></li><li class=page-item><a href=/@indiewebpub/academia/page/3/ aria-label=Last class=page-link role=button><span aria-hidden=true>&#187;&#187;</span></a></li></ul></section></main></div><footer><img src=https://millironx.millironx.page/@indiewebpub/graphics/brandedbull.min.svg height=95rem><p>&copy; 2025 Thomas A. Christensen II<br>Licensed
<a rel=license href=http://creativecommons.org/licenses/by/4.0/>CC-BY 4.0</a><br>Built with <a href=https://gohugo.io>Hugo</a> v0.141.0</p></footer><script>window.goatcounter={path:function(e){return location.host+e}}</script><script data-goatcounter=https://millironx.goatcounter.com/count async src=//gc.zgo.at/count.js></script></body></html>

View file

@ -0,0 +1,36 @@
<!doctype html><html class=no-js lang=en><head><meta charset=utf-8><meta http-equiv=x-ua-compatible content="ie=edge"><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content="A list of my academic publications"><title>Academic Publications and Presentations
-
Milliron X
</title><link rel=icon href=https://millironx.millironx.page/@indiewebpub/favicon.ico sizes=32x32><link rel=icon href=https://millironx.millironx.page/@indiewebpub/graphics/millironx-icon.svg type=image/svg+xml><link rel=apple-touch-icon href=https://millironx.millironx.page/@indiewebpub/apple-touch-icon.png><link rel=manifest href=https://millironx.millironx.page/@indiewebpub/manifest.json><link href=https://millironx.millironx.page/@indiewebpub/styles/millironx.min.css rel=stylesheet><link href=https://millironx.millironx.page/@indiewebpub/styles/scrolling-header.min.css rel=stylesheet><link rel=alternate type=application/atom+xml href=https://millironx.millironx.page/@indiewebpub/academia/feed.xml><meta property="og:url" content="https://millironx.millironx.page/@indiewebpub/academia/"><meta property="og:site_name" content="Milliron X"><meta property="og:title" content="Academic Publications and Presentations"><meta property="og:description" content="A list of my academic publications"><meta property="og:locale" content="en_us"><meta property="og:type" content="website"><meta property="og:image" content="https://millironx.millironx.page/@indiewebpub/academia/thumbnail.jpg"><meta itemprop=name content="Academic Publications and Presentations"><meta itemprop=description content="A list of my academic publications"><meta itemprop=datePublished content="2024-09-19T00:00:00+00:00"><meta itemprop=dateModified content="2024-09-19T00:00:00+00:00"><meta itemprop=wordCount content="95"><meta itemprop=image content="https://millironx.millironx.page/@indiewebpub/academia/thumbnail.jpg"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://millironx.millironx.page/@indiewebpub/academia/thumbnail.jpg"><meta name=twitter:title content="Academic Publications and Presentations"><meta name=twitter:description content="A list of my academic publications"></head><body><header><object data=https://millironx.millironx.page/@indiewebpub/graphics/millironx.svg>
<img src=https://millironx.millironx.page/@indiewebpub/graphics/millironx.svg alt="Milliron X"></object><h1 class=font-small-caps>Milliron X</h1></header><div class=row id=content><aside><nav><a href=/@indiewebpub/><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M511.8 287.6H576V240L288.4.0.0 240v47.6H64.1V512H224V352H352V512H512.8l-1-224.4z"/></svg></span>
Home
</a><a href=/@indiewebpub/people/thomas-a.-christensen-ii/><span class="fa-container fa-fw"><svg viewBox="0 0 512 512"><path d="M256 512A256 256 0 10256 0a256 256 0 100 512zM216 336h24V272H216 192V224h24 48 24v24 88h8 24v48H296 216 192V336h24zm72-144H224V128h64v64z"/></svg></span>
About
</a><a href=/@indiewebpub/blogroll/><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M0 80v80H48 96V80c0-26.5-21.5-48-48-48S0 53.5.0 80zM112 32c10 13.4 16 30 16 48V384c0 35.3 28.7 64 64 64s64-28.7 64-64V336 320h16H480V128c0-53-43-96-96-96H112zM464 480c61.9.0 112-50.1 112-112V352H288v32c0 53-43 96-96 96H368h96z"/></svg></span>
Blogroll
</a><a href=/@indiewebpub/contact/><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M224 0H0V512H384V427l-1.7 1.7-120.1 17.2-11.7 1.9-11.6 1.9-5.3-10.5L222.1 416H209.9l-11.6 23.2-4.4 8.8H184h-8-11.9l-3.4-11.4L144 381l-16.7 55.6L123.9 448H112 80 64V416H80h20.1l20.6-68.6 3.4-11.4H136h16 11.9l3.4 11.4 15.4 51.4 3-5.9 4.4-8.8H2e2h32 9.9l4.4 8.8 7.2 14.5 13.5-94 117-117V160H224V0zm32 0V128H384L256 0zM505 119.8l-41.3 41.3 71 71L576 190.8l-71-71zm-63.9 63.9L299.9 325 288 407.9 370.9 396 512.1 254.7l-71-71z"/></svg></span>
Contact
</a><a href=/@indiewebpub/posts/><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M448 64H0v64H448V64zm0 160H128v64H448V224zM128 384v64H448V384H128zM64 224H0V448H64V224z"/></svg></span>
Blog
</a><a class=active href=/@indiewebpub/academia/><span class="fa-container fa-fw"><svg viewBox="0 0 512 512"><path d="M0 144 256 0 512 144v48H0V144zM0 512V464l64-48V224h64V416h40V224h64V416h48V224h64V416h40V224h64V416l64 48v48H0zM256 144a32 32 0 100-64 32 32 0 100 64z"/></svg></span>
Academia
</a><a href=https://code.millironx.com><span class="fa-container fa-fw"><svg viewBox="0 0 640 512"><path d="M362.8 8l-9.4 30.6-128 416L216 485.2 277.2 504l9.4-30.6 128-416L424 26.8 362.8 8zm71.9 136 22.6 22.6L546.7 256l-89.4 89.4L434.7 368 480 413.3l22.6-22.6 112-112L637.3 256l-22.6-22.6-112-112L480 98.7 434.7 144zM160 98.7l-22.6 22.6-112 112L2.7 256l22.6 22.6 112 112L160 413.3 205.3 368l-22.6-22.6L93.3 256l89.4-89.4L205.3 144 160 98.7z"/></svg></span>
Code
</a><a href=https://video.millironx.com><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M384 64H0V448H384V64zM576 448V64L416 174.9V337.1L576 448z"/></svg></span>
Videos
</a><a href=https://youtu.be/dQw4w9WgXcQ><span class="fa-container fa-fw"><svg viewBox="0 0 512 512"><path d="M192 96 352 256 192 416h-32v-96H0V192h160V96h32zM352 416h96V96h-96-32V32h32 128 32v32 384 32h-32-128-32v-64h32z"/></svg></span>
Login</a></nav></aside><main><style>.motto::before{background-image:url(https://millironx.millironx.page/@indiewebpub/academia/thumbnail_hu13643606213071976482.jpg)}</style><div class=motto-wrapper><div class=motto title="Personally, I preferred the Owen Library in Pullman seven miles west"><div class=motto-inside><h1 id=motto>Publications and Presentations</h1></div></div></div><section><a rel=alternate type=application/atom+xml href=https://millironx.millironx.page/@indiewebpub/academia/feed.xml><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M64 32C28.7 32 0 60.7.0 96V416c0 35.3 28.7 64 64 64H384c35.3.0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm32 80c150.2.0 272 121.8 272 272H320c0-123.7-100.3-224-224-224V112zm0 96c97.2.0 176 78.8 176 176H224c0-70.7-57.3-128-128-128V208zm0 144a32 32 0 1164 0 32 32 0 11-64 0z"/></svg></span>
Subscribe</a><div class="card h-entry"><div class=card-content><div class=card-header><div class=card-title><a class=u-url href=https://millironx.millironx.page/@indiewebpub/academia/how-to-build-a-cow-cud-fuel-cell/><h3 class=p-name>How to Build a Cow-Cud Fuel Cell</h3></a><div class=dt-published>01 Aug 2018</div></div><a class=category-button href=https://millironx.millironx.page/@indiewebpub/categories/presentation/ title=Presentation><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M288 0H192V24H168c-48.6.0-88 39.4-88 88v32H24 0v48H24 424h24V144H424 128V112c0-22.1 17.9-40 40-40h24V96h96c26.5.0 48-21.5 48-48S314.5.0 288 0zM48 224 80 512H368l32-288H48z"/></svg></span></a></div><div class=card-body><a href=https://millironx.millironx.page/@indiewebpub/people/thomas-a.-christensen-ii/ rel=author class="card-link p-author bolder"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Thomas A. Christensen II</a><p class=card-text><span class=p-summary></span><strong><small><a href=https://millironx.millironx.page/@indiewebpub/academia/how-to-build-a-cow-cud-fuel-cell/>Read&nbsp;more&nbsp;&#187;</a></small></strong></p><div class=card-footer></div></div></div></div><div class="card h-entry"><div class=card-content><div class=card-header><div class=card-title><a class=u-url href=https://millironx.millironx.page/@indiewebpub/academia/pva-inbre/><h3 class=p-name>Measuring diffusion of protons in polyvinyalginate</h3></a><div class=dt-published>31 Jul 2018</div></div><a class=category-button href=https://millironx.millironx.page/@indiewebpub/categories/poster/ title=Poster><span class="fa-container fa-fw"><svg viewBox="0 0 576 512"><path d="M32 0H0V64H32V320v32H64 256v34.7l-54.6 54.6L178.7 464 224 509.3l22.6-22.6L288 445.3l41.4 41.4L352 509.3 397.3 464l-22.6-22.6L320 386.7V352H512h32V320 64h32V0H544 480 96 32zM96 64H480V288H320 256 96V64z"/></svg></span></a></div><div class=card-body><a href=https://millironx.millironx.page/@indiewebpub/people/thomas-a.-christensen-ii/ rel=author class="card-link p-author bolder"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Thomas A. Christensen II</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/jonathan-counts/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
Jonathan Counts</a>
<a href=https://millironx.millironx.page/@indiewebpub/people/james-g.-moberly/ rel=author class="card-link p-author"><span class="fa-container fa-fw"><svg viewBox="0 0 448 512"><path d="M224 256A128 128 0 10224 0a128 128 0 100 256zM448 512 384 304H64L0 512H448z"/></svg></span>
James G. Moberly</a><p class=card-text><span class=p-summary><p>Trichloroethylene (TCE) is a toxic and carcinogenic contaminant that presents
unique challenges for cleanup because of its density and volatility. Use of
microorganisms may be a promising remediation method, however metabolism of TCE
results in acid buildup, which consequently impedes the ability of
microorganisms to perform this remediation. Polyvinylalginate (PVA) shows
promise as a useful shield for microorganisms carrying out bioremediation of TCE
by surrounding them in a protective …</p></span><strong><small><a href=https://millironx.millironx.page/@indiewebpub/academia/pva-inbre/>Read&nbsp;more&nbsp;&#187;</a></small></strong></p><div class=card-footer></div></div></div></div><ul class="pagination pagination-default"><li class=page-item><a href=/@indiewebpub/academia/ aria-label=First class=page-link role=button><span aria-hidden=true>&#171;&#171;</span></a></li><li class=page-item><a href=/@indiewebpub/academia/page/2/ aria-label=Previous class=page-link role=button><span aria-hidden=true>&#171;</span></a></li><li class=page-item><a href=/@indiewebpub/academia/ aria-label="Page 1" class=page-link role=button>1</a></li><li class=page-item><a href=/@indiewebpub/academia/page/2/ aria-label="Page 2" class=page-link role=button>2</a></li><li class="page-item active"><a aria-current=page aria-label="Page 3" class=page-link role=button>3</a></li><li class="page-item disabled"><a aria-disabled=true aria-label=Next class=page-link role=button tabindex=-1><span aria-hidden=true>&#187;</span></a></li><li class="page-item disabled"><a aria-disabled=true aria-label=Last class=page-link role=button tabindex=-1><span aria-hidden=true>&#187;&#187;</span></a></li></ul></section></main></div><footer><img src=https://millironx.millironx.page/@indiewebpub/graphics/brandedbull.min.svg height=95rem><p>&copy; 2025 Thomas A. Christensen II<br>Licensed
<a rel=license href=http://creativecommons.org/licenses/by/4.0/>CC-BY 4.0</a><br>Built with <a href=https://gohugo.io>Hugo</a> v0.141.0</p></footer><script>window.goatcounter={path:function(e){return location.host+e}}</script><script data-goatcounter=https://millironx.goatcounter.com/count async src=//gc.zgo.at/count.js></script></body></html>

View file

@ -0,0 +1 @@

File diff suppressed because one or more lines are too long

View file

Before

Width:  |  Height:  |  Size: 668 KiB

After

Width:  |  Height:  |  Size: 668 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View file

@ -0,0 +1 @@

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@

File diff suppressed because one or more lines are too long

View file

Before

Width:  |  Height:  |  Size: 199 KiB

After

Width:  |  Height:  |  Size: 199 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

View file

@ -0,0 +1 @@

File diff suppressed because one or more lines are too long

BIN
android-chrome-192x192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
android-chrome-512x512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

BIN
android-chrome-mask.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

BIN
apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -1,20 +0,0 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
cardImage: library
draft: true
featured: false
tags:
- smart
- profound
type: "Journal Article"
authors:
- Christensen, Thomas Allen, II
link: 'https://dx.doi.org/...'
journal: "Journal of Hard Knocks"
location: "Life"
awards:
- 'Everything is Awesome 2020'
---
Abstract goes here

View file

@ -1,30 +0,0 @@
# Characters
Imaginary friends that help me inject personality into my articles. These are
anthropomorphized versions of animals that I have known in real life. I tried to
draw them roughly in the style of Chris Pasquini, but failed myself, then tried
using Perplexity's image generation. The style isn't quite the same, but I like
it for these animals. Also, Perplexity does a horrible job of labeling images,
so ignore the ref sheet emotion labels.
## Spawn of Satan (aka Spawn aka SOS)
![Spawn ref sheet](spawn/_ref-body-perplexity.png)
Spawn of Satan is the name Travis gave to the cannulated cow, and it stuck.
Spawn is old and cynical after having every professor with a new idea experiment
on her. After being in academia for so long, she knows her way around
mathematics and the scientific method reasonably well, even if she's never
formally taken a college course in the sciences. She is the realist to any blog
post's optimist.
## Whelen
![Whelen ref sheet](whelen/_ref-body-perplexity.png)
Whelen is a happy-go-lucky German Shepherd/Husky mix puppy. He's been to school
once - and that was just to get neutered - so his knowledge of math and science,
heck, even of the humanities, isn't very good. He is very naive and thinks
everyone is nice and wants to be his friend, but he is also friendly to everyone
and is very vocal when he feels left out. He will step in when any blog post is
getting too technical and demand an explanation for real people (dogs?).

Binary file not shown.

Before

Width:  |  Height:  |  Size: 908 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 954 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 962 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 951 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 205 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 850 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 958 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

View file

@ -1,420 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
id="svg10737"
version="1.1"
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
width="356.25"
height="240"
xml:space="preserve"
sodipodi:docname="branded-bull_inkscape.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"><metadata
id="metadata10743"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs10741"><inkscape:path-effect
effect="spiro"
id="path-effect4154"
is_visible="true" /></defs><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1536"
inkscape:window-height="791"
id="namedview10739"
showgrid="false"
inkscape:zoom="1.7147339"
inkscape:cx="124.50911"
inkscape:cy="152.79338"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="g10745"
inkscape:showpageshadow="2"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1" /><g
id="g10745"
inkscape:groupmode="layer"
inkscape:label="Cow__Hereford"
transform="matrix(1.25,0,0,-1.25,0,240)"><g
id="g10747"
transform="matrix(-0.24,0,0,0.24,287.96958,0)"><path
d="m 333.332,256.25 c 6.25,-12.5 20.836,-37.5 16.668,-58.332 -4.168,-20.836 2.082,-29.168 10.418,-37.5 8.332,-8.336 0,-27.086 8.332,-29.168 8.332,-2.082 2.082,-10.418 -6.25,-16.668 -8.332,-6.25 4.168,-20.832 -10.418,-33.332 -14.582,-14.582 2.086,-10.418 18.75,-14.582 16.668,-4.168 27.086,-2.086 25,8.332 -2.082,10.418 4.168,8.332 12.5,18.75 8.336,10.418 -2.082,4.168 -4.164,29.168 -2.086,25 2.082,22.914 10.414,35.414 8.336,12.5 -4.164,29.168 2.086,50 6.25,20.836 -52.086,56.25 -83.336,47.918"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10749" /><path
d="m 333.332,256.25 c 6.25,-12.5 20.836,-37.5 16.668,-58.332 -4.168,-20.836 2.082,-29.168 10.418,-37.5 8.332,-8.336 0,-27.086 8.332,-29.168 8.332,-2.082 2.082,-10.418 -6.25,-16.668 -8.332,-6.25 4.168,-20.832 -10.418,-33.332 -14.582,-14.582 2.086,-10.418 18.75,-14.582 16.668,-4.168 27.086,-2.086 25,8.332 -2.082,10.418 4.168,8.332 12.5,18.75 8.336,10.418 -2.082,4.168 -4.164,29.168 -2.086,25 2.082,22.914 10.414,35.414 8.336,12.5 -4.164,29.168 2.086,50 6.25,20.836 -52.086,56.25 -83.336,47.918 z"
style="fill:none;stroke:#000000;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10751" /><path
d="m 352.082,75 c 6.25,1.043 34.375,1.043 38.543,-5.207 4.168,-6.25 5.207,-10.418 -2.082,-12.5 -7.293,-2.086 -35.418,4.164 -40.625,6.25 C 342.707,65.625 343.75,75 352.082,75"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10753" /><path
d="m 450,56.25 c -18.75,4.168 -43.75,-12.5 -52.082,2.082 10.414,12.5 14.582,25 27.082,25 -14.582,8.336 0,39.586 0,56.25 0,16.668 -26.012,41.859 -14.582,54.168 27.082,29.168 52.082,-4.168 66.664,-8.332 -8.332,-25 -6.707,-68.797 -4.164,-91.668 0.52,-4.6875 0,-10.418 -7.293,-9.8945 6.25,-3.125 8.855,-10.418 0.52,-13.0235 -8.332,-2.6015 -8.332,-5.207 -8.332,-9.375 C 454.688,59.375 454.168,56.25 450,56.25"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10755" /><path
d="m 450,56.25 c -18.75,4.168 -43.75,-12.5 -52.082,2.082 10.414,12.5 14.582,25 27.082,25 -14.582,8.336 0,39.586 0,56.25 0,16.668 -26.012,41.859 -14.582,54.168 27.082,29.168 52.082,-4.168 66.664,-8.332 -8.332,-25 -6.707,-68.797 -4.164,-91.668 0.52,-4.6875 0,-10.418 -7.293,-9.8945 6.25,-3.125 8.855,-10.418 0.52,-13.0235 -8.332,-2.6015 -8.332,-5.207 -8.332,-9.375 C 454.688,59.375 454.168,56.25 450,56.25 Z"
style="fill:none;stroke:#000000;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10757" /><path
d="m 404.168,59.375 c 7.289,-1.043 37.5,11.457 51.039,4.168 13.543,-7.293 20.836,-7.293 10.418,-14.586 -10.418,-7.289 -47.918,-7.289 -58.332,-5.207 -10.418,2.082 -18.75,9.375 -3.125,15.625"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10759" /><path
d="M 937.5,64.582 C 939.582,54.168 931.25,43.75 920.832,45.832 910.418,47.918 885.418,35.418 881.25,50 c 6.25,22.918 27.082,60.418 39.582,70.832 -2.082,10.418 0,39.586 2.086,54.168 18.75,12.5 43.75,-12.5 41.664,-27.082 -2.082,-14.586 -12.5,-37.5 -10.414,-47.918 2.082,-10.418 14.582,-10.418 2.082,-16.668 -2.605,1.043 -5.207,-1.039 -6.25,-4.164 -1.043,-3.125 -2.605,-6.25 -6.77,-7.8125 -0.523,-2.086 -3.125,-5.211 -5.73,-6.7735"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10761" /><path
d="M 937.5,64.582 C 939.582,54.168 931.25,43.75 920.832,45.832 910.418,47.918 885.418,35.418 881.25,50 c 6.25,22.918 27.082,60.418 39.582,70.832 -2.082,10.418 0,39.586 2.086,54.168 18.75,12.5 43.75,-12.5 41.664,-27.082 -2.082,-14.586 -12.5,-37.5 -10.414,-47.918 2.082,-10.418 14.582,-10.418 2.082,-16.668 -2.605,1.043 -5.207,-1.039 -6.25,-4.164 -1.043,-3.125 -2.605,-6.25 -6.77,-7.8125 -0.523,-2.086 -3.125,-5.211 -5.73,-6.7735 z"
style="fill:none;stroke:#000000;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10763" /><path
d="m 930.207,38.0195 v 14.586 l -44.269,-1.043 -4.688,-11.9805 48.957,-1.5625"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10765" /><path
d="m 1058.33,75 c -10.41,-18.75 -27.08,-29.168 -41.66,-29.168 -14.59,0 -52.088,0 -35.42,12.5 16.668,12.5 27.08,37.5 31.25,47.918 4.17,10.418 -6.25,64.582 -6.25,79.168 12.5,14.582 33.33,-6.25 52.08,-16.668 1.05,-3.645 2.09,-11.98 2.09,-23.437 0,-11.458 -0.53,-17.708 0,-22.395 1.56,1.039 4.69,1.039 3.12,-4.688 -1.56,-5.73 -0.52,-14.062 -1.04,-21.355 2.08,0.5195 2.61,-5.207 1.04,-9.375 -1.56,-4.168 -3.12,-10.9375 -5.21,-12.5"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10767" /><path
d="m 1058.33,75 c -10.41,-18.75 -27.08,-29.168 -41.66,-29.168 -14.59,0 -52.088,0 -35.42,12.5 16.668,12.5 27.08,37.5 31.25,47.918 4.17,10.418 -6.25,64.582 -6.25,79.168 12.5,14.582 33.33,-6.25 52.08,-16.668 1.05,-3.645 2.09,-11.98 2.09,-23.437 0,-11.458 -0.53,-17.708 0,-22.395 1.56,1.039 4.69,1.039 3.12,-4.688 -1.56,-5.73 -0.52,-14.062 -1.04,-21.355 2.08,0.5195 2.61,-5.207 1.04,-9.375 -1.56,-4.168 -3.12,-10.9375 -5.21,-12.5 z"
style="fill:none;stroke:#000000;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10769" /><path
d="m 983.855,44.2695 c 0.52,3.125 -0.523,3.125 3.645,5.7305 12.035,7.5234 32.71,-4.6211 31.25,-3.6445 3.9,-2.6055 0,-3.125 0,-5.7305 0,-2.6055 -27.605,0.5195 -34.895,3.6445"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10771" /><path
d="m 1077.08,312.5 c -2.08,-8.332 -10.41,-12.5 -8.33,-52.082 2.08,-39.586 20.83,-18.75 14.58,-56.25 -6.25,-37.5 -12.5,-37.5 -4.16,-50 2.08,14.582 8.33,18.75 6.25,6.25 -2.09,-12.5 2.08,-35.418 10.41,-52.086 2.09,6.25 6.25,10.418 6.25,18.75 4.17,-8.332 6.25,-14.582 4.17,-20.832 12.5,16.668 29.17,60.418 25,79.168 -4.17,18.75 -2.08,20.832 2.08,31.25 4.17,10.414 -10.41,25 -16.66,37.5 -6.25,12.5 -4.17,35.414 -12.5,54.164 -8.34,18.75 -27.09,4.168 -27.09,4.168"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10773" /><path
d="m 1077.08,312.5 c -2.08,-8.332 -10.41,-12.5 -8.33,-52.082 2.08,-39.586 20.83,-18.75 14.58,-56.25 -6.25,-37.5 -12.5,-37.5 -4.16,-50 2.08,14.582 8.33,18.75 6.25,6.25 -2.09,-12.5 2.08,-35.418 10.41,-52.086 2.09,6.25 6.25,10.418 6.25,18.75 4.17,-8.332 6.25,-14.582 4.17,-20.832 12.5,16.668 29.17,60.418 25,79.168 -4.17,18.75 -2.08,20.832 2.08,31.25 4.17,10.414 -10.41,25 -16.66,37.5 -6.25,12.5 -4.17,35.414 -12.5,54.164 -8.34,18.75 -27.09,4.168 -27.09,4.168 z"
style="fill:none;stroke:#000000;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10775" /><path
d="m 493.75,241.668 c 10.418,6.25 37.5,33.332 62.5,27.082 25,-6.25 104.168,8.332 147.918,-29.168 18.75,14.586 60.414,50 93.75,56.25 33.332,6.25 52.082,14.586 68.75,12.5 4.164,-16.664 2.082,-52.082 29.164,-77.082 27.086,-25 22.918,-25 41.668,-37.5 25,37.5 116.67,102.082 18.75,166.668 -97.918,64.582 -87.5,60.414 -302.082,8.332 -39.586,16.668 -181.25,112.5 -185.418,37.5 -4.168,-75 10.418,-145.832 25,-164.582"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10777" /><path
d="m 493.75,241.668 c 10.418,6.25 37.5,33.332 62.5,27.082 25,-6.25 104.168,8.332 147.918,-29.168 18.75,14.586 60.414,50 93.75,56.25 33.332,6.25 52.082,14.586 68.75,12.5 4.164,-16.664 2.082,-52.082 29.164,-77.082 27.086,-25 22.918,-25 41.668,-37.5 25,37.5 116.67,102.082 18.75,166.668 -97.918,64.582 -87.5,60.414 -302.082,8.332 -39.586,16.668 -181.25,112.5 -185.418,37.5 -4.168,-75 10.418,-145.832 25,-164.582 z"
style="fill:none;stroke:#000000;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10779" /><path
d="M 118.75,735.418 C 102.082,733.332 62.5,741.668 35.418,700 c 12.5,0 50,12.5 70.832,-6.25 4.168,12.5 6.25,35.418 12.5,41.668"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10781" /><path
d="M 118.75,735.418 C 102.082,733.332 62.5,741.668 35.418,700 c 12.5,0 50,12.5 70.832,-6.25 4.168,12.5 6.25,35.418 12.5,41.668 z"
style="fill:none;stroke:#000000;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10783" /><path
d="m 89.582,639.582 c 4.168,-16.664 -6.25,-54.164 -18.75,-66.664 -12.5,-12.5 -6.25,-31.25 2.086,-39.586 C 81.25,525 93.75,512.5 116.668,512.5 c 22.914,0 22.914,-2.082 33.332,4.168 12.5,-14.586 29.168,-41.668 50,-43.75 20.832,-2.086 33.332,-6.25 50,-43.75 16.668,-37.5 10.418,-102.086 27.082,-122.918 16.668,-20.832 45.836,-47.918 60.418,-62.5 75,-96.875 66.668,-22.918 83.332,-4.168 16.668,18.75 29.168,160.418 -18.75,225 -47.914,64.586 125,203.91 148.961,202.867 -12.5,0 -138.543,5.469 -182.293,28.383 -43.75,22.918 -67.754,11.477 -89.582,18.75 -12.5,4.168 -25,6.25 -27.086,14.586 -2.082,8.332 -2.297,24.973 -52.082,18.75 -16.668,-2.086 -18.75,4.164 -33.332,4.164 -14.586,0 -52.086,10.418 -58.336,-14.582 -2.082,-8.332 -4.164,-16.668 -1.039,-18.75 -6.25,-2.082 -14.586,-9.375 -12.5,-20.832 -5.211,-9.375 -4.168,-21.875 -14.586,-36.461 0,-8.332 3.125,-9.375 8.336,-10.414 1.039,-3.125 1.039,-6.25 1.039,-11.461"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10785" /><path
d="m 89.582,639.582 c 4.168,-16.664 -6.25,-54.164 -18.75,-66.664 -12.5,-12.5 -6.25,-31.25 2.086,-39.586 C 81.25,525 93.75,512.5 116.668,512.5 c 22.914,0 22.914,-2.082 33.332,4.168 12.5,-14.586 29.168,-41.668 50,-43.75 20.832,-2.086 33.332,-6.25 50,-43.75 16.668,-37.5 10.418,-102.086 27.082,-122.918 16.668,-20.832 45.836,-47.918 60.418,-62.5 75,-96.875 66.668,-22.918 83.332,-4.168 16.668,18.75 29.168,160.418 -18.75,225 -47.914,64.586 125,203.91 148.961,202.867 -12.5,0 -138.543,5.469 -182.293,28.383 -43.75,22.918 -67.754,11.477 -89.582,18.75 -12.5,4.168 -25,6.25 -27.086,14.586 -2.082,8.332 -2.297,24.973 -52.082,18.75 -16.668,-2.086 -18.75,4.164 -33.332,4.164 -14.586,0 -52.086,10.418 -58.336,-14.582 -2.082,-8.332 -4.164,-16.668 -1.039,-18.75 -6.25,-2.082 -14.586,-9.375 -12.5,-20.832 -5.211,-9.375 -4.168,-21.875 -14.586,-36.461 0,-8.332 3.125,-9.375 8.336,-10.414 1.039,-3.125 1.039,-6.25 1.039,-11.461 z"
style="fill:none;stroke:#000000;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10787" /><path
d="m 581.25,667.449 c -13.543,0 -40.875,-0.859 -85.418,3.383 -16.664,0 -114.582,10.418 -152.082,33.336 -19.637,12 -36.457,8.332 -54.168,-12.5 -17.594,-20.695 -47.914,-8.336 -43.75,-18.75 4.168,-10.418 12.5,-16.668 22.918,-18.75 10.418,-2.086 12.5,-12.5 -4.168,-18.75 -16.664,-6.25 -14.582,-37.5 -10.414,-50 C 245.832,575 252.082,558.332 231.25,537.5 c 14.582,4.168 45.832,37.5 35.418,-2.082 10.414,0 29.164,18.75 29.164,29.164 0,10.418 18.75,8.336 12.5,-8.332 -6.25,-16.668 -10.414,-18.75 -22.914,-22.918 -2.086,-12.5 -6.25,-35.414 -18.75,-45.832 -12.5,-10.418 -12.5,-8.332 -2.086,-6.25 10.418,2.082 2.086,-12.5 25,8.332 22.918,20.836 187.5,46.617 291.668,177.867"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10789" /><path
d="m 285.418,502.082 c -11.375,-4.262 -10.418,-37.5 10.414,-35.414 20.836,2.082 -18.816,-25 14.586,-25 16.664,0 4.578,-39.84 35.414,18.75 20.836,39.582 22.918,4.164 20.836,-2.086 -2.086,-6.25 -18.75,-22.914 -6.25,-29.164 12.5,-6.25 -18.75,-16.668 -8.336,-25 10.418,-8.336 -10.414,-25 2.086,-35.418 12.5,-10.418 14.582,-18.75 33.332,-20.832 0,-12.5 -2.082,-31.25 20.832,-29.168 22.918,2.082 64.586,18.75 93.75,56.25 29.168,37.5 35.418,-8.332 16.668,-16.668 10.418,-8.332 4.168,-16.664 25,-10.414 20.832,6.25 171.09,297.137 169.008,320.055 -17.445,-0.266 -104.426,-0.785 -146.613,-0.524 C 524.48,638.285 302.082,508.332 285.418,502.082"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10791" /><path
d="m 535.418,362.5 c -2.086,-10.418 0,-25 -8.336,-31.25 -8.332,-6.25 -8.332,-16.668 14.586,-8.332 22.914,8.332 16.664,0 16.664,-10.418 10.418,-2.082 20.836,0 18.75,-10.418 10.418,-2.082 20.836,20.836 35.418,-4.164 14.582,8.332 18.75,25 43.75,8.332 0,8.332 -4.168,27.082 18.75,25 22.918,-2.082 16.668,-12.5 41.668,-12.5 25,0 22.914,14.582 43.75,29.168 20.832,14.582 33.332,25 62.5,16.664 29.164,-8.332 16.664,2.086 31.25,18.75 14.582,16.668 8.332,18.75 29.164,10.418 14.586,16.668 177.088,172.918 189.588,185.418 2.08,22.914 -12.5,70.832 -60.42,89.582 -47.918,18.75 -58.332,0 -93.75,0 -35.418,0 -198.18,-0.777 -219.012,-0.777 C 683.07,636.723 543.75,383.332 535.418,362.5"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10793" /><path
d="m 404.168,327.082 c 10.414,0 22.914,-12.5 12.5,-27.082 -10.418,-14.582 -2.086,-20.832 -12.5,-20.832 -10.418,0 -16.668,-8.336 -8.336,-18.75 8.336,-10.418 10.418,-6.25 6.25,-18.75 -4.262,-12.777 2.176,-27.5 8.336,-35.418 14.582,-18.75 22.914,-25 20.832,-41.668 -2.082,-16.664 8.332,-18.75 18.75,-8.332 10.418,10.418 18.75,22.918 20.832,14.582 10.418,0 16.668,0 18.75,22.918 2.086,22.918 6.25,29.168 12.5,41.668 6.25,12.5 8.336,22.914 2.086,31.25 8.332,8.332 14.582,20.832 2.082,20.832 -12.5,0 -2.082,-6.25 -8.332,10.418 -6.25,16.664 -4.168,8.332 0,31.25 4.164,22.914 14.582,29.164 -2.086,41.664 -16.664,12.5 -83.332,-35.414 -91.664,-43.75"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10795" /><path
d="m 1068.75,604.168 c 4.17,-18.75 22.92,-106.25 16.67,-191.668 -2.09,-25 6.25,-52.082 14.58,-68.75 8.33,-16.668 10.42,-35.418 10.42,-41.668 -12.5,2.086 -25,10.418 -33.34,0 -6.25,10.418 -8.33,20.836 -6.25,35.418 2.09,14.582 -16.66,20.832 -20.83,-12.5 -4.17,-33.332 12.38,-45.715 31.25,-64.582 10.42,-10.418 0,-14.586 -10.42,-45.836 -10.41,-31.25 -12.5,-47.914 -10.41,-62.5 -12.5,4.168 -18.75,-2.082 -27.09,12.5 -8.33,14.586 -20.83,16.668 -22.91,-10.414 -2.09,27.082 -18.752,41.664 -29.17,64.582 -10.418,22.918 -14.582,56.25 -18.75,91.668 -4.168,35.414 -8.332,2.082 -45.832,41.664 -37.5,39.586 -41.668,33.336 -35.418,58.336 6.25,25 172.92,193.75 187.5,193.75"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10797" /><path
d="m 979.168,275 c -10.859,7.754 -20.836,-27.082 -31.25,-25 -10.418,2.082 -16.668,-8.332 -14.586,-20.832 2.086,-12.5 -4.894,-4.418 -11.457,-20.836 -4.168,-10.414 -7.801,-45.473 1.043,-39.582 6.25,4.168 12.5,8.332 20.832,-8.332 8.332,-16.668 15.453,-10.953 18.75,-20.836 6.25,12.5 29.168,60.418 39.58,81.25 -2.08,18.75 -8.33,43.75 -22.912,54.168"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10799" /><path
d="m 414.582,158.332 c 8.336,12.5 -4.164,29.168 2.086,50 6.25,20.836 -17.711,-27.082 -85.418,42.711 6.25,-12.5 18.75,-31.879 18.75,-53.125 8.332,-12.5 14.582,-33.336 22.918,-35.418 8.332,-2.082 12.5,-8.332 8.332,-18.75 -4.168,-10.418 0.074,-14.488 10.418,-22.918 14.062,-11.457 13.02,-14.062 12.5,8.336 -0.344,14.582 2.082,25 10.414,29.164"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10801" /><path
d="m 414.582,158.332 c 8.336,12.5 -4.164,29.168 2.086,50 6.25,20.836 -17.711,-27.082 -85.418,42.711 6.25,-12.5 18.75,-31.879 18.75,-53.125 8.332,-12.5 14.582,-33.336 22.918,-35.418 8.332,-2.082 12.5,-8.332 8.332,-18.75 -4.168,-10.418 0.074,-14.488 10.418,-22.918 14.062,-11.457 13.02,-14.062 12.5,8.336 -0.344,14.582 2.082,25 10.414,29.164 z"
style="fill:none;stroke:#000000;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10803" /><path
d="m 781.25,327.082 c 10.418,2.086 54.168,14.586 81.25,-4.164 27.082,-18.75 50.734,-12.984 45.832,-37.5 8.336,-4.168 16.848,-19.875 39.586,-41.668 4.164,1.043 8.332,5.207 -1.043,10.418 -9.375,5.207 -21.875,17.707 -30.207,26.039"
style="fill:none;stroke:#000000;stroke-width:4.16667;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10805" /><path
d="m 506.25,287.5 c 8.332,-6.25 12.5,-12.5 20.832,-12.5 8.336,0 20.836,-2.082 29.168,4.168 8.332,6.25 10.418,4.164 22.918,-2.086"
style="fill:none;stroke:#000000;stroke-width:4.16667;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10807" /><path
d="m 1084.38,311.457 c 0,-5.207 3.12,-27.082 8.33,-36.457"
style="fill:none;stroke:#000000;stroke-width:2.08333;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10809" /><path
d="m 1090.63,311.457 c 0,-5.207 3.12,-27.082 8.33,-36.457"
style="fill:none;stroke:#000000;stroke-width:2.08333;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10811" /><path
d="m 1085.42,262.5 c 6.25,-2.082 30.21,-14.582 34.37,-42.707 2.09,7.289 10.42,12.5 13.54,-3.125"
style="fill:none;stroke:#000000;stroke-width:3.54167;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10813" /><path
d="m 1089.58,248.957 c 6.25,-5.207 25,-23.957 22.92,-36.457 4.17,2.082 11.46,-3.125 6.25,-19.793"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10815" /><path
d="m 1087.5,235.418 c 5.21,-8.336 19.35,-34.242 6.25,-79.168 -7.29,-25 -3.12,-29.168 -2.08,-37.5"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10817" /><path
d="m 1090.63,228.125 c 2.08,-5.207 -1.05,-29.168 1.04,-46.875 2.08,-17.707 4.16,-20.832 1.04,-29.168"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10819" /><path
d="m 1056.25,57.293 c 33.33,14.582 91.91,-2.9258 105.21,-6.25 -6.25,-1.043 -8.33,-1.043 -9.38,-5.211 5.21,-2.082 7.3,-2.082 12.5,-5.207 -8.33,0 -38.54,11.457 -55.2,0"
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10821" /><path
d="m 1125,58.332 c 0,7.293 2.08,18.75 12.5,20.836 -7.29,1.039 -19.79,-6.25 -20.83,-11.461"
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10823" /><path
d="m 1061.46,46.875 c 6.25,2.082 37.5,10.418 53.12,4.168 -3.12,2.082 -6.25,9.375 28.13,1.039"
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10825" /><path
d="m 1051.04,55.207 c -5.4,-3.2343 -21.06,-4.25 -34.37,-9.375 -3.55,2.6641 -3.49,8.1055 -3.91,9.375 -3.24,-4.0468 -5.47,-4.9453 -5.47,-10.414 -4.16,8.332 -5.73,14.582 -5.73,14.582 -1.04,-5.207 -5.728,-11.457 -5.728,-16.668 -5.207,6.25 -5.207,7.293 -5.207,11.461 -5.207,-3.125 -7.293,-4.168 -8.332,-8.336 -1.043,-4.164 -4.168,4.168 -15.625,1.043 -5.211,-5.207 12.5,-9.375 28.125,-9.375 -15.625,-2.082 -43.75,1.043 -60.418,-12.5 14.582,1.043 61.457,9.375 82.295,5.207 8.33,3.125 17.71,8.336 30.21,6.25 12.5,-2.082 23.95,8.336 38.54,2.086"
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10827" /><path
d="m 1000,40.625 c 4.05,0 21.64,4.5156 28.13,2.082 4.16,2.086 11.45,8.336 18.75,6.25"
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10829" /><path
d="m 979.688,50.5195 c 0,7.293 -1.762,29.4922 -9.895,21.3555 C 967.707,69.793 962.5,64.582 947.918,58.332 933.332,52.082 925,42.707 912.5,41.668"
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10831" /><path
d="m 976.043,53.125 c -7.293,1.043 -6.25,3.125 -39.586,-4.168"
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10833" /><path
d="m 758.332,40.625 c 8.336,3.125 25,11.457 37.5,3.125 -5.207,8.332 -9.375,14.582 -14.582,14.582 9.375,0 13.543,5.211 20.832,-8.332 -5.207,11.457 0,17.707 -36.457,23.957 12.5,0 26.043,9.375 39.582,-13.539 6.25,9.375 20.836,31.25 19.793,40.625 0,-8.336 -2.082,-30.211 -8.332,-39.586 7.289,5.211 13.539,8.336 18.75,6.25 -5.211,-6.25 -10.418,-12.5 -9.375,-19.789 8.332,8.332 40.625,42.707 62.5,33.332 C 876.043,78.125 857.293,75 850,58.332 c 9.375,1.043 15.625,3.125 20.832,-4.164 -15.625,0 -15.625,0 -18.75,-5.211 9.375,-1.039 20.836,1.043 27.086,-2.082 8.332,1.043 15.625,2.082 14.582,10.418 3.125,-3.125 5.207,-7.293 1.043,-13.543 8.332,3.125 14.582,7.293 29.164,0"
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10835" /><path
d="m 832.293,30.207 c 6.25,-4.164 23.957,-7.289 37.5,-2.082 13.539,5.207 19.789,8.332 36.457,3.125 16.668,-5.207 21.875,-8.332 28.125,-13.543 -1.043,4.168 -1.043,8.336 5.207,5.211 0,5.207 7.293,9.375 16.668,3.125"
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10837" /><path
d="m 937.5,106.25 c -1.043,-3.125 -3.125,-9.375 -2.082,-12.5"
style="fill:none;stroke:#000000;stroke-width:1.875;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10839" /><path
d="m 932.293,104.168 c -1.043,-4.168 -2.086,-7.293 0,-10.418"
style="fill:none;stroke:#000000;stroke-width:1.45833;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10841" /><path
d="m 877.082,43.2305 c 3.648,1.039 15.106,0.5195 22.398,-3.125 7.29,-3.6485 24.477,6.25 31.77,4.6875 7.293,-1.5625 4.168,2.6015 13.543,-1.043 9.375,-3.6445 10.937,-3.125 16.664,-3.125"
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10843" /><path
d="m 779.168,50.5195 c -4.168,0.5235 -28.125,5.211 -33.336,-3.125 -1.039,7.293 -4.164,16.1485 -8.852,18.2305 -1.562,-4.168 0.52,-11.457 -3.125,-14.582 C 729.168,61.457 713.543,75 706.77,76.5625 709.895,69.793 721.875,56.7695 723.438,51.043 713.543,56.7695 693.75,62.5 685.418,58.332 688.543,54.6875 700.52,51.043 703.125,44.2695 695.832,43.75 681.25,37.5 673.438,32.8125 c 16.144,0 49.48,5.7305 56.769,0.5195"
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10845" /><path
d="m 718.75,31.7695 c -6.77,-2.082 -65.625,-17.1875 -79.168,-7.8125 4.168,3.6485 5.211,8.336 11.461,10.9375 -6.25,1.5625 -11.98,2.6055 -19.273,1.5625 4.687,4.6875 13.543,11.461 25,9.8985 -6.77,5.7265 -8.852,13.539 -15.102,14.0625 10.414,1.039 33.852,2.6015 46.875,-6.25"
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10847" /><path
d="m 741.668,271.875 c 2.082,2.605 2.082,11.457 10.414,11.457 1.563,-1.562 5.211,-2.082 7.293,5.211 2.082,7.289 6.77,8.332 15.625,6.77 8.855,-1.563 10.938,-3.645 15.625,0.519 4.688,4.168 4.688,5.731 13.543,5.211 4.687,3.645 10.937,7.289 16.664,4.687 5.731,-2.605 -10.414,-1.042 -1.562,0 8.855,1.04 17.91,6.758 27.605,2.602 3.645,-1.562 8.332,4.688 13.543,6.25 5.207,1.563 6.77,-1.039 9.375,-3.644"
style="fill:none;stroke:#000000;stroke-width:2.08333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10849" /><path
d="m 873.438,275 c 0,4.805 16.144,-14.062 21.355,-15.625 5.207,-1.562 5.727,-2.605 1.562,-8.855 4.688,-3.645 9.895,-6.25 17.188,-8.852 -0.523,-2.605 -6.25,-15.105 -2.605,-21.875 -5.731,5.727 -37.5,31.77 -37.5,55.207"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10851" /><path
d="m 449.48,52.6055 c 7.29,5.207 34.375,36.457 69.79,27.082"
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10853" /><path
d="m 467.707,53.125 c 10.418,6.25 15.625,15.625 28.125,11.457 -7.289,-3.125 -10.414,-6.25 -18.75,-13.539 8.336,2.082 28.125,12.5 43.75,8.332 C 515.625,55.207 500,50 510.418,48.957 c 10.414,-1.039 10.414,-1.039 10.414,-1.039 0,0 -3.125,9.375 19.793,9.375"
style="fill:none;stroke:#000000;stroke-width:2.70833;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10855" /><path
d="m 533.332,46.875 c 18.75,2.082 16.668,23.957 51.043,5.207"
style="fill:none;stroke:#000000;stroke-width:2.70833;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10857" /><path
d="m 407.293,27.082 c 10.414,2.086 69.789,9.375 110.414,1.043 40.625,-8.332 40.625,-8.332 40.625,-8.332 0,0 -51.039,4.164 -40.625,8.332 10.418,4.168 23.961,17.707 42.711,15.625"
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10859" /><path
d="m 589.582,59.375 c -5.207,8.332 -23.957,8.332 -28.125,13.543 23.961,2.082 21.875,-4.168 35.418,-7.293 13.543,-3.125 6.25,-7.293 3.125,-1.043 -3.125,6.25 -1.043,5.211 -6.25,8.336 19.793,-2.086 24.852,-9.5 30.207,-15.625 7.293,-8.336 9.375,-12.5 15.625,-14.586"
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10861" /><path
d="m 550,26.043 c 4.168,0 16.668,1.039 21.875,3.125 -11.457,2.082 -21.875,6.25 -5.207,10.414 16.664,4.168 16.664,4.168 22.914,-3.125 4.168,2.086 4.168,12.5 22.918,1.043 18.75,-11.457 19.793,-10.418 29.168,-10.418"
style="fill:none;stroke:#000000;stroke-width:2.08333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10863" /><path
d="m 448.957,50 c -6.25,1.043 -1.039,9.375 -26.039,6.25 -25,-3.125 -10.418,-5.207 -17.711,-9.375 4.168,8.332 11.461,14.582 22.918,17.707 -7.293,0 -20.832,-2.082 -26.043,-10.414 -4.164,1.039 -6.25,6.25 -10.414,2.082 -2.086,6.25 0,11.457 -9.375,19.793 0,-6.25 -4.168,-10.418 -2.086,-15.625 -2.082,5.207 -1.039,11.457 -21.875,8.332 -9.375,0 -12.5,9.375 -25,2.082 1.043,6.25 -1.039,7.293 5.211,10.418 6.25,3.125 10.414,5.207 -3.125,1.043 -13.543,-4.168 -15.625,0 -23.961,-9.375 -10.414,13.539 -25,28.125 -35.414,28.125 9.375,-8.336 16.664,-11.461 16.664,-20.836 -9.375,2.086 -15.625,13.543 -29.164,12.5 7.289,-8.332 12.5,-9.375 18.75,-18.75"
style="fill:none;stroke:#000000;stroke-width:2.70833;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10865" /><path
d="m 257.293,58.332 c 7.289,1.043 7.289,1.043 7.289,1.043 0,0 44.793,13.543 73.961,4.168"
style="fill:none;stroke:#000000;stroke-width:2.70833;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10867" /><path
d="m 256.25,69.793 c 9.375,1.039 20.832,6.25 39.582,4.164"
style="fill:none;stroke:#000000;stroke-width:2.08333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10869" /><path
d="m 318.75,265.625 c -1.043,8.332 -2.082,11.457 -3.125,31.25 -1.043,19.793 -5.207,17.707 -9.375,31.25 -4.168,13.543 -1.043,11.457 -6.25,21.875 4.168,-17.707 8.332,-30.207 7.293,-47.918 -1.043,-17.707 -5.211,-21.875 1.039,-29.164 6.25,-7.293 2.086,-1.043 10.418,-7.293 z"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10871" /><path
d="m 330.207,359.375 c 5.211,0 12.5,-1.043 13.543,2.082 1.043,3.125 -3.125,7.293 -7.293,2.086 -4.164,-5.211 -5.207,-6.25 -4.164,-10.418 1.039,-4.168 9.375,-5.207 14.582,0 -4.168,-10.418 -5.207,-28.125 -11.457,-32.293 3.125,-1.039 13.539,4.168 11.457,-1.039 -2.082,-5.211 -6.25,-12.5 -1.043,-14.586 5.211,-2.082 10.418,1.043 12.5,6.25 2.086,5.211 2.086,2.086 2.086,9.375"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10873" /><path
d="m 359.375,334.375 c 2.082,6.25 6.25,6.25 12.5,-1.043 -4.168,1.043 -7.293,2.086 -12.5,1.043 z"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10875" /><path
d="m 335.418,320.832 c -3.758,0 -6.25,-10.414 -3.125,-13.539 3.125,-3.125 3.125,-3.125 3.125,-3.125 0,0 5.207,7.289 5.207,11.457 0,4.168 -2.082,5.207 -5.207,5.207 z"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10877" /><path
d="m 378.125,301.043 c -5.207,4.164 -17.707,4.164 -17.707,-8.336"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10879" /><path
d="m 379.168,295.832 c -3.125,2.086 -17.711,6.25 -18.75,-8.332 -1.043,-14.582 -2.086,-9.375 1.039,-13.543 5.211,12.5 4.168,21.875 15.625,18.75"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10881" /><path
d="m 387.5,281.25 c -7.293,2.082 -14.582,2.082 -18.75,-3.125 4.168,-2.082 4.168,1.043 11.457,-3.125 -4.164,-6.25 -4.164,-9.375 -3.125,-13.543 8.336,7.293 11.461,10.418 16.668,8.336 -6.25,-4.168 -7.293,-8.336 -6.25,-14.586 4.168,5.211 8.332,9.375 12.5,9.375 -5.207,-8.332 -7.293,-10.414 -7.293,-15.625 4.168,4.168 3.125,6.25 9.375,8.336"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10883" /><path
d="m 332.293,419.793 c 0,-6.25 -1.043,-13.543 10.414,-14.586 11.461,-1.039 4.168,7.293 -4.164,6.25 -8.336,-1.039 -4.168,-12.5 -1.043,-16.664 3.125,-4.168 9.375,1.039 4.168,4.164 -5.211,3.125 -11.461,1.043 -11.461,-5.207 0,-6.25 3.125,-13.543 6.25,-15.625"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10885" /><path
d="m 284.375,396.875 c 8.332,1.043 15.625,4.168 17.707,11.457 2.086,-4.164 15.004,-17.078 -4.164,-21.875 -12.5,-3.125 -10.418,7.293 -10.418,7.293 6.25,0 12.5,1.043 13.543,4.168 -1.043,-5.211 -2.086,-8.336 -5.211,-8.336"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10887" /><path
d="m 270.832,443.75 c 4.168,-2.082 12.5,1.043 12.5,6.25 1.043,-5.207 6.25,-20.832 -3.125,-21.875 -9.375,-1.043 -8.332,3.125 -8.332,7.293 3.125,-1.043 5.207,-1.043 8.332,4.164"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10889" /><path
d="m 253.125,460.418 c 4.168,-1.043 12.5,0 13.543,6.25 0,-6.25 0,-25 -13.543,-6.25 z"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10891" /><path
d="m 270.832,533.855 c -1.039,-2.605 -11.977,-26.042 -22.914,-25.523 2.082,-2.602 6.25,-9.375 -2.605,-14.582 5.207,-0.52 10.417,3.125 7.292,-2.605 -3.125,-5.727 -7.812,-3.125 -11.46,-4.165 1.043,-3.125 3.648,-10.937 -1.04,-13.542"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10893" /><path
d="m 301.043,680.207 c -7.293,4.168 -25,25 -32.293,27.086 15.625,28.125 27.082,21.875 45.832,22.914 18.75,1.043 14.586,-3.125 14.586,-8.332 -1.043,-6.25 -6.25,-18.75 -11.461,-21.875 -0.441,0.664 -8.242,-16.98 -16.664,-19.793"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10895" /><path
d="m 301.043,680.207 c -7.293,4.168 -25,25 -32.293,27.086 15.625,28.125 27.082,21.875 45.832,22.914 18.75,1.043 14.586,-3.125 14.586,-8.332 -1.043,-6.25 -6.25,-18.75 -11.461,-21.875 -0.441,0.664 -8.242,-16.98 -16.664,-19.793 z"
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10897" /><path
d="m 282.293,700 c 3.125,5.207 18.75,20.832 28.125,20.832 -4.168,-4.164 -1.043,-7.289 3.125,-6.25 -9.375,-2.082 -12.5,-2.082 -18.75,-8.332"
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10899" /><path
d="m 245.832,714.582 c 7.293,0 41.301,-9.582 61.461,-36.457 6.25,-8.332 -7.293,-1.043 -13.543,1.043 -6.25,2.082 -46.875,15.625 -61.457,8.332 0,11.457 7.289,27.082 13.539,27.082"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10901" /><path
d="m 245.832,714.582 c 7.293,0 41.301,-9.582 61.461,-36.457 6.25,-8.332 -7.293,-1.043 -13.543,1.043 -6.25,2.082 -46.875,15.625 -61.457,8.332 0,11.457 7.289,27.082 13.539,27.082 z"
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10903" /><path
d="M 166.668,752.082 C 161.457,750 156.25,748.957 153.125,744.793"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10905" /><path
d="M 166.668,752.082 C 161.457,750 156.25,748.957 153.125,744.793"
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10907" /><path
d="m 152.082,754.168 c -5.207,-2.086 -10.414,-3.125 -13.539,-7.293"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10909" /><path
d="m 152.082,754.168 c -5.207,-2.086 -10.414,-3.125 -13.539,-7.293"
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10911" /><path
d="M 151.043,752.082 C 145.832,750 140.625,748.957 137.5,744.793"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10913" /><path
d="M 151.043,752.082 C 145.832,750 140.625,748.957 137.5,744.793"
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10915" /><path
d="m 132.293,655.207 c -2.816,-4.504 8.332,23.961 16.664,2.086 -5.207,1.039 -11.457,6.25 -16.664,-2.086"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10917" /><path
d="m 132.293,655.207 c -2.816,-4.504 8.332,23.961 16.664,2.086 -5.207,1.039 -11.457,6.25 -16.664,-2.086 z"
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10919" /><path
d="m 197.918,734.375 c -5.211,0 -20.152,-8.332 -6.25,-8.332 3.125,0 6.25,5.207 12.5,4.164 6.25,-1.039 0,-3.125 -1.043,-6.25 6.25,3.125 11.457,4.168 12.5,-2.082 7.293,7.293 10.418,5.207 11.457,-3.125 8.336,1.043 17.711,9.375 29.168,0 -2.082,6.25 -5.207,13.543 -19.793,8.332"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10921" /><path
d="m 167.707,701.043 c 3.125,-3.125 14.586,-6.25 20.836,-4.168 6.25,2.082 -1.043,6.25 -9.375,3.125"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10923" /><path
d="m 145.832,681.25 c 4.168,-4.168 17.711,-6.25 5.211,0"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10925" /><path
d="m 175,675 c 6.25,1.043 11.457,5.207 9.375,8.332 -2.082,3.125 -8.332,1.043 -7.293,-4.164"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10927" /><path
d="m 193.75,657.293 c -1.043,5.207 -2.082,10.414 5.207,10.414 7.293,0 3.125,-6.25 -1.039,-7.289"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10929" /><path
d="m 223.957,686.457 c -2.082,5.211 -7.289,7.293 -12.5,4.168 3.125,-2.082 10.418,-5.207 11.461,-10.418 7.289,-4.164 16.664,-5.207 18.75,-15.625 -8.336,4.168 -12.5,10.418 -19.793,7.293 3.125,-4.168 6.25,-3.125 7.293,-8.332 4.164,2.082 2.082,3.125 6.25,2.082"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10931" /><path
d="m 210.418,671.875 c -3.207,2.672 10.414,0 12.5,-6.25 -6.25,0 -6.25,1.043 -12.5,6.25 z"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10933" /><path
d="m 250,666.668 c 4.168,-3.125 7.293,-11.461 1.043,-15.625"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10935" /><path
d="m 247.918,642.707 c -3.125,-2.082 -8.336,-12.5 0,-12.5 -3.125,-1.039 -4.168,-4.164 0,-5.207"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10937" /><path
d="m 185.418,633.332 c -0.523,-2.082 -1.563,-8.332 7.812,-6.25 9.375,2.086 20.313,6.25 20.313,21.875 0,5.211 -3.125,3.648 -6.773,2.606 -3.645,-1.043 -15.102,1.562 -21.352,-18.231"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10939" /><path
d="m 190.625,636.457 c -0.52,-1.562 -2.082,-5.207 -2.082,-5.207 2.082,0.52 4.687,1.043 6.77,1.563 -2.083,1.042 -5.208,0.519 -4.688,3.644"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10941" /><path
d="m 188.02,651.563 c -3.125,-1.043 -7.813,-6.77 -8.852,-10.938"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10943" /><path
d="m 171.875,627.082 c -3.645,0 -13.543,-3.644 -14.062,-14.582 -0.52,-10.937 4.167,-2.082 6.25,0.52 2.082,2.605 2.082,12.5 7.812,14.062"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path10945" /><path
d="m 232.293,637.5 c -4.168,-5.207 -5.211,-8.332 -8.336,-19.793 -3.125,-11.457 -22.914,-5.207 -30.207,-4.164 0,0 -3.125,-9.375 -8.332,-14.586 -5.211,-5.207 -7.293,1.043 -12.5,2.086 -5.211,1.039 -7.293,-2.086 -7.293,-8.336 0,-6.25 -5.207,-2.082 -9.375,-1.039 -1.043,-3.125 -3.125,-5.211 -7.293,-5.211 0,-4.164 -2.082,-8.332 -6.25,-8.332 7.293,-5.207 18.75,-7.293 11.461,-12.5 2.082,-9.375 12.5,-14.582 -7.293,-23.957"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10947" /><path
d="m 221.875,626.043 c 2.082,-5.211 3.125,-16.668 -14.582,-20.836 -1.043,-5.207 -9.375,-7.289 -12.5,-5.207 0,-4.168 0,-9.375 -6.25,-8.332 -1.043,-5.211 -5.211,-8.336 -10.418,-5.211 1.043,-7.289 -4.168,-12.5 -4.168,-12.5 2.086,-6.25 -6.25,-8.332 -12.5,-5.207 -1.039,-4.168 -6.25,-12.5 -10.414,-7.293"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10949" /><path
d="m 203.125,566.668 c 5.207,2.082 16.668,9.375 14.582,21.875 6.25,-3.125 9.375,-8.336 13.543,-2.086 3.125,-8.332 10.418,-3.125 -8.332,-19.789"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10951" /><path
d="m 82.293,656.25 -4.168,1.043"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10953" /><path
d="m 85.418,569.793 c 2.082,-3.125 5.207,-5.211 10.414,-4.168"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10955" /><path
d="m 65.625,561.457 c 3.125,-5.207 5.207,-4.164 9.375,-2.082 2.082,-7.293 4.168,-12.5 11.457,-7.293 5.211,-1.039 9.375,-5.207 15.625,-1.039 0,-6.25 6.25,-10.418 17.711,3.125"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10957" /><path
d="m 117.707,550 c -1.039,-4.168 -2.082,-8.332 -8.332,-8.332 -6.25,0 -9.375,1.039 -10.418,6.25 3.125,-7.293 -5.207,-20.836 28.125,-18.75 -9.375,-5.211 -18.75,-7.293 -25,-5.211 -6.25,2.086 -14.582,4.168 -18.75,0"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10959" /><path
d="m 79.168,548.957 c 1.8242,-2.734 -4.168,-13.539 -7.293,-9.375 -4.5508,6.066 -11.457,13.543 -7.293,13.543 4.168,0 9.375,2.082 9.375,2.082 2.086,-3.125 3.125,-3.125 5.211,-6.25 z"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10961" /><path
d="m 150,516.668 c 5.207,3.125 20.832,16.664 23.957,26.039 -6.25,-3.125 -6.25,-4.164 -7.289,-7.289 0,7.289 3.125,13.539 7.289,14.582"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10963" /><path
d="m 160.418,521.875 c 4.164,3.125 8.332,3.125 10.414,-4.168 2.086,-7.289 9.375,-5.207 12.5,-2.082 3.125,3.125 0,4.168 -3.125,-2.082 -3.125,-6.25 -12.5,-11.461 -19.789,-8.336"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10965" /><path
d="m 209.375,521.875 c -7.293,0 -22.918,6.25 -17.707,-8.332 5.207,-14.586 0,-17.711 -5.211,-18.75 -5.207,-1.043 -11.457,-2.086 -16.664,1.039 7.289,-7.289 7.289,-15.625 14.582,-16.664 -2.082,7.289 -7.293,9.375 -2.082,11.457"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10967" /><path
d="m 193.75,473.957 c 6.25,0 19.793,0 25,10.418 9.375,8.332 12.5,13.543 1.043,17.707 10.414,3.125 21.875,5.211 20.832,15.625 1.043,-12.5 -4.168,-15.625 -8.332,-18.75 -2.086,-11.457 -7.293,-19.789 -11.461,-19.789 0,-5.211 0,-9.375 -3.125,-9.898 -13.574,-2.258 20.313,-2.602 25.523,0.523 4.594,2.762 2.083,10.414 1.04,13.539 3.648,1.043 8.335,-1.562 11.46,4.168 3.125,5.73 -2.085,2.082 -7.292,2.605 8.855,5.208 4.687,11.977 2.605,14.583 10.937,-0.52 19.27,19.792 20.312,22.394"
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
id="path10969" /></g><g
inkscape:label="Layer 1"
id="layer1"
transform="matrix(0.3323372,-0.01749143,0,-0.34982863,-26.976005,297.67298)"><path
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 205,497.3622 h 20 c 1.59641,0 3.22706,-0.0728 4.71101,-0.66135 1.48394,-0.58857 2.74536,-1.65633 3.71836,-2.92194 0.973,-1.26562 1.6829,-2.71578 2.64135,-3.99245 0.47923,-0.63833 1.02956,-1.23277 1.69028,-1.68064 0.66071,-0.44787 1.4408,-0.74362 2.239,-0.74362 0.7982,0 1.57829,0.29575 2.239,0.74362 0.66072,0.44787 1.21105,1.04231 1.69028,1.68064 0.95845,1.27667 1.66835,2.72683 2.64135,3.99245 0.973,1.26561 2.23442,2.33337 3.71836,2.92194 1.48395,0.58857 3.1146,0.66135 4.71101,0.66135 h 20"
id="path4152"
inkscape:path-effect="#path-effect4154"
inkscape:original-d="m 205,497.3622 h 20 c 5,0 8.99075,-10 15,-10 6.00925,0 10,10 15,10 h 20"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csssc"
transform="translate(1.2499871,-12.187492)" /><path
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 285,497.3622 20,-25"
id="path4156"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" /><path
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 285,472.3622 20,25"
id="path4158"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" /><!-- <text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:48.38618469px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="166.61456"
y="617.31299"
id="text3346"
sodipodi:linespacing="125%"
transform="scale(1.2096546,0.82668227)"><tspan
sodipodi:role="line"
id="tspan3348"
x="166.61456"
y="617.31299"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:14.14374161px;font-family:Garamond;-inkscape-font-specification:'Garamond Bold'">MILLIRON X</tspan></text>
--></g></g></svg>

Before

Width:  |  Height:  |  Size: 50 KiB

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zm-141.651-35.33c4.937-32.999-20.191-50.739-54.55-62.573l11.146-44.702-27.213-6.781-10.851 43.524c-7.154-1.783-14.502-3.464-21.803-5.13l10.929-43.81-27.198-6.781-11.153 44.686c-5.922-1.349-11.735-2.682-17.377-4.084l.031-.14-37.53-9.37-7.239 29.062s20.191 4.627 19.765 4.913c11.022 2.751 13.014 10.044 12.68 15.825l-12.696 50.925c.76.194 1.744.473 2.829.907-.907-.225-1.876-.473-2.876-.713l-17.796 71.338c-1.349 3.348-4.767 8.37-12.471 6.464.271.395-19.78-4.937-19.78-4.937l-13.51 31.147 35.414 8.827c6.588 1.651 13.045 3.379 19.4 5.006l-11.262 45.213 27.182 6.781 11.153-44.733a1038.209 1038.209 0 0 0 21.687 5.627l-11.115 44.523 27.213 6.781 11.262-45.128c46.404 8.781 81.299 5.239 95.986-36.727 11.836-33.79-.589-53.281-25.004-65.991 17.78-4.098 31.174-15.792 34.747-39.949zm-62.177 87.179c-8.41 33.79-65.308 15.523-83.755 10.943l14.944-59.899c18.446 4.603 77.6 13.717 68.811 48.956zm8.417-87.667c-7.673 30.736-55.031 15.12-70.393 11.292l13.548-54.327c15.363 3.828 64.836 10.973 56.845 43.035z"/></svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M448 64H0v64H448V64zm0 160H128v64H448V224zM128 384v64H448V384H128zM64 224H0V448H64V224z"/></svg>

Before

Width:  |  Height:  |  Size: 335 B

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H384h32 32V448H416V384h32V0H416 384 96zm0 384H352v64H96c-17.7 0-32-14.3-32-32s14.3-32 32-32zm32-256H352v32H128V128zm224 64v32H128V192H352z"/></svg>

Before

Width:  |  Height:  |  Size: 427 B

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M0 32H512V480H0V32zm160 72v48H448V104H160zm-32-8H64v64h64V96z"/></svg>

Before

Width:  |  Height:  |  Size: 309 B

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M0 320H128V224H0v96zM0 448H128V352H0v96zm288 0V352H160v96H288zm0-224H160v96H288V224zm0-160H160V192H288V64zm352 0H320V448H640V64zM33.1 192H128l0 0V160h0V97.1C113.6 111.3 93.8 120 72 120c-6.2 0-12.2-.7-18-2c1.3 5.8 2 11.8 2 18c0 21.8-8.7 41.6-22.9 56z"/></svg>

Before

Width:  |  Height:  |  Size: 497 B

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M260.6 278.6L238 301.3l-22.6-22.6-192-192L.7 64 46 18.7 68.6 41.4 238 210.7 407.4 41.4 430 18.7 475.3 64 452.6 86.6l-192 192zm0 192L238 493.3l-22.6-22.6-192-192L.7 256 46 210.7l22.6 22.6L238 402.7 407.4 233.4 430 210.7 475.3 256l-22.6 22.6-192 192z"/></svg>

Before

Width:  |  Height:  |  Size: 496 B

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336h24V272H216 192V224h24 48 24v24 88h8 24v48H296 216 192V336h24zm72-144H224V128h64v64z"/></svg>

Before

Width:  |  Height:  |  Size: 389 B

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M120.2 391.8L256 256 391.8 391.8C426.5 357 448 309 448 256s-21.5-101-56.2-135.8L256 256 120.2 120.2C85.5 155 64 203 64 256s21.5 101 56.2 135.8zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"/></svg>

Before

Width:  |  Height:  |  Size: 438 B

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M362.8 8l-9.4 30.6-128 416L216 485.2 277.2 504l9.4-30.6 128-416L424 26.8 362.8 8zm71.9 136l22.6 22.6L546.7 256l-89.4 89.4L434.7 368 480 413.3l22.6-22.6 112-112L637.3 256l-22.6-22.6-112-112L480 98.7 434.7 144zM160 98.7l-22.6 22.6-112 112L2.7 256l22.6 22.6 112 112L160 413.3 205.3 368l-22.6-22.6L93.3 256l89.4-89.4L205.3 144 160 98.7z"/></svg>

Before

Width:  |  Height:  |  Size: 580 B

Some files were not shown because too many files have changed in this diff Show more