Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed hero image #430

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
8 changes: 4 additions & 4 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
30 changes: 15 additions & 15 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
76 changes: 38 additions & 38 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

Expand All @@ -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?

Expand All @@ -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

Expand All @@ -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.
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)**
14 changes: 7 additions & 7 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
30 changes: 15 additions & 15 deletions amt/locale/base.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 ""

Expand Down
Binary file modified amt/locale/en_US/LC_MESSAGES/messages.mo
Binary file not shown.
30 changes: 15 additions & 15 deletions amt/locale/en_US/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 ""

Expand Down
Binary file modified amt/locale/nl_NL/LC_MESSAGES/messages.mo
Binary file not shown.
Loading
Loading