Update pointer, logos, etc.

This commit is contained in:
2025-06-08 11:30:43 +02:00
parent 25e935661f
commit 8df71ce1d3
17 changed files with 1500 additions and 272 deletions

View File

@@ -0,0 +1,687 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never">
<info>
<title>American Psychological Association 6th edition ("DOI:" DOI prefix)</title>
<title-short>APA</title-short>
<id>http://www.zotero.org/styles/apa-old-doi-prefix</id>
<link href="http://www.zotero.org/styles/apa-old-doi-prefix" rel="self"/>
<link href="http://owl.english.purdue.edu/owl/resource/560/01/" rel="documentation"/>
<author>
<name>Simon Kornblith</name>
<email>simon@simonster.com</email>
</author>
<contributor>
<name>Bruce D'Arcus</name>
</contributor>
<contributor>
<name>Curtis M. Humphrey</name>
</contributor>
<contributor>
<name>Richard Karnesky</name>
<email>karnesky+zotero@gmail.com</email>
<uri>http://arc.nucapt.northwestern.edu/Richard_Karnesky</uri>
</contributor>
<contributor>
<name>Sebastian Karcher</name>
</contributor>
<contributor>
<name> Brenton M. Wiernik</name>
<email>zotero@wiernik.org</email>
</contributor>
<category citation-format="author-date"/>
<category field="psychology"/>
<category field="generic-base"/>
<updated>2017-09-05T01:06:39+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="en">
<terms>
<term name="editortranslator" form="short">
<single>ed. &amp; trans.</single>
<multiple>eds. &amp; trans.</multiple>
</term>
<term name="translator" form="short">
<single>trans.</single>
<multiple>trans.</multiple>
</term>
</terms>
</locale>
<macro name="container-contributors">
<choose>
<if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
<group delimiter=", ">
<names variable="container-author" delimiter=", ">
<name and="symbol" initialize-with=". " delimiter=", "/>
<label form="short" prefix=" (" text-case="title" suffix=")"/>
</names>
<names variable="editor translator" delimiter=", ">
<name and="symbol" initialize-with=". " delimiter=", "/>
<label form="short" prefix=" (" text-case="title" suffix=")"/>
</names>
</group>
</if>
</choose>
</macro>
<macro name="secondary-contributors">
<choose>
<if type="article-journal chapter paper-conference entry-dictionary entry-encyclopedia" match="none">
<group delimiter=", " prefix=" (" suffix=")">
<names variable="container-author" delimiter=", ">
<name and="symbol" initialize-with=". " delimiter=", "/>
<label form="short" prefix=", " text-case="title"/>
</names>
<names variable="editor translator" delimiter=", ">
<name and="symbol" initialize-with=". " delimiter=", "/>
<label form="short" prefix=", " text-case="title"/>
</names>
</group>
</if>
</choose>
</macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" and="symbol" sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<choose>
<if type="report">
<text variable="publisher"/>
<text macro="title"/>
</if>
<else>
<text macro="title"/>
</else>
</choose>
</substitute>
</names>
</macro>
<macro name="author-short">
<choose>
<if type="patent" variable="number" match="all">
<text macro="patent-number"/>
</if>
<else>
<names variable="author">
<name form="short" and="symbol" delimiter=", " initialize-with=". "/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<choose>
<if type="report">
<text variable="publisher"/>
<text variable="title" form="short" font-style="italic"/>
</if>
<else-if type="legal_case">
<text variable="title" font-style="italic"/>
</else-if>
<else-if type="book graphic motion_picture song" match="any">
<text variable="title" form="short" font-style="italic"/>
</else-if>
<else-if type="bill legislation" match="any">
<text variable="title" form="short"/>
</else-if>
<else-if variable="reviewed-author">
<choose>
<if variable="reviewed-title" match="none">
<text variable="title" form="short" font-style="italic" prefix="Review of "/>
</if>
<else>
<text variable="title" form="short" quotes="true"/>
</else>
</choose>
</else-if>
<else>
<text variable="title" form="short" quotes="true"/>
</else>
</choose>
</substitute>
</names>
</else>
</choose>
</macro>
<macro name="patent-number">
<!-- genre: U.S. Patent number: 123,445-->
<group delimiter=" ">
<group delimiter=" ">
<text variable="genre"/>
<text term="issue" form="short" text-case="capitalize-first"/>
</group>
<text variable="number"/>
</group>
</macro>
<macro name="access">
<choose>
<if type="thesis report" match="any">
<choose>
<if variable="DOI" match="any">
<text variable="DOI" prefix="DOI: /"/>
</if>
<else-if variable="URL" match="any">
<group>
<text variable="URL"/>
</group>
</else-if>
<else-if variable="archive" match="any">
<group>
<text term="retrieved" text-case="capitalize-first" suffix=" "/>
<text term="from" suffix=" "/>
<text variable="archive" suffix="."/>
<text variable="archive_location" prefix=" (" suffix=")"/>
</group>
</else-if>
</choose>
</if>
<else>
<choose>
<if variable="DOI">
<text variable="DOI" prefix="DOI: "/>
</if>
<else>
<choose>
<if type="post post-weblog webpage" match="any">
<group delimiter=" ">
<text term="retrieved" text-case="capitalize-first" suffix=" "/>
<group>
<date variable="accessed" form="text" suffix=", "/>
</group>
<text term="from"/>
<text variable="URL"/>
</group>
</if>
<else>
<group>
<text variable="URL"/>
</group>
</else>
</choose>
</else>
</choose>
</else>
</choose>
</macro>
<macro name="title">
<choose>
<if type="book graphic manuscript motion_picture report song speech thesis" match="any">
<choose>
<if variable="version" type="book" match="all">
<!---This is a hack until we have a computer program type -->
<text variable="title"/>
</if>
<else>
<text variable="title" font-style="italic"/>
</else>
</choose>
</if>
<else-if variable="reviewed-author">
<choose>
<if variable="reviewed-title">
<group delimiter=" ">
<text variable="title"/>
<group delimiter=", " prefix="[" suffix="]">
<text variable="reviewed-title" font-style="italic" prefix="Review of "/>
<names variable="reviewed-author" delimiter=", ">
<label form="verb-short" suffix=" "/>
<name and="symbol" initialize-with=". " delimiter=", "/>
</names>
</group>
</group>
</if>
<else>
<!-- assume `title` is title of reviewed work -->
<group delimiter=", " prefix="[" suffix="]">
<text variable="title" font-style="italic" prefix="Review of "/>
<names variable="reviewed-author" delimiter=", ">
<label form="verb-short" suffix=" "/>
<name and="symbol" initialize-with=". " delimiter=", "/>
</names>
</group>
</else>
</choose>
</else-if>
<else-if type="patent" variable="number" match="all">
<text macro="patent-number" font-style="italic"/>
</else-if>
<else>
<text variable="title"/>
</else>
</choose>
</macro>
<macro name="title-plus-extra">
<text macro="title"/>
<choose>
<if type="report thesis" match="any">
<group prefix=" (" suffix=")" delimiter=", ">
<group delimiter=" ">
<choose>
<if variable="genre" match="any">
<text variable="genre"/>
</if>
<else>
<text variable="collection-title"/>
</else>
</choose>
<text variable="number" prefix="No. "/>
</group>
<group delimiter=" ">
<text term="version" text-case="capitalize-first"/>
<text variable="version"/>
</group>
<text macro="edition"/>
</group>
</if>
<else-if type="post-weblog webpage" match="any">
<text variable="genre" prefix=" [" suffix="]"/>
</else-if>
<else-if variable="version">
<group delimiter=" " prefix=" (" suffix=")">
<text term="version" text-case="capitalize-first"/>
<text variable="version"/>
</group>
</else-if>
</choose>
<text macro="format" prefix=" [" suffix="]"/>
</macro>
<macro name="format">
<choose>
<if match="any" variable="medium">
<text variable="medium" text-case="capitalize-first"/>
</if>
<else-if type="dataset" match="any">
<text value="Data set"/>
</else-if>
</choose>
</macro>
<macro name="publisher">
<choose>
<if type="report" match="any">
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</if>
<else-if type="thesis" match="any">
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</else-if>
<else-if type="patent">
<group delimiter=": ">
<text variable="publisher-place"/>
<choose>
<if variable="publisher">
<text variable="publisher"/>
</if>
<else>
<text variable="authority"/>
</else>
</choose>
</group>
</else-if>
<else-if type="post-weblog webpage" match="none">
<group delimiter=", ">
<choose>
<if variable="event version" type="speech motion_picture" match="none">
<!-- Including version is to avoid printing the programming language for computerProgram /-->
<text variable="genre"/>
</if>
</choose>
<choose>
<if type="article-journal article-magazine article-newspaper" match="none">
<group delimiter=": ">
<choose>
<if variable="publisher-place">
<text variable="publisher-place"/>
</if>
<else>
<text variable="event-place"/>
</else>
</choose>
<text variable="publisher"/>
</group>
</if>
</choose>
</group>
</else-if>
</choose>
</macro>
<macro name="event">
<choose>
<if variable="container-title" match="none">
<choose>
<if variable="event">
<choose>
<if variable="genre" match="none">
<text term="presented at" text-case="capitalize-first" suffix=" "/>
<text variable="event"/>
</if>
<else>
<group delimiter=" ">
<text variable="genre" text-case="capitalize-first"/>
<text term="presented at"/>
<text variable="event"/>
</group>
</else>
</choose>
</if>
<else-if type="speech">
<text variable="genre" text-case="capitalize-first"/>
</else-if>
</choose>
</if>
</choose>
</macro>
<macro name="issued">
<choose>
<if type="bill legal_case legislation" match="none">
<choose>
<if variable="issued">
<group prefix=" (" suffix=")">
<date variable="issued">
<date-part name="year"/>
</date>
<text variable="year-suffix"/>
<choose>
<if type="speech" match="any">
<date variable="issued">
<date-part prefix=", " name="month"/>
</date>
</if>
<else-if type="article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song dataset" match="none">
<date variable="issued">
<date-part prefix=", " name="month"/>
<date-part prefix=" " name="day"/>
</date>
</else-if>
</choose>
</group>
</if>
<else-if variable="status">
<group prefix=" (" suffix=")">
<text variable="status"/>
<text variable="year-suffix" prefix="-"/>
</group>
</else-if>
<else>
<group prefix=" (" suffix=")">
<text term="no date" form="short"/>
<text variable="year-suffix" prefix="-"/>
</group>
</else>
</choose>
</if>
</choose>
</macro>
<macro name="issued-sort">
<choose>
<if type="article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song dataset" match="none">
<date variable="issued">
<date-part name="year"/>
<date-part name="month"/>
<date-part name="day"/>
</date>
</if>
<else>
<date variable="issued">
<date-part name="year"/>
</date>
</else>
</choose>
</macro>
<macro name="issued-year">
<choose>
<if variable="issued">
<group delimiter="/">
<date variable="original-date" form="text"/>
<group>
<date variable="issued">
<date-part name="year"/>
</date>
<text variable="year-suffix"/>
</group>
</group>
</if>
<else-if variable="status">
<text variable="status"/>
<text variable="year-suffix" prefix="-"/>
</else-if>
<else>
<text term="no date" form="short"/>
<text variable="year-suffix" prefix="-"/>
</else>
</choose>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short"/>
</group>
</if>
<else>
<text variable="edition"/>
</else>
</choose>
</macro>
<macro name="locators">
<choose>
<if type="article-journal article-magazine" match="any">
<group prefix=", " delimiter=", ">
<group>
<text variable="volume" font-style="bold"/>
<text variable="issue" prefix="(" suffix=")"/>
</group>
<text variable="page"/>
</group>
<choose>
<!--for advanced online publication-->
<if variable="issued">
<choose>
<if variable="page issue" match="none">
<text variable="status" prefix=". "/>
</if>
</choose>
</if>
</choose>
</if>
<else-if type="article-newspaper">
<group delimiter=" " prefix=", ">
<label variable="page" form="short"/>
<text variable="page"/>
</group>
</else-if>
<else-if type="book graphic motion_picture report song chapter paper-conference entry-encyclopedia entry-dictionary" match="any">
<group prefix=" (" suffix=")" delimiter=", ">
<choose>
<if type="report" match="none">
<!-- edition for report is included in title-plus-extra /-->
<text macro="edition"/>
</if>
</choose>
<choose>
<if variable="volume" match="any">
<group>
<text term="volume" form="short" text-case="capitalize-first" suffix=" "/>
<number variable="volume" form="numeric"/>
</group>
</if>
<else>
<group>
<text term="volume" form="short" plural="true" text-case="capitalize-first" suffix=" "/>
<number variable="number-of-volumes" form="numeric" prefix="1&#8211;"/>
</group>
</else>
</choose>
<group>
<label variable="page" form="short" suffix=" "/>
<text variable="page"/>
</group>
</group>
</else-if>
<else-if type="legal_case">
<group prefix=" (" suffix=")" delimiter=" ">
<text variable="authority"/>
<choose>
<if variable="container-title" match="any">
<!--Only print year for cases published in reporters-->
<date variable="issued" form="numeric" date-parts="year"/>
</if>
<else>
<date variable="issued" form="text"/>
</else>
</choose>
</group>
</else-if>
<else-if type="bill legislation" match="any">
<date variable="issued" prefix=" (" suffix=")">
<date-part name="year"/>
</date>
</else-if>
</choose>
</macro>
<macro name="citation-locator">
<group>
<choose>
<if locator="chapter">
<label variable="locator" form="long" text-case="capitalize-first"/>
</if>
<else>
<label variable="locator" form="short"/>
</else>
</choose>
<text variable="locator" prefix=" "/>
</group>
</macro>
<macro name="container">
<choose>
<if type="post-weblog webpage" match="none">
<group>
<choose>
<if type="chapter paper-conference entry-encyclopedia" match="any">
<text term="in" text-case="capitalize-first" suffix=" "/>
</if>
</choose>
<group delimiter=", ">
<text macro="container-contributors"/>
<text macro="secondary-contributors"/>
<text macro="container-title"/>
</group>
</group>
</if>
</choose>
</macro>
<macro name="container-title">
<choose>
<if type="article article-journal article-magazine article-newspaper" match="any">
<text variable="container-title" font-style="italic" text-case="title"/>
</if>
<else-if type="bill legal_case legislation" match="none">
<text variable="container-title" font-style="italic"/>
</else-if>
</choose>
</macro>
<macro name="legal-cites">
<choose>
<if type="legal_case" match="any">
<group prefix=", " delimiter=" ">
<choose>
<if variable="container-title">
<text variable="volume"/>
<text variable="container-title"/>
<group delimiter=" ">
<!--change to label variable="section" as that becomes available -->
<text term="section" form="symbol"/>
<text variable="section"/>
</group>
<text variable="page"/>
</if>
<else>
<text variable="number" prefix="No. "/>
</else>
</choose>
</group>
</if>
<else-if type="bill legislation" match="any">
<group delimiter=", " prefix=", ">
<choose>
<if variable="number">
<!--There's a public law number-->
<text variable="number" prefix="Pub. L. No. "/>
<group delimiter=" ">
<!--change to label variable="section" as that becomes available -->
<text term="section" form="symbol"/>
<text variable="section"/>
</group>
<group delimiter=" ">
<text variable="volume"/>
<text variable="container-title"/>
<text variable="page-first"/>
</group>
</if>
<else>
<group delimiter=" ">
<text variable="volume"/>
<text variable="container-title"/>
<!--change to label variable="section" as that becomes available -->
<text term="section" form="symbol"/>
<text variable="section"/>
</group>
</else>
</choose>
</group>
</else-if>
</choose>
</macro>
<macro name="original-date">
<choose>
<if variable="original-date">
<group prefix="(" suffix=")" delimiter=" ">
<!---This should be localized-->
<text value="Original work published"/>
<date variable="original-date" form="text"/>
</group>
</if>
</choose>
</macro>
<citation et-al-min="3" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year" givenname-disambiguation-rule="primary-name">
<sort>
<key macro="author"/>
<key macro="issued-sort"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=", ">
<text macro="author-short"/>
<text macro="issued-year"/>
<text macro="citation-locator"/>
</group>
</layout>
</citation>
<bibliography hanging-indent="true" et-al-min="8" et-al-use-first="6" et-al-use-last="true" entry-spacing="0" line-spacing="2">
<sort>
<key macro="author"/>
<key macro="issued-sort" sort="ascending"/>
<key macro="title"/>
</sort>
<layout>
<group suffix=".">
<group delimiter=". ">
<text macro="author"/>
<text macro="issued"/>
<text macro="title-plus-extra"/>
<text macro="container"/>
</group>
<text macro="legal-cites"/>
<text macro="locators"/>
<group delimiter=", " prefix=". ">
<text macro="event"/>
<text macro="publisher"/>
</group>
</group>
<text macro="access" prefix=" "/>
<text macro="original-date" prefix=" "/>
</layout>
</bibliography>
</style>

