vault backup: 2024-09-04 13:39:11

This commit is contained in:
Dane Sabo 2024-09-04 13:39:11 -04:00
parent 98ed838964
commit 8af53bb60f
4 changed files with 50 additions and 57 deletions

View File

@ -57,7 +57,7 @@
"state": {
"type": "markdown",
"state": {
"file": "3-99 Research/6. Researching Techniques/Pandoc and Going from Markdown to LaTeX.md",
"file": "1000s Templates/Literature Note.md",
"mode": "source",
"source": false
}
@ -65,6 +65,20 @@
}
],
"currentTab": 4
},
{
"id": "3a1d09a7117f754c",
"type": "tabs",
"children": [
{
"id": "c7a205391cf59799",
"type": "leaf",
"state": {
"type": "zdc-debug",
"state": {}
}
}
]
}
],
"direction": "vertical"
@ -146,7 +160,7 @@
"state": {
"type": "backlink",
"state": {
"file": "3-99 Research/6. Researching Techniques/Pandoc and Going from Markdown to LaTeX.md",
"file": "1000s Templates/Literature Note.md",
"collapseAll": true,
"extraContext": false,
"sortOrder": "alphabetical",
@ -163,7 +177,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "3-99 Research/6. Researching Techniques/Pandoc and Going from Markdown to LaTeX.md",
"file": "1000s Templates/Literature Note.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@ -186,7 +200,7 @@
"state": {
"type": "outline",
"state": {
"file": "3-99 Research/6. Researching Techniques/Pandoc and Going from Markdown to LaTeX.md"
"file": "1000s Templates/Literature Note.md"
}
}
}
@ -224,12 +238,23 @@
"obsidian-full-calendar:Open Full Calendar": false
}
},
"active": "bfc2da582280b85c",
"active": "1247580b745674d7",
"lastOpenFiles": [
"200. Library Papers/maccaroneADVANCEDREACTORCYBER.md",
"@maccaroneADVANCEDREACTORCYBER.md",
"200. Library Papers/bullockHardwareintheloopSimulation2004.md",
"200. Library Papers/chekoleEnforcingMemorySafety2018.md",
"200. Library Papers/choiRealTimeHardwareintheLoopHIL2021.md",
"200. Library Papers/fernandezadiegoApplyingModelChecking2015.md",
"200. Library Papers/chenFullscopeHighfidelitySimulatorbased2024.md",
"200. Library Papers/CyberAttackGerman2015.md",
"200. Library Papers/IntroductionDiffusionModels2022.md",
"200. Library Papers/mihalicHardwareintheLoopSimulationsHistorical2022.md",
"200. Library Papers/nguyenFuzzyControlSystems2019.md",
"1000s Templates/Literature Note.md",
"3-99 Research/6. Researching Techniques/Pandoc and Going from Markdown to LaTeX.md",
"4. Qualifying Exam/2. Writing/QE Abstract For Dan.md",
"101. Current Writing/ARCADE Implementation at the University of Pittsburgh.md",
"@maccaroneADVANCEDREACTORCYBER.md",
"100. Managerial Pages/2. (SR-CIST) Workshop on Security and Resiliency of Critical Infrastructure and Space Technologies.md",
"4. Qualifying Exam/2. Writing/Untitled.md",
"4. Qualifying Exam/2. Writing/Untitled.bib",
@ -250,15 +275,7 @@
"201. Metadata/My Library/files/3981/mizar.gif",
"201. Metadata/My Library/files/3981/close-icon.png",
"201. Metadata/My Library/files/3981/Logo_40wht.gif",
"200. Library Papers/bullockHardwareintheloopSimulation2004.md",
"200. Library Papers/chekoleEnforcingMemorySafety2018.md",
"200. Library Papers/sunSoKAttacksIndustrial2021.md",
"200. Library Papers/fernandezadiegoApplyingModelChecking2015.md",
"200. Library Papers/CyberAttackGerman2015.md",
"200. Library Papers/choiRealTimeHardwareintheLoopHIL2021.md",
"200. Library Papers/chenFullscopeHighfidelitySimulatorbased2024.md",
"1000s Templates/Literature Note.md",
"200. Library Papers/maccaroneADVANCEDREACTORCYBER.md",
"101. Current Writing/Models All The Way Down - A Path Towards Software and Physical System Proof Synergy.md",
"1. Daily Notes/2024/9. September/2024-09-04.md",
"4. Qualifying Exam/2. Writing/QE Abstract.md",
@ -267,9 +284,6 @@
"4. Qualifying Exam/1. Managing Stuff/QE Management.md",
"1. Daily Notes/2024/9. September/2024-09-03.md",
"300s School/302. NUCE 2100 - Fundamentals of Nuclear Engineering/2024-08-27 Introduction.md",
"300s School/302. NUCE 2100 - Fundamentals of Nuclear Engineering/2024-09-03 Homework 1.md",
"3-99 Research/99. Getting Used to Obsidian/Markdown Cheat Sheet.md",
"3-99 Research/6. Researching Techniques/Learning How to Use Github.md",
"300s School/302. NUCE 2100 - Fundamentals of Nuclear Engineering/Pasted image 20240827195025.png",
"300s School/302. NUCE 2100 - Fundamentals of Nuclear Engineering/Pasted image 20240827193439.png"
]

