diff --git a/README.md b/README.md index abc16a0..419ec22 100644 --- a/README.md +++ b/README.md @@ -1,77 +1,14 @@ -# Hinode - Template +# Runtime Verification 2024 - -

- A clean documentation and blog theme for your Hugo site based on Bootstrap 5 -
-

+We are pleased to invite you to submit papers for the 24th International Conference on Runtime Verification (RV'24), which will take place in Istanbul, Turkey on October 15-18, 2024. - -

- - Hugo website - - - Netlify Status - - - UptimeRobot Status - - - Last commit - - - Issues - - - Pulls - - - License - -

+## Important Dates -## About +- Paper submission: +- Notification: +- Camera-ready: +- Conference: 15-18 October 2023 -![Logo](https://raw.githubusercontent.com/gethinode/hinode/main/static/img/logo.png) +## Venue -Hinode is a clean blog theme for [Hugo][hugo], an open-source static site generator. Use this template if you would like to **take advantage of automation features**, provided by npm and GitHub actions. Visit the [docs][docs] for an alternative installation that uses Hugo only. - -## Prerequisites - -Hinode is a theme that uses [Hugo modules][hugo_modules] to install and maintain various components. The Hinode template requires the following software to be installed on your local machine. The Hugo binary itself is embedded as an npm binary. - -- [Git][git_download] -- [Go binary][golang_download] -- [Node.js][nodejs] (it includes npm) - -## Installation - -1. **Create a new repository** - - Click the button `Use this template` to initialize a new repository based on this template (log in to GitHub if needed). - -2. **Clone a local copy** - - ```bash - git clone https://github.com/owner/my-hinode-site && cd my-hinode-site # replace "owner/my-hinode-site" - ``` - -3. **Install the npm packages and hugo modules** - - ```bash - npm install && npm run mod:update - ``` - -You can now run `npm run start` to start a local development server. - - -[docs]: https://gethinode.com/docs -[git_download]: https://git-scm.com -[golang_download]: https://go.dev/dl/ -[hugo]: https://gohugo.io -[hugo_modules]: https://gohugo.io/hugo-modules/ -[npm]: https://www.npmjs.com -[nodejs]: https://nodejs.org -[repository]: https://github.com/gethinode/hinode.git -[repository_template]: https://github.com/gethinode/template.git +Boğaziçi University is located on the European side of Istanbul, which boasts a stunning campus that overlooks the iconic Bosphorus Strait, providing a captivating and memorable venue for the 24th International Conference on Runtime Verification. diff --git a/assets/img/favicon.png b/assets/img/favicon.png new file mode 100644 index 0000000..d4eb01f Binary files /dev/null and b/assets/img/favicon.png differ diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index cc03941..f6c2ab9 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -1,5 +1,6 @@ -title = "Hinode" -copyright = "Copyright © 2024 Mark Dumay." +title = "RV24" +description = "Runtime Verification Conference 2024" +copyright = "Copyright © 2024 Runtime Verification Conference Organizators." paginate = 9 enableGitInfo = true @@ -21,17 +22,8 @@ languageCode = "en-us" defaultContentLanguage = "en" defaultContentLanguageInSubdir = false -[outputFormats.REDIR] -mediaType = "text/netlify" -baseName = "_redirects" -isPlainText = true -notAlternative = true - -[mediaTypes."text/netlify"] -delimiter = "" - [outputs] -home = ["HTML", "RSS", "REDIR"] +home = ["HTML", "RSS"] [build] writeStats = true @@ -65,15 +57,6 @@ home = ["HTML", "RSS", "REDIR"] [services.googleAnalytics] # ID = "G-xxxxxxxxxx" -[outputFormats] - [outputFormats.XML] - isPlainText = false - mediaType = "application/xml" - isHtml = false - noUgly = true - permalinkable = false - name = "xml" - [minify] [minify.tdewolff.js] keepVarNames = true @@ -86,7 +69,7 @@ home = ["HTML", "RSS", "REDIR"] [module.hugoVersion] extended = true min = "0.110.0" - max = "" + # max = "" [[module.mounts]] source = "archetypes" target = "archetypes" diff --git a/config/_default/languages.toml b/config/_default/languages.toml index 5be582e..c960142 100644 --- a/config/_default/languages.toml +++ b/config/_default/languages.toml @@ -3,9 +3,9 @@ contentDir = "content" weight = 1 [en.params.head] - tagline = "A Hugo Theme" + tagline = "24th International Conference on Runtime Verification" [en.params.social] - title = "Follow me" - caption = "I work on everything coding and tweet developer memes" + title = "Runtime Verification 2024" + caption = "24th International Conference on Runtime Verification" [en.params.footer] # license = "Licensed under Creative Commons (CC BY-NC-SA 4.0)." diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml index 896d78a..26a68be 100644 --- a/config/_default/menus/menus.en.toml +++ b/config/_default/menus/menus.en.toml @@ -1,51 +1,51 @@ +# [[main]] +# name = "Home" +# pageRef = "/" +# weight = 1 + [[main]] - name = "Home" - pageRef = "/" + name = "Call for Papers" + pageRef = "/call-for-papers/" weight = 10 [[main]] - name = "Tags" - pageRef = "/tags" - weight = 20 + name = "Committees" + pageRef = "/committees/" + weight = 30 -[[social]] - name = "LinkedIn" - pre = "fab linkedin" - url = "https://linkedin.com/" - weight = 10 +[[main]] + name = "Keynotes" + pageRef = "/keynotes/" + weight = 30 -[[social]] - name = "GitHub" - pre = "fab fa-github" - url = "https://github.com/" - weight = 20 +[[main]] + name = "Program" + pageRef = "/program/" + weight = 40 -[[social]] - name = "Medium" - pre = "fab medium" - url = "https://medium.com/" - weight = 30 +[[main]] + name = "Awards" + pageRef = "/awards/" + weight = 50 -# toml-docs-start sample-navigation -[[sample]] - name = "Blog" - pageRef = "/blog/" - weight = 10 +[[main]] + name = "Venue" + pageRef = "/venue/" + weight = 60 -[[sample]] - name = "Projects" - pageRef = "/projects/" - weight = 20 +[[main]] + name = "Registration" + pageRef = "/registration/" + weight = 100 + +# [[social]] +# name = "Twitter" +# pre = "fab x-twitter" +# url = "https://twitter.com/runverif" +# weight = 10 -[[sample]] - name = "Sample project" - pageRef = "/projects/sample-project/" - parent = "Projects" - weight = 1 - -[[sample]] - name = "Another project" - pageRef = "/projects/another-project/" - parent = "Projects" - weight = 2 -# toml-docs-end sample-navigation \ No newline at end of file +[[social]] + name = "GitHub" + pre = "fab fa-github" + url = "https://github.com/runtime-verification" + weight = 20 diff --git a/config/_default/params.toml b/config/_default/params.toml index f9cbe4f..a62d211 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -1,6 +1,6 @@ [main] separator = "-" - description = "Hinode is a clean documentation and blog theme for your Hugo site based on Bootstrap 5." + description = "Runtime Verification Conference 2024" enableDarkMode = true modes = ["light", "dark"] canonifyAssetsURLs = false @@ -31,20 +31,20 @@ showSCSS = false purgeHTMLComments = false -[docs] - github = "https://github.com/gethinode/hinode" - release = "https://github.com/gethinode/hinode/releases/tag/" - checkVersion = false - [home] - # sections = ["posts"] fullCover = false - centerHeadline = false + centerHeadline = true style = "" + sections = ["summary", "papers", "sponsors"] + [home.feature] + orientation = "horizontal" + color = "primary" + width = 4 + align = "start" [navigation] anchor = true - logo = "/img/logo_icon.svg" + logo = "/img/rv24_logo.svg" color = "body" fixed = true offset = "5.5rem" @@ -58,6 +58,29 @@ [messages] placement = "bottom-right" +[sections] + [sections.summary] + title = "Conference Information" + layout = "list" + sort = "weight" + homepage = 2 + header = "none" + footer = "none" + style = "justify-content-center" + [sections.sponsors] + title = "Sponsors" + layout = "card" + sort = "weight" + reverse = false + background = "" + style = "border-0" + cols = 3 + padding = "3" + header = "none" + footer = "none" + orientation = "stacked" + homepage = 3 + [sharing] enabled = true sort = "weight" @@ -82,12 +105,6 @@ icon = "fab facebook" weight = 30 -[[sharing.providers]] - name = "WhatsApp" - url = "whatsapp://send?text={title}%20{url}" - icon = "fab whatsapp" - weight = 40 - [[sharing.providers]] name = "email" url = "{url}" @@ -118,7 +135,7 @@ sizes = [16, 32, 48] [style] - primary = "#d43900" + primary = "#581845" # "#d43900" secondary = "#6c757d" success = "#198754" info = "#0dcaf0" @@ -141,13 +158,13 @@ locale = "en-US" # twitter = "https://twitter.com/gethinode" # linkedIn = "" - github = "https://github.com/gethinode/hinode" + github = "https://github.com/bouncmpe/rv24" section = "blog" [author] - name = "Mark Dumay" + name = "Dogan Ulus" # twitter = "https://twitter.com/markdumay" - linkedin = "https://www.linkedin.com/in/markdumay/" - github = "https://github.com/markdumay" + linkedin = "https://www.linkedin.com/in/doganulus/" + github = "https://github.com/doganulus" [logo] url = "img/logo512x512.png" width = 512 @@ -161,5 +178,3 @@ images = ["logo.png"] locale = "en_US" -[links] - hinode = "https://gethinode.com" diff --git a/content/_index.md b/content/_index.md index 59111d7..4a72a1c 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,15 +1,15 @@ --- -title: Welcome to Hinode! -description: A clean documentation and blog theme for your Hugo site based on Bootstrap 5. -thumbnail: - url: /img/sunrise.jpg - author: Harris Vo - authorURL: https://unsplash.com/@hoanvokim - origin: https://unsplash.com/photos/ZX6BPboJrYk - originName: Unsplash +title: Runtime Verification 2024 +description: 15-18 October 2024, Istanbul +thumbnail: https://res.cloudinary.com/dkib2v4rl/image/upload/v1679840859/kitten_blue_mosque_istanbul_large_fe118e20a7.jpg actions: - get-started: - url: "https://gethinode.com/docs" - title: "Get started" - icon: "fas book-open" + calls: + url: "/call-for-papers" + title: "Call for Papers" + #icon: "fas book-open" + weight: 1 + venue: + url: "/venue" + title: "Venue" + weight: 2 --- diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..0180ad0 --- /dev/null +++ b/content/about.md @@ -0,0 +1,4 @@ +--- +title: About +metadata: none +--- diff --git a/content/awards.md b/content/awards.md new file mode 100644 index 0000000..e3ae700 --- /dev/null +++ b/content/awards.md @@ -0,0 +1,8 @@ +--- +title: Awards +metadata: none +--- + +{{< alert color="danger" >}} + Awards will be announced here! +{{< /alert >}} \ No newline at end of file diff --git a/content/call-for-papers.md b/content/call-for-papers.md new file mode 100644 index 0000000..ebbb8d5 --- /dev/null +++ b/content/call-for-papers.md @@ -0,0 +1,38 @@ +--- +title: Call for Papers +metadata: none +--- + +We are pleased to invite you to submit papers for the 24th International Conference on Runtime Verification (RV'24), which will take place in Istanbul, Turkey on October 15-18, 2024. + +## Important Dates + +- Paper submission: +- Notification: +- Camera-ready: +- Conference: 15-18 October 2023 + +## Scope + +Runtime verification is concerned with the monitoring and analysis of the runtime behaviour of software and hardware systems. Runtime verification techniques are crucial for system correctness, reliability, and robustness; they provide an additional level of rigor and effectiveness compared to conventional testing and are generally more practical than exhaustive formal verification. Runtime verification can be used prior to deployment, for testing, verification, and debugging purposes, and after deployment for ensuring reliability, safety, and security and for providing fault containment and recovery as well as online system repair. The topics of the conference include, but are not limited to: + +- specification languages for monitoring +- monitor construction techniques +- program instrumentation +- logging, recording, and replay +- combination of static and dynamic analysis +- specification mining and machine learning over runtime traces +- monitoring techniques for concurrent and distributed systems +- runtime checking of privacy and security policies +- metrics and statistical information gathering +- program/system execution visualization +- fault localization, containment, resilience, recovery and repair +- systems with learning-enabled components +- dynamic type checking and assurance cases +- runtime verification for autonomy and runtime assurance + +Application areas of runtime verification include cyber-physical systems, autonomous systems, safety/mission critical systems, enterprise and systems software, cloud systems, reactive control systems, health management and diagnosis systems, and system security and privacy. + +## Papers + +## Submissions \ No newline at end of file diff --git a/content/committees.md b/content/committees.md new file mode 100644 index 0000000..43ca499 --- /dev/null +++ b/content/committees.md @@ -0,0 +1,13 @@ +--- +title: Committees +metadata: none +--- + +## PC Chairs + +## Local Chair + +## Program Committee + +## Steering Committee + diff --git a/content/keynotes.md b/content/keynotes.md new file mode 100644 index 0000000..85d4a7f --- /dev/null +++ b/content/keynotes.md @@ -0,0 +1,18 @@ +--- +title: Keynotes +metadata: none +--- + +{{< persona +thumbnail="https://upload.wikimedia.org/wikipedia/commons/thumb/1/1a/Black_-_replace_this_image_female.svg/768px-Black_-_replace_this_image_female.svg.png" +title="Speaker 1" +color="primary" >}} +Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. +{{< /persona >}} + +{{< persona +thumbnail="https://upload.wikimedia.org/wikipedia/commons/thumb/d/da/Black_-_replace_this_image_male.svg/1024px-Black_-_replace_this_image_male.svg.png" +title="Speaker 2" +color="primary" >}} +Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. +{{< /persona >}} \ No newline at end of file diff --git a/content/program.md b/content/program.md new file mode 100644 index 0000000..d053bd3 --- /dev/null +++ b/content/program.md @@ -0,0 +1,8 @@ +--- +title: Conference Program +metadata: none +--- + +{{< alert color="danger" >}} + Conference program will be announced here! +{{< /alert >}} \ No newline at end of file diff --git a/content/registration.md b/content/registration.md new file mode 100644 index 0000000..69380c0 --- /dev/null +++ b/content/registration.md @@ -0,0 +1,8 @@ +--- +title: Registration +metadata: none +--- + +{{< alert color="danger" >}} + Registration information will be announced here! +{{< /alert >}} \ No newline at end of file diff --git a/content/sponsors/sponsorA.md b/content/sponsors/sponsorA.md new file mode 100644 index 0000000..51eb845 --- /dev/null +++ b/content/sponsors/sponsorA.md @@ -0,0 +1,5 @@ +--- +title: Sponsor A +metadata: none +thumbnail: https://placehold.co/600x400/png +--- diff --git a/content/sponsors/sponsorB.md b/content/sponsors/sponsorB.md new file mode 100644 index 0000000..ba3b2a5 --- /dev/null +++ b/content/sponsors/sponsorB.md @@ -0,0 +1,5 @@ +--- +title: Sponsor B +metadata: none +thumbnail: https://placehold.co/600x400/png +--- diff --git a/content/sponsors/sponsorC.md b/content/sponsors/sponsorC.md new file mode 100644 index 0000000..b585c7e --- /dev/null +++ b/content/sponsors/sponsorC.md @@ -0,0 +1,5 @@ +--- +title: Sponsor C +metadata: none +thumbnail: https://placehold.co/600x400/png +--- diff --git a/content/summary/dates.md b/content/summary/dates.md new file mode 100644 index 0000000..c4a9680 --- /dev/null +++ b/content/summary/dates.md @@ -0,0 +1,11 @@ +--- +title: Important Dates +metadata: none +thumbnail: https://placehold.co/600x400/png +weight: 1 +--- + +- Paper submission: +- Notification: +- Camera-ready: +- Conference: 15-18 October 2023 diff --git a/content/summary/venue.md b/content/summary/venue.md new file mode 100644 index 0000000..9db6b6f --- /dev/null +++ b/content/summary/venue.md @@ -0,0 +1,8 @@ +--- +title: Venue +metadata: none +thumbnail: https://placehold.co/600x400/png +weight: 2 +--- + +Boğaziçi University diff --git a/content/venue.md b/content/venue.md new file mode 100644 index 0000000..b132e65 --- /dev/null +++ b/content/venue.md @@ -0,0 +1,10 @@ +--- +title: Venue +metadata: none +--- + +## Boğaziçi University + +{{< map lat=52.377 long=4.90 popup="Demir Demirgil Room" popup-lat=52.378062 popup-long=4.900562 >}} + +## Istanbul, Turkey \ No newline at end of file diff --git a/go.mod b/go.mod index d9c7b39..eb00e3c 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/gethinode/template +module github.com/bouncmpe/rv24 go 1.20 @@ -10,7 +10,7 @@ require ( github.com/gethinode/mod-fontawesome v1.8.0 // indirect github.com/gethinode/mod-katex v1.0.5 // indirect github.com/gethinode/mod-leaflet v0.4.0 // indirect - github.com/gethinode/mod-lottie v1.4.0 // indirect + github.com/gethinode/mod-lottie v1.4.1 // indirect github.com/gethinode/mod-utils v1.0.1 // indirect github.com/nextapps-de/flexsearch v0.0.0-20240110101704-4c3966709f85 // indirect github.com/twbs/bootstrap v5.3.2+incompatible // indirect diff --git a/go.sum b/go.sum index b9491a6..e76245c 100644 --- a/go.sum +++ b/go.sum @@ -88,6 +88,8 @@ github.com/gethinode/mod-lottie v1.3.0 h1:vQ8CXkjdp2IeFskTzu+ZnKOEio8GtN08urVK+o github.com/gethinode/mod-lottie v1.3.0/go.mod h1:erRCgSL2FCfKHI0jQbSpM+g0jXl7SjKVJrh7kWGteKs= github.com/gethinode/mod-lottie v1.4.0 h1:0Ls1Q/8p0gQpuX9+dtfNGKcjBNeymjE7gERdnN3lCCE= github.com/gethinode/mod-lottie v1.4.0/go.mod h1:57eu6glS5oxkew2dB1P2zsbhw444aRX0XfuyDe7k/dk= +github.com/gethinode/mod-lottie v1.4.1 h1:RzCjYsxFPqyBsYAcdPeUP0rvF+hD9eEl7NrxuaRiKQQ= +github.com/gethinode/mod-lottie v1.4.1/go.mod h1:QjKlEmYbekrNGwa9EdFlPcXxwWWcraJUQ6xIL+syA60= github.com/gethinode/mod-utils v1.0.0 h1:cqHm2xS5uDiJzRm1KfHaNbq6uMVDKLhQa8/BuTZ1nhY= github.com/gethinode/mod-utils v1.0.0/go.mod h1:ONJm3pHCq7nvaPNjusLZNCeCbhOhSBH4HVKHwK1FdYE= github.com/gethinode/mod-utils v1.0.1 h1:jhZGlGFHHL1f5HXbBMXfiZ2gCz4TVafAzjnRPTIBSEE= diff --git a/hugo_stats.json b/hugo_stats.json index 789374a..34f23a9 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -7,6 +7,8 @@ "div", "footer", "form", + "h2", + "h3", "head", "html", "img", @@ -15,6 +17,8 @@ "link", "meta", "nav", + "nil", + "noscript", "ol", "p", "path", @@ -28,35 +32,67 @@ ], "classes": [ "active", + "alert", + "alert-danger", "align-items-center", + "align-middle", "align-self-center", "align-self-end", + "anchor", "bg-body", + "bg-body-tertiary", "bg-opacity-10", "bg-primary", + "border", + "border-0", + "border-bottom", "bottom-0", "bottom-bar", "breadcrumb", "breadcrumb-item", "btn", "btn-close", + "btn-outline-secondary", "btn-primary", + "btn-social", + "card", + "card-body", + "card-body-link", + "card-img-top", + "card-img-wrap", + "card-text", + "card-title", "col", + "col-10", "col-12", + "col-2", + "col-3", + "col-4", "col-6", + "col-9", + "col-lg-2", + "col-lg-8", "col-md-2", + "col-md-3", "col-md-4", "col-md-8", + "col-md-9", "col-sm-12", "collapse", "collapsed", + "container", "container-fluid", "container-xxl", + "d-block", "d-flex", + "d-grid", "d-inline", + "d-lg-block", "d-md-block", "d-md-none", "d-none", + "d-none-dark", + "d-none-light", "display-1", "display-4", "dropdown", @@ -69,17 +105,23 @@ "fa", "fa-10x", "fa-2x", - "fa-book-open", + "fa-arrow-left", + "fa-arrow-right", "fa-circle-half-stroke", "fa-ellipsis", "fa-face-frown", + "fa-facebook", "fa-fw", "fa-github", + "fa-link", "fa-linkedin", - "fa-medium", "fa-moon", + "fa-share-nodes", + "fa-sort", "fa-sun", + "fa-x-twitter", "fab", + "fade-bottom", "fas", "fixed-top", "flex-column", @@ -89,19 +131,33 @@ "form-control", "fs-3", "fs-5", + "fs-6", + "fs-md-5", "fw-bold", + "g-4", + "gap-1", + "gap-2", + "h-100", + "h6", + "heading", "hstack", "img-fluid", "img-wrap", "invisible", "is-search", + "justify-content-between", "justify-content-center", "justify-content-end", "justify-content-start", + "lead", + "leaflet-map", "link-bg-footer", "link-secondary", "main-content", "main-nav-toggler", + "mb-3", + "mb-5", + "mb-lg-5", "me-auto", "middle-bar", "min-vh-100", @@ -111,7 +167,9 @@ "mt-5", "mx-auto", "mx-md-0", + "my-2", "my-auto", + "my-md-0", "my-md-auto", "nav-item", "nav-link", @@ -121,61 +179,125 @@ "navbar-expand-md", "navbar-fixed-top", "navbar-nav", + "navbar-nav-scroll", "navbar-toggler", + "next", "no-js", "order-0", "order-1", + "order-first", + "order-last", "order-md-0", "order-md-1", "p-0", + "p-1", "p-2", "p-3", "p-4", + "p-5", + "pb-2", + "pb-3", "pb-4", + "pb-5", "pb-md-0", + "pe-5", + "persona", + "position-absolute", "position-fixed", "position-relative", + "previous", "ps-1", - "pt-4", + "ps-3", + "ps-xl-3", + "psw-lg-5", "pt-5", "pt-md-3", + "ptw-3", + "ptw-5", + "ptw-lg-5", + "ptw-sm-4", "px-4", "px-xxl-0", "py-3", + "py-5", + "ratio", + "ratio-16x9", + "ratio-section", + "reveal", "rounded", + "rounded-5", "row", "row-cols-1", "row-cols-2", + "row-cols-lg-3", "row-cols-md-2", + "row-cols-md-3", "row-cols-sm-2", "row-cols-sm-3", "search", "search-input", "search-suggestions", "shadow", + "sidebar-overflow", + "start-0", + "start-50", + "sticky-top", + "stretched-link", "svg-inline--fa", "switch-mode-collapsed", + "text-bg-primary", + "text-body", + "text-body-secondary", "text-center", "text-decoration-none", + "text-end", "text-muted", "text-secondary", "text-sm-start", "text-start", + "text-uppercase", "theme-icon", "theme-icon-active", "toast", "toast-body", "toast-container", "toast-header", + "toc", + "toc-button", + "toc-panel", + "toc-sidebar", "toggler-icon", - "top-bar" + "top-25", + "top-50", + "top-bar", + "translate-middle", + "translate-middle-y", + "w-100" ], "ids": [ "-theme", "-theme-collapsed", + "TableOfContents", + "boğaziçi-university", + "btn-webshare", + "conference-information", + "important-dates", + "istanbul-turkey", + "leaflet-map-0", + "local-chair", "navbar-0-collapse", + "papers", + "pc-chairs", + "program-committee", + "scope", + "sponsors", + "steering-committee", + "submissions", + "summaries", "toast-container", - "toast-copied-code-message" + "toast-copied-code-message", + "toast-message-email-3", + "toc-collapse" ] } } diff --git a/static/img/rv24_logo-dark.svg b/static/img/rv24_logo-dark.svg new file mode 100644 index 0000000..5723312 --- /dev/null +++ b/static/img/rv24_logo-dark.svg @@ -0,0 +1,181 @@ + + + + + + + \ No newline at end of file diff --git a/static/img/rv24_logo-light.svg b/static/img/rv24_logo-light.svg new file mode 100644 index 0000000..a067b83 --- /dev/null +++ b/static/img/rv24_logo-light.svg @@ -0,0 +1,181 @@ + + + + + + + \ No newline at end of file