Skip to content

emleddin/anki-step-res

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Anki and STEP Resources

Tip: The README.md file table of contents can be viewed by selecting the hamburger menu on the same line as the title in the viewer!

About

This repository contains:

Resource Total Runtime (h:mm:ss)
Boards and Beyond 120:31:46
Pathoma 34:32:01
Physeo 144:02:29
Pixorize 109:08:39
Sketchy Micro 13:39:45
Sketchy Path 47:40:33
Sketchy Pharm 27:09:37
Total 496:44:50

Suggested Tag Use

  • Use a resource, then add the cards with a tag from that resources to a filtered deck
    • Tools → Create Filtered Deck
    • Enter your criteria under the Filtered Search. Using a * at the end is advised. By default, searches use OR when multiple criteria are entered, but other operators can be specified.
    # Grabs all the cards for the Sketchy Micro
    "tag:#AK_Step1_v11::#SketchyMicro*"
    
    # Grabs all the Bacteria cards for Sketchy Micro
    "tag:#AK_Step1_v11::#SketchyMicro::01_Bacteria*"
    
    # Grabs all the Gram Positive Cocci cards for Sketchy Micro Bacteria
    "tag:#AK_Step1_v11::#SketchyMicro::01_Bacteria::01_Gram_(+)_Cocci*"
    
    # Grabs all the cards for the Sketchy Micro Staph Aureus video
    "#AK_Step1_v11::#SketchyMicro::01_Bacteria::01_Gram_(+)_Cocci::01_Staph_aureus*"
    
    # Grabs all the Bacteria and Fungi cards for Sketchy Micro
    "tag:#AK_Step1_v11::#SketchyMicro::01_Bacteria*" OR "#AK_Step1_v11::#SketchyMicro::02_Fungi*"

Tips

  • Search "->" to find instances of -> in cards
  • Symbols that may be of use: → α β
  • Turn off the exclamation mark timer in the AnKing deck
    • Browse → select any card → Cards (should open a new window) → Styling
    • Modify this code:
    /* TIMER ON/OFF */
    .timer {
      display: block; /* ‘none’ or ‘block’ */
    }
    to this
    /* TIMER ON/OFF */
    .timer {
      display: none; /* ‘none’ or ‘block’ */
    }
    and Save!

Favorite Add-Ons

Other Useful Add-Ons

Additional Resources

USMLE Quick Links

Free 120 Links

PDFs Explanations
2024 PDF 2024 Explanations
2021 PDF 2021 Explanations
2020 PDF 2020 Explanations
2019 PDF 2019 Explanations
2018 PDF 2018 Explanations
2017 PDF 2017 Explanations
2016 PDF 2016 Explanations
2015 PDF 2015 Explanations
2014 PDF 2014 Explanations
2013 PDF 2013 Explanations

Reddit Threads

STEP 2 and Beyond

About

Resources for Anki and STEP studying.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published