wrong URL -.-

This commit is contained in:
Nicole Dresselhaus 2025-05-09 21:51:23 +02:00
parent ce0c52a66a
commit ba3fd2d09e
27 changed files with 95 additions and 93 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
.quarto
/.quarto/

View File

@ -6,7 +6,7 @@ project:
website:
title: "Nicole Dresselhaus"
site-url: https://nicole.dresselhaus.cloud
site-url: https://drezil.de
description: "Ramblings of a madwoman"
navbar:
search: true

View File

@ -718,7 +718,7 @@ ul.task-list li input[type="checkbox"] {
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/nicole\.dresselhaus\.cloud");
var filterRegex = new RegExp("https:\/\/drezil\.de");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}

View File

@ -747,7 +747,7 @@ ul.task-list li input[type="checkbox"] {
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/nicole\.dresselhaus\.cloud");
var filterRegex = new RegExp("https:\/\/drezil\.de");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}

View File

@ -766,7 +766,7 @@ Was later a “nanny for everything”.</li>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/nicole\.dresselhaus\.cloud");
var filterRegex = new RegExp("https:\/\/drezil\.de");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}

View File

@ -765,7 +765,7 @@ ul.task-list li input[type="checkbox"] {
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/nicole\.dresselhaus\.cloud");
var filterRegex = new RegExp("https:\/\/drezil\.de");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}

View File

@ -755,7 +755,7 @@ ul.task-list li input[type="checkbox"] {
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/nicole\.dresselhaus\.cloud");
var filterRegex = new RegExp("https:\/\/drezil\.de");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}

View File

@ -817,7 +817,7 @@ pre > code.sourceCode > span > a:first-child::before { text-decoration: underlin
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/nicole\.dresselhaus\.cloud");
var filterRegex = new RegExp("https:\/\/drezil\.de");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}

View File

@ -872,7 +872,7 @@ Note
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/nicole\.dresselhaus\.cloud");
var filterRegex = new RegExp("https:\/\/drezil\.de");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}

View File

@ -725,7 +725,7 @@ ul.task-list li input[type="checkbox"] {
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/nicole\.dresselhaus\.cloud");
var filterRegex = new RegExp("https:\/\/drezil\.de");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}

View File

@ -1192,7 +1192,7 @@ Ausschnitt</p>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/nicole\.dresselhaus\.cloud");
var filterRegex = new RegExp("https:\/\/drezil\.de");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}

View File

@ -909,7 +909,7 @@ pre > code.sourceCode > span > a:first-child::before { text-decoration: underlin
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/nicole\.dresselhaus\.cloud");
var filterRegex = new RegExp("https:\/\/drezil\.de");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}

View File

@ -805,7 +805,7 @@ pre > code.sourceCode > span > a:first-child::before { text-decoration: underlin
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/nicole\.dresselhaus\.cloud");
var filterRegex = new RegExp("https:\/\/drezil\.de");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}

View File

@ -1214,7 +1214,7 @@ pre > code.sourceCode > span > a:first-child::before { text-decoration: underlin
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/nicole\.dresselhaus\.cloud");
var filterRegex = new RegExp("https:\/\/drezil\.de");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}

View File

@ -732,7 +732,7 @@ ul.task-list li input[type="checkbox"] {
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/nicole\.dresselhaus\.cloud");
var filterRegex = new RegExp("https:\/\/drezil\.de");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}

View File

@ -735,7 +735,7 @@ ul.task-list li input[type="checkbox"] {
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/nicole\.dresselhaus\.cloud");
var filterRegex = new RegExp("https:\/\/drezil\.de");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}

View File

@ -717,7 +717,7 @@ ul.task-list li input[type="checkbox"] {
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/nicole\.dresselhaus\.cloud");
var filterRegex = new RegExp("https:\/\/drezil\.de");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}

View File

@ -704,7 +704,7 @@ ul.task-list li input[type="checkbox"] {
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/nicole\.dresselhaus\.cloud");
var filterRegex = new RegExp("https:\/\/drezil\.de");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}

View File

@ -733,7 +733,7 @@ ul.task-list li input[type="checkbox"] {
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/nicole\.dresselhaus\.cloud");
var filterRegex = new RegExp("https:\/\/drezil\.de");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}

View File

@ -788,7 +788,7 @@ ul.task-list li input[type="checkbox"] {
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/nicole\.dresselhaus\.cloud");
var filterRegex = new RegExp("https:\/\/drezil\.de");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}

View File

