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

Add a Call for Hosts #596

Merged
merged 2 commits into from
Jul 6, 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
50 changes: 50 additions & 0 deletions 2024/callforhosts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# JuliaCon 2025 Call for Hosts

The JuliaCon Executive Committee will consider proposals to host JuliaCon 2025. Following the usual JuliaCon rotation of locations (alternating between the Americas and Europe), JuliaCon 2025 is planned to be held in the US or the Americas. Proposals must be from active researchers or other community members, not from a conference management entity. Proposers must have had previous JuliaCon experience (for example, participation in the conference, volunteering at the conference including serving on the program committee, etc.). Selected proposals will be asked to submit further details and will be advised in its preparation. Proposals should be brief (2 to four pages) and should contain information on:

- the site (local infrastructure, hotels and venues to consider that can accommodate JuliaCon requirements and travel connections, as well as Audio/Visual availability and constraints),

- the local organization team (the local chair(s) and key volunteers, their experience in running conferences, or meetups, their prior experience with JuliaCon, their experience with Julia and the Julia community) and

- key budget item estimates (including hotel room rates, meeting space cost, catering costs, etc.). These do not have to be proper quotes for the initial proposal, but should reflect typical expenses in your area.

Proposals should be emailed to [[email protected]](mailto:[email protected])

### Responsibilities

The executive committee appoints the program chair(s), finance chair(s), sponsorship chair(s), proceedings chair(s) and DEI chair(s) and other global committee positions. The local committee is typically responsible for:

- Solicitation and early negotation of the venue (which may or may not be a hotel or conference center. Often university's provide adequate venues).
- Solicitation and management of local vendors including but not limited to catering, audiovisual services, print services, hotels and accommodations, and merchandise services.
- Coordination with other local entities including local government, local user groups and general software development inclusion groups, tourism/commerce boards, local academic centers, etc.
- Local sponsorship generation
- Attending weekly organization meetings (the local chair or the entire local committee may attend)
- Conference week responsibilities including volunteer management, booth and conference floor layout and management, signage (potentially designed by the global committee), audiovisual management, shipping and handling, etc.
- Visa letters which may be required for entry by international attendees

The global committee is typically responsible for:

- Program: Call for proposals, proposal review, scheduling etc.
- Finance: Final contract negotiations, management of resources, approval of spending, ticket sales.
- Sponsorship: Coordination with existing sponsors and soliciting new sponsors.
- Proceedings: Management and publication of JuliaCon Proceedings.
- DEI: Ensuring that the conference remains inclusive and available to the widest range of community members. Management of JuliaCon scholarships, diversity events, and conference conduct incidents.
- Along with *online/community* advertising and marketing

The local committee is free to determine the extent of its involvement in global committee responsibilities.

### Evaluation Criteria

The proposal may include, as appendices, brochures or other printed material concerning the locale and conference facilities, if these are available. The global committee will negotiate with proposed hotel venues directly, if the venue is a university or similar entity the local chairs may be involved in this negotiation. The proposal will be evaluated using the following criteria:

- Economic viability
- Community and/or academic reputation of key volunteers
- Level of commitment
- Transport and accessibility, especially for international travelers
- Maintaining a balance between different locations
- Experience of the organizers in hosting conferences
- Size of the Julia community in the area

JuliaCon is committed to diversity, equity, and inclusion, in all of its activities, and aims to recruit volunteers representative of the diversity of the Julia community as well as the broader software development and research communities.

For more information please contact [[email protected]](mailto:[email protected])
6 changes: 0 additions & 6 deletions 2024/volunteer.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,6 @@ The JuliaCon committee is composed entirely of volunteer organizers and can be r
link="https://www.linkedin.com/in/g-thomas/",
img="/assets/2024/img/committee/gareth.jpg"
}
\committeemember{
name="Kevin O'Brien",
info="""Media and Publicity <a href="https://twitter.com/dragonflystats">Twitter</a>""",
link="https://twitter.com/dragonflystats",
img="/assets/2024/img/committee/dragonfly.png"
}
\committeemember{
name="Carsten Bauer",
info="""Proceedings Chair <a href="https://github.com/carstenbauer">GitHub</a>""",
Expand Down
4 changes: 2 additions & 2 deletions config.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,14 @@ configuration = Dict(
"Store" => "/2024/store",
"Sponsor" => "/2024/sponsor",
"Venue" => "/2024/travel",
"Childcare" => "/2024/dei",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any reason to remove a link to the DEI page?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise LGTM. I will post a link to this page on Discourse.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can't add people to childcare afaik, and there is still a link to it under Guidelines. @skygering is that reasonable to you? Happy to do something different

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also have this in the main page:
image
so I think it should be safe to place this in submenu.

"Volunteer" => "/2024/volunteer",
"Job board" => "/2024/jobboard",
"Guidelines" => [
"Code of Conduct" => "/2024/coc",
"Accessibility" => "/2024/accessibility",
"Diversity and Inclusion" => "/2024/dei"
]
],
"Call for Hosts" => "/2024/callforhosts"
]
),
)
Expand Down