Appendix A — Yönetim ve Geliştirme

Tanıtım: Patoloji Atlası: Tıp Fakültesi ve Sağlık Bilimleri Öğrencileri İçin Patoloji Laboratuvar Notları. Görerek Öğrenin. Patoloji Atlas Patoloji Notu Patoloji Ders Notları ve Patoloji Atlası Memorial Patoloji arşivinden derlenen vakalardan oluşmaktadır.

pathologyatlas.github.io

lab.patolojinotlari.com

patolojinotlari.com

parapathology.com

twitter

linkedin

https://leanpub.com/patolojiatlasi/

development & WIP

contact: info@patolojinotlari.com

contact: bilgi@patolojiatlasi.com


B Examples for future uploads

B.1 Pancreas Ductal Adenocarcinoma

https://pathologyatlas.github.io/pancreaticadenocarcinoma/

B.1.1 Case 1

histopathology

B.2 Neoplazinin Klinikopatolojik Özellikleri ve Epidemiyoloji

https://pathologyatlas.github.io/lecture1/Neoplazinin-Klinikopatolojik-Ozellikleri-ve-Epidemiyoloji.html


C adding submodule

https://github.blog/2016-02-01-working-with-submodules/

git submodule add https://github.com/pathologyatlas/pancreaticadenocarcinoma pancreaticadenocarcinoma

D removing submodule

git submodule deinit -f --all
rm -rf .git/modules/
git rm -f pancreaticadenocarcinoma

E making WSI

see: Convert .svs to .dzi and publish as or embed in a web page

F using templates for new repositories

see: Using templates for new repositories


G TODO

G.1 Yönlendirme

  • development ve wsi to html repolarının adreslerini güncelle ve detaylandır
  • https://quarto.org/docs/websites/website-navigation.html#pages-404
  • Yönlendirme örneği: https://github.com/patolojiatlasi/GBD

G.2 GBDAtlas

  • GBDAtlas ilk grubu ekle

G.3 Language

  • https://statnmap.com/2017-04-04-format-text-conditionally-with-rmarkdown-chunks-complete-iframed-article/
  • https://statnmap.com/2017-10-06-translation-rmarkdown-documents-using-data-frame/
  • https://statnmap.com/2017-03-11-rmarkdown-conditional-chunks-to-create-multilingual-pdf-and-html-with-images/
  • https://bookdown.org/yihui/rmarkdown-cookbook/eng-asis.html
  • https://quarto.org/docs/authoring/create-citeable-articles.html
  • https://github.com/maelle/multilingual-book
  • https://github.com/patolojiatlasi/multilingual-book

G.4 GitHub Actions

  • https://github.com/quarto-dev/quarto-actions
  • https://github.com/pommevilla/quarto-render
  • https://github.com/pommevilla/friendly-dollop
  • https://pommevilla.github.io/friendly-dollop/
  • https://github.com/dicook/github-action-push-to-another-repository
  • https://github.com/marketplace?page=1&q=another+repo&query=another+repo+&type=actions
  • https://github.com/marketplace/actions/file-changes-action

G.5 tweeting with update

  • https://github.com/and-computers/HowToTweetEveryCommit
  • https://www.daveabrock.com/2020/04/19/posting-to-twitter-from-gh-actions/
  • https://gitweet.io/
  • https://joshuaiz.com/words/using-github-actions-to-post-to-twitter-on-commit

git commit --allow-empty -m "Empty-Commit"
git push origin main

  • https://www.w3schools.com/howto/howto_css_responsive_iframes.asp

Not

Note that there are five types of callouts, including: note, tip, warning, caution, and important.

Tip With Caption

This is an example of a callout with a caption.

This is an example of a ‘folded’ caution callout that can be expanded by the user. You can use collapse="true" to collapse it by default or collapse="false" to make a collapsible callout that is expanded by default.