diff --git a/Dockerfile b/Dockerfile index f9a97e0..26c0507 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,4 +37,4 @@ COPY Manifest.toml /root/.julia/environments/v${JULIA_MAJOR_VERSION}/ RUN julia -e "using Pkg; Pkg.instantiate(); Pkg.precompile()" -ENV QUARTO_DENO_EXTRA_OPTIONS=--v8-flags=--stack-size=10000 \ No newline at end of file +ENV QUARTO_DENO_V8_OPTIONS=--stack-size=10000 \ No newline at end of file diff --git a/_quarto.yml b/_quarto.yml index cc725ee..58cee16 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -14,12 +14,12 @@ website: href: index.xml # - icon: gitlab # href: https://gitlab.com/MisterBiggs - + open-graph: true format: html: theme: zephyr css: styles.css - toc: true + # toc: true diff --git a/posts/2022-02-07-space-debris-characterization/index.qmd b/posts/2022-02-07-space-debris-characterization/index.qmd index dd85ce0..7e4af58 100644 --- a/posts/2022-02-07-space-debris-characterization/index.qmd +++ b/posts/2022-02-07-space-debris-characterization/index.qmd @@ -5,7 +5,7 @@ date: 2022-02-07 author: - name: Anson Biggs url: https://ansonbiggs.com - role: + roles: - "Data curation" - "Formal analysis" - "Investigation" @@ -21,13 +21,10 @@ author: state: AZ url: https://erau.edu - name: Ana Bader-Elenes - role: + roles: - "Data curation" - "Investigation" - - "Methodology" - - "Software" - "Validation" - - "Visualization" - "Writing - review & editing" affiliation: Embry-Riddle Aeronautical University - name: Dr. Mehran Andalibi @@ -36,9 +33,6 @@ author: - name: Dr. Ron Madler affiliation: Dean of the College of Engineering, Embry-Riddle Aeronautical University, Prescott, AZ roles: Advisor - - - abstract: > Orbital debris is a form of pollution that is growing at an exponential pace and puts current and future space infrastructure at risk. Satellites are critical to military, commercial, and civil operations. Unfortunately, the space they occupy is increasingly becoming more crowded and dangerous, potentially leading to a cascade event that could turn orbit around the Earth into an unusable wasteland for decades proper mitigation is not introduced. Unfortunately, existing models employed by NASA rely on a dataset created from 2D images and are missing many crucial features required for correctly modeling the space debris environment. Our approach uses high-resolution 3D scanning to fully capture the geometry of a piece of debris and allow a more advanced analysis of each piece. This approach, coupled with machine learning methods, will allow advances to the current cutting edge. Physical and photograph-based measurements are time-consuming, hard to replicate, and lack precision. 3D scanning allows much more advanced and accurate analysis of each debris sample, focusing on properties such as moment of inertia, cross-section, and drag. With these additional properties, we stand to substantially increase our understanding of the space debris environment through advanced characterization of each piece of debris. Once the characteristics of space debris are more thoroughly understood, we can begin mitigating the creation and danger of future space debris by implementing improved satellite construction methods and more advanced debris avoidance measures. description: | @@ -49,6 +43,13 @@ funding: "This work was funded by ERAU URI Ignite Award" other-links: - text: URI Discovery Day Post href: https://commons.erau.edu/pr-discovery-day/2022/presentations/5/ +categories: + - Orbital Debris + - Machine Learning + - Space + - University + - Engineering + bibliography: references.bib csl: diabetologia.csl ---