Skip to content

Commit a7a7358

Browse files
committed
Add GSoC 2025 project ideas
1 parent a6f9f73 commit a7a7358

21 files changed

+541
-10
lines changed

2024/coming-soon.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
We are working on the project ideas. We will update it soon. If you have a new idea, feel free to add an issue to our <a href="https://github.com/Cloud-CV/GSoC-Ideas">GSoC Project Ideas repository</a>

2024/footer.html

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<!-- Footer -->
2+
<footer>
3+
<div class="container">
4+
<div class="row">
5+
<div class="col-md-8">
6+
<!-- <ul class="list-inline">
7+
<li>
8+
<a href="/#home">Home</a>
9+
</li>
10+
<li class="footer-menu-divider">&sdot;</li>
11+
<li>
12+
<a href="/#about">About</a>
13+
</li>
14+
<li class="footer-menu-divider">&sdot;</li>
15+
<li>
16+
<a href="/#projects">Projects</a>
17+
</li>
18+
<li class="footer-menu-divider">&sdot;</li>
19+
<li>
20+
<a href="/#mentor">Mentor</a>
21+
</li> -->
22+
<!-- <li class="footer-menu-divider">&sdot;</li>
23+
<li>
24+
<a href="/gsoc">GSoC</a>
25+
</li> -->
26+
<!-- </ul> -->
27+
<p class="copyright text-muted small fw-300">Copyright © 2022 CloudCV. All Rights Reserved.</p>
28+
<p class="copyright text-muted small fw-300">Site based on OpenSUSE's <a href="https://github.com/openSUSE/mentoring">mentoring</a> project.</p>
29+
</div>
30+
</div>
31+
</div>
32+
<script>
33+
(function(i, s, o, g, r, a, m) {
34+
i['GoogleAnalyticsObject'] = r;
35+
i[r] = i[r] || function() {
36+
(i[r].q = i[r].q || []).push(arguments)
37+
}, i[r].l = 1 * new Date();
38+
a = s.createElement(o),
39+
m = s.getElementsByTagName(o)[0];
40+
a.async = 1;
41+
a.src = g;
42+
m.parentNode.insertBefore(a, m)
43+
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
44+
45+
ga('create', 'UA-45466017-3', 'auto');
46+
ga('send', 'pageview');
47+
</script>
48+
</footer>

2024/gsoc-accepted-projects.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<section id="projects">
2+
<div class="container">
3+
<div class="row">
4+
<div class="col-md-12">
5+
<h2>Google Summer of Code 2016 Projects</h2>
6+
<div class="row">
7+
{% for project in site.gsoc_current limit:5 %}
8+
{% include project.html %}
9+
{% endfor %}
10+
</div>
11+
<div class="row">
12+
{% for project in site.gsoc_current offset:3 %}
13+
{% include project.html %}
14+
{% endfor %}
15+
</div>
16+
</div>
17+
</div>
18+
</div>
19+
</section>

2024/gsoc-summary.html

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
<section id="gsoc-previous">
2+
<div class="container">
3+
<div class="row">
4+
<div class="col-lg-12 col-sm-12">
5+
<hr class="section-heading-spacer">
6+
<div class="clearfix"></div>
7+
<h2 class="section-heading">Successful projects</h2>
8+
<div id="portfolio" class="lead">
9+
<div class="row">
10+
{% for post in site.posts reversed %}
11+
{% if post.type == 'gsoc' %}
12+
<div class="col-md-4 col-sm-6 portfolio-item">
13+
<a data-toggle="modal" class="portfolio-link" href="#gsocModal{{ post.modal_id }}">
14+
<div class="portfolio-hover">
15+
<div class="portfolio-hover-content">
16+
<i class="fa fa-plus fa-3x"></i>
17+
</div>
18+
</div>
19+
<img alt="" class="img-responsive" src="/img/gsoc/{{ post.img }}">
20+
</a>
21+
<div class="portfolio-caption">
22+
<h4>{{ post.title }}</h4>
23+
<p class="text-muted"></p>
24+
</div>
25+
</div>
26+
{% endif %}
27+
{% endfor %}
28+
</div>
29+
<p class="small">
30+
This is just a small selection of projects, you can find all of them on <a href="https://www.google-melange.com">Google Melange</a>.
31+
</p>
32+
</div>
33+
</div>
34+
</div>
35+
</div>
36+
</section>
37+
38+
{% for post in site.posts %}
39+
{% if post.type == 'gsoc' %}
40+
<div class="portfolio-modal modal fade" id="gsocModal{{ post.modal_id }}" tabindex="-1" role="dialog" aria-hidden="true">
41+
<div class="modal-content">
42+
<div class="close-modal" data-dismiss="modal">
43+
<div class="lr">
44+
<div class="rl">
45+
</div>
46+
</div>
47+
</div>
48+
<div class="container">
49+
<div class="row">
50+
<div class="col-lg-8 col-lg-offset-2">
51+
<div class="modal-body">
52+
<h2>{{ post.title }}</h2>
53+
<hr class="star-primary">
54+
<h3>Mentor: {{ post.mentor }}</h3>
55+
<h3>Mentee: {{ post.mentee }}</h3>
56+
<img alt="" class="img-responsive" src="/img/gsoc/{{ post.img }}">
57+
<p>{{ post.content }}</p>
58+
<a href="{{ post.website }}" type="button" class="btn btn-primary" ><i class="fa fa-search"></i> More Information</a>
59+
<button type="button" class="btn btn-danger" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
60+
</div>
61+
</div>
62+
</div>
63+
</div>
64+
</div>
65+
</div>
66+
{% endif %}
67+
{% endfor %}

2024/head.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<head>
2+
3+
<meta charset="utf-8">
4+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<meta name="description" content="{{ site.description }}">
7+
<meta name="author" content="{{ site.author }}">
8+
9+
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
10+
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.url }}">
11+
12+
<!-- Bootstrap Core CSS -->
13+
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
14+
15+
<!-- Custom CSS -->
16+
<link href="{{ site.baseurl }}/css/landing-page.css" rel="stylesheet">
17+
18+
<!-- Custom Fonts -->
19+
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
20+
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
21+
22+
<link rel="shortcut icon" href="/img/favicon.png">
23+
24+
<meta property="og:type" content="website">
25+
<meta property="og:url" content="https://gsoc.cloudcv.org/">
26+
<meta property="og:title" content="CloudCV GSoC-2024 Ideas">
27+
<meta property="og:description" content="GSoC-2024 Project Ideas List for CloudCV">
28+
<meta property="og:image" content="">
29+
30+
<meta name="twitter:card" content="summary_large_image">
31+
<meta name="twitter:domain" value="https://cloudcv.org/">
32+
<meta name="twitter:title" value="@project_cloudcv">
33+
<meta name="twitter:description" value="Building platforms for reproducible AI research">
34+
<meta name="twitter:image" content="https://cloudcv.org/961a192a4f4976694fa1e08a00ae213a.png">
35+
<meta name="twitter:url" value="https://gsoc.cloudcv.org">
36+
<meta name="twitter:label1" value="GSOC-2024">
37+
<meta name="twitter:data1" value="CloudCV Project Ideas">
38+
</head>

