1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-06-15 22:46:48 +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:
Anson Biggs 2024-03-04 00:03:10 +00:00
commit 1bc85c3d6a
9 changed files with 11 additions and 8 deletions

View File

@ -13,6 +13,9 @@ build:
- if: '$CI_COMMIT_BRANCH == "master"' - if: '$CI_COMMIT_BRANCH == "master"'
staging: staging:
cache:
paths:
- _freeze
stage: deploy stage: deploy
image: ${CI_REGISTRY_IMAGE}:latest image: ${CI_REGISTRY_IMAGE}:latest
script: script:

View File

@ -9,6 +9,7 @@ categories:
- 3D Printing - 3D Printing
creative_commons: CC BY creative_commons: CC BY
image: banner.png image: banner.png
freeze: true
--- ---

View File

@ -19,6 +19,7 @@ format:
code-fold: false code-fold: false
execute: execute:
output: false 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. 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.

View File

@ -17,6 +17,7 @@ format:
kernel: kernel:
id: julia-1.4 id: julia-1.4
project: ../../ 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. 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.

View File

@ -9,6 +9,7 @@ categories:
- Systems Engineering - Systems Engineering
- Capstone Assignment - Capstone Assignment
- University - University
freeze: true
--- ---
## The Problem ## The Problem

View File

@ -11,6 +11,7 @@ categories:
bibliography: citations.bib bibliography: citations.bib
creative_commons: CC BY creative_commons: CC BY
image: banner.jpg image: banner.jpg
freeze: true
--- ---
## The Current State of Crypto ## The Current State of Crypto

View File

@ -11,6 +11,7 @@ categories:
- University - University
image: clusters.svg image: clusters.svg
draft: false draft: false
freeze: true
--- ---
## Gathering Data ## Gathering Data

View File

@ -12,6 +12,7 @@ categories:
- University - University
image: Figures/inertia3d.png image: Figures/inertia3d.png
draft: false draft: false
freeze: true
--- ---
## Gathering Data ## Gathering Data

View File

@ -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 title-block-banner: true
bibliography: ../citations.bib bibliography: ../citations.bib
@ -15,4 +8,4 @@ author:
license: "CC BY" license: "CC BY"
copyright: copyright:
holder: "Anson Biggs" holder: "Anson Biggs"
year: 2024 year: 2024