Skip to content

Commit 6a3b577

Browse files
committed
1 parent c36ec07 commit 6a3b577

Some content is hidden

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

80 files changed

+440
-245
lines changed

Patology-Atlas.epub

90 Bytes
Binary file not shown.

adipoz.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 56&nbsp; Myxoid Liposarcoma">

akutinflamasyon.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 10&nbsp; Acute Inflammation">

amiloid.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 7&nbsp; Amiloidoz (Amiloid Birikimi)">

ampulla-vater.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 37&nbsp; Ampulla of Vater">

bakteri.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 14&nbsp; Bacteria">

benign.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 17&nbsp; Benign Tümörler">

bobrek.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 46&nbsp; Böbrek Tümörleri">

bs.html

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
}
6565
}</script>
6666
<script async="" src="https://hypothes.is/embed.js"></script>
67+
<script src="script.js"></script>
68+
<script src="webpages.js"></script>
6769

6870

6971
</head>

deneme/script.js

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
window.addEventListener('DOMContentLoaded', function() {
2+
// Function to generate a random index
3+
function getRandomIndex(max) {
4+
return Math.floor(Math.random() * max);
5+
}
6+
7+
// Get a random webpage index
8+
const randomIndex = getRandomIndex(webPages.length);
9+
10+
// Display the random webpage
11+
const iframe = document.getElementById('randomIframe');
12+
iframe.src = webPages[randomIndex];
13+
14+
const headingLink = document.createElement('a');
15+
headingLink.href = webPages[randomIndex];
16+
headingLink.textContent = 'Case of The Day';
17+
headingLink.target = "_blank"; // Open in a new window or tab
18+
19+
const heading = document.getElementById('heading');
20+
heading.appendChild(headingLink);
21+
});

deneme/webpages.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

duodenum.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 31&nbsp; Duodenum">

ekstramuralvenozinvazyon.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 26&nbsp; Extramural Venous Invasion in Adenocarcinoma">

endometriosis.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 44&nbsp; Endometriosis">

endometrium.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 43&nbsp; Endometrial Polyp">

erozyon.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 9&nbsp; Erosion">

gastro.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 28&nbsp; Gastrointestinal System">

gbd.html

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
}
6565
}</script>
6666
<script async="" src="https://hypothes.is/embed.js"></script>
67+
<script src="script.js"></script>
68+
<script src="webpages.js"></script>
6769

6870

6971
</head>

genital.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 41&nbsp; Genital Sistem Patolojisi">

giris.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - Giriş">

gliom.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 52&nbsp; High Grade Glioma Squash Slide">

granulom.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 12&nbsp; Granulomatous Inflammation">

hacettepecom.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 60&nbsp; Hacettepe Case Of the Month (COM)">

hamartom.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 18&nbsp; Hamartom">

heterotopi.html

+2
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@
9999
}
100100
}</script>
101101
<script async="" src="https://hypothes.is/embed.js"></script>
102+
<script src="script.js"></script>
103+
<script src="webpages.js"></script>
102104

103105

104106
<meta property="og:title" content="Pathology Atlas - 19&nbsp; Heterotopi Ektopi">

hipofiz.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 48&nbsp; Pituitary Adenoma">

hodgkin.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 27&nbsp; Hodgkin Lymphoma">

hucredisibirikimler.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 3&nbsp; Hücre Dışı Birikimler">

hucrehasari.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 4&nbsp; Cellular Injury">

hucreicibirikimler.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 2&nbsp; Hücre İçi Birikimler">

ice.html

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
}
6464
}</script>
6565
<script async="" src="https://hypothes.is/embed.js"></script>
66+
<script src="script.js"></script>
67+
<script src="webpages.js"></script>
6668

6769

6870
</head>

index.html

+11-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="author" content="Serdar Balcı">
1010
<meta name="author" content="Pathologists, Assistants and Technicians">
11-
<meta name="dcterms.date" content="2023-06-05">
11+
<meta name="dcterms.date" content="2023-06-06">
1212
<meta name="description" content="Pathology Atlas and Notes for Medical Students: See and Learn Atlas of Pathology Notes for Pathology Pathology Lecture Notes and Pathology Atlas is being prepared from Memorial Pathology Archive and collaborators from other institutions.">
1313

1414
<title>Pathology Atlas</title>
@@ -67,6 +67,8 @@
6767
}
6868
}</script>
6969
<script async="" src="https://hypothes.is/embed.js"></script>
70+
<script src="script.js"></script>
71+
<script src="webpages.js"></script>
7072

7173

7274
<meta property="og:title" content="Pathology Atlas">
@@ -897,7 +899,7 @@ <h1 class="title">Pathology Atlas</h1>
897899
<div>
898900
<div class="quarto-title-meta-heading">Published</div>
899901
<div class="quarto-title-meta-contents">
900-
<p class="date">June 5, 2023</p>
902+
<p class="date">June 6, 2023</p>
901903
</div>
902904
</div>
903905

@@ -921,6 +923,13 @@ <h1 class="unnumbered">Patoloji Atlası</h1><p><img src="images/cover.png" title
921923
<p><a href="https://www.patolojiatlasi.com/">Türkçe Atlas için tıklayın</a></p>
922924
<p>For social media based pathology notes <a href="https://www.patolojinotlari.com/">click here</a></p>
923925
</div>
926+
<p><br><br></p>
927+
<div id="iframeContainer">
928+
<pre><code>&lt;h3 id="heading"&gt;&lt;/h3&gt;
929+
&lt;iframe id="randomIframe"&gt;&lt;/iframe&gt;</code></pre>
930+
</div>
931+
<hr>
932+
<p><br><br></p>
924933
<table class="table">
925934
<thead>
926935
<tr class="header">

inflamasyon.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 6&nbsp; İnflamasyon">

iskeminekroz.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 5&nbsp; Hemodinamik Bozukluklar">

jineko.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 40&nbsp; Jinekopatoloji">

karaciger-benign.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 34&nbsp; Benign Liver Tumors">

karaciger.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 33&nbsp; Karaciğer Tümörleri">

karsinogenez.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 21&nbsp; Carcinogenesis">

katki.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - Appendix B — Katkıda Bulunmak İçin">

kemik.html

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666
}</script>
6767
<script async="" src="https://hypothes.is/embed.js"></script>
68+
<script src="script.js"></script>
69+
<script src="webpages.js"></script>
6870

6971

7072
<meta property="og:title" content="Pathology Atlas - 55&nbsp; Kemik Tümörleri">

0 commit comments

Comments
 (0)