2024/header.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<section id="home">
2+
<div class="intro-header {% if page.slug != null %} intro-header-{{page.slug}} {% endif %}">
3+
<div class="container">
4+
<div class="row">
5+
<div class="col-lg-12">
6+
<div class="intro-message">
7+
<h1 class="fw-400">{{page.title}}</h1>
8+
<hr class="intro-divider">
9+
<ul class="list-inline intro-social-buttons">
10+
<li>
11+
<a href="#mentor" class="btn btn-default btn-lg"><i class="fa fa-male fa-fw"></i> <span class="fw-300 network-name">I'm a Mentor</span></a>
12+
</li>
13+
<li>
14+
<a href="#about" class="btn btn-default btn-lg"><i class="fa fa-child fa-fw"></i> <span class="fw-300 network-name">I'm a Student</span></a>
15+
</li>
16+
</ul>
17+
</div>
18+
</div>
19+
</div>
20+
</div>
21+
<!-- /.container -->
22+
</div>
23+
<!-- /.intro-header -->
24+
</section>

2024/index.html

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
---
2+
layout: default
3+
title: GSOC - 2024
4+
redirect_from:
5+
- /mentor/index.html
6+
---
7+
8+
{% include header.html %}
9+
10+
<section id="about">
11+
<div class="container">
12+
<div class="row">
13+
<div class="col-lg-8 col-lg-offset-2" id="mentee-guidelines">
14+
<h2 class="text-center fw-400">About CloudCV</h2>
15+
<p class="lead">
16+
{% include teaser.md %}
17+
</p>
18+
</div>
19+
</div>
20+
</div>
21+
</section>
22+
23+
{% for post in site.posts reversed %}
24+
{% if post.type == 'project-2024' %}
25+
{% capture thecycle %}{% cycle 'odd', 'even' %}{% endcapture %}
26+
{% if thecycle == 'odd' %}
27+
<section>
28+
<div class="container">
29+
<div class="row valign-center">
30+
<div class="col-lg-5 col-sm-6">
31+
<hr class="section-heading-spacer">
32+
<div class="clearfix"></div>
33+
<h2 class="section-heading fw-400">{{ post.title }}</h2>
34+
<h4>
35+
{% for technology in post.technologies %}
36+
<span class="label label-info">{{ technology }}</span>
37+
{% endfor %}
38+
</h4>
39+
<div class="lead">{{ post.content }}
40+
</div>
41+
<p class="{{ post.title }}-placeholder project-placeholder">Please wait for loading the projects ...</p>
42+
<div>
43+
<table style="display: none" data-url="https://api.github.com/repos/{{ site.github_organization }}/{{ site.github_repository }}/issues?state=open&labels=GSoC-2024" class="table {{ post.title }}-table">
44+
<caption class="fw-300">Participate in the issue corresponding to this project to get started</caption>
45+
<thead>
46+
<tr>
47+
<th></th>
48+
<th></th>
49+
</tr>
50+
</thead>
51+
<tbody>
52+
</tbody>
53+
</table>
54+
</div>
55+
<div class="text-center">
56+
<a href="{{ post.website }}"><i class="fa fa-rss-square fa-2x icon-mentoring"></i></a>
57+
<a href="{{ post.github }}"><i class="fa fa-github fa-2x icon-mentoring"></i></a>
58+
</div>
59+
</div>
60+
<div class="col-lg-6 col-lg-offset-1 col-sm-6">
61+
<img class="img-responsive" src="../img/projects/{{ post.img }}" alt="">
62+
</div>
63+
</div>
64+
</div>
65+
<!-- /.container -->
66+
</section>
67+
{% else %}
68+
<section>
69+
<div class="container">
70+
<div class="row valign-center">
71+
<div class="col-lg-5 col-lg-offset-1 col-sm-push-6 col-sm-6">
72+
<hr class="section-heading-spacer">
73+
<div class="clearfix"></div>
74+
<h2 class="section-heading">{{ post.title }}</h2>
75+
<h4>
76+
{% for technology in post.technologies %}
77+
<span class="label label-info">{{ technology }}</span>
78+
{% endfor %}
79+
</h4>
80+
<div class="lead">{{ post.content }}</div>
81+
<p class="{{ post.title }}-placeholder project-placeholder">Please wait for loading the projects ...</p>
82+
<div>
83+
<table style="display: none" data-url="https://api.github.com/repos/{{ site.github_organization }}/{{ site.github_repository }}/issues?state=open&labels=GSoC-2024" class="table {{ post.title }}-table">
84+
<caption class="fw-300">Participate in the issue corresponding to this project to get started</caption>
85+
<thead>
86+
<tr>
87+
<th></th>
88+
<th></th>
89+
</tr>
90+
</thead>
91+
<tbody>
92+
</tbody>
93+
</table>
94+
</div>
95+
<div class="text-center">
96+
<a href="{{ post.website }}" target="_blank"><i class="fa fa-rss-square fa-2x icon-mentoring"></i></a>
97+
<a href="{{ post.github }}" target="_blank"><i class="fa fa-github fa-2x icon-mentoring"></i></a>
98+
</div>
99+
</div>
100+
<div class="col-lg-6 col-sm-pull-6 col-sm-6">
101+
<img class="img-responsive" src="../img/projects/{{ post.img }}" alt="">
102+
</div>
103+
</div>
104+
<!-- /.container -->
105+
</div>
106+
</section>
107+
{% endif %}
108+
{% endif %}
109+
{% endfor %}
110+
111+
{% include mentor.html %}
112+
{% include mentor_process.html %}

