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

adding mission and vision on home and community page #414

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion blog/2024-11-25-openrefine-developer-role.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ title: "Now Hiring: OpenRefine Developer & Contributor Engagement"
This part-time role for an OpenRefine Developer, contracted through [Code for Science & Society Inc.](https://www.codeforsociety.org/) (a 501(c)(3) charitable organization in the USA), will focus on enhancing OpenRefine's stability, reliability, and quality to support the project’s long-term sustainability. This role is funded by the [EOSS-5 grant](/funding#2022-eoss-5).

Key responsibilities include bug fixes, quality improvements, and ongoing maintenance, with an emphasis on features supported by grant funding. Over time, the developer will expand into release management, security maintenance, and mentorship within internship programs (e.g., GSoC, Outreachy).

<!--truncate-->
## Core Responsibilities
* **Bug Fixes & Quality Improvements (45%)**
* Prioritize and address bugs within the codebase to enhance stability and performance.
Expand Down
4 changes: 1 addition & 3 deletions src/pages/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ description: Join our community of users, trainers and contributors around the w
hide_table_of_contents: true
---

<!-- Add mission, vision and value here once they are clarified -->

# Get involved in the OpenRefine community

OpenRefine is made by people like you. You can help us in many ways, including the roles below.
OpenRefine is made by people like you, looking to create a more informed world where working with data is easy and engaging. You can help us in many ways, including the roles below.


import OpenRefineIsMagicImageUrl from '@site/static/img/openrefine_is_magic.png';
Expand Down
1 change: 1 addition & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function HeaderSection() {
<div className="col" style={{marginTop: '2em' }}>
<h1>OpenRefine</h1>
<p>OpenRefine is a powerful free, open source tool for working with messy data: cleaning it; transforming it from one format into another; and extending it with web services and external data.</p>
<p>Our goal is to empower everyone to meaningfully engage with data by providing an accessible open source tool and nurturing a diverse, supportive community.</p>
<Link className="button button--primary" to="download" style={{fontSize: '1.5em'}}>Download</Link>
</div>
<div className="col" style={{marginTop: '1em', display: 'flex'}}>
Expand Down
7 changes: 0 additions & 7 deletions src/pages/mission_vision.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,10 @@ hide_table_of_contents: true

A more informed world where working with data is easy and engaging.




## OpenRefine Mission

Empowering everyone to meaningfully engage with data by providing an accessible open source tool and nurturing a diverse, supportive community.


## OpenRefine Values

We recognize that building and supporting a tool that meets the important vision and mission of OpenRefine necessitates a values-driven community. The values below refer to the community’s core principles and ethics. These values directly map onto the principles embedded into the tool itself and are reected in how OpenRefine, the tool, is conceptualized, built, maintained, taught, and used.
Expand All @@ -26,13 +22,10 @@ We recognize that building and supporting a tool that meets the important vision
* Curious
* Community-driven



### Respectful of Diverse Backgrounds & Expertise

We celebrate that people come to the OpenRefine tool and community from varying backgrounds, identities, technical abilities, geographies, privileges, industries, linguistic backgrounds, and more. We honor the experiences of our users and contributors and aim to develop features and training that encourage and nourish diverse engagement with the tool, prioritizing accessibility and usability to broaden reach and impact.


### Approachable

We ensure that OpenRefine is inviting and supportive of all participants by providing various on-ramps to engagement with the tool and community, including but not limited to clear documentation, thoughtful mentorship and training, and by prioritizing ease-of-use and participation across backgrounds and skill-levels. We expect everyone to engage with kindness, warmth, patience, and an unwavering commitment to mutual support.
Expand Down