diff --git a/profile/README.md b/profile/README.md index d920f29..5be89ac 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,14 +1,6 @@ -

- -

- -# Trustworthy Artificial Intelligence in Julia - -Taija is the organization that hosts software geared towards **T**rustworthy **A**rtificial **I**ntelligence in **J**uli**a**. - -## ๐Ÿ  About +## About Taija currently covers a range of approaches towards making AI systems more trustworthy: @@ -79,11 +71,15 @@ flowchart TB end ``` -## ๐Ÿ“ฐ News +> Why *Taija*? + +Taija stands for **T**rustworthy **A**rtificial **I**ntelligence in **J**uli**a**. When thinking about a logo that embodies trustworthiness, we quickly landed on ๐Ÿถ. + +## News - **2024-04-09**: Taija is taking part in Google Summer of Code for the first time! We are excited to mentor students on various projects related to Trustworthy AI in Julia. Find the list of projects [here](https://julialang.org/jsoc/gsoc/taija/). -## ๐Ÿ‘ Contribute +## Contribute We welcome contributions of any kind. If you want to get involved or use our software for or project, please feel free to reach out. If you have questions, comments or issues related to specific packages, please feel free to open issues or discussions on the respective repository. @@ -91,7 +87,18 @@ We welcome contributions of any kind. If you want to get involved or use our sof Are you working on a Julia package that would fit well into this organization? Or do you perhaps have ideas for future projects? Weโ€™d love to hear about it, so please do get in touch! -## ๐Ÿ™ Sponsors +## Research using Taija + +Taija has been used in the following publications: + +- *Conformal Intent Classification and Clarification for Fast and Accurate Intent Recognition* (Hengst et al. 2024) [upcoming](https://arxiv.org/abs/2403.18973) in ACLโ€™s NAACL Findings 2024[^1]. +- *Faithful Model Explanations through Energy-Constrained Conformal Counterfactuals* (Altmeyer et al. 2024) [published](https://ojs.aaai.org/index.php/AAAI/article/view/28956) in Proceedings of the AAAI Conference on Artificial Intelligence 2024. +- *Explaining Black-Box Models through Counterfactuals* (Altmeyer, Deursen, et al. 2023) [published](https://proceedings.juliacon.org/papers/10.21105/jcon.00130) in JuliaCon Proceedings. +- *Endogenous Macrodynamics in Algorithmic Recourse* (Altmeyer et al. 2023) [published](https://ieeexplore.ieee.org/abstract/document/10136130) in Proceedings of the 2023 IEEE Conference on Secure and Trustworthy Machine Learning (SaTML). + +If you have used Taija in your research, please let us know so we can add your publication to the list. + +## Sponsors Some of Taijaโ€™s contributors have been partially or fully funded by one or more of the following entities: @@ -110,18 +117,7 @@ Some of Taijaโ€™s contributors have been partially or fully funded by one or mor -## ๐Ÿ“š Research using Taija - -Taija has been used in the following publications: - -- *Conformal Intent Classification and Clarification for Fast and Accurate Intent Recognition* (Hengst et al. 2024) [upcoming](https://arxiv.org/abs/2403.18973) in ACLโ€™s NAACL Findings 2024[^1]. -- *Faithful Model Explanations through Energy-Constrained Conformal Counterfactuals* (Altmeyer et al. 2024) [published](https://ojs.aaai.org/index.php/AAAI/article/view/28956) in Proceedings of the AAAI Conference on Artificial Intelligence 2024. -- *Explaining Black-Box Models through Counterfactuals* (Altmeyer, Deursen, et al. 2023) [published](https://proceedings.juliacon.org/papers/10.21105/jcon.00130) in JuliaCon Proceedings. -- *Endogenous Macrodynamics in Algorithmic Recourse* (Altmeyer et al. 2023) [published](https://ieeexplore.ieee.org/abstract/document/10136130) in Proceedings of the 2023 IEEE Conference on Secure and Trustworthy Machine Learning (SaTML). - -If you have used Taija in your research, please let us know so we can add your publication to the list. - -## ๐Ÿ”— Related Software +## Related Software Our packages are currently tailored towards the following larger package ecosystems for AI and machine learning in Julia: @@ -133,9 +129,9 @@ Other external packages and ecosystems related to Trustworthy AI in Julia includ - [Julia-XAI](https://github.com/Julia-XAI) - [ShapML.jl](https://github.com/nredell/ShapML.jl) -## ๐Ÿถ Taija? +## Contact -Taija stands for **T**rustworthy **A**rtificial **I**ntelligence in **J**uli**a**. When thinking about a logo that embodies trustworthiness, we quickly landed on ๐Ÿถ. +Probably the easiest way is to join the [JuliaLang Slack](https://julialang.org/slack/) and join our \#taija channel. You can also post a GitHub Issue on our organization [repo](https://github.com/JuliaTrustworthyAI/.github/issues). You can find @pat-altโ€™s socials and contact details on his website: [www.paltmeyer.com](www.paltmeyer.com). ## ๐ŸŽ“ References @@ -167,8 +163,4 @@ Hengst, Floris den, Ralf Wolter, Patrick Altmeyer, and Arda Kaygan. 2024. โ€œCon -## ๐Ÿ“ฌ Contact - -Probably the easiest way is to join the [JuliaLang Slack](https://julialang.org/slack/) and join our \#taija channel. You can also post a GitHub Issue on our organization [repo](https://github.com/JuliaTrustworthyAI/.github/issues). You can find @pat-altโ€™s socials and contact details on his website: [www.paltmeyer.com](www.paltmeyer.com). - [^1]: Experiments were run in parallel using Pythonโ€™s MAPIE and ConformalPrediction.jl, in order to cross-check results. Reported results were produced using MAPIE. diff --git a/profile/README.qmd b/profile/README.qmd index 2c7e94e..6adc1bb 100644 --- a/profile/README.qmd +++ b/profile/README.qmd @@ -5,103 +5,21 @@ format: bibliography: bib.bib --- +{{< include about.qmd >}} -