View File

@@ -0,0 +1,7 @@
window.MathJax = {
tex: {
tags: 'ams'
},
displayAlign: "left",
displayIndent: "0em",
};

254
assets/revealjs/custom.scss Normal file
View File

@@ -0,0 +1,254 @@
:root {
--col_lightgray: #e7e7e7;
--col_blue: #000088;
--col_smooth_expost: #a7008b;
--col_constant: #dd9002;
--col_optimum: #666666;
--col_smooth: #187a00;
--col_pointwise: #008790;
--col_green: #61B94C;
--col_orange: #ffa600;
--col_yellow: #FCE135;
--col_amber_1: #FFF8E0FF;
--col_amber_2: #FFEBB2FF;
--col_amber_3: #FFDF81FF;
--col_amber_4: #FFD44EFF;
--col_amber_5: #FFCA27FF;
--col_amber_6: #FFC006FF;
--col_amber_7: #FFB200FF;
--col_amber_8: #FF9F00FF;
--col_amber_9: #FF8E00FF;
--col_amber_10: #FF6E00FF;
--col_blue_1: #E3F2FDFF;
--col_blue_2: #BADEFAFF;
--col_blue_3: #90CAF8FF;
--col_blue_4: #64B4F6FF;
--col_blue_5: #41A5F4FF;
--col_blue_6: #2096F2FF;
--col_blue_7: #1E87E5FF;
--col_blue_8: #1976D2FF;
--col_blue_9: #1465BFFF;
--col_blue_10: #0C46A0FF;
--col_blue-grey_1: #EBEEF1FF;
--col_blue-grey_2: #CED8DCFF;
--col_blue-grey_3: #B0BEC5FF;
--col_blue-grey_4: #90A4ADFF;
--col_blue-grey_5: #78909BFF;
--col_blue-grey_6: #5F7D8BFF;
--col_blue-grey_7: #536D79FF;
--col_blue-grey_8: #455964FF;
--col_blue-grey_9: #37464EFF;
--col_blue-grey_10: #263238FF;
--col_brown_1: #EEEBE9FF;
--col_brown_2: #D7CCC7FF;
--col_brown_3: #BBAAA4FF;
--col_brown_4: #A0877FFF;
--col_brown_5: #8C6D63FF;
--col_brown_6: #795447FF;
--col_brown_7: #6C4C40FF;
--col_brown_8: #5D3F37FF;
--col_brown_9: #4D332DFF;
--col_brown_10: #3E2622FF;
--col_cyan_1: #DFF7F9FF;
--col_cyan_2: #B2EBF2FF;
--col_cyan_3: #7FDEEAFF;
--col_cyan_4: #4CD0E0FF;
--col_cyan_5: #26C5D9FF;
--col_cyan_6: #00BBD3FF;
--col_cyan_7: #00ACC0FF;
--col_cyan_8: #0097A6FF;
--col_cyan_9: #00838EFF;
--col_cyan_10: #005F64FF;
--col_deep-orange_1: #FAE9E6FF;
--col_deep-orange_2: #FFCCBBFF;
--col_deep-orange_3: #FFAB91FF;
--col_deep-orange_4: #FF8A65FF;
--col_deep-orange_5: #FF7043FF;
--col_deep-orange_6: #FF5721FF;
--col_deep-orange_7: #F3511EFF;
--col_deep-orange_8: #E54A19FF;
--col_deep-orange_9: #D84314FF;
--col_deep-orange_10: #BF350CFF;
--col_deep-purple_1: #ECE6F6FF;
--col_deep-purple_2: #D1C4E9FF;
--col_deep-purple_3: #B29DDAFF;
--col_deep-purple_4: #9474CCFF;
--col_deep-purple_5: #7E57C1FF;
--col_deep-purple_6: #6639B7FF;
--col_deep-purple_7: #5E34B1FF;
--col_deep-purple_8: #512CA7FF;
--col_deep-purple_9: #45269FFF;
--col_deep-purple_10: #311A92FF;
--col_green_1: #E7F4E9FF;
--col_green_2: #C7E5C9FF;
--col_green_3: #A5D6A6FF;
--col_green_4: #80C684FF;
--col_green_5: #66BA6AFF;
--col_green_6: #4CAE50FF;
--col_green_7: #439F46FF;
--col_green_8: #388D3BFF;
--col_green_9: #2D7D32FF;
--col_green_10: #1A5E1FFF;
--col_grey_1: #F9F9F9FF;
--col_grey_2: #F4F4F4FF;
--col_grey_3: #EDEDEDFF;
--col_grey_4: #DFDFDFFF;
--col_grey_5: #BDBDBDFF;
--col_grey_6: #9E9E9EFF;
--col_grey_7: #747474FF;
--col_grey_8: #606060FF;
--col_grey_9: #414141FF;
--col_grey_10: #202020FF;
--col_indigo_1: #E7EAF6FF;
--col_indigo_2: #C5CAE9FF;
--col_indigo_3: #9FA7D9FF;
--col_indigo_4: #7985CBFF;
--col_indigo_5: #5B6BBFFF;
--col_indigo_6: #3F51B4FF;
--col_indigo_7: #3948ABFF;
--col_indigo_8: #303F9FFF;
--col_indigo_9: #273492FF;
--col_indigo_10: #19227EFF;
--col_light-blue_1: #E0F4FEFF;
--col_light-blue_2: #B2E5FCFF;
--col_light-blue_3: #80D3F9FF;
--col_light-blue_4: #4EC3F7FF;
--col_light-blue_5: #28B6F6FF;
--col_light-blue_6: #02A9F3FF;
--col_light-blue_7: #029AE5FF;
--col_light-blue_8: #0187D1FF;
--col_light-blue_9: #0177BDFF;
--col_light-blue_10: #00579AFF;
--col_light-green_1: #F1F8E9FF;
--col_light-green_2: #DCECC7FF;
--col_light-green_3: #C5E0A5FF;
--col_light-green_4: #ADD480FF;
--col_light-green_5: #9BCC65FF;
--col_light-green_6: #8BC34AFF;
--col_light-green_7: #7BB241FF;
--col_light-green_8: #679F38FF;
--col_light-green_9: #548B2EFF;
--col_light-green_10: #33681EFF;
--col_lime_1: #F8FAE6FF;
--col_lime_2: #F0F3C3FF;
--col_lime_3: #E5ED9BFF;
--col_lime_4: #DCE674FF;
--col_lime_5: #D3E057FF;
--col_lime_6: #CCDC39FF;
--col_lime_7: #BFCA33FF;
--col_lime_8: #AEB32BFF;
--col_lime_9: #9E9D24FF;
--col_lime_10: #817717FF;
--col_orange_1: #FFF2DFFF;
--col_orange_2: #FFDFB2FF;
--col_orange_3: #FFCC7FFF;
--col_orange_4: #FFB74CFF;
--col_orange_5: #FFA626FF;
--col_orange_6: #FF9800FF;
--col_orange_7: #FA8C00FF;
--col_orange_8: #F47B00FF;
--col_orange_9: #EE6C00FF;
--col_orange_10: #E55100FF;
--col_pink_1: #FCE4EBFF;
--col_pink_2: #F8BAD0FF;
--col_pink_3: #F38EB1FF;
--col_pink_4: #F06192FF;
--col_pink_5: #EB3F79FF;
--col_pink_6: #E91E63FF;
--col_pink_7: #D81A5FFF;
--col_pink_8: #C1185AFF;
--col_pink_9: #AC1357FF;
--col_pink_10: #870D4EFF;
--col_purple_1: #F2E5F4FF;
--col_purple_2: #E0BEE6FF;
--col_purple_3: #CD92D8FF;
--col_purple_4: #B967C7FF;
--col_purple_5: #AB46BBFF;
--col_purple_6: #9B26B0FF;
--col_purple_7: #8D24AAFF;
--col_purple_8: #7A1FA1FF;
--col_purple_9: #6A1A99FF;
--col_purple_10: #4A138CFF;
--col_red_1: #FFEBEDFF;
--col_red_2: #FFCCD2FF;
--col_red_3: #EE9999FF;
--col_red_4: #E57272FF;
--col_red_5: #EE5250FF;
--col_red_6: #F34335FF;
--col_red_7: #E53934FF;
--col_red_8: #D22E2EFF;
--col_red_9: #C52727FF;
--col_red_10: #B71B1BFF;
--col_teal_1: #DFF2F1FF;
--col_teal_2: #B2DFDAFF;
--col_teal_3: #7FCBC4FF;
--col_teal_4: #4CB6ACFF;
--col_teal_5: #26A599FF;
--col_teal_6: #009687FF;
--col_teal_7: #00887AFF;
--col_teal_8: #00796BFF;
--col_teal_9: #00685BFF;
--col_teal_10: #004C3FFF;
--col_yellow_1: #FFFDE6FF;
--col_yellow_2: #FFF8C4FF;
--col_yellow_3: #FFF49DFF;
--col_yellow_4: #FFF176FF;
--col_yellow_5: #FFED58FF;
--col_yellow_6: #FFEB3AFF;
--col_yellow_7: #FDD834FF;
--col_yellow_8: #FABF2CFF;
--col_yellow_9: #F8A725FF;
--col_yellow_10: #F47F17FF;
}
/*-- scss:defaults --*/
// $body-bg: #ffffff;
// $body-color: #7a6f69;
// $link-color: #005088;
// $selection-color: #00b0dc;
// $presentation-heading-color: $selection-color;
// $tabset-border-color: #bbb3b0;
/*-- scss:rules --*/
.slide-number,
.reveal.has-logo .slide-number {
bottom: 14px !important;
left: 50px !important;
top: unset !important;
color: #777777 !important;
}
// Alternatively center the slide numbers
// .slide-number,
// .reveal.has-logo .slide-number {
// bottom: 10px !important;
// left: 50% !important;
// top: unset !important;
// color: #777777 !important;
// }
.sup-zero-width {
display: inline-block;
vertical-align: super;
font-size: smaller;
width: 0px;
}
.zero-width {
display: inline-block;
width: 0px;
}
.fa {
width: 1.25em;
text-align: center;
}
/* Grey out links inside a row with class "greyed-out" */
tr.greyed-out,
tr.greyed-out a {
color: var(--col_grey_3) !important;
text-decoration: none !important;
}