View File

@ -9,10 +9,7 @@ authors:
- "{% if creator.name %}{{ creator.name }}{% else %}{{ creator.lastName }}, {{ creator.firstName }}{% endif %}"
{% endfor %}
{% endfor %}
DOI: "{{ DOI }}"
ISBN: "{{ ISBN }}"
citekey: "{{ citekey }}"
itemType: "{{ itemType }}"
{% if itemType == "journalArticle" %}
journal: "_{{ publicationTitle }}_"
{% endif %}
@ -35,12 +32,12 @@ location: "{{ place }}"
pages: {{ pages }}
{% endif %}
---
#### DOI
# Indexing Information
## DOI
[{{ DOI }}](https://doi.org/{{ DOI }})
#### ISBN
## ISBN
[{{ ISBN }}](https://www.isbnsearch.org/isbn/{{ ISBN }})
### Tags:
## Tags:
{% for t in tags %}#{{ t.tag
| replace(' ', '-')
| replace('&', 'and')
@ -53,11 +50,11 @@ pages: {{ pages }}
| replace('[', '')
| replace(']', '')
}}{% if not loop.last %}, {% endif %}{% endfor %}
**Contribution**::
**Related**:: {% for relation in relations | selectattr("citekey") %} [[@{{relation.citekey}}]]{% if not loop.last %}, {% endif%} {% endfor %}
# Abstract
> [!LINK]
> {%- for attachment in attachments | filterby("path", "endswith", ".pdf") %}
> [{{attachment.title}}](file://{{attachment.path | replace(" ", "%20")}}) {%- endfor -%}.

View File

@ -1,38 +1,20 @@
---
readstatus: false
dateread:
title: "ADVANCED REACTOR CYBER ANALYSIS AND DEVELOPMENT ENVIRONMENT (ARCADE) FOR UNIVERSITY RESEARCH"
dateread:
title: ADVANCED REACTOR CYBER ANALYSIS AND DEVELOPMENT ENVIRONMENT (ARCADE) FOR UNIVERSITY RESEARCH
authors:
- "Maccarone, L T"
- "Hahn, A S"
- "Valme, R"
- "Rowland, M T"
- "Kapuria, A"
- "Zhang, Y"
- "Cole, D G"
- Maccarone, L T
- Hahn, A S
- Valme, R
- Rowland, M T
- Kapuria, A
- Zhang, Y
- Cole, D G
DOI: ""
ISBN: ""
citekey: "maccaroneADVANCEDREACTORCYBER"
itemType: "journalArticle"
journal: "__"
citekey: maccaroneADVANCEDREACTORCYBER
itemType: journalArticle
journal: __
---
#### DOI
[](https://doi.org/)