- -

+{{< include news.qmd >}} -# Trustworthy Artificial Intelligence in Julia +{{< include contribute.qmd >}} -Taija is the organization that hosts software geared towards **T**rustworthy **A**rtificial **I**ntelligence in **J**uli**a**. +{{< include research.qmd >}} -## ๐Ÿ  About +{{< include sponsors.qmd >}} -Taija currently covers a range of approaches towards making AI systems more trustworthy: +{{< include related.qmd >}} -- Model Explainability ([CounterfactualExplanations.jl](https://github.com/JuliaTrustworthyAI/CounterfactualExplanations.jl)) -- Algorithmic Recourse ([CounterfactualExplanations.jl](https://github.com/JuliaTrustworthyAI/CounterfactualExplanations.jl), [AlgorithmicRecourseDynamics.jl](https://github.com/JuliaTrustworthyAI/AlgorithmicRecourseDynamics.jl)) -- Predictive Uncertainty Quantification ([ConformalPrediction.jl](https://github.com/JuliaTrustworthyAI/ConformalPrediction.jl), [LaplaceRedux.jl](https://github.com/JuliaTrustworthyAI/LaplaceRedux.jl)) -- Effortless Bayesian Deep Learning ([LaplaceRedux.jl](https://github.com/JuliaTrustworthyAI/LaplaceRedux.jl)) -- Hybrid Learning ([JointEnergyModels.jl](https://github.com/JuliaTrustworthyAI/JointEnergyModels.jl)) - -Various meta packages can be used to extend the core functionality: - -- Plotting ([TaijaPlotting.jl](https://github.com/JuliaTrustworthyAI/TaijaPlotting.jl)) -- Datasets for testing and benchmarking ([TaijaData.jl](https://github.com/JuliaTrustworthyAI/TaijaData.jl)) -- Parallelization ([TaijaParallel.jl](https://github.com/JuliaTrustworthyAI/TaijaParallel.jl)) -- Interoperability with other programming languages ([TaijaInteroperability.jl](https://github.com/JuliaTrustworthyAI/TaijaInteroperability.jl)) - -The [TaijaBase.jl](https://github.com/JuliaTrustworthyAI/TaijaBase.jl) package provides common symbols, types and functions that are used across all or multiple Taija packages. - -```{mermaid} -%%| label: fig-overview -%%| fig-cap: "An overview of the Taija ecosystem." -%%| file: overview.mmd -``` - -## ๐Ÿ“ฐ News - -- **2024-04-09**: Taija is taking part in Google Summer of Code for the first time! We are excited to mentor students on various projects related to Trustworthy AI in Julia. Find the list of projects [here](https://julialang.org/jsoc/gsoc/taija/). - -## ๐Ÿ‘ Contribute - -We welcome contributions of any kind. If you want to get involved or use our software for or project, please feel free to reach out. If you have questions, comments or issues related to specific packages, please feel free to open issues or discussions on the respective repository. - -#### Working on related projects? - -Are you working on a Julia package that would fit well into this organization? Or do you perhaps have ideas for future projects? Weโ€™d love to hear about it, so please do get in touch! - -## ๐Ÿ™ Sponsors - -Some of Taija's contributors have been partially or fully funded by one or more of the following entities: - - - - - - -
- - TU Delft Logo - - - - ING Logo - -
- -## ๐Ÿ“š Research using Taija - -Taija has been used in the following publications: - -- *Conformal Intent Classification and Clarification for Fast and Accurate Intent Recognition* [@hengst2024conformal] [upcoming](https://arxiv.org/abs/2403.18973) in ACL's NAACL Findings 2024^[Experiments were run in parallel using Python's MAPIE and ConformalPrediction.jl, in order to cross-check results. Reported results were produced using MAPIE.]. -- *Faithful Model Explanations through Energy-Constrained Conformal Counterfactuals* [@altmeyer2024faithful] [published](https://ojs.aaai.org/index.php/AAAI/article/view/28956) in Proceedings of the AAAI Conference on Artificial Intelligence 2024. -- *Explaining Black-Box Models through Counterfactuals* [@altmeyer2023explaining] [published](https://proceedings.juliacon.org/papers/10.21105/jcon.00130) in JuliaCon Proceedings. -- *Endogenous Macrodynamics in Algorithmic Recourse* [@altmeyer2023endogenous] [published](https://ieeexplore.ieee.org/abstract/document/10136130) in Proceedings of the 2023 IEEE Conference on Secure and Trustworthy Machine Learning (SaTML). - -If you have used Taija in your research, please let us know so we can add your publication to the list. - -## ๐Ÿ”— Related Software - -Our packages are currently tailored towards the following larger package ecosystems for AI and machine learning in Julia: - -- [FluxML](https://fluxml.ai/Flux.jl/stable/) -- [MLJ](https://alan-turing-institute.github.io/MLJ.jl/dev/) - -Other external packages and ecosystems related to Trustworthy AI in Julia include: - -- [Julia-XAI](https://github.com/Julia-XAI) -- [ShapML.jl](https://github.com/nredell/ShapML.jl) - -## ๐Ÿถ Taija? - -Taija stands for **T**rustworthy **A**rtificial **I**ntelligence in **J**uli**a**. When thinking about a logo that embodies trustworthiness, we quickly landed on ๐Ÿถ. +{{< include contact.qmd >}} ## ๐ŸŽ“ References ::: {#refs} -::: - -## ๐Ÿ“ฌ Contact - -Probably the easiest way is to join the [JuliaLang Slack](https://julialang.org/slack/) and join our #taija channel. You can also post a GitHub Issue on our organization [repo](https://github.com/JuliaTrustworthyAI/.github/issues). You can find \@pat-alt's socials and contact details on his website: [www.paltmeyer.com](www.paltmeyer.com). \ No newline at end of file +::: \ No newline at end of file diff --git a/profile/_extensions/pat-alt/documenterjl/_extension.yml b/profile/_extensions/pat-alt/documenterjl/_extension.yml new file mode 100644 index 0000000..6b399b0 --- /dev/null +++ b/profile/_extensions/pat-alt/documenterjl/_extension.yml @@ -0,0 +1,10 @@ +title: | + `Documenter.jl` +author: pat-alt +version: 1.0.0 +quarto-required: ">=1.3" +contributes: + formats: + commonmark: + variant: -raw_html+tex_math_dollars + wrap: preserve \ No newline at end of file diff --git a/profile/_extensions/pat-alt/julia/_extension.yml b/profile/_extensions/pat-alt/julia/_extension.yml new file mode 100644 index 0000000..2ee7edd --- /dev/null +++ b/profile/_extensions/pat-alt/julia/_extension.yml @@ -0,0 +1,18 @@ +title: Julia +author: pat-alt +version: 1.0.0 +quarto-required: ">=1.3" +contributes: + formats: + html: + toc: true + theme: [default, custom.scss] + revealjs: + theme: [default, custom.scss, revealjs.scss] + include-in-header: revealjs_header.html + callout-icon: false + title-slide-attributes: + data-background-position: bottom right + data-background-size: 20% + html-math-method: mathjax + diff --git a/profile/_extensions/pat-alt/julia/custom.scss b/profile/_extensions/pat-alt/julia/custom.scss new file mode 100644 index 0000000..870c40c --- /dev/null +++ b/profile/_extensions/pat-alt/julia/custom.scss @@ -0,0 +1,71 @@ +/*-- scss:defaults --*/ +@font-face { + font-family: JuliaMono-Light; + src: url("https://cdn.jsdelivr.net/gh/cormullion/juliamono/webfonts/JuliaMono-Light.woff2"); +} + +@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); +@import url("https://fonts.googleapis.com/css?family=Roboto"); + +$font-family-monospace: "JuliaMono-Light" !default; +$font-family-sans-serif: "Roboto" !default; + +// Colors +// Define the Julia colours as per https://github.com/JuliaLang/julia-logo-graphics#color-definitions +$julia-blue: #4063D8; +$julia-green: #389836; +$julia-purple: #9558B2; +$julia-red: #CB3C33; +// Assign: +$primary: $julia-blue !default; +$body-bg: #ffffff !default; +$body-color: #000000 !default; +$presentation-heading-color: $julia-blue !default; +$link-color: $julia-blue !default; +// Code: +$code-color: $julia-green !default; +$dark-bg-code-color: lighten($code-color, 15%) !default; +$light-bg-code-color: darken($code-color, 15%) !default; +$code-block-border-left: lighten($code-color, 15%) !default; +$btn-code-copy-color: $julia-purple !default; +$btn-code-copy-color-active: lighten($btn-code-copy-color, 15%) !default; +// Toc: +$toc-color: $julia-purple !default; +$toc-active-border: $julia-purple !default; +$toc-inactive-border: lighten($toc-active-border, 15%) !default; +// Callouts: +$callout-color-note: $julia-blue !default; +$callout-color-tip: $julia-green !default; +$callout-color-caution: $julia-purple !default; +$callout-color-warning: lighten($callout-color-caution, 30%) !default; +$callout-color-important: $julia-red !default; + +/*-- scss:rules --*/ +h1, h2, h3, h4, h5, h6 { + font-family: "Barlow"; +} + +hr { + color: $julia-blue; +} + +blockquote { + color: lighten($julia-blue, 15%); + border-left: .25rem solid $julia-blue; + background-color: lighten($julia-blue, 40%); + font-family: "Barlow"; +} + +// Classes for Julia colors: +.julia-purple { + color: $julia-purple; +} +.julia-blue { + color: $julia-blue; +} +.julia-green { + color: $julia-green; +} +.julia-red { + color: $julia-red; +} \ No newline at end of file diff --git a/profile/_extensions/pat-alt/julia/revealjs.scss b/profile/_extensions/pat-alt/julia/revealjs.scss new file mode 100644 index 0000000..7d4fb56 --- /dev/null +++ b/profile/_extensions/pat-alt/julia/revealjs.scss @@ -0,0 +1,15 @@ +/*-- scss:rules --*/ +.reveal { + + .progress { + color: $code-color; + } + + blockquote { + color: lighten($julia-blue, 15%); + border-left: .25rem solid $julia-blue; + background-color: lighten($julia-blue, 40%); + font-family: "Barlow"; + } + +} diff --git a/profile/_extensions/pat-alt/julia/revealjs_header.html b/profile/_extensions/pat-alt/julia/revealjs_header.html new file mode 100644 index 0000000..d4f2c50 --- /dev/null +++ b/profile/_extensions/pat-alt/julia/revealjs_header.html @@ -0,0 +1,49 @@ + \ No newline at end of file diff --git a/profile/_quarto.yml b/profile/_quarto.yml index 49596dd..4eefe4a 100644 --- a/profile/_quarto.yml +++ b/profile/_quarto.yml @@ -2,18 +2,39 @@ project: type: website output-dir: ../docs execute-dir: project + resources: + - "_extensions/" + - "www/" website: - title: "Taija" + page-navigation: true + favicon: www/favicon.ico + site-url: https://www.taija.org/ navbar: + logo: /www/logo_close.png left: - href: index.qmd text: Home - - about.qmd + - text: About + href: about.qmd + right: + - icon: github + href: https://github.com/JuliaTrustworthyAI + repo-url: https://github.com/JuliaTrustworthyAI/.github + repo-actions: [issue] + page-footer: + left: >- + [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](http://creativecommons.org/licenses/by/4.0/) + ยฉ 2024, Taija + right: + - icon: house + href: https://www.taija.org/ + - icon: github + href: https://github.com/JuliaTrustworthyAI format: - html: - theme: cosmo + julia-html: + theme: theme-light.scss css: styles.css toc: true diff --git a/profile/about.qmd b/profile/about.qmd index 07c5e7f..9244ac9 100644 --- a/profile/about.qmd +++ b/profile/about.qmd @@ -1,5 +1,28 @@ ---- -title: "About" ---- +## About -About this site +Taija currently covers a range of approaches towards making AI systems more trustworthy: + +- Model Explainability ([CounterfactualExplanations.jl](https://github.com/JuliaTrustworthyAI/CounterfactualExplanations.jl)) +- Algorithmic Recourse ([CounterfactualExplanations.jl](https://github.com/JuliaTrustworthyAI/CounterfactualExplanations.jl), [AlgorithmicRecourseDynamics.jl](https://github.com/JuliaTrustworthyAI/AlgorithmicRecourseDynamics.jl)) +- Predictive Uncertainty Quantification ([ConformalPrediction.jl](https://github.com/JuliaTrustworthyAI/ConformalPrediction.jl), [LaplaceRedux.jl](https://github.com/JuliaTrustworthyAI/LaplaceRedux.jl)) +- Effortless Bayesian Deep Learning ([LaplaceRedux.jl](https://github.com/JuliaTrustworthyAI/LaplaceRedux.jl)) +- Hybrid Learning ([JointEnergyModels.jl](https://github.com/JuliaTrustworthyAI/JointEnergyModels.jl)) + +Various meta packages can be used to extend the core functionality: + +- Plotting ([TaijaPlotting.jl](https://github.com/JuliaTrustworthyAI/TaijaPlotting.jl)) +- Datasets for testing and benchmarking ([TaijaData.jl](https://github.com/JuliaTrustworthyAI/TaijaData.jl)) +- Parallelization ([TaijaParallel.jl](https://github.com/JuliaTrustworthyAI/TaijaParallel.jl)) +- Interoperability with other programming languages ([TaijaInteroperability.jl](https://github.com/JuliaTrustworthyAI/TaijaInteroperability.jl)) + +The [TaijaBase.jl](https://github.com/JuliaTrustworthyAI/TaijaBase.jl) package provides common symbols, types and functions that are used across all or multiple Taija packages. + +```{mermaid} +%%| label: fig-overview +%%| fig-cap: "An overview of the Taija ecosystem." +%%| file: overview.mmd +``` + +> Why *Taija*? + +Taija stands for **T**rustworthy **A**rtificial **I**ntelligence in **J**uli**a**. When thinking about a logo that embodies trustworthiness, we quickly landed on ๐Ÿถ. \ No newline at end of file diff --git a/profile/contact.qmd b/profile/contact.qmd new file mode 100644 index 0000000..4455246 --- /dev/null +++ b/profile/contact.qmd @@ -0,0 +1,4 @@ + +## Contact + +Probably the easiest way is to join the [JuliaLang Slack](https://julialang.org/slack/) and join our #taija channel. You can also post a GitHub Issue on our organization [repo](https://github.com/JuliaTrustworthyAI/.github/issues). You can find \@pat-alt's socials and contact details on his website: [www.paltmeyer.com](www.paltmeyer.com). \ No newline at end of file diff --git a/profile/contribute.qmd b/profile/contribute.qmd new file mode 100644 index 0000000..ab34b08 --- /dev/null +++ b/profile/contribute.qmd @@ -0,0 +1,7 @@ +## Contribute + +We welcome contributions of any kind. If you want to get involved or use our software for or project, please feel free to reach out. If you have questions, comments or issues related to specific packages, please feel free to open issues or discussions on the respective repository. + +#### Working on related projects? + +Are you working on a Julia package that would fit well into this organization? Or do you perhaps have ideas for future projects? Weโ€™d love to hear about it, so please do get in touch! \ No newline at end of file diff --git a/profile/index.qmd b/profile/index.qmd index c2de485..5a2add3 100644 --- a/profile/index.qmd +++ b/profile/index.qmd @@ -1,7 +1,16 @@ --- -title: "Taija" +title: Taija +subtitle: Trustworthy Artificial Intelligence in Julia +toc: false --- -This is a Quarto website. +Taija is the organization that hosts software geared towards **T**rustworthy **A**rtificial **I**ntelligence in **J**uli**a**. + +![](https://raw.githubusercontent.com/TrustworthyAIJulia/.github/main/profile/www/wide_logo.png){width=100% align="center"} + +{{< include news.qmd >}} + +{{< include contribute.qmd >}} + +{{< include contact.qmd >}} -To learn more about Quarto websites visit . diff --git a/profile/news.qmd b/profile/news.qmd new file mode 100644 index 0000000..08970b9 --- /dev/null +++ b/profile/news.qmd @@ -0,0 +1,3 @@ +## News + +- **2024-04-09**: Taija is taking part in Google Summer of Code for the first time! We are excited to mentor students on various projects related to Trustworthy AI in Julia. Find the list of projects [here](https://julialang.org/jsoc/gsoc/taija/). \ No newline at end of file diff --git a/profile/related.qmd b/profile/related.qmd new file mode 100644 index 0000000..5c3d17c --- /dev/null +++ b/profile/related.qmd @@ -0,0 +1,11 @@ +## Related Software + +Our packages are currently tailored towards the following larger package ecosystems for AI and machine learning in Julia: + +- [FluxML](https://fluxml.ai/Flux.jl/stable/) +- [MLJ](https://alan-turing-institute.github.io/MLJ.jl/dev/) + +Other external packages and ecosystems related to Trustworthy AI in Julia include: + +- [Julia-XAI](https://github.com/Julia-XAI) +- [ShapML.jl](https://github.com/nredell/ShapML.jl) \ No newline at end of file diff --git a/profile/research.qmd b/profile/research.qmd new file mode 100644 index 0000000..19ae93e --- /dev/null +++ b/profile/research.qmd @@ -0,0 +1,10 @@ +## Research using Taija + +Taija has been used in the following publications: + +- *Conformal Intent Classification and Clarification for Fast and Accurate Intent Recognition* [@hengst2024conformal] [upcoming](https://arxiv.org/abs/2403.18973) in ACL's NAACL Findings 2024^[Experiments were run in parallel using Python's MAPIE and ConformalPrediction.jl, in order to cross-check results. Reported results were produced using MAPIE.]. +- *Faithful Model Explanations through Energy-Constrained Conformal Counterfactuals* [@altmeyer2024faithful] [published](https://ojs.aaai.org/index.php/AAAI/article/view/28956) in Proceedings of the AAAI Conference on Artificial Intelligence 2024. +- *Explaining Black-Box Models through Counterfactuals* [@altmeyer2023explaining] [published](https://proceedings.juliacon.org/papers/10.21105/jcon.00130) in JuliaCon Proceedings. +- *Endogenous Macrodynamics in Algorithmic Recourse* [@altmeyer2023endogenous] [published](https://ieeexplore.ieee.org/abstract/document/10136130) in Proceedings of the 2023 IEEE Conference on Secure and Trustworthy Machine Learning (SaTML). + +If you have used Taija in your research, please let us know so we can add your publication to the list. \ No newline at end of file diff --git a/profile/sponsors.qmd b/profile/sponsors.qmd new file mode 100644 index 0000000..13b1a32 --- /dev/null +++ b/profile/sponsors.qmd @@ -0,0 +1,18 @@ +## Sponsors + +Some of Taija's contributors have been partially or fully funded by one or more of the following entities: + + + + + + +
+ + TU Delft Logo + + + + ING Logo + +
\ No newline at end of file diff --git a/profile/styles.css b/profile/styles.css index 2ddf50c..839e159 100644 --- a/profile/styles.css +++ b/profile/styles.css @@ -1 +1,37 @@ /* css styles */ +/* Footnote references */ +.footnote-ref ~ .footnote-ref :before { + content: ',' +} + +/* Sidenote */ +.sidenote { + padding: 1em; + background: #4b4f66; + color: white; + border: 1px solid white; + border-radius: 10px; +} + +/* Disclaimer */ +.disclaimer { + padding: 1em; + background: #67534c; + color: white; + border: 1px solid white; + border-radius: 10px; +} + +/* Intro gif */ +.intro-gif figure { + float: right; + margin-top: 0px; + margin-left: 25px; + margin-bottom: 25px; +} + +.intro-gif img { + padding: 15px 15px 5px 15px; + width: 300px; + height: 300px; +} \ No newline at end of file diff --git a/profile/theme-light.scss b/profile/theme-light.scss new file mode 100644 index 0000000..6c5fe0b --- /dev/null +++ b/profile/theme-light.scss @@ -0,0 +1,12 @@ +/*-- scss:defaults --*/ +// Base document colors +$julia-blue: #4063D8; +$primary: $julia_blue; +$body-bg: lighten($primary, 43%); +$body-color: darken($primary, 43%); + +// Navbar +$navbar-bg: lighten($primary, 45%); + +// Footer +$footer-bg: lighten($primary, 45%); \ No newline at end of file diff --git a/profile/www/favicon.ico b/profile/www/favicon.ico new file mode 100644 index 0000000..d32f827 Binary files /dev/null and b/profile/www/favicon.ico differ diff --git a/profile/www/logo_close.png b/profile/www/logo_close.png new file mode 100644 index 0000000..bfc845d Binary files /dev/null and b/profile/www/logo_close.png differ