@ -98,7 +98,7 @@ div.csl-indent {
<meta property="og:title" content="RAG für eine Obsidian-Wissensdatenbank: Technische Ansätze Nicole Dresselhaus">
<meta property="og:description" content="Ramblings of a madwoman">
<meta property="og:image" content="https://nicole.dresselhaus.cloud/thumbs/writing_obsidian-rag.png">
<meta property="og:image" content="https://drezil.de/thumbs/writing_obsidian-rag.png">
<meta property="og:site_name" content="Nicole Dresselhaus">
<meta property="og:image:height" content="400">
<meta property="og:image:width" content="555">
@ -111,7 +111,7 @@ div.csl-indent {
<meta name="citation_cover_date" content="2025-04-24">
<meta name="citation_year" content="2025">
<meta name="citation_online_date" content="2025-04-24">
<meta name="citation_fulltext_html_url" content="https://nicole.dresselhaus.cloud/Writing/Obsidian-RAG.html">
<meta name="citation_fulltext_html_url" content="https://drezil.de/Writing/Obsidian-RAG.html">
<meta name="citation_language" content="de">
<meta name="citation_reference" content="citation_title=Ollama - Chroma Cookbook;,citation_publication_date=2024-04;,citation_cover_date=2024-04;,citation_year=2024;,citation_fulltext_html_url=https://cookbook.chromadb.dev/integrations/ollama/embeddings/;">
<meta name="citation_reference" content="citation_title=Just wanted to mention that the smart connections plugin is incredible. : r/ObsidianMD;,citation_publication_date=2024-10;,citation_cover_date=2024-10;,citation_year=2024;,citation_fulltext_html_url=https://www.reddit.com/r/ObsidianMD/comments/1fzmkdk/just_wanted_to_mention_that_the_smart_connections/;">
@ -1262,7 +1262,7 @@ Für bestimmte Felder wie ORCID wird ein rein lokales LLM kaum die Werte erraten
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/nicole\.dresselhaus\.cloud");
var filterRegex = new RegExp("https:\/\/drezil\.de");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}

View File

@ -95,7 +95,7 @@ div.csl-indent {
<meta property="og:title" content="Anforderungskatalog für die Dokumentation von Forschungssoftware (Digital Humanities) Nicole Dresselhaus">
<meta property="og:description" content="Ein Überblick und Best Practices für die Dokumantation von Forschungssoftware.">
<meta property="og:image" content="https://nicole.dresselhaus.cloud/thumbs/writing_documentation.png">
<meta property="og:image" content="https://drezil.de/thumbs/writing_documentation.png">
<meta property="og:site_name" content="Nicole Dresselhaus">
<meta property="og:image:height" content="400">
<meta property="og:image:width" content="697">
@ -110,7 +110,7 @@ Nutzer*innen zu helfen, die theoretischen Grundlagen nachvollziehbar zu machen.
<meta name="citation_cover_date" content="2025-05-08">
<meta name="citation_year" content="2025">
<meta name="citation_online_date" content="2025-05-08">
<meta name="citation_fulltext_html_url" content="https://nicole.dresselhaus.cloud/Writing/documentation.html">
<meta name="citation_fulltext_html_url" content="https://drezil.de/Writing/documentation.html">
<meta name="citation_language" content="de">
<meta name="citation_reference" content="citation_title=Good enough practices in scientific computing;,citation_author=Greg Wilson;,citation_author=Jennifer Bryan;,citation_author=Karen Cranston;,citation_author=Justin Kitzes;,citation_author=Lex Nederbragt;,citation_author=Tracy K Teal;,citation_publication_date=2017;,citation_cover_date=2017;,citation_year=2017;,citation_issue=6;,citation_volume=13;,citation_journal_title=PLoS computational biology;,citation_publisher=Public Library of Science;">
<meta name="citation_reference" content="citation_title=Ten simple rules for documenting scientific software;,citation_author=Andreas Prlić;,citation_author=James B Procter;,citation_publication_date=2012;,citation_cover_date=2012;,citation_year=2012;,citation_issue=12;,citation_volume=8;,citation_journal_title=PLoS Computational Biology;,citation_publisher=Public Library of Science;">
@ -1058,7 +1058,7 @@ Wilson, Greg, Jennifer Bryan, Karen Cranston, Justin Kitzes, Lex Nederbragt, und
title = {Anforderungskatalog für die Dokumentation von
Forschungssoftware (Digital Humanities)},
date = {2025-05-08},
url = {https://nicole.dresselhaus.cloud/Writing/documentation.html},
url = {https://drezil.de/Writing/documentation.html},
langid = {de},
abstract = {Diese Dokumentation fasst zusammen, welche
wissenschaftlichen Konzepte, Algorithmen und Theorien hinter der
@ -1068,7 +1068,7 @@ Wilson, Greg, Jennifer Bryan, Karen Cranston, Justin Kitzes, Lex Nederbragt, und
</code><button title="In die Zwischenablage kopieren" class="code-copy-button"><i class="bi"></i></button></pre><div class="quarto-appendix-secondary-label">Bitte zitieren Sie diese Arbeit als:</div><div id="ref-dresselhaus2025" class="csl-entry quarto-appendix-citeas" role="listitem">
Dresselhaus, Nicole, and GPT-4.5. 2025. <span>“Anforderungskatalog für
die Dokumentation von Forschungssoftware (Digital Humanities).”</span>
May 8, 2025. <a href="https://nicole.dresselhaus.cloud/Writing/documentation.html">https://nicole.dresselhaus.cloud/Writing/documentation.html</a>.
May 8, 2025. <a href="https://drezil.de/Writing/documentation.html">https://drezil.de/Writing/documentation.html</a>.
</div></div></section></div></main> <!-- /main -->
<script id="quarto-html-after-body" type="application/javascript">
window.document.addEventListener("DOMContentLoaded", function (event) {
@ -1155,7 +1155,7 @@ May 8, 2025. <a href="https://nicole.dresselhaus.cloud/Writing/documentation.htm
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/nicole\.dresselhaus\.cloud");
var filterRegex = new RegExp("https:\/\/drezil\.de");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}

View File

@ -131,7 +131,7 @@ div.csl-indent {
<meta property="og:title" content="Case Study: Local LLM-Based NER with n8n and Ollama Nicole Dresselhaus">
<meta property="og:description" content="Named Entity Recognition (NER) is a foundational task in text analysis,
traditionally addressed by training NLP models on annotated data.">
<meta property="og:image" content="https://nicole.dresselhaus.cloud/thumbs/writing_ner4all-case-study.png">
<meta property="og:image" content="https://drezil.de/thumbs/writing_ner4all-case-study.png">
<meta property="og:site_name" content="Nicole Dresselhaus">
<meta property="og:image:height" content="400">
<meta property="og:image:width" content="600">
@ -166,7 +166,7 @@ maintaining data privacy and reproducibility.
<meta name="citation_cover_date" content="2025-05-05">
<meta name="citation_year" content="2025">
<meta name="citation_online_date" content="2025-05-05">
<meta name="citation_fulltext_html_url" content="https://nicole.dresselhaus.cloud/Writing/ner4all-case-study.html">
<meta name="citation_fulltext_html_url" content="https://drezil.de/Writing/ner4all-case-study.html">
<meta name="citation_language" content="en">
<meta name="citation_reference" content="citation_title=Ollama - Chroma Cookbook;,citation_publication_date=2024-04;,citation_cover_date=2024-04;,citation_year=2024;,citation_fulltext_html_url=https://cookbook.chromadb.dev/integrations/ollama/embeddings/;">
<meta name="citation_reference" content="citation_title=Just wanted to mention that the smart connections plugin is incredible. : r/ObsidianMD;,citation_publication_date=2024-10;,citation_cover_date=2024-10;,citation_year=2024;,citation_fulltext_html_url=https://www.reddit.com/r/ObsidianMD/comments/1fzmkdk/just_wanted_to_mention_that_the_smart_connections/;">
@ -963,7 +963,7 @@ council.</code></pre>
title = {Case {Study:} {Local} {LLM-Based} {NER} with N8n and
{Ollama}},
date = {2025-05-05},
url = {https://nicole.dresselhaus.cloud/Writing/ner4all-case-study.html},
url = {https://drezil.de/Writing/ner4all-case-study.html},
langid = {en},
abstract = {Named Entity Recognition (NER) is a foundational task in
text analysis, traditionally addressed by training NLP models on
@ -992,7 +992,7 @@ council.</code></pre>
}
</code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre><div class="quarto-appendix-secondary-label">For attribution, please cite this work as:</div><div id="ref-2025" class="csl-entry quarto-appendix-citeas" role="listitem">
GPT-4.5, cogito-v1-preview, and Nicole Dresselhaus. 2025. <span>“Case
Study: Local LLM-Based NER with N8n and Ollama.”</span> May 5, 2025. <a href="https://nicole.dresselhaus.cloud/Writing/ner4all-case-study.html">https://nicole.dresselhaus.cloud/Writing/ner4all-case-study.html</a>.
Study: Local LLM-Based NER with N8n and Ollama.”</span> May 5, 2025. <a href="https://drezil.de/Writing/ner4all-case-study.html">https://drezil.de/Writing/ner4all-case-study.html</a>.
</div></div></section></div></main> <!-- /main -->
<script id="quarto-html-after-body" type="application/javascript">
window.document.addEventListener("DOMContentLoaded", function (event) {
@ -1079,7 +1079,7 @@ Study: Local LLM-Based NER with N8n and Ollama.”</span> May 5, 2025. <a href="
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/nicole\.dresselhaus\.cloud");
var filterRegex = new RegExp("https:\/\/drezil\.de");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}

4
dist/index.html vendored
View File

@ -134,7 +134,7 @@ window.Quarto = {
<link rel="alternate" type="application/rss+xml" title="Nicole Dresselhaus" href="index.xml" data-external="1"><meta property="og:title" content="Nicole Dresselhaus">
<meta property="og:description" content="Ramblings of a madwoman">
<meta property="og:image" content="https://nicole.dresselhaus.cloud/thumbs/writing_documentation.png">
<meta property="og:image" content="https://drezil.de/thumbs/writing_documentation.png">
<meta property="og:site_name" content="Nicole Dresselhaus">
<meta property="og:image:height" content="400">
<meta property="og:image:width" content="697">
@ -1189,7 +1189,7 @@ January 1, 1994
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/nicole\.dresselhaus\.cloud");
var filterRegex = new RegExp("https:\/\/drezil\.de");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}

74
dist/index.xml vendored
View File

@ -6,14 +6,14 @@
version="2.0">
<channel>
<title>Nicole Dresselhaus</title>
<link>https://nicole.dresselhaus.cloud/</link>
<atom:link href="https://nicole.dresselhaus.cloud/index.xml" rel="self" type="application/rss+xml"/>
<link>https://drezil.de/</link>
<atom:link href="https://drezil.de/index.xml" rel="self" type="application/rss+xml"/>
<description>Ramblings of a madwoman</description>
<generator>quarto-1.7.23</generator>
<lastBuildDate>Wed, 07 May 2025 22:00:00 GMT</lastBuildDate>
<item>
<title>Anforderungskatalog für die Dokumentation von Forschungssoftware (Digital Humanities)</title>
<link>https://nicole.dresselhaus.cloud/Writing/documentation.html</link>
<link>https://drezil.de/Writing/documentation.html</link>
<description><![CDATA[
@ -344,7 +344,7 @@ Wilson, Greg, Jennifer Bryan, Karen Cranston, Justin Kitzes, Lex Nederbragt, und
title = {Anforderungskatalog für die Dokumentation von
Forschungssoftware (Digital Humanities)},
date = {2025-05-08},
url = {https://nicole.dresselhaus.cloud/Writing/documentation.html},
url = {https://drezil.de/Writing/documentation.html},
langid = {de},
abstract = {Diese Dokumentation fasst zusammen, welche
wissenschaftlichen Konzepte, Algorithmen und Theorien hinter der
@ -354,17 +354,17 @@ Wilson, Greg, Jennifer Bryan, Karen Cranston, Justin Kitzes, Lex Nederbragt, und
</code></pre><div class="quarto-appendix-secondary-label">Bitte zitieren Sie diese Arbeit als:</div><div id="ref-dresselhaus2025" class="csl-entry quarto-appendix-citeas">
Dresselhaus, Nicole, and GPT-4.5. 2025. <span>“Anforderungskatalog für
die Dokumentation von Forschungssoftware (Digital Humanities).”</span>
May 8, 2025. <a href="https://nicole.dresselhaus.cloud/Writing/documentation.html">https://nicole.dresselhaus.cloud/Writing/documentation.html</a>.
May 8, 2025. <a href="https://drezil.de/Writing/documentation.html">https://drezil.de/Writing/documentation.html</a>.
</div></div></section></div> ]]></description>
<category>Article</category>
<category>Best Practices</category>
<guid>https://nicole.dresselhaus.cloud/Writing/documentation.html</guid>
<guid>https://drezil.de/Writing/documentation.html</guid>
<pubDate>Wed, 07 May 2025 22:00:00 GMT</pubDate>
<media:content url="https://nicole.dresselhaus.cloud/thumbs/writing_documentation.png" medium="image" type="image/png" height="83" width="144"/>
<media:content url="https://drezil.de/thumbs/writing_documentation.png" medium="image" type="image/png" height="83" width="144"/>
</item>
<item>
<title>Case Study: Local LLM-Based NER with n8n and Ollama</title>
<link>https://nicole.dresselhaus.cloud/Writing/ner4all-case-study.html</link>
<link>https://drezil.de/Writing/ner4all-case-study.html</link>
<description><![CDATA[
@ -622,7 +622,7 @@ font-style: inherit;">N8N_DEFAULT_TIMEOUT</span></code> or in the workflow setti
title = {Case {Study:} {Local} {LLM-Based} {NER} with N8n and
{Ollama}},
date = {2025-05-05},
url = {https://nicole.dresselhaus.cloud/Writing/ner4all-case-study.html},
url = {https://drezil.de/Writing/ner4all-case-study.html},
langid = {en},
abstract = {Named Entity Recognition (NER) is a foundational task in
text analysis, traditionally addressed by training NLP models on
@ -651,19 +651,19 @@ font-style: inherit;">N8N_DEFAULT_TIMEOUT</span></code> or in the workflow setti
}
</code></pre><div class="quarto-appendix-secondary-label">For attribution, please cite this work as:</div><div id="ref-2025" class="csl-entry quarto-appendix-citeas">
GPT-4.5, cogito-v1-preview, and Nicole Dresselhaus. 2025. <span>“Case
Study: Local LLM-Based NER with N8n and Ollama.”</span> May 5, 2025. <a href="https://nicole.dresselhaus.cloud/Writing/ner4all-case-study.html">https://nicole.dresselhaus.cloud/Writing/ner4all-case-study.html</a>.
Study: Local LLM-Based NER with N8n and Ollama.”</span> May 5, 2025. <a href="https://drezil.de/Writing/ner4all-case-study.html">https://drezil.de/Writing/ner4all-case-study.html</a>.
</div></div></section></div> ]]></description>
<category>Article</category>
<category>Case-study</category>
<category>ML</category>
<category>NER</category>
<guid>https://nicole.dresselhaus.cloud/Writing/ner4all-case-study.html</guid>
<guid>https://drezil.de/Writing/ner4all-case-study.html</guid>
<pubDate>Sun, 04 May 2025 22:00:00 GMT</pubDate>
<media:content url="https://nicole.dresselhaus.cloud/thumbs/writing_ner4all-case-study.png" medium="image" type="image/png" height="96" width="144"/>
<media:content url="https://drezil.de/thumbs/writing_ner4all-case-study.png" medium="image" type="image/png" height="96" width="144"/>
</item>
<item>
<title>RAG für eine Obsidian-Wissensdatenbank: Technische Ansätze</title>
<link>https://nicole.dresselhaus.cloud/Writing/Obsidian-RAG.html</link>
<link>https://drezil.de/Writing/Obsidian-RAG.html</link>
<description><![CDATA[
@ -1103,13 +1103,13 @@ Für bestimmte Felder wie ORCID wird ein rein lokales LLM kaum die Werte erraten
<category>Article</category>
<category>RAG</category>
<category>ML</category>
<guid>https://nicole.dresselhaus.cloud/Writing/Obsidian-RAG.html</guid>
<guid>https://drezil.de/Writing/Obsidian-RAG.html</guid>
<pubDate>Wed, 23 Apr 2025 22:00:00 GMT</pubDate>
<media:content url="https://nicole.dresselhaus.cloud/thumbs/writing_obsidian-rag.png" medium="image" type="image/png" height="104" width="144"/>
<media:content url="https://drezil.de/thumbs/writing_obsidian-rag.png" medium="image" type="image/png" height="104" width="144"/>
</item>
<item>
<title>Webapp-Example: Main.hs</title>
<link>https://nicole.dresselhaus.cloud/Coding/Haskell/Webapp-Example/Main.hs.html</link>
<link>https://drezil.de/Coding/Haskell/Webapp-Example/Main.hs.html</link>
<description><![CDATA[
@ -2297,12 +2297,12 @@ font-style: inherit;">"\n"</span></span></code></pre></div>
]]></description>
<category>Haskell</category>
<category>Code</category>
<guid>https://nicole.dresselhaus.cloud/Coding/Haskell/Webapp-Example/Main.hs.html</guid>
<guid>https://drezil.de/Coding/Haskell/Webapp-Example/Main.hs.html</guid>
<pubDate>Tue, 31 Mar 2020 22:00:00 GMT</pubDate>
</item>
<item>
<title>Webapp-Example: MyService/Types.hs</title>
<link>https://nicole.dresselhaus.cloud/Coding/Haskell/Webapp-Example/MyService_Types.hs.html</link>
<link>https://drezil.de/Coding/Haskell/Webapp-Example/MyService_Types.hs.html</link>
<description><![CDATA[
@ -2704,12 +2704,12 @@ font-style: inherit;">-- FromBSON-Instanz geht immer davon aus, dass alle keys d
]]></description>
<category>Haskell</category>
<category>Code</category>
<guid>https://nicole.dresselhaus.cloud/Coding/Haskell/Webapp-Example/MyService_Types.hs.html</guid>
<guid>https://drezil.de/Coding/Haskell/Webapp-Example/MyService_Types.hs.html</guid>
<pubDate>Tue, 31 Mar 2020 22:00:00 GMT</pubDate>
</item>
<item>
<title>Webapp-Development in Haskell</title>
<link>https://nicole.dresselhaus.cloud/Coding/Haskell/Webapp-Example/</link>
<link>https://drezil.de/Coding/Haskell/Webapp-Example/</link>
<description><![CDATA[
@ -4751,12 +4751,12 @@ font-style: inherit;">--interleaved-output</span></span></code></pre></div>
]]></description>
<category>Haskell</category>
<category>Tutorial</category>
<guid>https://nicole.dresselhaus.cloud/Coding/Haskell/Webapp-Example/</guid>
<guid>https://drezil.de/Coding/Haskell/Webapp-Example/</guid>
<pubDate>Tue, 31 Mar 2020 22:00:00 GMT</pubDate>
</item>
<item>
<title>Mental Health</title>
<link>https://nicole.dresselhaus.cloud/Health/Issues.html</link>
<link>https://drezil.de/Health/Issues.html</link>
<description><![CDATA[
@ -4796,12 +4796,12 @@ font-style: inherit;">--interleaved-output</span></span></code></pre></div>
<category>Mental Health</category>
<category>Article</category>
<category>Struggles</category>
<guid>https://nicole.dresselhaus.cloud/Health/Issues.html</guid>
<guid>https://drezil.de/Health/Issues.html</guid>
<pubDate>Mon, 31 Dec 2018 23:00:00 GMT</pubDate>
</item>
<item>
<title>Fortgeschrittene funktionale Programmierung in Haskell</title>
<link>https://nicole.dresselhaus.cloud/Coding/Haskell/FFPiH.html</link>
<link>https://drezil.de/Coding/Haskell/FFPiH.html</link>
<description><![CDATA[
@ -4840,12 +4840,12 @@ font-style: inherit;">--interleaved-output</span></span></code></pre></div>
]]></description>
<category>Lecture</category>
<category>Haskell</category>
<guid>https://nicole.dresselhaus.cloud/Coding/Haskell/FFPiH.html</guid>
<guid>https://drezil.de/Coding/Haskell/FFPiH.html</guid>
<pubDate>Sun, 31 Dec 2017 23:00:00 GMT</pubDate>
</item>
<item>
<title>Lenses</title>
<link>https://nicole.dresselhaus.cloud/Coding/Haskell/Lenses.html</link>
<link>https://drezil.de/Coding/Haskell/Lenses.html</link>
<description><![CDATA[
@ -6662,12 +6662,12 @@ font-style: inherit;">-&gt;</span> f t</span></code></pre></div>
]]></description>
<category>Article</category>
<category>Haskell</category>
<guid>https://nicole.dresselhaus.cloud/Coding/Haskell/Lenses.html</guid>
<guid>https://drezil.de/Coding/Haskell/Lenses.html</guid>
<pubDate>Sun, 31 Dec 2017 23:00:00 GMT</pubDate>
</item>
<item>
<title>Monoid? Da war doch was…</title>
<link>https://nicole.dresselhaus.cloud/Coding/Haskell/Code Snippets/Monoid.html</link>
<link>https://drezil.de/Coding/Haskell/Code Snippets/Monoid.html</link>
<description><![CDATA[
@ -7066,12 +7066,12 @@ font-style: inherit;">&lt;$&gt;</span> a</span></code></pre></div>
]]></description>
<category>Haskell</category>
<category>Tutorial</category>
<guid>https://nicole.dresselhaus.cloud/Coding/Haskell/Code Snippets/Monoid.html</guid>
<guid>https://drezil.de/Coding/Haskell/Code Snippets/Monoid.html</guid>
<pubDate>Thu, 31 Dec 2015 23:00:00 GMT</pubDate>
</item>
<item>
<title>*-Morpisms</title>
<link>https://nicole.dresselhaus.cloud/Coding/Haskell/Code Snippets/Morphisms.html</link>
<link>https://drezil.de/Coding/Haskell/Code Snippets/Morphisms.html</link>
<description><![CDATA[
@ -7708,12 +7708,12 @@ font-style: inherit;">:</span>xs, ys))</span></code></pre></div>
<category>Haskell</category>
<category>Tutorial</category>
<category>Archived</category>
<guid>https://nicole.dresselhaus.cloud/Coding/Haskell/Code Snippets/Morphisms.html</guid>
<guid>https://drezil.de/Coding/Haskell/Code Snippets/Morphisms.html</guid>
<pubDate>Thu, 31 Dec 2015 23:00:00 GMT</pubDate>
</item>
<item>
<title></title>
<link>https://nicole.dresselhaus.cloud/Coding/Haskell/Advantages.html</link>
<link>https://drezil.de/Coding/Haskell/Advantages.html</link>
<description><![CDATA[
@ -7777,12 +7777,12 @@ font-style: inherit;">:</span>xs, ys))</span></code></pre></div>
]]></description>
<category>Haskell</category>
<category>Links</category>
<guid>https://nicole.dresselhaus.cloud/Coding/Haskell/Advantages.html</guid>
<guid>https://drezil.de/Coding/Haskell/Advantages.html</guid>
<pubDate>Wed, 30 Sep 2015 22:00:00 GMT</pubDate>
</item>
<item>
<title>Wie lerne ich richtig an der Uni?</title>
<link>https://nicole.dresselhaus.cloud/Uni/Lernerfolg_an_der_Uni.html</link>
<link>https://drezil.de/Uni/Lernerfolg_an_der_Uni.html</link>
<description><![CDATA[
@ -7873,12 +7873,12 @@ font-style: inherit;">:</span>xs, ys))</span></code></pre></div>
<category>Article</category>
<category>Experience</category>
<category>Uni</category>
<guid>https://nicole.dresselhaus.cloud/Uni/Lernerfolg_an_der_Uni.html</guid>
<guid>https://drezil.de/Uni/Lernerfolg_an_der_Uni.html</guid>
<pubDate>Wed, 31 Dec 2014 23:00:00 GMT</pubDate>
</item>
<item>
<title>Die Bielefeld-Verschwörung</title>
<link>https://nicole.dresselhaus.cloud/Stuff/Bielefeldverschwoerung.html</link>
<link>https://drezil.de/Stuff/Bielefeldverschwoerung.html</link>
<description><![CDATA[
@ -7924,7 +7924,7 @@ font-style: inherit;">:</span>xs, ys))</span></code></pre></div>
<category>Article</category>
<category>Fun</category>
<category>Archived</category>
<guid>https://nicole.dresselhaus.cloud/Stuff/Bielefeldverschwoerung.html</guid>
<guid>https://drezil.de/Stuff/Bielefeldverschwoerung.html</guid>
<pubDate>Fri, 31 Dec 1993 23:00:00 GMT</pubDate>
</item>
</channel>

2
dist/robots.txt vendored
View File

@ -1 +1 @@
Sitemap: https://nicole.dresselhaus.cloud/sitemap.xml
Sitemap: https://drezil.de/sitemap.xml

42
dist/sitemap.xml vendored
View File

@ -1,87 +1,87 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://nicole.dresselhaus.cloud/Writing/Obsidian-RAG.html</loc>
<loc>https://drezil.de/Writing/Obsidian-RAG.html</loc>
<lastmod>2025-05-09T19:08:56.279Z</lastmod>
</url>
<url>
<loc>https://nicole.dresselhaus.cloud/Writing/documentation.html</loc>
<loc>https://drezil.de/Writing/documentation.html</loc>
<lastmod>2025-05-09T19:09:26.317Z</lastmod>
</url>
<url>
<loc>https://nicole.dresselhaus.cloud/Uni/Lernerfolg_an_der_Uni.html</loc>
<loc>https://drezil.de/Uni/Lernerfolg_an_der_Uni.html</loc>
<lastmod>2025-05-09T18:24:18.456Z</lastmod>
</url>
<url>
<loc>https://nicole.dresselhaus.cloud/Opinions/Keyboard-Layout.html</loc>
<loc>https://drezil.de/Opinions/Keyboard-Layout.html</loc>
<lastmod>2025-05-09T18:31:10.026Z</lastmod>
</url>
<url>
<loc>https://nicole.dresselhaus.cloud/Coding/Haskell/Advantages.html</loc>
<loc>https://drezil.de/Coding/Haskell/Advantages.html</loc>
<lastmod>2025-05-09T07:11:06.603Z</lastmod>
</url>
<url>
<loc>https://nicole.dresselhaus.cloud/Coding/Haskell/FFPiH.html</loc>
<loc>https://drezil.de/Coding/Haskell/FFPiH.html</loc>
<lastmod>2025-05-09T07:07:51.739Z</lastmod>
</url>
<url>
<loc>https://nicole.dresselhaus.cloud/Coding/Haskell/Webapp-Example/MyService_Types.hs.html</loc>
<loc>https://drezil.de/Coding/Haskell/Webapp-Example/MyService_Types.hs.html</loc>
<lastmod>2025-05-09T18:05:11.127Z</lastmod>
</url>
<url>
<loc>https://nicole.dresselhaus.cloud/Coding/Haskell/Code Snippets/Morphisms.html</loc>
<loc>https://drezil.de/Coding/Haskell/Code Snippets/Morphisms.html</loc>
<lastmod>2025-05-09T18:06:01.303Z</lastmod>
</url>
<url>
<loc>https://nicole.dresselhaus.cloud/About/index.html</loc>
<loc>https://drezil.de/About/index.html</loc>
<lastmod>2025-05-09T07:01:07.584Z</lastmod>
</url>
<url>
<loc>https://nicole.dresselhaus.cloud/About/Work.html</loc>
<loc>https://drezil.de/About/Work.html</loc>
<lastmod>2025-05-08T16:36:47.996Z</lastmod>
</url>
<url>
<loc>https://nicole.dresselhaus.cloud/About/Experience.html</loc>
<loc>https://drezil.de/About/Experience.html</loc>
<lastmod>2025-05-08T16:36:47.996Z</lastmod>
</url>
<url>
<loc>https://nicole.dresselhaus.cloud/About/Extracurricular.html</loc>
<loc>https://drezil.de/About/Extracurricular.html</loc>
<lastmod>2025-05-08T16:36:48.003Z</lastmod>
</url>
<url>
<loc>https://nicole.dresselhaus.cloud/Coding/Haskell/Code Snippets/Monoid.html</loc>
<loc>https://drezil.de/Coding/Haskell/Code Snippets/Monoid.html</loc>
<lastmod>2025-05-09T07:18:58.729Z</lastmod>
</url>
<url>
<loc>https://nicole.dresselhaus.cloud/Coding/Haskell/Webapp-Example/Main.hs.html</loc>
<loc>https://drezil.de/Coding/Haskell/Webapp-Example/Main.hs.html</loc>
<lastmod>2025-05-09T18:04:40.395Z</lastmod>
</url>
<url>
<loc>https://nicole.dresselhaus.cloud/Coding/Haskell/Webapp-Example/index.html</loc>
<loc>https://drezil.de/Coding/Haskell/Webapp-Example/index.html</loc>
<lastmod>2025-05-09T19:20:12.478Z</lastmod>
</url>
<url>
<loc>https://nicole.dresselhaus.cloud/Coding/Haskell/Lenses.html</loc>
<loc>https://drezil.de/Coding/Haskell/Lenses.html</loc>
<lastmod>2025-05-09T07:10:26.159Z</lastmod>
</url>
<url>
<loc>https://nicole.dresselhaus.cloud/Health/Issues.html</loc>
<loc>https://drezil.de/Health/Issues.html</loc>
<lastmod>2025-05-09T19:29:56.847Z</lastmod>
</url>
<url>
<loc>https://nicole.dresselhaus.cloud/Opinions/Editors.html</loc>
<loc>https://drezil.de/Opinions/Editors.html</loc>
<lastmod>2025-05-09T18:29:47.541Z</lastmod>
</url>
<url>
<loc>https://nicole.dresselhaus.cloud/Stuff/Bielefeldverschwoerung.html</loc>
<loc>https://drezil.de/Stuff/Bielefeldverschwoerung.html</loc>
<lastmod>2025-05-09T18:31:48.525Z</lastmod>
</url>
<url>
<loc>https://nicole.dresselhaus.cloud/index.html</loc>
<loc>https://drezil.de/index.html</loc>
<lastmod>2025-05-09T19:33:02.487Z</lastmod>
</url>
<url>
<loc>https://nicole.dresselhaus.cloud/Writing/ner4all-case-study.html</loc>
<loc>https://drezil.de/Writing/ner4all-case-study.html</loc>
<lastmod>2025-05-09T19:07:58.041Z</lastmod>
</url>
</urlset>