From e9c57b6d82ddf474e75219c1d3f0bc746b02c68f Mon Sep 17 00:00:00 2001 From: Ruben Rouwhof Date: Tue, 17 Dec 2024 10:16:08 +0000 Subject: [PATCH] Fixed hero image --- .github/pull_request_template.md | 10 +-- BUILD.md | 8 +- CODE_OF_CONDUCT.md | 30 ++++---- CONTRIBUTING.md | 76 +++++++++---------- SECURITY.md | 4 +- USAGE.md | 14 ++-- amt/locale/base.pot | 30 ++++---- amt/locale/en_US/LC_MESSAGES/messages.mo | Bin 989 -> 989 bytes amt/locale/en_US/LC_MESSAGES/messages.po | 30 ++++---- amt/locale/nl_NL/LC_MESSAGES/messages.mo | Bin 14043 -> 13275 bytes amt/locale/nl_NL/LC_MESSAGES/messages.po | 30 ++++---- amt/site/templates/pages/landingpage.html.j2 | 70 ++++++++--------- description.md | 2 +- 13 files changed, 152 insertions(+), 152 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5d19472e..ee894d73 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,8 +12,8 @@ Resolves # Please check all the boxes that apply to this pull request using "x": -- [ ] I have tested the changes locally and verified that they work as expected. -- [ ] I have followed the project's coding conventions and style guidelines. -- [ ] I have rebased my branch onto the latest commit of the main branch. -- [ ] I have squashed or reorganized my commits into logical units. -- [ ] I have read, understood and agree to the [Developer Certificate of Origin](../blob/main/DCO.md), which this project utilizes. +- [ ] I have tested the changes locally and verified that they work as expected. +- [ ] I have followed the project's coding conventions and style guidelines. +- [ ] I have rebased my branch onto the latest commit of the main branch. +- [ ] I have squashed or reorganized my commits into logical units. +- [ ] I have read, understood and agree to the [Developer Certificate of Origin](../blob/main/DCO.md), which this project utilizes. diff --git a/BUILD.md b/BUILD.md index 4942174f..5da060e5 100644 --- a/BUILD.md +++ b/BUILD.md @@ -121,10 +121,10 @@ pip install --upgrade setuptools For testing, linting and other feature we use several tools. You can look up the documentation on how to use these: -- [pytest](https://docs.pytest.org/en/) `poetry run pytest` -- [ruff](https://docs.astral.sh/ruff/) `poetry run ruff format` or `poetry run ruff check --fix` -- [coverage](https://coverage.readthedocs.io/en/) `poetry run coverage report` -- [pyright](https://microsoft.github.io/pyright/#/) `poetry run pyright` +- [pytest](https://docs.pytest.org/en/) `poetry run pytest` +- [ruff](https://docs.astral.sh/ruff/) `poetry run ruff format` or `poetry run ruff check --fix` +- [coverage](https://coverage.readthedocs.io/en/) `poetry run coverage report` +- [pyright](https://microsoft.github.io/pyright/#/) `poetry run pyright` ## Devcontainers diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 2c6dc0f7..4e2623c6 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -14,24 +14,24 @@ appearance, race, religion, or sexual identity and orientation. Examples of behavior that contributes to a positive environment for our community include: -- Demonstrating empathy and kindness toward other people -- Being respectful of differing opinions, viewpoints, and experiences -- Giving and gracefully accepting constructive feedback -- Accepting responsibility and apologizing to those affected by our mistakes, - and learning from the experience -- Focusing on what is best not just for us as individuals, but for the - overall community +- Demonstrating empathy and kindness toward other people +- Being respectful of differing opinions, viewpoints, and experiences +- Giving and gracefully accepting constructive feedback +- Accepting responsibility and apologizing to those affected by our mistakes, + and learning from the experience +- Focusing on what is best not just for us as individuals, but for the + overall community Examples of unacceptable behavior include: -- The use of sexualized language or imagery, and sexual attention or - advances -- Trolling, insulting or derogatory comments, and personal or political attacks -- Public or private harassment -- Publishing others' private information, such as a physical or email - address, without their explicit permission -- Other conduct which could reasonably be considered inappropriate in a - professional setting +- The use of sexualized language or imagery, and sexual attention or + advances +- Trolling, insulting or derogatory comments, and personal or political attacks +- Public or private harassment +- Publishing others' private information, such as a physical or email + address, without their explicit permission +- Other conduct which could reasonably be considered inappropriate in a + professional setting ## Our Responsibilities diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d0425416..ffef3121 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,11 +9,11 @@ community looks forward to your contributions. 🎉 ## Table of Contents -- [Code of Conduct](#code-of-conduct) -- [I Have a Question](#i-have-a-question) -- [I Want To Contribute](#i-want-to-contribute) -- [Reporting Bugs](#reporting-bugs) -- [Suggesting Enhancements](#suggesting-enhancements) +- [Code of Conduct](#code-of-conduct) +- [I Have a Question](#i-have-a-question) +- [I Want To Contribute](#i-want-to-contribute) +- [Reporting Bugs](#reporting-bugs) +- [Suggesting Enhancements](#suggesting-enhancements) ## Code of Conduct @@ -29,8 +29,8 @@ in this issue. If you then still feel the need to ask a question and need clarification, we recommend the following: -- Open an [Issue](../../issues/new). -- Provide as much context as you can about what you're running into. +- Open an [Issue](../../issues/new). +- Provide as much context as you can about what you're running into. We will then take care of the issue as soon as possible. @@ -49,11 +49,11 @@ A good bug report shouldn't leave others needing to chase you up for more inform investigate carefully, collect information and describe the issue in detail in your report. Please complete the following steps in advance to help us fix any potential bug as fast as possible. -- Make sure that you are using the latest version. -- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there - is not already a bug report existing for your bug or error in the [bug tracker](../..//issues?q=label%3Abug). -- Collect information about the bug -- Possibly your input and the output +- Make sure that you are using the latest version. +- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there + is not already a bug report existing for your bug or error in the [bug tracker](../..//issues?q=label%3Abug). +- Collect information about the bug +- Possibly your input and the output #### How Do I Submit a Good Bug Report? @@ -62,21 +62,21 @@ following steps in advance to help us fix any potential bug as fast as possible. We use GitHub issues to track bugs and errors. If you run into an issue with the project: -- Open an [Issue](../../issues/new). (Since we can't be sure at this point whether it - is a bug or not, we ask you not to talk about a bug yet and not to label the issue.) -- Explain the behavior you would expect and the actual behavior. -- Please provide as much context as possible and describe the _reproduction steps_ that someone else can follow to - recreate the issue on their own. This usually includes your code. -- Provide the information you collected in the previous section. +- Open an [Issue](../../issues/new). (Since we can't be sure at this point whether it + is a bug or not, we ask you not to talk about a bug yet and not to label the issue.) +- Explain the behavior you would expect and the actual behavior. +- Please provide as much context as possible and describe the _reproduction steps_ that someone else can follow to + recreate the issue on their own. This usually includes your code. +- Provide the information you collected in the previous section. Once it's filed: -- The project team will label the issue accordingly. -- A team member will try to reproduce the issue with your provided steps. If there are no reproduction steps or no - obvious way to reproduce the issue, the team will ask you for those steps and mark the issue as `needs-repro`. Bugs with - the `needs-repro` tag will not be addressed until they are reproduced. -- If the team is able to reproduce the issue, it will be marked `needs-fix`, as well as possibly other tags (such as - `critical`), and the issue will be left to be implemented by someone. +- The project team will label the issue accordingly. +- A team member will try to reproduce the issue with your provided steps. If there are no reproduction steps or no + obvious way to reproduce the issue, the team will ask you for those steps and mark the issue as `needs-repro`. Bugs with + the `needs-repro` tag will not be addressed until they are reproduced. +- If the team is able to reproduce the issue, it will be marked `needs-fix`, as well as possibly other tags (such as + `critical`), and the issue will be left to be implemented by someone. ### Suggesting Enhancements @@ -86,22 +86,22 @@ community to understand your suggestion and find related suggestions. #### Before Submitting an Enhancement -- Make sure that you are using the latest version. -- Perform a [search](../../issues) to see if the enhancement has already been - suggested. If it has, add a comment to the existing issue instead of opening a new one. -- Find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to - convince the project's developers of the merits of this feature. Keep in mind that we want features that will be useful - to the majority of our users and not just a small subset. +- Make sure that you are using the latest version. +- Perform a [search](../../issues) to see if the enhancement has already been + suggested. If it has, add a comment to the existing issue instead of opening a new one. +- Find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to + convince the project's developers of the merits of this feature. Keep in mind that we want features that will be useful + to the majority of our users and not just a small subset. #### How Do I Submit a Good Enhancement Suggestion? Enhancement suggestions are tracked as [GitHub issues](../../issues). -- Use a **clear and descriptive title** for the issue to identify the suggestion. -- **Describe the current behavior** and **explain which behavior you expected to see instead** and why. At this point - you can also tell which alternatives do not work for you. -- You may want to **include screenshots and animated GIFs** which help you demonstrate the steps or point out the part - which the suggestion is related to. You can use [this tool](https://www.cockos.com/licecap/) to record GIFs on MacOS and - Windows, and [this tool](https://github.com/colinkeenan/silentcast) or [this tool](https://github.com/GNOME/byzanz) on Linux. -- **Explain why this enhancement would be useful** for the community. You may also want to point out the - other projects that solved it better and which could serve as inspiration. +- Use a **clear and descriptive title** for the issue to identify the suggestion. +- **Describe the current behavior** and **explain which behavior you expected to see instead** and why. At this point + you can also tell which alternatives do not work for you. +- You may want to **include screenshots and animated GIFs** which help you demonstrate the steps or point out the part + which the suggestion is related to. You can use [this tool](https://www.cockos.com/licecap/) to record GIFs on MacOS and + Windows, and [this tool](https://github.com/colinkeenan/silentcast) or [this tool](https://github.com/GNOME/byzanz) on Linux. +- **Explain why this enhancement would be useful** for the community. You may also want to point out the + other projects that solved it better and which could serve as inspiration. diff --git a/SECURITY.md b/SECURITY.md index 8175f08d..c8c49a1e 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -14,5 +14,5 @@ CVSS (Common Vulnerability Scoring System) v4.0 Rating: Please report (suspected) security vulnerabilities to NCSC: -- Nederlands: **[NCSC Kwetsbaarheid melden](https://www.ncsc.nl/contact/kwetsbaarheid-melden)** -- English: **[NCSC report vulnerability](https://english.ncsc.nl/contact/reporting-a-vulnerability-cvd)** +- Nederlands: **[NCSC Kwetsbaarheid melden](https://www.ncsc.nl/contact/kwetsbaarheid-melden)** +- English: **[NCSC report vulnerability](https://english.ncsc.nl/contact/reporting-a-vulnerability-cvd)** diff --git a/USAGE.md b/USAGE.md index b53da802..d2064e6c 100644 --- a/USAGE.md +++ b/USAGE.md @@ -9,8 +9,8 @@ on [github](https://github.com/MinBZK/amt/pkgs/container/amt). You can deploy AMT to kubernetes or run the container locally using docker compose. -- Example [kubernetes](https://github.com/MinBZK/ai-validation-infra/tree/main/apps/amt) -- Example [docker compose](./compose.yml) +- Example [kubernetes](https://github.com/MinBZK/ai-validation-infra/tree/main/apps/amt) +- Example [docker compose](./compose.yml) To run amt locally create a compose.yml file and install [docker desktop](https://www.docker.com/products/docker-desktop/). Once you have install docker you can run the @@ -66,11 +66,11 @@ volumes: it is possible to run AMT with the following databases: -- SQLite (tested) -- Postgresql (tested) -- MySQL -- MariaDB -- Oracle +- SQLite (tested) +- Postgresql (tested) +- MySQL +- MariaDB +- Oracle We recommend using postgresql for production grade deployments because that one is tested in our CI/CD. By default AMT will use SQLite which will create a local database within the AMT container. diff --git a/amt/locale/base.pot b/amt/locale/base.pot index 5945846d..7f859eea 100644 --- a/amt/locale/base.pot +++ b/amt/locale/base.pot @@ -605,7 +605,7 @@ msgid "Please login to view this page" msgstr "" #: amt/site/templates/errors/AMTAuthorizationError_401.html.j2:11 -#: amt/site/templates/pages/landingpage.html.j2:17 +#: amt/site/templates/pages/landingpage.html.j2:16 #: amt/site/templates/parts/header.html.j2:86 #: amt/site/templates/parts/header.html.j2:145 msgid "Login" @@ -784,42 +784,42 @@ msgstr "" msgid "AMT Placeholder informatie pagina's" msgstr "" -#: amt/site/templates/pages/landingpage.html.j2:12 +#: amt/site/templates/pages/landingpage.html.j2:11 #: amt/site/templates/parts/header.html.j2:18 msgid "Algorithm Management Toolkit" msgstr "" -#: amt/site/templates/pages/landingpage.html.j2:23 +#: amt/site/templates/pages/landingpage.html.j2:24 msgid "Grip on algorithms with the Algorithm Management Toolkit" msgstr "" -#: amt/site/templates/pages/landingpage.html.j2:25 +#: amt/site/templates/pages/landingpage.html.j2:26 msgid "The AI Validation team" msgstr "" -#: amt/site/templates/pages/landingpage.html.j2:26 +#: amt/site/templates/pages/landingpage.html.j2:27 msgid "" -" has developed the Algorithm Management Toolkit on behalf of the Ministry" -" of Interior Affairs.\n" -" This toolkit offers organizations a standardized way " -"to develop, validate, manage, control and publish algorithms.\n" -" In collaboration with (international) partners, it " -"ensures uniformity, transparency and reproducibility." +"has developed the Algorithm Management Toolkit on behalf of the Ministry " +"of Interior Affairs.\n" +" This toolkit offers organizations a standardized way to " +"develop, validate, manage, control, and publish algorithms.\n" +" In collaboration with (international) partners, it " +"ensures uniformity, transparency, and reproducibility." msgstr "" -#: amt/site/templates/pages/landingpage.html.j2:32 +#: amt/site/templates/pages/landingpage.html.j2:33 msgid "Log in" msgstr "" -#: amt/site/templates/pages/landingpage.html.j2:32 +#: amt/site/templates/pages/landingpage.html.j2:34 msgid "or" msgstr "" -#: amt/site/templates/pages/landingpage.html.j2:33 +#: amt/site/templates/pages/landingpage.html.j2:35 msgid "contact us" msgstr "" -#: amt/site/templates/pages/landingpage.html.j2:34 +#: amt/site/templates/pages/landingpage.html.j2:36 msgid "for more information on how the toolkit can support your organization." msgstr "" diff --git a/amt/locale/en_US/LC_MESSAGES/messages.mo b/amt/locale/en_US/LC_MESSAGES/messages.mo index 738f59d744c7bbb468cf5ea758aea138d08b66f8..ac7ba3883cbf5dec8084e8cc21fa569b4aa1c6d2 100644 GIT binary patch delta 29 kcmcc1ewTg28Absk10xe%LnB>7a|J^KD?{VWcNiI&0Ef8;^#A|> delta 16 Ycmcc1ewTg28OF(97{xX}V*Jer074%Jb^rhX diff --git a/amt/locale/en_US/LC_MESSAGES/messages.po b/amt/locale/en_US/LC_MESSAGES/messages.po index c95527f3..99aaa49f 100644 --- a/amt/locale/en_US/LC_MESSAGES/messages.po +++ b/amt/locale/en_US/LC_MESSAGES/messages.po @@ -606,7 +606,7 @@ msgid "Please login to view this page" msgstr "" #: amt/site/templates/errors/AMTAuthorizationError_401.html.j2:11 -#: amt/site/templates/pages/landingpage.html.j2:17 +#: amt/site/templates/pages/landingpage.html.j2:16 #: amt/site/templates/parts/header.html.j2:86 #: amt/site/templates/parts/header.html.j2:145 msgid "Login" @@ -785,42 +785,42 @@ msgstr "" msgid "AMT Placeholder informatie pagina's" msgstr "" -#: amt/site/templates/pages/landingpage.html.j2:12 +#: amt/site/templates/pages/landingpage.html.j2:11 #: amt/site/templates/parts/header.html.j2:18 msgid "Algorithm Management Toolkit" msgstr "" -#: amt/site/templates/pages/landingpage.html.j2:23 +#: amt/site/templates/pages/landingpage.html.j2:24 msgid "Grip on algorithms with the Algorithm Management Toolkit" msgstr "" -#: amt/site/templates/pages/landingpage.html.j2:25 +#: amt/site/templates/pages/landingpage.html.j2:26 msgid "The AI Validation team" msgstr "" -#: amt/site/templates/pages/landingpage.html.j2:26 +#: amt/site/templates/pages/landingpage.html.j2:27 msgid "" -" has developed the Algorithm Management Toolkit on behalf of the Ministry" -" of Interior Affairs.\n" -" This toolkit offers organizations a standardized way " -"to develop, validate, manage, control and publish algorithms.\n" -" In collaboration with (international) partners, it " -"ensures uniformity, transparency and reproducibility." +"has developed the Algorithm Management Toolkit on behalf of the Ministry " +"of Interior Affairs.\n" +" This toolkit offers organizations a standardized way to " +"develop, validate, manage, control, and publish algorithms.\n" +" In collaboration with (international) partners, it " +"ensures uniformity, transparency, and reproducibility." msgstr "" -#: amt/site/templates/pages/landingpage.html.j2:32 +#: amt/site/templates/pages/landingpage.html.j2:33 msgid "Log in" msgstr "" -#: amt/site/templates/pages/landingpage.html.j2:32 +#: amt/site/templates/pages/landingpage.html.j2:34 msgid "or" msgstr "" -#: amt/site/templates/pages/landingpage.html.j2:33 +#: amt/site/templates/pages/landingpage.html.j2:35 msgid "contact us" msgstr "" -#: amt/site/templates/pages/landingpage.html.j2:34 +#: amt/site/templates/pages/landingpage.html.j2:36 msgid "for more information on how the toolkit can support your organization." msgstr "" diff --git a/amt/locale/nl_NL/LC_MESSAGES/messages.mo b/amt/locale/nl_NL/LC_MESSAGES/messages.mo index 0c989e45444285e722bbcb8b7d174c83395b4363..71123c3f0691137071b82b2f915fbe32689941c1 100644 GIT binary patch delta 3161 zcmYM#3rv+|9LMn|I9%i|7m1KMAcQAw=O9S1Y)ThOT_l8LAsv z?L8ms*lGCtod4oBgS|0>SMs%T?e zcmSWm0aQRPW-nrXf&jS9E{mD&b$ViPXLgQ$rn@pcSg6tZcOu>xJFlx{>_w;4mQ z)wb`#GV1$LnHWO_m_XXSnlPDyB6Ona9#lZHQ5Vib?lEP^$5is=#urd4-iyl2XGn~u z&(<$s0`)7Xz#Z}a{uIojo)=I4bwL#kO4VAt7dN9)dJGj%FKU8*)Jo5zR`RRuk7tlv z>Pe{nNANCOf;yz@QHOCGDv(Z8roKra|C;C|4cg-&)Smx>%E-9AFp%h!i7?cSG037! zA}ZBcwtp5XbH%7Y9<)A=3gj8oxEoLlYxYuL4)Z!HvVEvjAI3mDf!gbns2eY00RDxW zaKiSlOZ4CODrzA+dhmBQy)PEmQB=pTIQlwT8;{^3e{hSIztWURiTlBB5%f90ibSd$DL%R z8@Ezl;Pk&zzeTMeHPx7z=)w}LKn2o*%H(O(V>gBxKRV4HNP;yp%|8FdG$`V7B&(*{ z*6ZzsTWx)h?e9Qk;w#&K3fX=$V!esVY!b6q<8Ca(f2_Ib{zJPmovY^1QAdO9K&5IF zb@(Pxdl#PJ&qxBQo{CywmaUgs7ot|Y6qTWuQCs;MYTSLOGxRa??lQez3OelEJQx0#kPC9Dd_n< zhB}?S7>wso5nje1ypEdqrfrX7)MQ zZr&m0KGX$I;B2f#t!O_gfDcibI)qx$m&h1q0F|-psQdm!-B);z|M4tEZOL=UZkk5h z-j2aKB|Q{0zzJ03r%(fopjJGN%1CgQKU0x7h59s9z)nIvj6HcHesL%EXyamIlzm57;Y)8F0 z&)W7;Tfc^0Cmq2#{uO7UR#t$`ct0wTc!E!crd`7YE19jKHYw*3RB3D2Mc`OWqR_$tzqeAl8} kT}PshPmRfU=NII7@^d^zPLI39Gpozz%n#_QNZ%6s9|%}Ca{vGU delta 3873 zcmZ|Q4Q!QH9mnyr%F0$+kkXccWt=h!t<(-i>s~UJtz%n21cB~FmQ|njp4}sg7GW%NFOe{O85%NmI$0(|hu`0Q&W0w~ z+}_W5d7kI||NnFDy~q2H4;J63o%ERD?-~9Z^e4K%uI0JX10+~QP;22KF zlfM6VoKIgj=|Rn?`NiHYZ#VWcp2n4U6kBl?7vF=oVkPUFaT?b$uoo>JN7gX^LSCl2 z)|kujN+em+f(on?d70(BDYLurGVH-Cu^%tRt=NFukr>QgbiqSEaoZX+2#l?#^0ebuB}fhvjkPSn|*&B@-hK$3VZ}LzpI}5FQT!> zUvLyvsyFdEJclZ22ZIW58LISMs7%+QGP%#sKZNb{xBL00aW4JCsKfdv)M312W)evA zOzN*v-Nb+vx(&6*t5JJ?FRCIAb=^i(B{uv1{isT8LzVj5e*U|t%6%Ud=#RWVM+NdC z>ba+jG?dx;Nt16A@4 z)cEbbUtCW^C32_*9z<25gkQ#SR0gwVCwttC3ShbSPSmF*jk<3m>Ul*}1$KKMM=g8^ zRoQ2e#Ea%vNyEH^D)FnxHklKsfX<*6sQ5%;Eh>O{sM0S*Wp)R4;ODV?nDI08OQ`3b z#HIL0T!^#zl9{51v$EH(56-fRQ=Id;xc&PWNB23v1|Tt3HPcAdO6!QB)vb zM?LRxR3J}y51}%D3bjSg;bhh~uhGyACy`{$DI~~p9aYLk-gE|T^xljr?Q+xtYy5aO z-cJ7>RA9SNpOy*K7Cws#@Ti~vEf#f%&d`wWp#pgy%K_Nr#zuUM%Cz7%=6~9he5J0K zmz?@Xv4!z*+|G5sz#HhVo1X-<169#qqdtCbq1Kt!O#Ky6eRC4oLR4w5M@7B{*$va< z`(voo`v7QPW2l}QKYzL3+lOhiZqn*LF8N1yns6OCs7Oj z1t;OZ(PBj_Keu=lYT>P@z21d-;67ZBPoh3*d7{AJVwPN6b>2X$Q~zci{;4PK57sDLdhz-ztBPyybGRk#Lg za0AxqRAy*sq0Oj;A3^Q?qo`8tL*4ij)PoQE`6H+;I)VCr_#1A;GpGf|u1*5}3Mzna zAyZ~Q>KpWRENbGkA9xon{mR8j#tTuIb>KsI6DpABu^C@N9p3kF8rCdHDli8XXb0-F z-+)?Y1M2=X>bYN9Lj5%`#(*-|iaMp+P?h*9s^nioEpPyJ2%q-z$517I1r^Aj{d~nW z{8G}NiF(d`xEgy=TlYgGX7l4~s6TCUnm6rnX3DFQrF;S z)cg^gj(LV}%R-zW{L2bn#Hekml8oFQ?Y76$E7Wf`&fdi=Df(g`( zFJkEt+gaLTyGr+0KRDH9f`U!CjV_xTa;ehpx~8JdMYh*vf^6F6(l*XG``IuG3vqsv z`YWQ?<-=Uw-jYrSVZP8_WiRsAoe2vz&gHTLVa#1=moL~{zCVb<(I5_UQNaeb5C>5z z$fv?lm$D@5G<-<5L z_f2NfAn%6qxzuo9*c)cKqP?`XX?AH#P3y$Un&+pNuAAF1v0!dnMODVR zbZj#&wxynVjVf(C5)KTwY|4g_%?+jUL0={&*{FO`QfTVy%0pdY6uBr%!UbnH1OqO* zc(s?iQTI``dqbC^=H+4+NRdpOi)_Cu#6=Zc6)!lKPdQaKba|T_{IHILTpYU#QM$-) zgd_7dorRmiOcA*dqx+pW^@&jSiZwD#J|89c2unTsS;FF?l%yG~@ g+6NcL7j`0uNKK1>xD%w*OL7?(rrIagHf^i@59`S;)c^nh diff --git a/amt/locale/nl_NL/LC_MESSAGES/messages.po b/amt/locale/nl_NL/LC_MESSAGES/messages.po index 2911f520..0781ad7d 100644 --- a/amt/locale/nl_NL/LC_MESSAGES/messages.po +++ b/amt/locale/nl_NL/LC_MESSAGES/messages.po @@ -627,7 +627,7 @@ msgid "Please login to view this page" msgstr "Meld u aan om deze pagina te bekijken" #: amt/site/templates/errors/AMTAuthorizationError_401.html.j2:11 -#: amt/site/templates/pages/landingpage.html.j2:17 +#: amt/site/templates/pages/landingpage.html.j2:16 #: amt/site/templates/parts/header.html.j2:86 #: amt/site/templates/parts/header.html.j2:145 msgid "Login" @@ -806,27 +806,27 @@ msgstr "Antwoord" msgid "AMT Placeholder informatie pagina's" msgstr "AMT Placeholder informatie pagina's" -#: amt/site/templates/pages/landingpage.html.j2:12 +#: amt/site/templates/pages/landingpage.html.j2:11 #: amt/site/templates/parts/header.html.j2:18 msgid "Algorithm Management Toolkit" msgstr "Algoritme Management Toolkit" -#: amt/site/templates/pages/landingpage.html.j2:23 +#: amt/site/templates/pages/landingpage.html.j2:24 msgid "Grip on algorithms with the Algorithm Management Toolkit" msgstr "Grip op algoritmes met de Algoritme Management Toolkit" -#: amt/site/templates/pages/landingpage.html.j2:25 +#: amt/site/templates/pages/landingpage.html.j2:26 msgid "The AI Validation team" msgstr "Het AI Validatie team" -#: amt/site/templates/pages/landingpage.html.j2:26 +#: amt/site/templates/pages/landingpage.html.j2:27 msgid "" -" has developed the Algorithm Management Toolkit on behalf of the Ministry" -" of Interior Affairs.\n" -" This toolkit offers organizations a standardized way " -"to develop, validate, manage, control and publish algorithms.\n" -" In collaboration with (international) partners, it " -"ensures uniformity, transparency and reproducibility." +"has developed the Algorithm Management Toolkit on behalf of the Ministry " +"of Interior Affairs.\n" +" This toolkit offers organizations a standardized way to " +"develop, validate, manage, control, and publish algorithms.\n" +" In collaboration with (international) partners, it " +"ensures uniformity, transparency, and reproducibility." msgstr "" "heeft het Algoritme Management Toolkit ontwikkeld in opdracht van het " "Ministerie van Binnenlandse Zaken.\n" @@ -836,19 +836,19 @@ msgstr "" " In samenwerking met (internationale) partners zorgt " "het voor uniformiteit, transparantie en reproduceerbaarheid." -#: amt/site/templates/pages/landingpage.html.j2:32 +#: amt/site/templates/pages/landingpage.html.j2:33 msgid "Log in" msgstr "Log in" -#: amt/site/templates/pages/landingpage.html.j2:32 +#: amt/site/templates/pages/landingpage.html.j2:34 msgid "or" msgstr "of" -#: amt/site/templates/pages/landingpage.html.j2:33 +#: amt/site/templates/pages/landingpage.html.j2:35 msgid "contact us" msgstr "neem contact op" -#: amt/site/templates/pages/landingpage.html.j2:34 +#: amt/site/templates/pages/landingpage.html.j2:36 msgid "for more information on how the toolkit can support your organization." msgstr "voor meer informatie over hoe de toolkit uw organisatie kan ondersteunen." diff --git a/amt/site/templates/pages/landingpage.html.j2 b/amt/site/templates/pages/landingpage.html.j2 index 34ace9cd..922ad334 100644 --- a/amt/site/templates/pages/landingpage.html.j2 +++ b/amt/site/templates/pages/landingpage.html.j2 @@ -1,40 +1,40 @@ {% extends 'layouts/base.html.j2' %} {% block content %} -
-
-
-
- -
-

