diff --git a/_content/av/kamma-and-rebirth_brahm.md b/_content/av/kamma-and-rebirth_brahm.md index a77bbfdfb2..49a9424e54 100644 --- a/_content/av/kamma-and-rebirth_brahm.md +++ b/_content/av/kamma-and-rebirth_brahm.md @@ -14,6 +14,6 @@ month: may minutes: 98 --- -> Kamma gives us oppurutnities to learn. +> Kamma gives us opportunities to learn. -In his usual wit and humor, Ajahn Bram explains the functioning of kamma in our daily lives and its realtion to the various rebirths one can have. +In his usual wit and humor, Ajahn Brahm explains the functioning of kamma in our daily lives and its relation to the various rebirths one can have. diff --git a/_content/reference/concise-pali-dictionary.md b/_content/reference/concise-pali-dictionary.md index b39ffc642b..c327f0faf7 100644 --- a/_content/reference/concise-pali-dictionary.md +++ b/_content/reference/concise-pali-dictionary.md @@ -9,6 +9,7 @@ drive_links: - "https://drive.google.com/file/d/1PCCCfAaDAxzwmXQXiZApRPGcwf2f7Z5e/view?usp=drivesdk" course: pali-dictionaries olid: OL32982157M +pages: 315 year: 1949 --- diff --git a/_content/reference/critical-pali-dictionary_pts.md b/_content/reference/critical-pali-dictionary_pts.md index 816fe89e27..79c2ae7257 100644 --- a/_content/reference/critical-pali-dictionary_pts.md +++ b/_content/reference/critical-pali-dictionary_pts.md @@ -3,9 +3,13 @@ title: "The Critical Pāli Dictionary" authors: - "V. Trenckner" external_url: "https://cpd.uni-koeln.de/search" +source_url: "https://archive.org/details/trenckner_v_andersen_d_smith_h_ovhinuber_a_critical_pali_dic" +hidden_links: + - "https://drive.google.com/file/d/1qaPM3tolP5ZUl5K4VKDrmNc2L4jvq-IA/view?usp=drivesdk" course: pali-dictionaries year: 1925 publisher: pts +pages: 1917 address: Copenhagen --- diff --git a/_content/reference/dpd.md b/_content/reference/dpd.md index ea49d6d245..71dca26a1c 100644 --- a/_content/reference/dpd.md +++ b/_content/reference/dpd.md @@ -8,6 +8,7 @@ tags: - pali-language status: featured year: 2022 +pages: 6972 # VERY approximately estimated by running `wc -w *.txt` on the html2text conversion of the official epub and dividing that count by 500 --- A cross-platform application for looking up Pāli terms with unparalleled support for declensions, conjugations, and compound words including full declension charts, examples from the Pāli Canon, a grammar helper, and more. diff --git a/_content/reference/pali-names.md b/_content/reference/pali-names.md index 9ca452bc5e..8a7e6e081d 100644 --- a/_content/reference/pali-names.md +++ b/_content/reference/pali-names.md @@ -15,6 +15,7 @@ tags: - setting year: 1937 publisher: "The Government of India" +pages: 5000 olid: OL6365787M --- diff --git a/_content/reference/wordle-pali.md b/_content/reference/wordle-pali.md deleted file mode 100644 index b46f43d782..0000000000 --- a/_content/reference/wordle-pali.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Pāli Wordle" -external_url: "https://labs.buddhistuniversity.net/wordle-pali" -course: pali-dictionaries -tags: - - games -year: 2022 ---- - -A daily, Pāli word game based on [Josh Wardle's 2021 classic](/content/reference/wordle). diff --git a/_content/reference/wordle.md b/_content/reference/wordle.md index 7bcdddf742..47672483d9 100644 --- a/_content/reference/wordle.md +++ b/_content/reference/wordle.md @@ -8,7 +8,3 @@ year: 2021 --- Wordle is an online, word puzzle game made by Josh Wardle in 2021 [for his partner](https://www.nytimes.com/2022/01/03/technology/wordle-word-game-creator.html) based on the two-player guessing-game "[Jotto](https://en.wikipedia.org/wiki/Jotto){:target="_blank"}" invented by Morton M. Rosenfeld in 1955. - -You can find [an open-source Pāli spin on the game](https://labs.buddhistuniversity.net/wordle-pali) on [our "Labs" site](https://labs.buddhistuniversity.net) - -และเวอเดิ้ล[ฉบับภาษาไทยของเราอยู่ที่นี่](https://bit.ly/wordlethai) diff --git a/_plugins/content-derived-fields.rb b/_plugins/content-derived-fields.rb index fd5177b514..1efcacf4a8 100644 --- a/_plugins/content-derived-fields.rb +++ b/_plugins/content-derived-fields.rb @@ -95,6 +95,8 @@ def self.base_stars_for_item(item) item.data['total_mins'] = item.data['page_count'].to_f * @@etm[:mins_per_page] if item.data['category'] == 'canon' item.data['total_mins'] *= 2.5 # Assume canonical works require deeper reading + elsif item.data['category'] == 'reference' + item.data['total_mins'] *= 0.1 # Assume reference works will only be partially read end end item.data['course_mins'] = (item.data['total_mins'] * item.data['course_time_multiplier']).round()