Skip to content

Commit

Permalink
add resources page (#272)
Browse files Browse the repository at this point in the history
* add resources page

* clean up

* more clean up
  • Loading branch information
carlosmalt authored Jan 3, 2024
1 parent cb4e790 commit 01d3dab
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 3 deletions.
Binary file added assets/media/resources.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions config/_default/menus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ main:
parent: programs
url: "/education"
weight: 30
# - name: 📚 Guides & Resources
# url: "#guides"
# weight: 30
- name: 📚 Resources
url: resources
weight: 35
# - name: 🙋 Community & Network
# url: "#community"
# weight: 30
Expand All @@ -40,6 +40,7 @@ main:
weight: 40
- name: 🎪 Events
url: "event"
weight: 50
# - name: 💚 Members
# url: "#members"
# weight: 50
Expand Down
119 changes: 119 additions & 0 deletions content/resources/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
---
title: '📚 Resources'
authors: [elovell]
date: 2023-10-16

# Listing view
#view: compact

# Optional header image (relative to `assets/media/` folder).
image:
placement: 3
focal_point: "Center"
filename: 'resources.png'
---

## Fellowship/Internship Programs \[Paid\]

- [Outreachy Internships](https://www.outreachy.org)
- [Major League Hacking's MLH Fellowship](https://fellowship.mlh.io)
- [Linux Foundation Mentorship Programs](https://www.linuxfoundation.org/about/mentorship-programs/) (global
/ anyone 18+)
- [Google Summer of Code](https://summerofcode.withgoogle.com) (global
/ any newcomer 18+)

## Fellowship/Internship Programs \[Unpaid\]

- [CodeDay Labs](https://labs.codeday.org) (undergraduate,
tracked by experience level)
- [MinT](https://mentorsintech.com) (undergraduate,
emphasis on overlooked and underserved students)

## Preparation Programs \[Unpaid\]

- [GitHub's All In for Students](https://allinopensource.org/students/) (US
only / students enrolled part time or full time at specific
categories of 4-year institutions)
- [MLH Fellowship Prep Program](https://fellowship.mlh.io/programs/prep) (global
/ [mostly students 18+)


## Teaching Open Source

- [Teaching Open Source](https://teachingopensource.org) (website,
mailing list, virtual talks)
- [Foss2serve](http://foss2serve.org) (faculty
teaching with humanitarian projects, POSSE workshops)

## Self-Learning / Friendly Entry Points

- [Open Source Basics](https://www.youtube.com/watch?v%3DupxUAI-fAtE) (Emily's
favorite intro video, featuring a cookie recipe theme!)
- [How to Open Source](https://howtoopensource.dev)
- [Hacktoberfest](https://hacktoberfest.com) (annual
event)
- [GitHub's Open Source Guides](https://opensource.guide)
- [Linux Foundation Open Source Guides](https://www.linuxfoundation.org/resources/open-source-guides)
- ["Open Source Masterclass" MOOC](https://opensourcemasterclass.org/)

## Finding an Issue/Project

- [Up for Grabs](https://up-for-grabs.net/)
- [Code Triage](https://www.codetriage.com)
- [Good First Issue](https://goodfirstissue.dev)

## Community

- [Community Blueprint](http://openinfra.dev/experience) (share
your story!)
- [Cyberscape zine](https://www.canva.com/design/DAFfXNmlV6c/ROH5x8hi8iorow2sT-fxVA/edit?utm_content%3DDAFfXNmlV6c%26utm_campaign%3Ddesignshare%26utm_medium%3Dlink2%26utm_source%3Dsharebutton)
- [The Open Source Way](https://www.theopensourceway.org)
- [Open Source Diversity](https://opensourcediversity.org) (open
source DEI hub)
- [Contributor Covenant](https://www.contributor-covenant.org) (code
of conduct for communities)

## Oft-Referenced Books

- [The Art of Community, by Jono Bacon](https://www.jonobacon.com/books/artofcommunity/)
- [The Cathedral and the Bazaar, by Eric S. Raymond](http://www.catb.org/~esr/writings/cathedral-bazaar/)

## Best Practices & Metrics

- [TODO Group](https://todogroup.org)
- [CHAOSS](https://chaoss.community)
- [OSPO++](https://ospoplusplus.org)

## Platform-Agnostic Open Source Conferences

- [Open Source Summit North America](https://events.linuxfoundation.org/open-source-summit-north-america/)
- [All Things Open](https://www.allthingsopen.org)
- [FOSSY](https://fossy.us)

## Funding

- [NSF POSE](https://www.nsf.gov/pubs/2022/nsf22572/nsf22572.htm)
- [Alfred P. Sloan Foundation's Better Software for Science](https://sloan.org/programs/digital-technology/better-software-for-science)
- [Schmidt Futures' Creating Platforms for Scale](https://www.schmidtfutures.com/our-work/creating-platforms-for-scale/)
- [Mozilla Foundation](https://foundation.mozilla.org/en/what-we-fund/)

## Licensing

- [Choose a License](https://choosealicense.com/)
- [TLDR Legal](https://www.tldrlegal.com)
- [Wikipedia's article on Open Source License](https://en.wikipedia.org/wiki/Open-source_license)
- [UC's Open Source Software Resources](https://security.ucop.edu/resources/open-source-software-licensing.html)

## Jobs

- [OpenStack Jobs Board](https://www.openstack.org/community/jobs/)

## UC Santa Cruz Specific Support/Resources

- [Center for Research in Open Source Software (CROSS)](https://cross.ucsc.edu/)
- [Genomics Institute](https://genomics.ucsc.edu/)
- [Hardware Systems Collective](https://hsc.ucsc.edu/)
- [VLSI Design & Automation Group](https://github.com/vlsida)
- [Santa Cruz Institute of Particle Physics](https://scipp.science.ucsc.edu/outreach/)
- [UCSC OpenLab](https://openlabresearch.com/)
- [Industry Alliances & Technology Commercialization (IATC) Office](https://officeofresearch.ucsc.edu/iatc/index.html)

0 comments on commit 01d3dab

Please sign in to comment.