2024/js.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!-- jQuery Version 1.11.0 -->
2+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
3+
4+
<!-- Plugin JavaScript -->
5+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js "></script>
6+
7+
<!-- Bootstrap Core JavaScript -->
8+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
9+
10+
<!-- Custom Theme JavaScript -->
11+
<script src="{{ site.baseurl }}/js/landing-page.js"></script>
12+
<script src="{{ site.baseurl }}/js/markdown.js"></script>
13+
<script src="{{ site.baseurl }}/js/github.js"></script>
14+
<!-- <script src="js/redirect.js"></script>
15+
<script src="../js/redirect.js"></script> -->

2024/mentor.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<section id="mentor">
2+
<div class="container">
3+
<div class="row">
4+
<div class="col-lg-8 col-lg-offset-2" id="mentor-guidelines">
5+
<h2 class="text-center fw-400">Become a Mentor!</h2>
6+
<p class="lead fw-300">
7+
Mentoring is very important to the future of CloudCV.
8+
It introduces new people to the world of open source software
9+
who will enrich our community with their ideas and talents.
10+
</p>
11+
<p class="lead fw-300">
12+
Apart from technical skills, being a mentor requires your time,
13+
a clear roadmap for your project and good organization skills. If you think
14+
you would be a good fit to mentor one of our projects, do reach out to us!
15+
</p>
16+
<!-- <p class="lead fw-300">
17+
Fill this <a href="https://forms.gle/ihpeLBiUrshp7rVw9" target="_blank">form</a> if you have relevant
18+
experience & want to mentor.
19+
</p> -->
20+
</div>
21+
</div>
22+
</div>
23+
</section>

