Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
Binary file added pages/blog/internship-call-2-2024/header.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
214 changes: 214 additions & 0 deletions pages/blog/internship-call-2-2024/index.md
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)
Copy link
Member

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/

- After solving the issue The mentor will ask you to fill a form via LinkedIn
Copy link
Member

Choose a reason for hiding this comment

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

Although the linkedin idea would be great, but as we have the limit of 25 applicants, I think that a lot of candidates will try to fill that without being approved by the mentors, and we will run out of spots there in the earlier stage of the application period.

for now, maybe we could have that same form we have for linkedin but in google forms structure

- 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]
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
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].


## Timeline

The following is the timeline for the OSL Internship Program Cycle 2024-01:
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
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:


- **April, 22**: Call for Interns/Apprentices opens.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- **April, 22**: Call for Interns/Apprentices opens.
- **April 22**: Call for Interns/Apprentices opens.

- **May, 13**: Deadline for Interns/Apprentices applications.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- **May, 13**: Deadline for Interns/Apprentices applications.
- **May 13**: Deadline for Interns/Apprentices applications.

- **May, 20**: Announcement of approved Interns/Apprentices and start of bounding period
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- **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.

- **May, 27**: Official Start Date of Internship Period; an alternative for projects not
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- **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

selected by GSoC to run under the OSL Internship Program with The Graph Network support.
- **July, 8**: Mid-term Evaluation.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- **July, 8**: Mid-term Evaluation.
- **July 8**: Mid-term Evaluation.

- **August, 26**: Final Evaluation.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- **August, 26**: Final Evaluation.
- **August 26**: Final Evaluation.

- **September, 3**: Official End Date; Certification process begins.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- **September, 3**: Official End Date; Certification process begins.
- **September 3**: Official End Date; Certification process begins.


## Info about participating Projects
---

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.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
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.


### ArtBox

