diff --git a/Gemfile b/Gemfile index 8934f4a..8c59ad3 100644 --- a/Gemfile +++ b/Gemfile @@ -21,3 +21,8 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem # do not have a Java counterpart. gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] + +# PDF viewer +group :jekyll_plugins do + gem "jekyll-pdf-embed" +end \ No newline at end of file diff --git a/README.md b/README.md index 08fa07e..8709d0e 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,31 @@ ## Anesthesia and Machine Learning +My personal blog that will act as a easily accessable repository of anesthesia information. + +This blog will also act as an easy display for machine learning algorithms and healthcare related python code. My github will also be accessable for further information. + +## Requirements + +- Web browser for viewing + +## Additional Requirements + +- Ruby +- HTML +- CSS +- JavaScript +- Markdown + +## Usage + +- Github pages for deployment. See _config.yml file for information on page building. +- GEM file for dependencies +- /assets for images and pdfs +- /tabs for side bar tabs +- /_posts for posts +- If you fork the project delete the posts and files under /assets/img and /assets/pdf. Edit the config file as per the jekyll and chirpy docs. Use these docs as your guide to posts. + +## Future + +- Additional data for anesthesia and machine learning. Possible linkage to other more high traffic sites. Possible integration into teaching mediums. diff --git a/_config.yml b/_config.yml index a34bed0..a535cc7 100644 --- a/_config.yml +++ b/_config.yml @@ -16,7 +16,7 @@ timezone: America/New_York title: Dan's Blog # the main title -tagline: I am a CRNA who enjoys coding in my spare time. This blog's purpose is to allow easy access to important anesthesia information ie. get around the hospital lockdown on google products. # it will display as the sub-title +tagline: Welcome to my blog! I'm a CRNA focused on teaching and providing easy to find resources for CRNAs and SRNAs. I enjoy computer programming in my spare time with a focus on python, spcifically AI and machine learning. My wife and I live in NY with our dog. We are avid hikers and are currently working on our New England 115. # it will display as the sub-title description: >- # used by seo meta and the atom feed A blog focused on anesthesia and machine learning @@ -78,7 +78,7 @@ avatar: assets/img/avatar.png toc: true comments: - active: # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable + active: giscus # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable # The active options are as follows: disqus: shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname @@ -88,10 +88,10 @@ comments: issue_term: # < url | pathname | title | ...> # Giscus options › https://giscus.app giscus: - repo: # / - repo_id: - category: - category_id: + repo: dzauski585/dzauski585.github.io + repo_id: 712506766 + category: General + category_id: DIC_kwDOKnf9js4Cangs mapping: # optional, default to 'pathname' input_position: # optional, default to 'bottom' lang: # optional, default to the value of `site.lang` diff --git a/_posts/2023-10-30-pericardial_baffle.md b/_posts/2023-10-30-pericardial_baffle.md index cf0e70b..e549717 100644 --- a/_posts/2023-10-30-pericardial_baffle.md +++ b/_posts/2023-10-30-pericardial_baffle.md @@ -4,9 +4,9 @@ author: dz date: 2023-10-30 categories: [Cardiac Surgery, Cardiac Anesthesia, Anesthesia] tags: [cardiac surgery] # TAG names should always be lowercase +pdf_file: "/assets/pdf/use-of-pericardial-baffle-in-the-management-of-intractable-bleeding-in-patients-undergoing-aortic-surgery.pdf" --- This technique allows for the patient to continue to bleed without going into tamponade. The bleeding is sequestered by the pericardial patch and a graft is connected from this resevoir to the right atrium. In time the conduit should clot off. The goal is getting the patient out of the operating room and avoid a bring back. See the paper: [Use of pericardial baffle in the management of intractable bleeding in patients undergoing aortic surgery](https://www.openaccessjournals.com/articles/use-of-pericardial-baffle-in-the-management-of-intractable-bleeding-in-patients-undergoing-aortic-surgery-12908.html#:~:text=Baffle%20technique%20is%20creating%20a,rise%20of%20morbidity%20and%20mortality.) - -