@hebcal/learning
    Preparing search index...

    Type Alias DirshuAmudYomi

    One amud (side of a page) of the Babylonian Talmud as scheduled by the Dirshu Amud HaYomi program.

    type DirshuAmudYomi = {
        amud: number;
        name: string;
        side: "a" | "b";
    }
    Index

    Properties

    Properties

    amud: number

    Page number (daf), starting from 2 for the first amud of each tractate (the convention used for Talmud Bavli citations).

    name: string

    Tractate name in Sephardic transliteration (e.g. "Berachot", "Baba Metzia").

    side: "a" | "b"

    Side of the page: "a" (recto) or "b" (verso).