Skip to content

Commit

Permalink
minor updates on about page
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinvanschoren committed Nov 11, 2023
1 parent 6cf6836 commit 4c3ddb1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/public/locales/en/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ about:
They are elected by other core contributors based on merit and dedication, and have write access to one or more OpenML repositories.
In alphabetical order:
join_us: "Join us, get involved!"
join_core: "Becoming a core contributor"
header:
team: "Meet the team"
contact: "Contact us"
Expand Down Expand Up @@ -341,9 +342,8 @@ about:
We are open to collaborate and engage with universities, companies, or anyone sharing the same goals and willing to support the project.
This can involve sponsorship, the co-development of new features, or other forms of partnership, insofar they align with the Foundation's mission and do not affect the independence of the OpenML open source project itself.
foundation_mission:
title: "Our mission is to make machine learning simple, accessible, collaborative and open"
title: "Our mission is to make machine learning simple, accessible, collaborative and open, to enhance and streamline machine learning research, education and skillful practice"
text: >
... to enhance and streamline machine learning research, education and skillful practice.
The foundation aims to achieve this mission by, among others, supporting the OpenML.org platform to offer a worldwide community the means to openly share and build upon each other’s work,
enhancing collaboration, education, scholarship, openness of data and code, automation of processes, and reproducibility of results.
We do this in close collaboration with the OpenML community and in accordance with the guiding principles of the OpenML platform, such as the code of honor and the citation policy.
Expand Down
8 changes: 8 additions & 0 deletions app/src/pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ import {
} from "@fortawesome/free-brands-svg-icons";

import { purple, blue, red, green, pink, grey } from "@mui/material/colors";
import Chip from "../components/Chip";

// Server-side translation
import { useTranslation } from "next-i18next";
Expand Down Expand Up @@ -500,6 +501,13 @@ function About() {
</ResultsWrapper>
</SearchProvider>
</Grid>
<Chip
key="join_core"
link="https://docs.openml.org/Governance/"
icon={faUsers}
text={t("about.join_core")}
target="_blank"
/>
</CardContent>
</Card>
</Grid>
Expand Down

0 comments on commit 4c3ddb1

Please sign in to comment.