mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-06-15 14:36:47 +00:00
Merge branch 'speed-up-website-builds' into 'master'
Use freezing and caching to speed up quarto render See merge request Anson-Projects/projects!5
This commit is contained in:
commit
1bc85c3d6a
@ -13,6 +13,9 @@ build:
|
||||
- if: '$CI_COMMIT_BRANCH == "master"'
|
||||
|
||||
staging:
|
||||
cache:
|
||||
paths:
|
||||
- _freeze
|
||||
stage: deploy
|
||||
image: ${CI_REGISTRY_IMAGE}:latest
|
||||
script:
|
||||
|
@ -9,6 +9,7 @@ categories:
|
||||
- 3D Printing
|
||||
creative_commons: CC BY
|
||||
image: banner.png
|
||||
freeze: true
|
||||
---
|
||||
|
||||
|
||||
|
@ -19,6 +19,7 @@ format:
|
||||
code-fold: false
|
||||
execute:
|
||||
output: false
|
||||
freeze: true
|
||||
---
|
||||
|
||||
For Capstone my team was tasked with designing a system capable of moving mining equipment and materials around the surface of the Moon using a propulsive landing. The system had to be tested on Earth with something feasible for our team to build in 2 semesters. One of the first considerations my capstone advisor wanted was to test the feasibility of an air propulsion system instead of the obvious solution that of using solid rocket motors. This document is just _napkin math_ to determine if the system is even feasibly and is not meant to be a rigorous study of an air propulsion system that would easily keep a capstone team busy by itself.
|
||||
|
@ -17,6 +17,7 @@ format:
|
||||
kernel:
|
||||
id: julia-1.4
|
||||
project: ../../
|
||||
freeze: true
|
||||
---
|
||||
|
||||
Determining the eclipses a satellite will encounter is a major driving factor when designing a mission in space. Thermal and power budgets have to be made with the fact that a satellite will periodically be in the complete darkness of space where it will receive no solar radiation to power the solar panels and keep the spacecraft from freezing.
|
||||
|
@ -9,6 +9,7 @@ categories:
|
||||
- Systems Engineering
|
||||
- Capstone Assignment
|
||||
- University
|
||||
freeze: true
|
||||
---
|
||||
|
||||
## The Problem
|
||||
|
@ -11,6 +11,7 @@ categories:
|
||||
bibliography: citations.bib
|
||||
creative_commons: CC BY
|
||||
image: banner.jpg
|
||||
freeze: true
|
||||
---
|
||||
|
||||
## The Current State of Crypto
|
||||
|
@ -11,6 +11,7 @@ categories:
|
||||
- University
|
||||
image: clusters.svg
|
||||
draft: false
|
||||
freeze: true
|
||||
---
|
||||
|
||||
## Gathering Data
|
||||
|
@ -12,6 +12,7 @@ categories:
|
||||
- University
|
||||
image: Figures/inertia3d.png
|
||||
draft: false
|
||||
freeze: true
|
||||
---
|
||||
|
||||
## Gathering Data
|
||||
|
@ -1,10 +1,3 @@
|
||||
# options specified here will apply to all posts in this folder
|
||||
|
||||
# freeze computational output
|
||||
# (see https://quarto.org/docs/projects/code-execution.html#freeze)
|
||||
freeze: true
|
||||
|
||||
# Enable banner style title blocks
|
||||
title-block-banner: true
|
||||
|
||||
bibliography: ../citations.bib
|
||||
@ -15,4 +8,4 @@ author:
|
||||
license: "CC BY"
|
||||
copyright:
|
||||
holder: "Anson Biggs"
|
||||
year: 2024
|
||||
year: 2024
|
||||
|
Loading…
x
Reference in New Issue
Block a user