Skip to content

Commit

Permalink
regen for 13b3ac6
Browse files Browse the repository at this point in the history
  • Loading branch information
rschiang committed May 4, 2024
1 parent 5e177f9 commit 358ec37
Show file tree
Hide file tree
Showing 63 changed files with 2,075 additions and 18 deletions.
2 changes: 1 addition & 1 deletion agenda/index.html

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions assets/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,9 @@ small {
.z-50 {
z-index: 50 !important;
}
.m-4 {
margin: 1rem !important;
}
.-my-px {
margin-top: -1px !important;
margin-bottom: -1px !important;
Expand Down Expand Up @@ -774,6 +777,9 @@ small {
.h-\[90vh\] {
height: 90vh !important;
}
.h-full {
height: 100% !important;
}
.h-screen {
height: 100vh !important;
}
Expand Down Expand Up @@ -804,6 +810,9 @@ small {
.w-screen {
width: 100vw !important;
}
.max-w-lg {
max-width: 32rem !important;
}
.max-w-screen-lg {
max-width: 960px !important;
}
Expand Down Expand Up @@ -884,6 +893,9 @@ small {
.overflow-hidden {
overflow: hidden !important;
}
.overflow-y-auto {
overflow-y: auto !important;
}
.rounded {
border-radius: 0.25rem !important;
}
Expand Down Expand Up @@ -933,6 +945,10 @@ small {
--tw-bg-opacity: 1 !important;
background-color: rgb(115 115 115 / var(--tw-bg-opacity)) !important;
}
.bg-primary {
--tw-bg-opacity: 1 !important;
background-color: rgb(7 78 100 / var(--tw-bg-opacity)) !important;
}
.bg-secondary {
--tw-bg-opacity: 1 !important;
background-color: rgb(112 154 180 / var(--tw-bg-opacity)) !important;
Expand All @@ -953,6 +969,9 @@ small {
--tw-bg-opacity: 1 !important;
background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.p-2 {
padding: 0.5rem !important;
}
.p-3 {
padding: 0.75rem !important;
}
Expand Down Expand Up @@ -1096,6 +1115,13 @@ small {
.filter {
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.transition {
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
transition-duration: 150ms !important;
}

body {
font-family: Onest, 'Noto Sans TC', sans-serif;
Expand Down
13 changes: 13 additions & 0 deletions assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,19 @@
"safety.title": "Safety Tips",
"safety.earthquake": "Dealing with Earthquakes",
"guide.title": "Pre-event Guide",
"souvenir.title": "Summit Souvenir",
"souvenir.intro": "Fancy the colorful stickers that can decorate your devices? Perhaps a pangolin in your room? A treasure hunt awaits you outside of R0 on 4F. Find the souvenirs that suits you and bring them home!",
"souvenir.hours": "<strong>Hours:</strong> Sat. 10:00 ~ 17:00、Sun. 10:00 ~ 15:00",
"souvenir.items": "Inventory",
"souvenir.lenscover": "Lens Cover",
"souvenir.sticker": "Skill Sticker Pack",
"souvenir.tshirt": "T-shirt",
"souvenir.everything": "Starter Pack (everything above)",
"souvenir.classic_tshirt": "Classic T-shirt",
"souvenir.whilelasts": "(*while supplies last)",
"souvenir.mascot": "Mascot",
"souvenir.pangolin": "Pangolin",
"souvenir.mascot.reason": "Pangolin is the mascot of g0v Summit 2024! Not only because this rare creature is a local endemic favorite, the fact that pangolins dig holes and hunt for bugs suits well with g0ver’s daily life.<br>If you happen to bump into one either on roadside or at the conference venue, don’t forget to greet them with a sincere awe!",
"session.2024-013.title": "Wikidata as the foundation of data co-governance platfom for communities",
"session.2024-013.description": "This lecture continues from the Open Data Day 2021 presentation on \"Open Data Models Based on Wikidata: External Database Applications and Community Co-governance Models\". It will incorporate the work results of the Wikidata Taiwan community from 2022 and 2023, re-examining the current status of data integration into Wikidata across various fields (including education, arts, local studies, etc.). The session will review mechanisms and possibilities for cross-database and cross-platform data co-governance and will attempt to propose new directions for action.\n\n---\n\nThemes:\n資料、人工智慧與社群協作;草根、開放、多中心的公民社群如何回應政治與科技的極權;技術與議題的交鋒\n\n---\n\nTarget audience:\nWikidata 、Open Data 、資料治理\n\n---\n\nRecommend pre-study:\n開放資料、資料治理、資料庫",
"session.2024-014.title": "Open Parliament: A Four Year Review",
Expand Down
Binary file added assets/img/speakers/deger-turab.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/speakers/en-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/speakers/en-11.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/speakers/en-13.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/speakers/en-14.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/speakers/en-15.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/speakers/en-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/speakers/en-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/speakers/en-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/speakers/en-5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/speakers/en-6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/speakers/en-7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/speakers/en-8.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/speakers/en-9.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/speakers/hsinchan-chien.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/speakers/interlab-junhee-jang.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/speakers/o-10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/speakers/o-12.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/speakers/o-15.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/speakers/o-16.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/speakers/o-19.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/speakers/o-22.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/speakers/o-23.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/speakers/o-24.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/speakers/o-25.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/speakers/o-26.jpg
Binary file added assets/img/speakers/o-29.jpg
Binary file added assets/img/speakers/o-3.jpg
Binary file added assets/img/speakers/o-30.jpg
Binary file added assets/img/speakers/supaplex.jpg
Binary file added assets/img/speakers/zh-1.jpg
Binary file added assets/img/speakers/zh-10.jpg
Binary file added assets/img/speakers/zh-11.jpg
Binary file added assets/img/speakers/zh-16.jpg
Binary file added assets/img/speakers/zh-17.jpg
Binary file added assets/img/speakers/zh-18.jpg
Binary file added assets/img/speakers/zh-19.jpg
Binary file added assets/img/speakers/zh-2.jpg
Binary file added assets/img/speakers/zh-22.jpg
Binary file added assets/img/speakers/zh-23.jpg
Binary file added assets/img/speakers/zh-24.jpg
Binary file added assets/img/speakers/zh-25.jpg
Binary file added assets/img/speakers/zh-29.jpg
Binary file added assets/img/speakers/zh-5.jpg
Binary file added assets/img/speakers/zh-6.jpg
Binary file added assets/img/speakers/zh-7.jpg
Binary file added assets/img/speakers/zh-8.jpg
Binary file added assets/img/speakers/zh-9.jpg
Loading

0 comments on commit 358ec37

Please sign in to comment.