172
assets/revealjs/sydney.scss Normal file
View File

@@ -0,0 +1,172 @@
// See https://quarto.org/docs/presentations/revealjs/themes.html#saas-variables
$brand-red: #004c93;
$brand-blue: #efe4bf;
$brand-yellow: #ec7206;
$brand-charcoal: #424242;
$brand-gray: #F1F1F1;
$brand-grey: #F1F1F1;
/*-- scss:defaults --*/
// icons
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
// fonts
@import url('https://fonts.googleapis.com/css2?family=Roboto');
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro);
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');
$roboto: 'Roboto', Arial, sans-serif;
$roboto-cond: 'Roboto Condensed', Arial, sans-serif;
$code-font: 'Source Code Pro', 'Lucida Console', Monaco, monospace;
$blockquote-font: 'Patrick Hand', cursive;
// colors
$body-bg: #fff;
$body-color: #222;
$link-color: #2a76dd;
$selection-bg: lighten($link-color, 25%);
// website
$font-family-sans-serif: $roboto !default;
$font-family-monospace: $code-font !default;
$body-color: $brand-charcoal;
$navbar-bg: #333333;
//$navbar-color: #0F2E3D;
$link-color: $brand-red;
// headings
$presentation-heading-font: $roboto-cond !default;
$presentation-heading-color: #383d3d !default;
// title slide
$presentation-title-slide-text-align: left;
// body
$presentation-font-size-root: 28px; // default is 40px
$presentation-font-smaller: 0.9 !default;
$presentation-line-height: 1.3; // default is 1.3
// code blocks
$code-block-bg: $brand-grey;
// $code-block-border-color: lighten($body-color, 60%);
$code-block-font-size: 0.75em;
// $code-color: $brand-charcoal; // var(quarto-hl-fu-color);
// $code-bg: transparent;
/*-- scss:rules --*/
// .reveal .slide-background:first-child {
// background-image: url("https://raw.githubusercontent.com/DATA2002/data/master/usydlogo-white.svg");
// background-repeat: no-repeat;
// background-position: 95% 95%;
// background-size: 15%;
// background-color: $brand-red;
// }
.reveal .slide aside,
.reveal .slide div.aside {
position: absolute;
bottom: 20px;
font-size: 0.6em;
color: #8f8f8f;
}
.red {
color: $brand-red;
}
.blue {
color: $brand-blue;
}
.slide smaller {
font-size: $presentation-font-smaller;
}
.blockquote,
.reveal .slide blockquote {
/* border-left: 3px solid $text-muted; */
/* padding-left: 0.5em; */
display: block;
position: relative;
font-family: $blockquote-font;
font-size: 1.2em;
/* font-style: italic; */
color: $brand-charcoal;
margin-top: 0.1em;
margin-bottom: 0.2em;
border-left: solid 0.3rem $brand-blue;
/* matches with .callouts */
border-top: solid 1px silver;
border-bottom: solid 1px silver;
border-right: solid 1px silver;
/* box-shadow: 0 0 6px rgba(0,0,0,0.5); */
/* background-color: #e64626; */
/* padding: 0.5em; */
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
width: unset;
margin: var(--r-block-margin) auto;
padding: 0.625rem 1.75rem;
}
.reveal .slides section .callout {
font-size: inherit;
}
.reveal .callout.callout-style-simple .callout-body,
.reveal .callout.callout-style-default .callout-body,
.reveal .callout.callout-style-simple div.callout-caption,
.reveal .callout.callout-style-default div.callout-caption {
font-size: inherit;
}
.reveal .callout.callout-style-default .callout-icon::before,
.reveal .callout.callout-style-simple .callout-icon::before {
height: 2rem;
width: 2rem;
background-size: 2rem 2rem;
}
.reveal .title-slide {
background-color: $brand-blue;
}
// customisations for printing to pdf
.print-pdf .reveal .title-slide {
background-color: #FFFFFF;
}
.print-pdf {
section.has-dark-background,
section.has-dark-background h1,
section.has-dark-background h2,
section.has-dark-background h3,
section.has-dark-background h4,
section.has-dark-background h5,
section.has-dark-background h6 {
color: #000000 !important;
}
}
.print-pdf .reveal .slide-background {
background-color: #FFFFFF !important;
}
.print-pdf .reveal .has-dark-background {
color: #222 !important;
}