From f78024ba64d062ab3ba43e1a27f49adcb844f683 Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Mon, 7 Apr 2025 13:53:32 -0400 Subject: [PATCH] vault backup: 2025-04-07 13:53:32 --- .obsidian/graph.json | 4 +- 1000s Templates/Literature Note OLD.md | 119 ++++++++++++++++++ ...d => 2025-04-07 Literature Note rework.md} | 3 +- .../Research/2025-04-08 I2C stuff.md | 9 ++ 900s Calendars/Research/Research - README.md | 2 +- 5 files changed, 132 insertions(+), 5 deletions(-) create mode 100755 1000s Templates/Literature Note OLD.md rename 900s Calendars/Research/{2025-04-07 I2C stuff.md => 2025-04-07 Literature Note rework.md} (74%) create mode 100644 900s Calendars/Research/2025-04-08 I2C stuff.md diff --git a/.obsidian/graph.json b/.obsidian/graph.json index b9391d5ef..0199e6273 100755 --- a/.obsidian/graph.json +++ b/.obsidian/graph.json @@ -1,6 +1,6 @@ { "collapse-filter": false, - "search": "-\"Daily Note\" -\"Weekly Note\" -\"200 Library\" -path:\"900s Calendars\" ", + "search": "-\"Readme\" -\"Weekly\" -path:\"1 Daily Notes\" -path:\"900s Calendars\" ", "showTags": false, "showAttachments": false, "hideUnresolved": false, @@ -67,6 +67,6 @@ "repelStrength": 20, "linkStrength": 0.723958333333333, "linkDistance": 30, - "scale": 0.03955078125, + "scale": 0.059326171875, "close": true } \ No newline at end of file diff --git a/1000s Templates/Literature Note OLD.md b/1000s Templates/Literature Note OLD.md new file mode 100755 index 000000000..7dbf2e7ea --- /dev/null +++ b/1000s Templates/Literature Note OLD.md @@ -0,0 +1,119 @@ +--- +readstatus: false +dateread: +title: "{{ title }}" +year: {{ date | format('YYYY') }} +authors: +{% for type, creators in creators | groupby('creatorType') -%} + {% for creator in creators %} + - "{% if creator.name %}{{ creator.name }}{% else %}{{ creator.lastName }}, {{ creator.firstName }}{% endif %}" + {% endfor -%} +{% endfor %} +citekey: "{{ citekey }}" +{% if itemType == "journalArticle" -%} +journal: "{{ publicationTitle }}" +{% endif -%} +{% if volume -%} +volume: {{ volume }} +{% endif -%} +{% if issue -%} +issue: {{ issue }} +{% endif -%} +{% if itemType == "bookSection" -%} +book: "{{ publicationTitle }}" +{% endif -%} +{% if publisher -%} +publisher: "{{ publisher }}" +{% endif -%} +{% if place -%} +location: "{{ place }}" +{% endif -%} +{% if pages -%} +pages: {{ pages }} +{% endif -%} +--- +# Indexing Information +{% if DOI -%} +## DOI +[{{ DOI }}](https://doi.org/{{ DOI }}) +{% endif -%} + +{% if ISBN -%} +## ISBN +[{{ ISBN }}](https://www.isbnsearch.org/isbn/{{ ISBN }}) +{% endif -%} + +## Tags: +{% for t in tags -%}#{{ t.tag + | replace(' ', '-') + | replace('&', 'and') + | replace('<', '') + | replace('>', '') + | replace('#', '') + | replace('*', '') + | replace('(', '') + | replace(')', '') + | replace('[', '') + | replace(']', '') + }}{% if not loop.last -%}, {% endif %}{% endfor %} +{%- set in_read = false -%} +{%- for collection in collections -%} + {%- if collection.name == "Read" -%} + {%- set in_read = true -%} + {%- endif -%} +{%- endfor -%} + +{% if in_read %} +- [x] {{title}} #Reading ✅ {{ importDate | format("YYYY-MM-DD") }} +{% else %} +- ["] {{title}} #Reading +{%- endif %} + +{% if abstractNote -%} +>[!Abstract] +>{{abstractNote}}{% endif -%} + +{% if markdownNotes -%} +>[!note] Markdown Notes +>{{markdownNotes}}}{% endif -%} + +>[!seealso] Related Papers +>{% for r in relations %}[{{ r.title }}]({{ r.citekey }}){% if not loop.last %}, {% endif %}{% endfor %} + +# Annotations +## Notes +{# Process non-Purple highlights -#} +{% for a in annotations -%} + {% if a.type == "highlight" and a.colorCategory != "Purple" -%} +{% if a.colorCategory == "Yellow" %} +>[!attention] Highlight +{% elif a.colorCategory == "Green" %} +>[!done] Insight +{% elif a.colorCategory == "Orange" %} +>[!warning] S? +{% elif a.colorCategory == "Red" %} +>[!fail] Dubious +{% else %} +>[!quote] Other Highlight +{% endif -%} +> {{ a.annotatedText }} +{% if a.comment -%} +> +> *{{ a.comment }}* +{% endif -%} +{% endif -%} +{%- endfor %} +## Follow-Ups +{# Create a separate loop for Purple highlights as tasks #} +{% for a in annotations -%} + {% if a.type == "highlight" and a.colorCategory == "Purple" -%} + >[!example] + >{{ a.annotatedText }} + >- [ ] {{ a.comment }} #Follow-Up + +{% if a.comment -%} +{% endif -%} +{% endif -%} +{% endfor -%} + +### Imported: {{ importDate | format("YYYY-MM-DD h:mm a") }} diff --git a/900s Calendars/Research/2025-04-07 I2C stuff.md b/900s Calendars/Research/2025-04-07 Literature Note rework.md similarity index 74% rename from 900s Calendars/Research/2025-04-07 I2C stuff.md rename to 900s Calendars/Research/2025-04-07 Literature Note rework.md index cc268c09d..00105f2f4 100644 --- a/900s Calendars/Research/2025-04-07 I2C stuff.md +++ b/900s Calendars/Research/2025-04-07 Literature Note rework.md @@ -1,9 +1,8 @@ --- -title: I2C stuff +title: Literature Note rework allDay: false startTime: 13:30 endTime: 14:00 date: 2025-04-07 completed: null -type: single --- diff --git a/900s Calendars/Research/2025-04-08 I2C stuff.md b/900s Calendars/Research/2025-04-08 I2C stuff.md new file mode 100644 index 000000000..11a345563 --- /dev/null +++ b/900s Calendars/Research/2025-04-08 I2C stuff.md @@ -0,0 +1,9 @@ +--- +title: I2C stuff +allDay: false +startTime: 12:30 +endTime: 13:00 +date: 2025-04-08 +completed: null +type: single +--- diff --git a/900s Calendars/Research/Research - README.md b/900s Calendars/Research/Research - README.md index 5a87d6eee..cc3d8ecd0 100644 --- a/900s Calendars/Research/Research - README.md +++ b/900s Calendars/Research/Research - README.md @@ -29,7 +29,7 @@ - [[2025-03-31 Bus home and read Survey.md]] - [[2025-03-31 Collect some literature reviews.md]] - [[2025-04-07 Bus Home and HDD model paper.md]] -- [[2025-04-07 I2C stuff.md]] +- [[2025-04-08 I2C stuff]] - [[2025-04-07 Nonlinear control survey papers.md]] ## Summary