Skip to content

Commit 2fa8abe

Browse files
committed
1 parent 374efef commit 2fa8abe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+1165
-427
lines changed

acute-inflammation.html

+14-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
33

44
<meta charset="utf-8">
5-
<meta name="generator" content="quarto-1.4.550">
5+
<meta name="generator" content="quarto-1.5.22">
66

77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

9-
<meta name="dcterms.date" content="2024-03-02">
9+
<meta name="dcterms.date" content="2024-03-03">
1010
<meta name="description" content="Acute Inflammation, Akut İnflamasyon, patoloji, atlas, pathology, whole slide image">
1111

12-
<title>Histopathology Atlas - 10&nbsp; Acute Inflammation</title>
12+
<title>Histopathology Atlas 10&nbsp; Acute Inflammation</title>
1313
<style>
1414
code{white-space: pre-wrap;}
1515
span.smallcaps{font-variant: small-caps;}
@@ -908,7 +908,7 @@ <h1 class="title"><span id="sec-acute-inflammation" class="quarto-section-identi
908908
<div>
909909
<div class="quarto-title-meta-heading">Published</div>
910910
<div class="quarto-title-meta-contents">
911-
<p class="date">March 2, 2024</p>
911+
<p class="date">March 3, 2024</p>
912912
</div>
913913
</div>
914914

