Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalci committed Aug 13, 2023
1 parent 6c69a92 commit 2c9d44e
Show file tree
Hide file tree
Showing 1,673 changed files with 614,839 additions and 20,465 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/patoloji-hakkinda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
filestorender <- list.files(path = '.', pattern = '.md', full.names = TRUE, recursive = TRUE)
render_file <- purrr::safely(function(file) {rmarkdown::render(file, encoding = 'UTF-8', output_dir = './patoloji-hakkinda/')})
purrr::map(.x = filestorender, .f= render_file)
purrr::map(.x = filestorender, .f = render_file)
Expand Down
4 changes: 4 additions & 0 deletions computational-digital-and-mathematical-pathology/analysis.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Analysis


{% embed url="https://www.youtube.com/watch?v=3CJpD8z-CNw&ab_channel=PathAI" caption="" %}


## Analysis

**ImmunoRatio**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<title>Neoplazinin Klinikopatolojik Özellikleri ve Epidemiyoloji</title>
<meta charset="utf-8" />
<meta name="author" content="Serdar Balcı, MD, Pathologist" />
<meta name="date" content="2023-07-02" />
<script src="Neoplazinin-Klinikopatolojik-Ozellikleri-ve-Epidemiyoloji_files/header-attrs-2.21/header-attrs.js"></script>
<meta name="date" content="2023-08-13" />
<script src="Neoplazinin-Klinikopatolojik-Ozellikleri-ve-Epidemiyoloji_files/header-attrs-2.23/header-attrs.js"></script>
<link href="Neoplazinin-Klinikopatolojik-Ozellikleri-ve-Epidemiyoloji_files/remark-css-0.0.1/default.css" rel="stylesheet" />
<link href="Neoplazinin-Klinikopatolojik-Ozellikleri-ve-Epidemiyoloji_files/remark-css-0.0.1/default-fonts.css" rel="stylesheet" />
</head>
Expand All @@ -23,7 +23,7 @@
### <a href="https://sbalci.github.io/">Serdar Balcı, MD, Pathologist</a>
]
.date[
### 2023-07-02
### 2023-08-13
]

---
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
// be compatible with the behavior of Pandoc < 2.8).
document.addEventListener('DOMContentLoaded', function(e) {
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
var i, h, a;
for (i = 0; i < hs.length; i++) {
h = hs[i];
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
a = h.attributes;
while (a.length > 0) h.removeAttribute(a[0].name);
}
});
Loading

0 comments on commit 2c9d44e

Please sign in to comment.