-
Notifications
You must be signed in to change notification settings - Fork 32
docs: add internship call blog post #141
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
Changes from 2 commits
193d71f
5acfc31
3da7493
73f3127
068539a
6ef8ceb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,214 @@ | ||||||
| --- | ||||||
| title: "Call for Interns 2024-02" | ||||||
| slug: internship-call-2-2024 | ||||||
| date: 2024-04-20 | ||||||
| authors: | ||||||
| - Ever Vino | ||||||
| tags: | ||||||
| - community | ||||||
| - internship | ||||||
| - OpenScienceLabs | ||||||
| categories: | ||||||
| - internship | ||||||
| - community | ||||||
| - Technological Collaboration | ||||||
| - Open Source | ||||||
| - Mentors | ||||||
| - Technology Students | ||||||
| description: > | ||||||
| The Open Science Labs (OSL) has announced its Internship and | ||||||
| Learning Program for the second cycle of 2024, in collaboration with The GRAPH | ||||||
| Network. | ||||||
| thumbnail: "/header.jpg" | ||||||
| template: "blog-post.html" | ||||||
| --- | ||||||
|
|
||||||
| <style> | ||||||
| table { | ||||||
| border-collapse: collapse; | ||||||
| width: 100%; | ||||||
| margin: 20px 0; | ||||||
| overflow: hidden; | ||||||
| box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); | ||||||
| } | ||||||
|
|
||||||
| th, td { | ||||||
| border: 1px solid #ddd; | ||||||
| padding: 12px; | ||||||
| text-align: left; | ||||||
| transition: background-color 0.3s; | ||||||
| color: #000; /* Cambio del color del texto a negro */ | ||||||
| } | ||||||
|
|
||||||
| th { | ||||||
| background-color: #74c69d; /* Color del título */ | ||||||
| color: #000; | ||||||
| } | ||||||
|
|
||||||
| td { | ||||||
| background-color: #d8f3dc; | ||||||
| } | ||||||
|
|
||||||
| tr:hover td { | ||||||
| background-color: #f2f2f2; | ||||||
| } | ||||||
|
|
||||||
| pre { | ||||||
| background-color: #f8f8f8; | ||||||
| padding: 10px; | ||||||
| border: 1px solid #ddd; | ||||||
| overflow-x: auto; | ||||||
| } | ||||||
|
|
||||||
| a { | ||||||
| color: #3498db; | ||||||
| text-decoration: none; | ||||||
| } | ||||||
|
|
||||||
| a:hover { | ||||||
| text-decoration: underline; | ||||||
| } | ||||||
| </style> | ||||||
|
|
||||||
| <!-- # Intro --> | ||||||
|
|
||||||
| This program presents valuable opportunities for both mentors and student/collaborators to engage and grow, despite being an unpaid initiative. | ||||||
|
|
||||||
| ## Summary of steps to got into internship program | ||||||
|
|
||||||
| - Choose a project of your interest. Please read the project ideas document and see if yout meet the prerequisites or the stack required (normally the mentor rejects applicants if they do not meet the stack required) | ||||||
| - Contact to the project mentor through email with the following info. | ||||||
| - Curriculum Vitae | ||||||
| - The project name | ||||||
| - Project idea name | ||||||
| - Motivation for wanting to collaborate on that specific project. | ||||||
| - The mentor will assign you a minor issue to solve. (This step is required to check if the applicant knows git) | ||||||
| - After solving the issue The mentor will ask you to fill a form via LinkedIn | ||||||
|
||||||
| - The seleted applicant will be contated via email on May 20 week | ||||||
|
|
||||||
| Candidates are reminded of the importance of having prior knowledge of Git. Additionally, candidates should join the [OSL Discord](https://opensciencelabs.org/discord) to stay updated on announcements related to the Internship Program. | ||||||
|
|
||||||
| Do not forget about the timeline and if you have any more questions do not hesitate to contact us through [email protected] | ||||||
|
||||||
| Do not forget about the timeline and if you have any more questions do not hesitate to contact us through [email protected] | |
| Please keep in mind the timeline, and if you have any more questions, do not hesitate to contact us at [email protected]. |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| The following is the timeline for the OSL Internship Program Cycle 2024-01: | |
| Here is the timeline for the OSL Internship Program Cycle 2024-02: |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - **April, 22**: Call for Interns/Apprentices opens. | |
| - **April 22**: Call for Interns/Apprentices opens. |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - **May, 13**: Deadline for Interns/Apprentices applications. | |
| - **May 13**: Deadline for Interns/Apprentices applications. |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - **May, 20**: Announcement of approved Interns/Apprentices and start of bounding period | |
| - **May 20**: Announcement of approved Interns/Apprentices and start of the bonding period. |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - **May, 27**: Official Start Date of Internship Period; an alternative for projects not | |
| - **May 27**: Official Start Date of the Internship Period; an alternative for projects not |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - **July, 8**: Mid-term Evaluation. | |
| - **July 8**: Mid-term Evaluation. |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - **August, 26**: Final Evaluation. | |
| - **August 26**: Final Evaluation. |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - **September, 3**: Official End Date; Certification process begins. | |
| - **September 3**: Official End Date; Certification process begins. |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Below is the list of projects participating in the current internship cycle. Each project includes key details to help candidates understand the scope and requirements. | |
| Below is the list of projects participating in the current internship cycle. Each entry provides key details to assist candidates in understanding the scope and requirements of the projects. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it would be nice to add to this list a link to: https://opensciencelabs.org/blog/first-time-contributors/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually, it is not just about git, this step is important to check if the candidate would be able to accomplish with the tasks in the proposal.
it could mean knowledge about git/github, ability to set up and run the project locally, ability to navigate the project sources, execute pre-commit, etc and ability to identify issues pointed locally or CI (although sometime with help from the mentors), etc
At the end, we can also point to this first time contributor guide: https://opensciencelabs.org/blog/first-time-contributors/