diff --git a/about/index.html b/about/index.html index db7f008..8b3ebc7 100644 --- a/about/index.html +++ b/about/index.html @@ -1 +1 @@ - About Us
Julia Gender Inclusive

With a combination of community building, targeted outreach, education, mentorship, and mutual support, we are addressing potential causes of gender under-representation in the Julia community.

Our pledge

In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender (including identity and expression), level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.

Our standards

As part of the Julia community, we abide by the Julia community standards. In addition, we strive to create a positive environment. Examples of behavior that contributes to creating a positive environment include:

Examples of unacceptable behavior by participants include:

Scope

This Code of Conduct applies both within community spaces and in public spaces when an individual is representing our community. Examples of representing our community include using an official project e-mail address, posting via an official social media account, or acting as a representative at an online or offline event.

Attribution

This Code of Conduct is adapted from the Julia Gals code of conduct, which in turn was adapted from the Contributor Covenant, version 1.4, with additions from the Julia community standards.

For answers to common questions about this code of conduct, see here.

CC BY-SA 4.0 Julia Gender Inclusive. Last modified: September 07, 2024. Website built with Franklin.jl and the Julia programming language.
\ No newline at end of file + About Us
Julia Gender Inclusive

With a combination of community building, targeted outreach, education, mentorship, and mutual support, we are addressing potential causes of gender under-representation in the Julia community.

Our pledge

In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender (including identity and expression), level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.

Our standards

As part of the Julia community, we abide by the Julia community standards. In addition, we strive to create a positive environment. Examples of behavior that contributes to creating a positive environment include:

Examples of unacceptable behavior by participants include:

Scope

This Code of Conduct applies both within community spaces and in public spaces when an individual is representing our community. Examples of representing our community include using an official project e-mail address, posting via an official social media account, or acting as a representative at an online or offline event.

Attribution

This Code of Conduct is adapted from the Julia Gals code of conduct, which in turn was adapted from the Contributor Covenant, version 1.4, with additions from the Julia community standards.

For answers to common questions about this code of conduct, see here.

Organizers

FiroozehDastur jakobjpeters rowanxshi ztangent
CC BY-SA 4.0 Julia Gender Inclusive. Last modified: September 07, 2024. Website built with Franklin.jl and the Julia programming language.
\ No newline at end of file diff --git a/assets/about/code/organizers.jl b/assets/about/code/organizers.jl new file mode 100644 index 0000000..2038b33 --- /dev/null +++ b/assets/about/code/organizers.jl @@ -0,0 +1,18 @@ +# This file was generated, do not modify it. # hide +#hideall +raw = read(`curl https://github.com/orgs/JuliaGenderInclusive/people`, String) +matches = eachmatch(r"", raw); +extract_avatarurl(m) = first(match(r"src=\"(.*?)\"", m.match).captures) +extract_username(m) = first(match(r"alt=\"@(.*?)\"", m.match).captures) +profileurl(username) = "http://www.github.com/$username" + +function websitelink(m) + avatarurl = extract_avatarurl(m) + username = extract_username(m) + profile = profileurl(username) + "[![$username]($avatarurl)]($profile)" +end + +for m in matches + websitelink(m) |> println +end \ No newline at end of file diff --git a/assets/about/code/output/organizers.out b/assets/about/code/output/organizers.out new file mode 100644 index 0000000..bf86ad1 --- /dev/null +++ b/assets/about/code/output/organizers.out @@ -0,0 +1,4 @@ +[![FiroozehDastur](https://avatars.githubusercontent.com/u/45834627?s=96&v=4)](http://www.github.com/FiroozehDastur) +[![jakobjpeters](https://avatars.githubusercontent.com/u/59785931?s=96&v=4)](http://www.github.com/jakobjpeters) +[![rowanxshi](https://avatars.githubusercontent.com/u/37481598?s=96&v=4)](http://www.github.com/rowanxshi) +[![ztangent](https://avatars.githubusercontent.com/u/440935?s=96&v=4)](http://www.github.com/ztangent) diff --git a/assets/about/code/output/organizers.res b/assets/about/code/output/organizers.res new file mode 100644 index 0000000..97896a0 --- /dev/null +++ b/assets/about/code/output/organizers.res @@ -0,0 +1 @@ +nothing \ No newline at end of file diff --git a/index.html b/index.html index 955c5d3..b5a414c 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ - Julia Gender Inclusive
Julia Gender Inclusive

We are an initiative to promote gender diversity and inclusion within the wider Julia community.

We welcome anyone who sees their gender as under-represented within this community, including women, non-binary people, trans people of all genders, and people exploring or questioning their gender. Because gender is multifaceted, we are intentionally being general about what gender under-representation means.

Join

Sign up to join if you see your gender as under-represented within the Julia community!

Events

We run a few events:

CC BY-SA 4.0 Julia Gender Inclusive. Last modified: September 07, 2024. Website built with Franklin.jl and the Julia programming language.
\ No newline at end of file + Julia Gender Inclusive
Julia Gender Inclusive

We are an initiative to promote gender diversity and inclusion within the wider Julia community.

We welcome anyone who sees their gender as under-represented within this community, including women, non-binary people, trans people of all genders, and people exploring or questioning their gender. Because gender is multifaceted, we are intentionally being general about what gender under-representation means.

Join

Sign up to join if you see your gender as under-represented within the Julia community!

Events

We run a few events:

CC BY-SA 4.0 Julia Gender Inclusive. Last modified: September 07, 2024. Website built with Franklin.jl and the Julia programming language.
\ No newline at end of file