mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-06-16 15:06:53 +00:00
twal suggestions
This commit is contained in:
parent
d8b71f451a
commit
4d15759212
@ -16,6 +16,8 @@ navbar:
|
|||||||
href: index.xml
|
href: index.xml
|
||||||
- icon: fa fa-gitlab
|
- icon: fa fa-gitlab
|
||||||
href: https://gitlab.com/MisterBiggs/projects
|
href: https://gitlab.com/MisterBiggs/projects
|
||||||
|
- icon: fa fa-rocket
|
||||||
|
href: https://gitlab.com/lander-team
|
||||||
rss:
|
rss:
|
||||||
full_content: true
|
full_content: true
|
||||||
collections:
|
collections:
|
||||||
|
@ -8,6 +8,6 @@ description: |
|
|||||||
knitr::opts_chunk$set(echo = FALSE)
|
knitr::opts_chunk$set(echo = FALSE)
|
||||||
```
|
```
|
||||||
|
|
||||||
I mostly [write code](https://gitlab.com/MisterBiggs), but sometimes I make [3D Models](https://www.thingiverse.com/ansonb/designs). This website is where I plan on breaking down some of my more interesting findings and sharing them with the World Wide Web. If you think I could be a could fit at your company then take a look at my [Resume](https://ansonbiggs.com), otherwise you can reach me on [Telegram](https://t.me/MisterBiggs) or by [Email](mailto:anson@ansonbiggs.com).
|
I mostly [write code](https://gitlab.com/MisterBiggs), but sometimes I make [3D Models](https://www.thingiverse.com/ansonb/designs). I am constantly in the middle of dozens of projects ranging from [Astrodynamics](https://projects.ansonbiggs.com/#category:Astrodynamics) to developing [self landing model rockets](https://gitlab.com/lander-team). This website is where I plan to break down some of my more interesting findings and share them with the World Wide Web.
|
||||||
|
|
||||||
|
|
||||||
|
I am also currently looking for employment as an entry-level engineer. If you think I could be a fit at your company, then take a look at my [Resume](https://ansonbiggs.com); otherwise, you can reach me on [Telegram](https://t.me/MisterBiggs) or by [Email](mailto:anson@ansonbiggs.com).
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
pre > code.sourceCode { white-space: pre; position: relative; }
|
pre > code.sourceCode { white-space: pre; position: relative; }
|
||||||
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
|
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
|
||||||
pre > code.sourceCode > span:empty { height: 1.2em; }
|
pre > code.sourceCode > span:empty { height: 1.2em; }
|
||||||
|
.sourceCode { overflow: visible; }
|
||||||
code.sourceCode > span { color: inherit; text-decoration: inherit; }
|
code.sourceCode > span { color: inherit; text-decoration: inherit; }
|
||||||
div.sourceCode { margin: 1em 0; }
|
div.sourceCode { margin: 1em 0; }
|
||||||
pre.sourceCode { margin: 0; }
|
pre.sourceCode { margin: 0; }
|
||||||
@ -2072,6 +2073,9 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
|
|||||||
<a href="https://gitlab.com/MisterBiggs/projects">
|
<a href="https://gitlab.com/MisterBiggs/projects">
|
||||||
<i class="fa fa-gitlab" aria-hidden="true"></i>
|
<i class="fa fa-gitlab" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
|
<a href="https://gitlab.com/lander-team">
|
||||||
|
<i class="fa fa-rocket" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
<a href="javascript:void(0);" class="nav-toggle">☰</a>
|
<a href="javascript:void(0);" class="nav-toggle">☰</a>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
@ -2089,7 +2093,8 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
|
|||||||
|
|
||||||
|
|
||||||
<div class="d-article">
|
<div class="d-article">
|
||||||
<p>I mostly <a href="https://gitlab.com/MisterBiggs">write code</a>, but sometimes I make <a href="https://www.thingiverse.com/ansonb/designs">3D Models</a>. This website is where I plan on breaking down some of my more interesting findings and sharing them with the World Wide Web. If you think I could be a could fit at your company then take a look at my <a href="https://ansonbiggs.com">Resume</a>, otherwise you can reach me on <a href="https://t.me/MisterBiggs">Telegram</a> or by <a href="mailto:anson@ansonbiggs.com">Email</a>.</p>
|
<p>I mostly <a href="https://gitlab.com/MisterBiggs">write code</a>, but sometimes I make <a href="https://www.thingiverse.com/ansonb/designs">3D Models</a>. I am constantly in the middle of dozens of projects ranging from <a href="https://projects.ansonbiggs.com/#category:Astrodynamics">Astrodynamics</a> to developing <a href="https://gitlab.com/lander-team">self landing model rockets</a>. This website is where I plan to break down some of my more interesting findings and share them with the World Wide Web.</p>
|
||||||
|
<p>I am also currently looking for employment as an entry-level engineer. If you think I could be a fit at your company, then take a look at my <a href="https://ansonbiggs.com">Resume</a>; otherwise, you can reach me on <a href="https://t.me/MisterBiggs">Telegram</a> or by <a href="mailto:anson@ansonbiggs.com">Email</a>.</p>
|
||||||
<div class="sourceCode" id="cb1"><pre class="sourceCode r distill-force-highlighting-css"><code class="sourceCode r"></code></pre></div>
|
<div class="sourceCode" id="cb1"><pre class="sourceCode r distill-force-highlighting-css"><code class="sourceCode r"></code></pre></div>
|
||||||
<!--radix_placeholder_article_footer-->
|
<!--radix_placeholder_article_footer-->
|
||||||
<!--/radix_placeholder_article_footer-->
|
<!--/radix_placeholder_article_footer-->
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
pre > code.sourceCode { white-space: pre; position: relative; }
|
pre > code.sourceCode { white-space: pre; position: relative; }
|
||||||
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
|
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
|
||||||
pre > code.sourceCode > span:empty { height: 1.2em; }
|
pre > code.sourceCode > span:empty { height: 1.2em; }
|
||||||
|
.sourceCode { overflow: visible; }
|
||||||
code.sourceCode > span { color: inherit; text-decoration: inherit; }
|
code.sourceCode > span { color: inherit; text-decoration: inherit; }
|
||||||
div.sourceCode { margin: 1em 0; }
|
div.sourceCode { margin: 1em 0; }
|
||||||
pre.sourceCode { margin: 0; }
|
pre.sourceCode { margin: 0; }
|
||||||
@ -2070,6 +2071,9 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
|
|||||||
<a href="https://gitlab.com/MisterBiggs/projects">
|
<a href="https://gitlab.com/MisterBiggs/projects">
|
||||||
<i class="fa fa-gitlab" aria-hidden="true"></i>
|
<i class="fa fa-gitlab" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
|
<a href="https://gitlab.com/lander-team">
|
||||||
|
<i class="fa fa-rocket" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
<a href="javascript:void(0);" class="nav-toggle">☰</a>
|
<a href="javascript:void(0);" class="nav-toggle">☰</a>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
@ -2261,7 +2265,7 @@ function init_posts_list() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="thumbnail">
|
<div class="thumbnail">
|
||||||
<img src="posts/2021-04-01-air-propulsion-simulation/air-propulsion-simulation_files/figure-html5/unnamed-chunk-7-J1.png"/>
|
<img/>
|
||||||
</div>
|
</div>
|
||||||
<div class="description">
|
<div class="description">
|
||||||
<h2>Air Propulsion Simulation</h2>
|
<h2>Air Propulsion Simulation</h2>
|
||||||
|
@ -39,7 +39,6 @@
|
|||||||
<category>Capstone</category>
|
<category>Capstone</category>
|
||||||
<guid>https://projects.ansonbiggs.com/posts/2021-04-01-air-propulsion-simulation</guid>
|
<guid>https://projects.ansonbiggs.com/posts/2021-04-01-air-propulsion-simulation</guid>
|
||||||
<pubDate>Thu, 01 Apr 2021 00:00:00 +0000</pubDate>
|
<pubDate>Thu, 01 Apr 2021 00:00:00 +0000</pubDate>
|
||||||
<media:content url="https://projects.ansonbiggs.com/posts/2021-04-01-air-propulsion-simulation/air-propulsion-simulation_files/figure-html5/unnamed-chunk-7-J1.png" medium="image" type="image/png" width="600" height="400"/>
|
|
||||||
</item>
|
</item>
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@ -103,20 +103,14 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
|
|||||||
<meta property="og:type" content="article"/>
|
<meta property="og:type" content="article"/>
|
||||||
<meta property="og:description" content="Simulating the performance of an air propulsion system as an alternative to solid rocket motors."/>
|
<meta property="og:description" content="Simulating the performance of an air propulsion system as an alternative to solid rocket motors."/>
|
||||||
<meta property="og:url" content="https://projects.ansonbiggs.com/posts/2021-04-01-air-propulsion-simulation/"/>
|
<meta property="og:url" content="https://projects.ansonbiggs.com/posts/2021-04-01-air-propulsion-simulation/"/>
|
||||||
<meta property="og:image" content="https://projects.ansonbiggs.com/posts/2021-04-01-air-propulsion-simulation/air-propulsion-simulation_files/figure-html5/unnamed-chunk-7-J1.png"/>
|
|
||||||
<meta property="og:image:width" content="600"/>
|
|
||||||
<meta property="og:image:height" content="400"/>
|
|
||||||
<meta property="og:locale" content="en_US"/>
|
<meta property="og:locale" content="en_US"/>
|
||||||
<meta property="og:site_name" content="Anson's Projects"/>
|
<meta property="og:site_name" content="Anson's Projects"/>
|
||||||
|
|
||||||
<!-- https://dev.twitter.com/cards/types/summary -->
|
<!-- https://dev.twitter.com/cards/types/summary -->
|
||||||
<meta property="twitter:card" content="summary_large_image"/>
|
<meta property="twitter:card" content="summary"/>
|
||||||
<meta property="twitter:title" content="Anson's Projects: Air Propulsion Simulation"/>
|
<meta property="twitter:title" content="Anson's Projects: Air Propulsion Simulation"/>
|
||||||
<meta property="twitter:description" content="Simulating the performance of an air propulsion system as an alternative to solid rocket motors."/>
|
<meta property="twitter:description" content="Simulating the performance of an air propulsion system as an alternative to solid rocket motors."/>
|
||||||
<meta property="twitter:url" content="https://projects.ansonbiggs.com/posts/2021-04-01-air-propulsion-simulation/"/>
|
<meta property="twitter:url" content="https://projects.ansonbiggs.com/posts/2021-04-01-air-propulsion-simulation/"/>
|
||||||
<meta property="twitter:image" content="https://projects.ansonbiggs.com/posts/2021-04-01-air-propulsion-simulation/air-propulsion-simulation_files/figure-html5/unnamed-chunk-7-J1.png"/>
|
|
||||||
<meta property="twitter:image:width" content="600"/>
|
|
||||||
<meta property="twitter:image:height" content="400"/>
|
|
||||||
|
|
||||||
<!-- https://scholar.google.com/intl/en/scholar/inclusion.html#indexing -->
|
<!-- https://scholar.google.com/intl/en/scholar/inclusion.html#indexing -->
|
||||||
<meta name="citation_title" content="Anson's Projects: Air Propulsion Simulation"/>
|
<meta name="citation_title" content="Anson's Projects: Air Propulsion Simulation"/>
|
||||||
@ -2082,7 +2076,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||||||
<!--radix_placeholder_front_matter-->
|
<!--radix_placeholder_front_matter-->
|
||||||
|
|
||||||
<script id="distill-front-matter" type="text/json">
|
<script id="distill-front-matter" type="text/json">
|
||||||
{"title":"Air Propulsion Simulation","description":"Simulating the performance of an air propulsion system as an alternative to solid rocket motors.","authors":[{"author":"Anson Biggs","authorURL":"https://ansonbiggs.com","affiliation":" ","affiliationURL":"#","orcidID":""}],"publishedDate":"2021-04-01T00:00:00.000+00:00","citationText":"Biggs, 2021"}
|
{"title":"Air Propulsion Simulation","description":"Simulating the performance of an air propulsion system as an alternative to solid rocket motors.","authors":[{"author":"Anson Biggs","authorURL":"https://ansonbiggs.com","affiliation":" ","affiliationURL":"#","orcidID":""}],"publishedDate":"2021-04-01T00:00:00.000-07:00","citationText":"Biggs, 2021"}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!--/radix_placeholder_front_matter-->
|
<!--/radix_placeholder_front_matter-->
|
||||||
@ -2102,6 +2096,9 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||||||
<a href="https://gitlab.com/MisterBiggs/projects">
|
<a href="https://gitlab.com/MisterBiggs/projects">
|
||||||
<i class="fa fa-gitlab" aria-hidden="true"></i>
|
<i class="fa fa-gitlab" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
|
<a href="https://gitlab.com/lander-team">
|
||||||
|
<i class="fa fa-rocket" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
<a href="javascript:void(0);" class="nav-toggle">☰</a>
|
<a href="javascript:void(0);" class="nav-toggle">☰</a>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -2082,7 +2082,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||||||
<!--radix_placeholder_front_matter-->
|
<!--radix_placeholder_front_matter-->
|
||||||
|
|
||||||
<script id="distill-front-matter" type="text/json">
|
<script id="distill-front-matter" type="text/json">
|
||||||
{"title":"ISS Eclipse Determination","description":"Determining how much sunlight a body orbiting a planet is receiving.","authors":[{"author":"Anson Biggs","authorURL":"https://ansonbiggs.com","affiliation":" ","affiliationURL":"#","orcidID":""}],"publishedDate":"2021-05-01T00:00:00.000+00:00","citationText":"Biggs, 2021"}
|
{"title":"ISS Eclipse Determination","description":"Determining how much sunlight a body orbiting a planet is receiving.","authors":[{"author":"Anson Biggs","authorURL":"https://ansonbiggs.com","affiliation":" ","affiliationURL":"#","orcidID":""}],"publishedDate":"2021-05-01T00:00:00.000-07:00","citationText":"Biggs, 2021"}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!--/radix_placeholder_front_matter-->
|
<!--/radix_placeholder_front_matter-->
|
||||||
@ -2102,6 +2102,9 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||||||
<a href="https://gitlab.com/MisterBiggs/projects">
|
<a href="https://gitlab.com/MisterBiggs/projects">
|
||||||
<i class="fa fa-gitlab" aria-hidden="true"></i>
|
<i class="fa fa-gitlab" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
|
<a href="https://gitlab.com/lander-team">
|
||||||
|
<i class="fa fa-rocket" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
<a href="javascript:void(0);" class="nav-toggle">☰</a>
|
<a href="javascript:void(0);" class="nav-toggle">☰</a>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -2099,6 +2099,9 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||||||
<a href="https://gitlab.com/MisterBiggs/projects">
|
<a href="https://gitlab.com/MisterBiggs/projects">
|
||||||
<i class="fa fa-gitlab" aria-hidden="true"></i>
|
<i class="fa fa-gitlab" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
|
<a href="https://gitlab.com/lander-team">
|
||||||
|
<i class="fa fa-rocket" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
<a href="javascript:void(0);" class="nav-toggle">☰</a>
|
<a href="javascript:void(0);" class="nav-toggle">☰</a>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
File diff suppressed because one or more lines are too long
@ -5,15 +5,15 @@
|
|||||||
"title": "Hi, I'm Anson.",
|
"title": "Hi, I'm Anson.",
|
||||||
"description": "I'm an Astronautical Engineer studying at Embry-Riddle Prescott.",
|
"description": "I'm an Astronautical Engineer studying at Embry-Riddle Prescott.",
|
||||||
"author": [],
|
"author": [],
|
||||||
"contents": "\nI mostly write code, but sometimes I make 3D Models. This website is where I plan on breaking down some of my more interesting findings and sharing them with the World Wide Web. If you think I could be a could fit at your company then take a look at my Resume, otherwise you can reach me on Telegram or by Email.\n\n\n\n",
|
"contents": "\r\nI mostly write code, but sometimes I make 3D Models. I am constantly in the middle of dozens of projects ranging from Astrodynamics to developing self landing model rockets. This website is where I plan to break down some of my more interesting findings and share them with the World Wide Web.\r\nI am also currently looking for employment as an entry-level engineer. If you think I could be a fit at your company, then take a look at my Resume; otherwise, you can reach me on Telegram or by Email.\r\n\r\n\r\n\r\n",
|
||||||
"last_modified": "2021-08-24T09:05:51+00:00"
|
"last_modified": "2021-09-16T12:37:10-07:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "index.html",
|
"path": "index.html",
|
||||||
"title": "Anson's Projects",
|
"title": "Anson's Projects",
|
||||||
"author": [],
|
"author": [],
|
||||||
"contents": "\n\n\n\n",
|
"contents": "\r\n\r\n\r\n\r\n",
|
||||||
"last_modified": "2021-08-24T09:05:52+00:00"
|
"last_modified": "2021-09-16T12:37:11-07:00"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"collections": ["posts/posts.json"]
|
"collections": ["posts/posts.json"]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" version="1.0">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" version="1.0">
|
||||||
<url>
|
<url>
|
||||||
<loc>https://projects.ansonbiggs.com/about.html</loc>
|
<loc>https://projects.ansonbiggs.com/about.html</loc>
|
||||||
<lastmod>2021-04-14T22:36:57-07:00</lastmod>
|
<lastmod>2021-09-16T12:34:50-07:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://projects.ansonbiggs.com/</loc>
|
<loc>https://projects.ansonbiggs.com/</loc>
|
||||||
@ -14,10 +14,10 @@
|
|||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://projects.ansonbiggs.com/posts/2021-04-14-iss-eclipse-determination/</loc>
|
<loc>https://projects.ansonbiggs.com/posts/2021-04-14-iss-eclipse-determination/</loc>
|
||||||
<lastmod>2021-08-24T06:53:55+00:00</lastmod>
|
<lastmod>2021-08-23T23:53:55-07:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://projects.ansonbiggs.com/posts/2021-04-01-air-propulsion-simulation/</loc>
|
<loc>https://projects.ansonbiggs.com/posts/2021-04-01-air-propulsion-simulation/</loc>
|
||||||
<lastmod>2021-08-24T06:53:55+00:00</lastmod>
|
<lastmod>2021-08-23T23:53:55-07:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user