@@ -1220,6 +1220,11 @@ <h2 data-number="10.2" class="anchored" data-anchor-id="sec-acute-perforated-app
12201220
for (var i=0; i<links.length; i++) {
12211221
const link = links[i];
12221222
if (!isInternal(link.href)) {
1223+
// undo the damage that might have been done by quarto-nav.js in the case of
1224+
// links that we want to consider external
1225+
if (link.dataset.originalHref !== undefined) {
1226+
link.href = link.dataset.originalHref;
1227+
}
12231228
// target, if specified
12241229
link.setAttribute("target", "_blank");
12251230
if (link.getAttribute("rel") === null) {
@@ -1263,7 +1268,11 @@ <h2 data-number="10.2" class="anchored" data-anchor-id="sec-acute-perforated-app
12631268
try { href = new URL(href).hash; } catch {}
12641269
const id = href.replace(/^#\/?/, "");
12651270
const note = window.document.getElementById(id);
1266-
return note.innerHTML;
1271+
if (note) {
1272+
return note.innerHTML;
1273+
} else {
1274+
return "";
1275+
}
12671276
});
12681277
}
12691278
const xrefs = window.document.querySelectorAll('a.quarto-xref');

adipose.html

+14-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
33

44
<meta charset="utf-8">
5-
<meta name="generator" content="quarto-1.4.550">
5+
<meta name="generator" content="quarto-1.5.22">
66

77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

9-
<meta name="dcterms.date" content="2024-03-02">
9+
<meta name="dcterms.date" content="2024-03-03">
1010
<meta name="description" content="Adipose Tissue, Adipöz Doku, Yağ Doku, patoloji, atlas, pathology, whole slide image">
1111

12-
<title>Histopathology Atlas - 60&nbsp; Adipose Tissue</title>
12+
<title>Histopathology Atlas 60&nbsp; Adipose Tissue</title>
1313
<style>
1414
code{white-space: pre-wrap;}
1515
span.smallcaps{font-variant: small-caps;}
@@ -906,7 +906,7 @@ <h1 class="title"><span id="sec-adipose-tissue" class="quarto-section-identifier
906906
<div>
907907
<div class="quarto-title-meta-heading">Published</div>
908908
<div class="quarto-title-meta-contents">
909-
<p class="date">March 2, 2024</p>
909+
<p class="date">March 3, 2024</p>
910910
</div>
911911
</div>
912912

@@ -1177,6 +1177,11 @@ <h2 data-number="60.1" class="anchored" data-anchor-id="sec-myxoid-liposarcoma">
11771177
for (var i=0; i<links.length; i++) {
11781178
const link = links[i];
11791179
if (!isInternal(link.href)) {
1180+
// undo the damage that might have been done by quarto-nav.js in the case of
1181+
// links that we want to consider external
1182+
if (link.dataset.originalHref !== undefined) {
1183+
link.href = link.dataset.originalHref;
1184+
}
11801185
// target, if specified
11811186
link.setAttribute("target", "_blank");
11821187
if (link.getAttribute("rel") === null) {
@@ -1220,7 +1225,11 @@ <h2 data-number="60.1" class="anchored" data-anchor-id="sec-myxoid-liposarcoma">
12201225
try { href = new URL(href).hash; } catch {}
12211226
const id = href.replace(/^#\/?/, "");
12221227
const note = window.document.getElementById(id);
1223-
return note.innerHTML;
1228+
if (note) {
1229+
return note.innerHTML;
1230+
} else {
1231+
return "";
1232+
}
12241233
});
12251234
}
12261235
const xrefs = window.document.querySelectorAll('a.quarto-xref');

ampulla-vater.html

+14-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
33

44
<meta charset="utf-8">
5-
<meta name="generator" content="quarto-1.4.550">
5+
<meta name="generator" content="quarto-1.5.22">
66

77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

9-
<meta name="dcterms.date" content="2024-03-02">
9+
<meta name="dcterms.date" content="2024-03-03">
1010
<meta name="description" content="Ampulla of Vater Ampulla Vater Ampulla Vater Adenokarsinomu Adenocarcinoma of Ampulla of Vater patoloji atlası pathology atlas whole slide image">
1111

12-
<title>Histopathology Atlas - 40&nbsp; Ampulla of Vater</title>
12+
<title>Histopathology Atlas 40&nbsp; Ampulla of Vater</title>
1313
<style>
1414
code{white-space: pre-wrap;}
1515
span.smallcaps{font-variant: small-caps;}
@@ -913,7 +913,7 @@ <h1 class="title"><span id="sec-ampulla-of-vater" class="quarto-section-identifi
913913
<div>
914914
<div class="quarto-title-meta-heading">Published</div>
915915
<div class="quarto-title-meta-contents">
916-
<p class="date">March 2, 2024</p>
916+
<p class="date">March 3, 2024</p>
917917
</div>
918918
</div>
919919

@@ -1187,6 +1187,11 @@ <h2 data-number="40.2" class="anchored" data-anchor-id="sec-WDNET-ampulla"><span
11871187
for (var i=0; i<links.length; i++) {
11881188
const link = links[i];
11891189
if (!isInternal(link.href)) {
1190+
// undo the damage that might have been done by quarto-nav.js in the case of
1191+
// links that we want to consider external
1192+
if (link.dataset.originalHref !== undefined) {
1193+
link.href = link.dataset.originalHref;
1194+
}
11901195
// target, if specified
11911196
link.setAttribute("target", "_blank");
11921197
if (link.getAttribute("rel") === null) {
@@ -1230,7 +1235,11 @@ <h2 data-number="40.2" class="anchored" data-anchor-id="sec-WDNET-ampulla"><span
12301235
try { href = new URL(href).hash; } catch {}
12311236
const id = href.replace(/^#\/?/, "");
12321237
const note = window.document.getElementById(id);
1233-
return note.innerHTML;
1238+
if (note) {
1239+
return note.innerHTML;
1240+
} else {
1241+
return "";
1242+
}
12341243
});
12351244
}
12361245
const xrefs = window.document.querySelectorAll('a.quarto-xref');

amyloidosis.html

+14-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
33

44
<meta charset="utf-8">
5-
<meta name="generator" content="quarto-1.4.550">
5+
<meta name="generator" content="quarto-1.5.22">
66

77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

9-
<meta name="dcterms.date" content="2024-03-02">
9+
<meta name="dcterms.date" content="2024-03-03">
1010
<meta name="description" content="Amyloidosis, Amiloidoz, patoloji, atlas, pathology, whole slide image">
1111

12-
<title>Histopathology Atlas - 7&nbsp; Amiloidoz (Amiloid Birikimi)</title>
12+
<title>Histopathology Atlas 7&nbsp; Amiloidoz (Amiloid Birikimi)</title>
1313
<style>
1414
code{white-space: pre-wrap;}
1515
span.smallcaps{font-variant: small-caps;}
@@ -914,7 +914,7 @@ <h1 class="title"><span id="sec-amiloidoz" class="quarto-section-identifier"><sp
914914
<div>
915915
<div class="quarto-title-meta-heading">Published</div>
916916
<div class="quarto-title-meta-contents">
917-
<p class="date">March 2, 2024</p>
917+
<p class="date">March 3, 2024</p>
918918
</div>
919919
</div>
920920

@@ -1216,6 +1216,11 @@ <h2 data-number="7.2" class="anchored" data-anchor-id="sec-amiloidoz-congo-red">
12161216
for (var i=0; i<links.length; i++) {
12171217
const link = links[i];
12181218
if (!isInternal(link.href)) {
1219+
// undo the damage that might have been done by quarto-nav.js in the case of
1220+
// links that we want to consider external
1221+
if (link.dataset.originalHref !== undefined) {
1222+
link.href = link.dataset.originalHref;
1223+
}
12191224
// target, if specified
12201225
link.setAttribute("target", "_blank");
12211226
if (link.getAttribute("rel") === null) {
@@ -1259,7 +1264,11 @@ <h2 data-number="7.2" class="anchored" data-anchor-id="sec-amiloidoz-congo-red">
12591264
try { href = new URL(href).hash; } catch {}
12601265
const id = href.replace(/^#\/?/, "");
12611266
const note = window.document.getElementById(id);
1262-
return note.innerHTML;
1267+
if (note) {
1268+
return note.innerHTML;
1269+
} else {
1270+
return "";
1271+
}
12631272
});
12641273
}
12651274
const xrefs = window.document.querySelectorAll('a.quarto-xref');

authors.html

+14-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
33

44
<meta charset="utf-8">
5-
<meta name="generator" content="quarto-1.4.550">
5+
<meta name="generator" content="quarto-1.5.22">
66

77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

9-
<meta name="dcterms.date" content="2024-03-02">
9+
<meta name="dcterms.date" content="2024-03-03">
1010
<meta name="description" content="Patoloji Atlası Memorial Patoloji Hekim ve Teknikerleri yanısıra diğer kurumlardan koleksiyonlarını paylaşan patologların katkılarıyla hazırlanmaktadır. patoloji, atlas, pathology, whole slide image">
1111

12-
<title>Histopathology Atlas - Appendix A — Authors and Contributors</title>
12+
<title>Histopathology Atlas Appendix A — Authors and Contributors</title>
1313
<style>
1414
code{white-space: pre-wrap;}
1515
span.smallcaps{font-variant: small-caps;}
@@ -909,7 +909,7 @@ <h1 class="title"><span id="sec-authors-contributors" class="quarto-section-iden
909909
<div>
910910
<div class="quarto-title-meta-heading">Published</div>
911911
<div class="quarto-title-meta-contents">
912-
<p class="date">March 2, 2024</p>
912+
<p class="date">March 3, 2024</p>
913913
</div>
914914
</div>
915915

@@ -1211,6 +1211,11 @@ <h2 data-number="A.3" class="anchored" data-anchor-id="sec-contributors-from-oth
12111211
for (var i=0; i<links.length; i++) {
12121212
const link = links[i];
12131213
if (!isInternal(link.href)) {
1214+
// undo the damage that might have been done by quarto-nav.js in the case of
1215+
// links that we want to consider external
1216+
if (link.dataset.originalHref !== undefined) {
1217+
link.href = link.dataset.originalHref;
1218+
}
12141219
// target, if specified
12151220
link.setAttribute("target", "_blank");
12161221
if (link.getAttribute("rel") === null) {
@@ -1254,7 +1259,11 @@ <h2 data-number="A.3" class="anchored" data-anchor-id="sec-contributors-from-oth
12541259
try { href = new URL(href).hash; } catch {}
12551260
const id = href.replace(/^#\/?/, "");
12561261
const note = window.document.getElementById(id);
1257-
return note.innerHTML;
1262+
if (note) {
1263+
return note.innerHTML;
1264+
} else {
1265+
return "";
1266+
}
12581267
});
12591268
}
12601269
const xrefs = window.document.querySelectorAll('a.quarto-xref');

bacteria.html

+14-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
33

44
<meta charset="utf-8">
5-
<meta name="generator" content="quarto-1.4.550">
5+
<meta name="generator" content="quarto-1.5.22">
66

77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

9-
<meta name="dcterms.date" content="2024-03-02">
9+
<meta name="dcterms.date" content="2024-03-03">
1010
<meta name="description" content="bacteria, H.pylori, histochemistry, immunohistochemistry, patoloji, atlas, pathology, whole slide image">
1111

12-
<title>Histopathology Atlas - 14&nbsp; Bacteria</title>
12+
<title>Histopathology Atlas 14&nbsp; Bacteria</title>
1313
<style>
1414
code{white-space: pre-wrap;}
1515
span.smallcaps{font-variant: small-caps;}
@@ -907,7 +907,7 @@ <h1 class="title"><span id="sec-bacteria" class="quarto-section-identifier"><spa
907907
<div>
908908
<div class="quarto-title-meta-heading">Published</div>
909909
<div class="quarto-title-meta-contents">
910-
<p class="date">March 2, 2024</p>
910+
<p class="date">March 3, 2024</p>
911911
</div>
912912
</div>
913913

@@ -1233,6 +1233,11 @@ <h4 class="anchored" data-anchor-id="wsi-3">WSI</h4>
12331233
for (var i=0; i<links.length; i++) {
12341234
const link = links[i];
12351235
if (!isInternal(link.href)) {
1236+
// undo the damage that might have been done by quarto-nav.js in the case of
1237+
// links that we want to consider external
1238+
if (link.dataset.originalHref !== undefined) {
1239+
link.href = link.dataset.originalHref;
1240+
}
12361241
// target, if specified
12371242
link.setAttribute("target", "_blank");
12381243
if (link.getAttribute("rel") === null) {
@@ -1276,7 +1281,11 @@ <h4 class="anchored" data-anchor-id="wsi-3">WSI</h4>
12761281
try { href = new URL(href).hash; } catch {}
12771282
const id = href.replace(/^#\/?/, "");
12781283
const note = window.document.getElementById(id);
1279-
return note.innerHTML;
1284+
if (note) {
1285+
return note.innerHTML;
1286+
} else {
1287+
return "";
1288+
}
12801289
});
12811290
}
12821291
const xrefs = window.document.querySelectorAll('a.quarto-xref');

benign-liver-tumors.html

+14-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
33

44
<meta charset="utf-8">
5-
<meta name="generator" content="quarto-1.4.550">
5+
<meta name="generator" content="quarto-1.5.22">
66

77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

9-
<meta name="dcterms.date" content="2024-03-02">
9+
<meta name="dcterms.date" content="2024-03-03">
1010
<meta name="description" content="karaciğer, benign, liver, patoloji, atlas, pathology, whole slide image">
1111

12-
<title>Histopathology Atlas - 36&nbsp; Benign Liver Tumors</title>
12+
<title>Histopathology Atlas 36&nbsp; Benign Liver Tumors</title>
1313
<style>
1414
code{white-space: pre-wrap;}
1515
span.smallcaps{font-variant: small-caps;}
@@ -906,7 +906,7 @@ <h1 class="title"><span id="sec-benign-liver-tumors" class="quarto-section-ident
906906
<div>
907907
<div class="quarto-title-meta-heading">Published</div>
908908
<div class="quarto-title-meta-contents">
909-
<p class="date">March 2, 2024</p>
909+
<p class="date">March 3, 2024</p>
910910
</div>
911911
</div>
912912

@@ -1177,6 +1177,11 @@ <h2 data-number="36.1" class="anchored" data-anchor-id="sec-liver-hemangioma"><s
11771177
for (var i=0; i<links.length; i++) {
11781178
const link = links[i];
11791179
if (!isInternal(link.href)) {
1180+
// undo the damage that might have been done by quarto-nav.js in the case of
1181+
// links that we want to consider external
1182+
if (link.dataset.originalHref !== undefined) {
1183+
link.href = link.dataset.originalHref;
1184+
}
11801185
// target, if specified
11811186
link.setAttribute("target", "_blank");
11821187
if (link.getAttribute("rel") === null) {
@@ -1220,7 +1225,11 @@ <h2 data-number="36.1" class="anchored" data-anchor-id="sec-liver-hemangioma"><s
12201225
try { href = new URL(href).hash; } catch {}
12211226
const id = href.replace(/^#\/?/, "");
12221227
const note = window.document.getElementById(id);
1223-
return note.innerHTML;
1228+
if (note) {
1229+
return note.innerHTML;
1230+
} else {
1231+
return "";
1232+
}
12241233
});
12251234
}
12261235
const xrefs = window.document.querySelectorAll('a.quarto-xref');

0 commit comments

Comments
 (0)