Skip to content

Commit e0c0834

Browse files
committed
pages: Improve os internship page
1 parent 4e92335 commit e0c0834

File tree

2 files changed

+179
-0
lines changed

2 files changed

+179
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
---
2+
title: "Intern Project Proposal Template"
3+
description: "Intern Project Proposal Template"
4+
date: "2024-01-09"
5+
authors: ["OSL Team"]
6+
template: single-sidebar.html
7+
---
8+
9+
```
10+
Instructions:
11+
12+
* Remove HTML Comments: Please delete all content found within HTML
13+
comment tags, denoted by <!-- and --> (in the source code of this file).
14+
* Replace Placeholders: Look for text enclosed in square brackets [ and ].
15+
Replace this placeholder text with relevant information.
16+
* Remove Square Brackets: After replacing the placeholders, ensure to remove
17+
the square brackets [ and ] themselves.
18+
```
19+
20+
```
21+
# [Project Proposal Name]
22+
23+
## Candidate Info
24+
25+
- **Name:** [Candidate's Name]
26+
- **GitHub:** [Candidate's GitHub URL]
27+
- **Email:** [Candidate's Email]
28+
- **Twitter/X:** [Candidate's Twitter/X URL]
29+
- **University Course:** [Current or Last University Course Name]
30+
- **University:** [Current or Last University Name]
31+
- **Time Zone:** [Candidate's Current Timezone]
32+
33+
**Bio:**
34+
35+
[Provide a one or two-paragraph bio of the candidate.]
36+
37+
## Project Overview
38+
39+
- **Project:** [Desired Project Name]
40+
- **Project Idea/Plan:** [Desired Project Idea]
41+
- **Expected Time (hours):** [Total Time Dedicated Over 3 Months]
42+
43+
### Abstract
44+
45+
[Provide a brief abstract of the project idea/plan.]
46+
47+
### Mentors
48+
49+
[List the mentors for this internship project.]
50+
51+
### Implementation Plan
52+
53+
[Describe the tasks according to the project plan/idea.]
54+
55+
### Benefits to the Community
56+
57+
[Explain how the project will benefit the community or users.]
58+
59+
## Planned Workflow
60+
61+
[Detail your planned workflow, including the project management methodology,
62+
frequency and focus of mentor meetings, progress tracking, and task management
63+
strategies.]
64+
65+
## Deliverables
66+
67+
[List all expected deliverables, such as new features, documentation updates,
68+
tutorials, and blog posts. Consider writing a blog post for each major feature
69+
or bug fix.]
70+
71+
## Timeline
72+
73+
[Provide a detailed timeline of the internship, including key dates and tasks.
74+
This should include Community Bonding Period activities, task periods, blog post
75+
submission dates, and Midterm and Final evaluation schedules.]
76+
77+
| Dates | Tasks |
78+
| :---- | :---- |
79+
| | |
80+
81+
## Previous Contributions to the Project
82+
83+
[Summarize your contributions to the project, including the number of merged
84+
PRs, resolved issues, or types of contributions.]
85+
86+
### Pull Requests
87+
88+
[List all contributed PRs with titles, numbers, links, and their status.]
89+
90+
| Pull Request Title/Number | Status |
91+
| :------------------------ | :----- |
92+
| | |
93+
94+
### Issues
95+
96+
[List all resolved issues with titles, numbers, links, and their status.]
97+
98+
| Issue Title/Number | Status |
99+
| :----------------- | :----- |
100+
| | |
101+
102+
## Why This Project?
103+
104+
[Explain your motivation for choosing this project.]
105+
106+
## Availability
107+
108+
[Confirm your availability during the internship, including weekly hours, other
109+
commitments, and a plan for catching up if behind schedule.]
110+
111+
## Post-OSL Internship Program
112+
113+
[Outline any plans for continuing contributions to the project post-internship.]
114+
```
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
title: "Projects Ideas Template"
3+
description: "Projects Ideas Template"
4+
date: "2023-11-01"
5+
authors: ["OSL Team"]
6+
template: single-sidebar.html
7+
---
8+
9+
```
10+
Instructions:
11+
12+
* Remove HTML Comments: Please delete all content found within HTML
13+
comment tags, denoted by <!-- and --> (in the source code of this file).
14+
* Replace Placeholders: Look for text enclosed in square brackets [ and ].
15+
Replace this placeholder text with relevant information.
16+
* Remove Square Brackets: After replacing the placeholders, ensure to remove
17+
the square brackets [ and ] themselves.
18+
* Add Additional Content: If you have more Project Ideas to include, please
19+
add them at the end of the document. Follow the provided template format for
20+
consistency.
21+
```
22+
23+
```
24+
## Project Idea 1: [Project Idea 1 Title]
25+
26+
### Abstract
27+
28+
[Short summary or abstract of Project Idea 1]
29+
30+
### License
31+
32+
[Project License Name]: [Link to the project license]
33+
34+
### Code of Conduct
35+
36+
[Link to the Code of Conduct]
37+
38+
### Current State
39+
40+
[Current status or progress of Project Idea 1]
41+
42+
### Tasks
43+
44+
[List of specific tasks for Project Idea 1]
45+
46+
### Expected Outcomes
47+
48+
[Desired results or achievements for Project Idea 1]
49+
50+
### Details
51+
52+
- Prerequisites:
53+
- [List prerequisites here]
54+
- Expected Time: [#] hours (note: minimum 350 hours)
55+
- Potential Mentor(s): [Mentor 1, Mentor 2, ...]
56+
<!-- names of all potential mentors, separated by commas -->
57+
58+
### References
59+
60+
[Include any relevant links or resources for this project idea]
61+
62+
---
63+
64+
<!-- Add more project ideas below using the same template as above -->
65+
```

0 commit comments

Comments
 (0)