mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-06-16 06:56:46 +00:00
work on #1
This commit is contained in:
parent
1c7049d7c4
commit
40debcface
@ -10,15 +10,11 @@ output:
|
|||||||
distill::distill_article:
|
distill::distill_article:
|
||||||
self_contained: false
|
self_contained: false
|
||||||
draft: true
|
draft: true
|
||||||
|
categories:
|
||||||
|
- Systems Engineering
|
||||||
|
- Capstone
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Working on a complex project that spans multiple domains can be really challenging for a small team. The small team size makes it hard not to keep every team member completely up to date on the inner workings of every system but that can add a ton of overhead and make progress slow to a halt. My [Capstone](https://projects.ansonbiggs.com/#category:Capstone) team makes this even harder since all but one of us are Astronautical Engineers. Astronautical is just a fancy way of saying "Systems, but every problem is a satellite" so a project like ours that has a massive Embedded software aspect can be really challenging since the most important part of the project is essentially a black box to a majority of the team.
|
||||||
|
|
||||||
```{r setup, include=FALSE}
|
To combat most of the team having zero knowledge of writing C++ for a microcontroller I opted to use Gitlab's CI to build and post results for every single commit that the repository sees. So far this has worked really well. The people in charge of other subsystems can look at the readme of the GitLab repo and see
|
||||||
knitr::opts_chunk$set(echo = FALSE)
|
|
||||||
```
|
|
||||||
|
|
||||||
Distill is a publication format for scientific and technical writing, native to the web.
|
|
||||||
|
|
||||||
Learn more about using Distill at <https://rstudio.github.io/distill>.
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -111,7 +111,7 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
|
|||||||
<!--radix_placeholder_rmarkdown_metadata-->
|
<!--radix_placeholder_rmarkdown_metadata-->
|
||||||
|
|
||||||
<script type="text/json" id="radix-rmarkdown-metadata">
|
<script type="text/json" id="radix-rmarkdown-metadata">
|
||||||
{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["title","description","author","date","output","draft"]}},"value":[{"type":"character","attributes":{},"value":["Continuous Integration and Systems Engineering"]},{"type":"character","attributes":{},"value":["A short description of the post.\n"]},{"type":"list","attributes":{},"value":[{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["name","url"]}},"value":[{"type":"character","attributes":{},"value":["Anson Biggs"]},{"type":"character","attributes":{},"value":["https://ansonbiggs.com"]}]}]},{"type":"character","attributes":{},"value":["09-27-2021"]},{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["distill::distill_article"]}},"value":[{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["self_contained"]}},"value":[{"type":"logical","attributes":{},"value":[false]}]}]},{"type":"logical","attributes":{},"value":[true]}]}
|
{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["title","description","author","date","output","draft","categories"]}},"value":[{"type":"character","attributes":{},"value":["Continuous Integration and Systems Engineering"]},{"type":"character","attributes":{},"value":["A short description of the post.\n"]},{"type":"list","attributes":{},"value":[{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["name","url"]}},"value":[{"type":"character","attributes":{},"value":["Anson Biggs"]},{"type":"character","attributes":{},"value":["https://ansonbiggs.com"]}]}]},{"type":"character","attributes":{},"value":["09-27-2021"]},{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["distill::distill_article"]}},"value":[{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["self_contained"]}},"value":[{"type":"logical","attributes":{},"value":[false]}]}]},{"type":"logical","attributes":{},"value":[false]},{"type":"character","attributes":{},"value":["Systems Engineering","Capstone"]}]}
|
||||||
</script>
|
</script>
|
||||||
<!--/radix_placeholder_rmarkdown_metadata-->
|
<!--/radix_placeholder_rmarkdown_metadata-->
|
||||||
|
|
||||||
@ -1467,6 +1467,10 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
|
|||||||
<div class="d-title">
|
<div class="d-title">
|
||||||
<h1>Continuous Integration and Systems Engineering</h1>
|
<h1>Continuous Integration and Systems Engineering</h1>
|
||||||
<!--radix_placeholder_categories-->
|
<!--radix_placeholder_categories-->
|
||||||
|
<div class="dt-tags">
|
||||||
|
<div class="dt=tag">Systems Engineering</div>
|
||||||
|
<div class="dt=tag">Capstone</div>
|
||||||
|
</div>
|
||||||
<!--/radix_placeholder_categories-->
|
<!--/radix_placeholder_categories-->
|
||||||
<p><p>A short description of the post.</p></p>
|
<p><p>A short description of the post.</p></p>
|
||||||
</div>
|
</div>
|
||||||
@ -1478,8 +1482,7 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="d-article">
|
<div class="d-article">
|
||||||
<p>Distill is a publication format for scientific and technical writing, native to the web.</p>
|
<p>Working on a complex project that spans multiple domains can be really challenging for a small team. The team size being small makes it hard not to keep every team member completely up to date on the inner workings of every system but that can add a ton of overhead and make progress slow to a halt. My <a href="https://projects.ansonbiggs.com/#category:Capstone">Capstone</a> team makes this even harder since all but one of us are Astronautical Engineers.</p>
|
||||||
<p>Learn more about using Distill at <a href="https://rstudio.github.io/distill" class="uri">https://rstudio.github.io/distill</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-->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user