- {% trans %}Algorithm Management Toolkit{% endtrans %} -
- {% if not user %} - {% trans %}Login{% endtrans %} - {% endif %} -

-
-
-

{% trans %}Grip on algorithms with the Algorithm Management Toolkit{% endtrans %}

-

- {% trans %}The AI Validation team{% endtrans %} - {% trans %} has developed the Algorithm Management Toolkit on behalf of the Ministry of Interior Affairs. - This toolkit offers organizations a standardized way to develop, validate, manage, control and publish algorithms. - In collaboration with (international) partners, it ensures uniformity, transparency and reproducibility.{% endtrans %} -

-
-

- {% trans %}Log in{% endtrans %} {% trans %}or{% endtrans %} - {% trans %}contact us{% endtrans %} - {% trans %}for more information on how the toolkit can support your organization.{% endtrans %} -

-
+
+
+ Hero image for Algorithm Management Toolkit +
+
+

+ {% trans %}Algorithm Management Toolkit{% endtrans %} +

+ {% if not user %} + + {% trans %}Login{% endtrans %} + + {% endif %} +
+
+
+
+

{% trans %}Grip on algorithms with the Algorithm Management Toolkit{% endtrans %}

+

+ {% trans %}The AI Validation team{% endtrans %} + {% trans %}has developed the Algorithm Management Toolkit on behalf of the Ministry of Interior Affairs. + This toolkit offers organizations a standardized way to develop, validate, manage, control, and publish algorithms. + In collaboration with (international) partners, it ensures uniformity, transparency, and reproducibility.{% endtrans %} +

+
+

+ {% trans %}Log in{% endtrans %} + {% trans %}or{% endtrans %} + {% trans %}contact us{% endtrans %} + {% trans %}for more information on how the toolkit can support your organization.{% endtrans %} +

-
{% endblock %} diff --git a/description.md b/description.md index 45bc8c4b..dcb0da53 100644 --- a/description.md +++ b/description.md @@ -4,4 +4,4 @@ This document describes architectural decisions related to the Algorithm Managem TODO's: -- Can AI Verify be used to execute tasks? +- Can AI Verify be used to execute tasks?