Skip to content

Commit

Permalink
docs: add internship call blog post (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
EverVino committed Apr 22, 2024
1 parent 202bde0 commit 1a4e678
Show file tree
Hide file tree
Showing 2 changed files with 212 additions and 0 deletions.
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.
212 changes: 212 additions & 0 deletions pages/blog/internship-call-2-2024/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,212 @@
---
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 verify if the applicant is able to solve the project tasks.)
- After solving the issue The mentor will ask you to fill a form via google forms.
- The selected applicant will be contacted via email on May 20.

Candidates should have a basic understanding of Git and how to contribute. For guidance, we recommend reading this [blog post](https://opensciencelabs.org/blog/first-time-contributors/) designed for first-time contributors. Additionally, to stay informed about announcements related to the Internship Program, candidates are encouraged to join the [OSL Discord](https://opensciencelabs.org/discord).

Please keep in mind about the timeline, and if you have any more questions do not hesitate to contact us at team@opensciencelabs.org.

## Timeline

The following is the timeline for the OSL Internship Program Cycle 2024-02:

- **April 22**: Call for Interns/Apprentices opens.
- **May 13**: Deadline for Interns/Apprentices applications.
- **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
selected by GSoC to run under the OSL Internship Program with The Graph Network support.
- **July 8**: Mid-term Evaluation.
- **August 26**: Final Evaluation.
- **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 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 [ivan.ogasawara@gmail.com](mailto:ivan.ogasawara@gmail.com)
- **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 [ivan.ogasawara@gmail.com](mailto:ivan.ogasawara@gmail.com)
- **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 [ivan.ogasawara@gmail.com](mailto:ivan.ogasawara@gmail.com)
- **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 [evervino00@gmail.com](mailto:evervino00@gmail.com)
- **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 (evervino00@gmail.com)
- **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 [ivan.ogasawara@gmail.com](mailto:ivan.ogasawara@gmail.com)
- **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 [joaofelipenp@gmail.com](mailto:joaofelipenp@gmail.com)
- **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 [ivan.ogasawara@gmail.com](mailto:ivan.ogasawara@gmail.com)
- **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 [ivan.ogasawara@gmail.com](mailto:ivan.ogasawara@gmail.com)
- **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 (ivan.ogasawara@gmail.com)
- **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 (ivan.ogasawara@gmail.com)
- **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
---

- **First Time Contributors:** In this [blog post](https://opensciencelabs.org/blog/first-time-contributors/) you will find useful information about how to do your first contribution in projects.
- **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.

0 comments on commit 1a4e678

Please sign in to comment.