- **Description:** ArtBox is a tool set for handling multimedia files with a bunch of useful functions.
- **Category:** Multimedia Processing.
- **Organization/Project Webpage URL:** [https://osl-incubator.github.io/artbox/](https://osl-incubator.github.io/artbox/)
- **Contact:** Ivan Ogasawara [[email protected]](mailto:[email protected])
- **Project Ideas URL:** https://github.com/osl-incubator/artbox/wiki/OSL-Internship-%E2%80%90-2024-%E2%80%90-2nd-Cycle


### ArxLang/ASTx

- **Description:** ASTx is an agnostic expression structure for AST. It is agnostic because it is not specific to any language, neither to the ArxLang project, although its main focus is to provide all needed feature for ArxLang.
- **Categories:** AST, Compiler
- **Organization/Project Webpage URL:** [https://arxlang.github.io/astx/](https://arxlang.github.io/astx/)
- **Contact:** Ivan Ogasawara [[email protected]](mailto:[email protected])
- **Project Ideas URL:** <https://github.com/arxlang/astx/wiki/OSL-Internship-%E2%80%90-2024-%E2%80%90-2nd-Cycle>

### Envers

- **Description:** Envers is a command-line tool (CLI) designed to manage and version environment variables for different deployment stages such as staging, development, and production. It provides a secure and organized way to handle environment-specific configurations.
- **Categories:** DevOps, Environment Management
- **Organization/Project Webpage URL:** [https://osl-incubator.github.io/envers/](https://osl-incubator.github.io/envers/)
- **Contact:** Ivan Ogasawara [[email protected]](mailto:[email protected])
- **Project Ideas URL:** <https://github.com/osl-incubator/envers/wiki/OSL-Internship-%E2%80%90-2024-%E2%80%90-2nd-Cycle>

### fqlearn

- **Description:** This Project aims to facilitate the teaching of unit operations and thermodynamics.
- **Categories:** Mathematical Modeling, Educational
- **Organization/Project Webpage URL:** [https://osl-pocs.github.io/fqlearn/](https://osl-pocs.github.io/fqlearn/)
- **Contact:** John Ever Vino Duran [[email protected]](mailto:[email protected])
- **Project Idea 1 URL**: <https://github.com/osl-pocs/fqlearn/issues/42>
- **Project Idea 2 URL**: <https://github.com/osl-pocs/fqlearn/issues/43>


### pymedx

- **Description**: This Project aims to fetch scientific papers metadata
- **Categories:** scrapping, educational, python, api
- **Organization/Project Webpage URL**: <https://osl-pocs.github.io/fqlearn/>
- **Contact**: John Ever Vino Duran ([email protected])
- **Project Ideas 1 URL**: <https://github.com/osl-incubator/pymedx/issues/10>
- **Project Ideas 2 URL**: <https://github.com/osl-incubator/pymedx/issues/11>
- **Project Ideas 3 URL**: <https://github.com/osl-incubator/pymedx/issues/12>


### Makim

- **Description:** Makim (or makim) is based on make and focus on improve the way to define targets and dependencies. Instead of using the Makefile format, it uses yaml format.
- **Categories:** DevOps, Automation
- **Organization/Project Webpage URL:** [https://osl-incubator.github.io/makim/](https://osl-incubator.github.io/makim/)
- **Contact:** Ivan Ogasawara [[email protected]](mailto:[email protected])
- **Project Ideas URL:** <https://github.com/osl-incubator/makim/wiki/OSL-Internship-%E2%80%90-2024-%E2%80%90-2nd-Cycle>


### noWorkflow

- **Description:** The noWorkflow project aims at allowing scientists to benefit from provenance data analysis even when they don't use a workflow system. It transparently collects provenance from Python scripts and notebooks and provide tools to support the analysis and management of the provenance.
- **Categories:** Provenance, Software Engineering
- **Organization/Project Webpage URL:** [https://gems-uff.github.io/noworkflow/](https://gems-uff.github.io/noworkflow/)
- **Contact:** João Felipe Nicolaci Pimentel [[email protected]](mailto:[email protected])
- **Project Ideas URL (only project idea 2 available):** [https://gist.github.com/JoaoFelipe/ce4cb232deb2c71d4f39afc5cbeefe2b](https://gist.github.com/JoaoFelipe/ce4cb232deb2c71d4f39afc5cbeefe2b)


### SciCookie

- **Description:** SciCookie is a template developed by [OpenScienceLabs](https://opensciencelabs.org/) that creates projects from project templates.
- **Category:** Project Templates, Scientific Software
- **Organization/Project Webpage URL:** [https://osl-incubator.github.io/scicookie](https://osl-incubator.github.io/scicookie)
- **Contact:** Ivan Ogasawara [[email protected]](mailto:[email protected])
- **Project Ideas URL:** <https://github.com/osl-incubator/scicookie/wiki/OSL-Internship-%E2%80%90-2024-%E2%80%90-2nd-Cycle>

### Sugar

- **Description:** Sugar aims to organize your stack of containers, gathering some useful scripts and keeping this information centralized in a configuration file. So the command line would be very simple.
- **Categories:** DevOps, Container Management
- **Organization/Project Webpage URL:** [https://osl-incubator.github.io/sugar/e](https://osl-incubator.github.io/sugar/)
- **Contact:** Ivan Ogasawara [[email protected]](mailto:[email protected])
- **Project Ideas URL:** <https://github.com/osl-incubator/sugar/wiki/OSL-Internship-%E2%80%90-2024-%E2%80%90-2nd-Cycle>

### ES-Journals

- **Description**: An ElasticSearch instance for serving scientific journals metadata. Currently, it has support for biorXiv and medrXiv.
- **Categories:** Servers, api
- **Organization/Project Webpage URL**: <https://github.com/thegraphnetwork-literev/es-journals>
- **Contact**: Ivan Ogasawara ([email protected])
- **Project Ideas URL**: <https://github.com/thegraphnetwork-literev/es-journals/wiki/OSL-Internship-%E2%80%90-2024-%E2%80%90-2nd-Cycle>

### Growth-Forge

- **Description**: GrowthForge is a simplified feedback exchange platform designed to facilitate periodic feedback between individuals within specific projects. It aims to streamline communication and insights sharing, enhancing project collaboration and personal development.
- **Categories:** web development, backend, frontend, python
- **Organization/Project Webpage URL**: <https://github.com/osl-incubator/growth-forge/>
- **Contact**: Ivan Ogasawara ([email protected])
- **Project Ideas URL**: <https://github.com/osl-incubator/growth-forge/wiki/OSL-Internship-%E2%80%90-2024-%E2%80%90-2nd-Cycle>


### Useful Materials and Courses
---

- **Software Carpentry Lessons:** Offering tutorials on Git, Bash, Python, R, and more, these lessons are invaluable for building a strong foundation in software development. Access the lessons at Software Carpentry.
- **Udacity CS212 - Design of Computer Programs:** This course, taught by Peter Norvig, delves into advanced programming topics and is an excellent way to deepen your understanding of computer programs. Enroll in the course at Udacity CS212.
- **The GRAPH Network Courses:** Explore a range of courses offered by The GRAPH Network, tailored to various aspects of data analysis. Find the courses at The GRAPH Network Courses.
These resources provide a great opportunity to prepare effectively for the Internship Program and to develop a broad skill set in software development and data analysis.
Copy link
Member

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/