2024/mentor_process.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<section id="mentor-process">
2+
<div class="container">
3+
<div class="row">
4+
<div class="col-lg-5 col-lg-offset-1 col-sm-push-6 col-sm-6">
5+
<hr class="section-heading-spacer">
6+
<div class="clearfix"></div>
7+
<h2 class="section-heading fw-400">Okay, let's mentor!</h2>
8+
<p class="fw-300">
9+
<span class="fa-stack fa-fw icon-mentoring">
10+
<i class="fa fa-square-o fa-stack-2x"></i>
11+
<i class="fa fa-flag fa-stack-1x"></i>
12+
</span>
13+
Have your own idea? Add an issue to our <a href="https://github.com/Cloud-CV/GSoC-Ideas"
14+
target="_blank">GSoC-Ideas repository</a>.
15+
</p>
16+
<p class="fw-300">
17+
<span class="fa-stack fa-fw icon-mentoring">
18+
<i class="fa fa-square-o fa-stack-2x"></i>
19+
<i class="fa fa-globe fa-stack-1x"></i>
20+
</span>
21+
In case of queries, you can <a href="https://join.slack.com/t/cloudcv-community/shared_invite/zt-1rkm0m8pw-TBkjRjx~_GyIvMVlF5iDHg" target="_blank">contact</a> us.
22+
</p>
23+
<p class="fw-300">
24+
<span class="fa-stack fa-fw icon-mentoring">
25+
<i class="fa fa-square-o fa-stack-2x"></i>
26+
<i class="fa fa-envelope fa-stack-1x"></i>
27+
</span>
28+
Email: <a target="_blank" href="mailto:[email protected]" rel="noopener noreferrer">[email protected]</a>
29+
</p>
30+
</div>
31+
<div class="col-lg-5 col-sm-pull-6 col-sm-6">
32+
<img class="img-responsive" src="{{ site.baseurl }}/img/mentor_summit.jpg" alt="">
33+
</div>
34+
</div>
35+
</div>
36+
</section>

0 commit comments

Comments
 (0)