From 8c80ef6cd48bd4e7ffea62cf83f759fe6fd9c63b Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Wed, 4 Sep 2024 16:15:01 -0400 Subject: [PATCH] vault backup: 2024-09-04 16:15:01 --- .obsidian/workspace.json | 31 ++++++--- .../2024/9. September/2024-09-04.md | 5 +- 1000s Templates/Literature Note.md | 42 ++++++------ .../liSyntheticLagrangianTurbulence2024.md | 64 ++++++++----------- .../Highlighting Colors and What they Mean.md | 1 + 5 files changed, 75 insertions(+), 68 deletions(-) diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 291e45c8b..d8ef9b555 100755 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -16,7 +16,7 @@ "state": { "file": "200. Library Papers/liSyntheticLagrangianTurbulence2024.md", "mode": "source", - "source": true + "source": false } } } @@ -53,8 +53,21 @@ "type": "zdc-debug", "state": {} } + }, + { + "id": "ebcdfbb08a7488d7", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "3-99 Research/6. Researching Techniques/Highlighting Colors and What they Mean.md", + "mode": "source", + "source": false + } + } } - ] + ], + "currentTab": 1 } ], "direction": "vertical" @@ -140,7 +153,7 @@ "state": { "type": "backlink", "state": { - "file": "200. Library Papers/liSyntheticLagrangianTurbulence2024.md", + "file": "1000s Templates/Literature Note.md", "collapseAll": true, "extraContext": false, "sortOrder": "alphabetical", @@ -157,7 +170,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "200. Library Papers/liSyntheticLagrangianTurbulence2024.md", + "file": "1000s Templates/Literature Note.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -180,7 +193,7 @@ "state": { "type": "outline", "state": { - "file": "200. Library Papers/liSyntheticLagrangianTurbulence2024.md" + "file": "1000s Templates/Literature Note.md" } } } @@ -219,10 +232,12 @@ "obsidian-full-calendar:Open Full Calendar": false } }, - "active": "c424ac94667c0e1c", + "active": "f496283b2107cb82", "lastOpenFiles": [ - "1000s Templates/Literature Note.md", "200. Library Papers/liSyntheticLagrangianTurbulence2024.md", + "1000s Templates/Literature Note.md", + "3-99 Research/6. Researching Techniques/Highlighting Colors and What they Mean.md", + "1. Daily Notes/2024/9. September/2024-09-04.md", "200. Library Papers/kleinFormallyVerifiedSoftware2018.md", "200. Library Papers/Kry10TechnicalOverview.md", "200. Library Papers/nguyenFuzzyControlSystems2019.md", @@ -246,8 +261,6 @@ "200. Library Papers/maccaroneADVANCEDREACTORCYBER.md", "@maccaroneADVANCEDREACTORCYBER.md", "200. Library Papers/chekoleEnforcingMemorySafety2018.md", - "200. Library Papers/choiRealTimeHardwareintheLoopHIL2021.md", - "200. Library Papers/fernandezadiegoApplyingModelChecking2015.md", "4. Qualifying Exam/2. Writing/Untitled.bib", "4. Qualifying Exam/2. Writing/test.bib", "201. Metadata/My Library/files/4011/contextual.css", diff --git a/1. Daily Notes/2024/9. September/2024-09-04.md b/1. Daily Notes/2024/9. September/2024-09-04.md index 7ee57b942..20f3d6e68 100644 --- a/1. Daily Notes/2024/9. September/2024-09-04.md +++ b/1. Daily Notes/2024/9. September/2024-09-04.md @@ -11,11 +11,12 @@ tags: # Tasks for today ## Big Task - - [ ] [[QE Management]] + - [/] [[QE Management]] ## Medium Tasks - [ ] [[Cole Group Monitor Recommendation]] - [ ] [[ReadMe for BeagleBone GitHub]] -- [ ] Re-file expense report +- [x] Re-file expense report ✅ 2024-09-04 + - Didn't get to refile. Stuck on date issue. Sent in a ticket. ## Small Tasks - [ ] - [ ] diff --git a/1000s Templates/Literature Note.md b/1000s Templates/Literature Note.md index 6b16d5106..4e9b586fa 100755 --- a/1000s Templates/Literature Note.md +++ b/1000s Templates/Literature Note.md @@ -56,29 +56,29 @@ pages: {{ pages }} >[!note] Markdown Notes >{% if markdownNotes %}{{markdownNotes}}{% else %}{{ "None!" }}{% endif %} - - # Annotations -{% macro calloutHeader(type, color) %} {% if type == "highlight" %} -Quote +{% for a in annotations -%} +{%- if a.type == "highlight" -%} +{% if a.colorCategory == "Yellow" %} +>[!attention] Highlight +{%- elif a.colorCategory == "Green" %} +>[!done] Quote +{%- elif a.colorCategory == "Purple" %} +>[!example] Secondary Source +{%- elif a.colorCategory == "Orange" %} +>[!question] Don't Understand +{%- elif a.colorCategory == "Red" %} +>[!fail] Possibly Incorrect +{%- else %} +>[!quote] Other Highlight +{%- endif %} +> *{{a.annotatedText}}* +> {% if a.comment %} +> >[!note] Note +> >{{a.comment}} +{%- endif %} {% endif %} -{% if type == "text" %} -Note -{% endif %} -{% endmacro %} - -{% persist "annotations" %} -{% set newAnnotations = annotations | filterby("date", "dateafter", lastImportDate) %} -{% if newAnnotations.length > 0 %} - -{% for a in annotations %} -> {{calloutHeader(a.type, a.color)}} -> {{a.annotatedText}} -> {% if a.comment %}{{a.comment}}{% endif %} -{% endfor %} -{% endif %} -{% endpersist %} - +{%- endfor %} ### Imported: {{importDate | format("YYYY-MM-DD h:mm a")}} diff --git a/200. Library Papers/liSyntheticLagrangianTurbulence2024.md b/200. Library Papers/liSyntheticLagrangianTurbulence2024.md index 90c5e1442..d7df3661d 100644 --- a/200. Library Papers/liSyntheticLagrangianTurbulence2024.md +++ b/200. Library Papers/liSyntheticLagrangianTurbulence2024.md @@ -48,46 +48,38 @@ pages: 393-403 >[!note] Markdown Notes >None! - - # Annotations - -%% begin annotations %% - - - -> -Quote - - - - -> agrangian turbulence lies at the core of numerous applied and fundamental problems related to the physics of dispersion and mixing in engineering, biofluids, the atmosphere, oceans and astrophysics. Despite exceptional theoretical, numerical and experimental efforts conducted over the past 30 years, no existing models are capable of faithfully reproducing statistical and topological properties exhibited by particle tr +>[!fail] Possibly Incorrect +> *agrangian turbulence lies at the core of numerous applied and fundamental problems related to the physics of dispersion and mixing in engineering, biofluids, the atmosphere, oceans and astrophysics. Despite exceptional theoretical, numerical and experimental efforts conducted over the past 30 years, no existing models are capable of faithfully reproducing statistical and topological properties exhibited by particle tr* > -> -Quote - - - -> me scales, including the fat-tail distribution for velocity increments, the anomalous power law and the increased intermittency around the dissipative scale. Slight deviations are observed below the dissipative scale, particularly in the acceleration and flatness statistics. Surprisingly, the model exhibits strong generalizability for ext +>[!quote] Other Highlight +> *me scales, including the fat-tail distribution for velocity increments, the anomalous power law and the increased intermittency around the dissipative scale. Slight deviations are observed below the dissipative scale, particularly in the acceleration and flatness statistics. Surprisingly, the model exhibits strong generalizability for ext* > -> -Quote + +>[!attention] Highlight +> *stion, industrial mixing, pollutant dispersion, quantum fluids, protoplanetary disks accretion, cloud formation* +> +> >[!note] Note +> >This, is a coment. that is a test! + +>[!fail] Possibly Incorrect +> *table-top* +> + +>[!done] Quote +> *laboratory* +> + +>[!quote] Other Highlight +> *flows* +> + +>[!question] Don't Understand +> *at* +> + +### Imported: 2024-09-04 4:14 pm - - -> stion, industrial mixing, pollutant dispersion, quantum fluids, protoplanetary disks accretion, cloud formation -> This, is a coment. that is a test! - - -%% end annotations %% - -### Imported: 2024-09-04 3:07 pm - - - - -%% Import Date: 2024-09-04T15:07:51.950-04:00 %% diff --git a/3-99 Research/6. Researching Techniques/Highlighting Colors and What they Mean.md b/3-99 Research/6. Researching Techniques/Highlighting Colors and What they Mean.md index f37b273d5..4f159a640 100644 --- a/3-99 Research/6. Researching Techniques/Highlighting Colors and What they Mean.md +++ b/3-99 Research/6. Researching Techniques/Highlighting Colors and What they Mean.md @@ -2,6 +2,7 @@ F9: Remove Highligh ## For reading papers: Green: This is a quotable item Purple: Secondary source of something that's interesting +Yellow: Something noteworthy Orange: I don't know what this means Red: I think this is wrong