Skip to content

Commit

Permalink
Add minor changes for GSOC 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
deshraj committed Jan 29, 2018
1 parent 0641cfa commit e53fee6
Show file tree
Hide file tree
Showing 14 changed files with 73 additions and 33 deletions.
4 changes: 2 additions & 2 deletions 2017/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h4>
</div>
<p class="{{ post.title }}-placeholder project-placeholder">Please wait for loading the projects ...</p>
<div>
<table style="display: none" data-url="https://api.github.com/repos/{{ site.github_organization }}/{{ site.github_repository }}/issues" class="table {{ post.title }}-table">
<table style="display: none" data-url="https://api.github.com/repos/{{ site.github_organization }}/{{ site.github_repository }}/issues?state=closed&labels=GSoC-2017" class="table {{ post.title }}-table">
<caption>Participate in the issue corresponding to this project to get started:</caption>
<thead>
<tr>
Expand Down Expand Up @@ -81,7 +81,7 @@ <h4>
<div class="lead">{{ post.content }}</div>
<p class="{{ post.title }}-placeholder project-placeholder">Please wait for loading the projects ...</p>
<div>
<table style="display: none" data-url="https://api.github.com/repos/{{ site.github_organization }}/{{ site.github_repository }}/issues?state=open" class="table {{ post.title }}-table">
<table style="display: none" data-url="https://api.github.com/repos/{{ site.github_organization }}/{{ site.github_repository }}/issues?state=closed&labels=GSoC-2017" class="table {{ post.title }}-table">
<caption>Participate in the issue corresponding to this project to get started:</caption>
<thead>
<tr>
Expand Down
20 changes: 20 additions & 0 deletions 2017/js.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,23 @@
<script src="{{ site.baseurl }}/js/github.js"></script>
<!-- <script src="js/redirect.js"></script>
<script src="../js/redirect.js"></script> -->
<script type="text/javascript">
function get_gsoc_hint(labels){
result = "";
current_url = window.location.href;
for(var i = 0; i < labels.length; i++) {
if (labels[i].name == 'GSoC-2017') {
if(current_url.indexOf('gsoc') > -1) {
url = current_url;
}
else{
url = current_url + "/gsoc";
}
result = "<p>You can do this project as part of the Google Summer of Code program. Click <a href='" + url + "'>here</a> for more information.</p>"
break;
}
}
return result;
}

</script>
6 changes: 0 additions & 6 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,5 @@
<link href="//oss.maxcdn.com/fontawesome/4.1.0/css/font-awesome.min.css " rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">

<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="/img/favicon.png">
</head>
2 changes: 1 addition & 1 deletion _includes/mentor_process.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2 class="section-heading">Okay, let's mentor!</h2>
</p>
</div>
<div class="col-lg-5 col-sm-pull-6 col-sm-6">
<img class="img-responsive" src="{{ site.baseurl }}/img/starbucks.jpg" alt="">
<img class="img-responsive" src="{{ site.baseurl }}/img/mentor_summit.jpg" alt="">
</div>
</div>
</div>
Expand Down
13 changes: 11 additions & 2 deletions _includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,22 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="/">{{ site.title }}</a>
<a class="navbar-brand page-scroll" href="http://cloudcv.org" target="_blank">{{ site.title }}</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a class="page-scroll" href="http://gsoc.cloudcv.org/2017/" target="_blank">GSoC 2017 Project Ideas</a>
<a class="page-scroll" href="/">GSoC 2018</a>
</li>
<li>
<a class="page-scroll" href="/2017/" target="_blank">GSoC 2017</a>
</li>
<li>
<a class="page-scroll" href="https://summerofcode.withgoogle.com/archive/2016/organizations/4785685563179008/" target="_blank">GSoC 2016</a>
</li>
<li>
<a class="page-scroll" href="https://www.google-melange.com/archive/gsoc/2015/orgs/cloudcv" target="_blank">GSoC 2015</a>
</li>
<!-- <li>
<a class="page-scroll" href="#projects">Projects</a>
Expand Down
11 changes: 11 additions & 0 deletions _posts/2018-01-29-project-2018-evalai.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: default
img: evalai_new.png
title: EvalAI
type: project-2018
technologies: [Python, Django, AngularJS, RabbitMQ, Docker, AWS]
website: https://evalai.cloudcv.org
github: https://github.com/Cloud-CV/EvalAI
description: |
---
**EvalAI** is an open source web platform that aims to help researchers, students and data scientists create, collaborate, and participate in Artificial Intelligence (AI) challenges. By simplifying and standardizing the process of benchmarking AI, we want to circumvent many of the factors impeding the rate of progress in AI.
11 changes: 11 additions & 0 deletions _posts/2018-01-29-project-2018-fabrik.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: default
img: fabrik.png
title: Fabrik
type: project-2018
technologies: [ReactJS, Python, Django]
website: http://ide.cloudcv.org
github: https://github.com/Cloud-CV/Fabrik
description: |
---
**Fabrik** is an online collaborative platform to build, visualize and train deep learning models by a simple drag-and-drop approach. It allow researchers to collaboratively develop and debug models using a web GUI that allows importing, editing and exporting networks from widely popular frameworks like Caffe and Keras.
12 changes: 12 additions & 0 deletions _posts/2018-01-29-project-2018-origami-.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: default
img: cvfy.png
title: Origami
type: project-2018
technologies: [ReactJS, Python, Flask, Docker, AWS]
website: http://origami.cloudcv.org
github: https://github.com/Cloud-CV/Origami
description: |
---

**Origami** is a AI-as-a-service that allows researchers to easily convert their deep learning models into an online service that is widely accessible to everyone without the need to setup the infrastructure, resolve the dependencies, and build a web service around the deep learning model. By lowering the barrier to entry to latest AI algorithms, we provide developers, researchers and students the ability to access any model using a simple REST API call.
2 changes: 1 addition & 1 deletion css/landing-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ h6 {
padding-bottom: 50px;
text-align: center;
color: #f8f8f8;
background: url(../img/bg.jpg) no-repeat center center;
background: url('../img/bg.jpg') no-repeat center center;
background-size: cover;
}

Expand Down
Binary file added img/mentor_summit.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/projects/evalai_new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/projects/fabrik.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 3 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,6 @@ <h2 class="text-center">About CloudCV</h2>
</div>
</section>

<div id="projects"></div>

<!-- Coming Soon Section -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2" id="mentee-guidelines">
<h2 class="text-center">Project Ideas</h2>
<p class="lead">
{% include coming-soon.md %}
</p>
</div>
</div>
</div>
</section>

<!-- Page Content -->
{% for post in site.posts reversed %}
{% if post.type == 'project-2018' %}
{% capture thecycle %}{% cycle 'odd', 'even' %}{% endcapture %}
Expand All @@ -57,7 +40,7 @@ <h4>
</div>
<p class="{{ post.title }}-placeholder project-placeholder">Please wait for loading the projects ...</p>
<div>
<table style="display: none" data-url="https://api.github.com/repos/{{ site.github_organization }}/{{ site.github_repository }}/issues" class="table {{ post.title }}-table">
<table style="display: none" data-url="https://api.github.com/repos/{{ site.github_organization }}/{{ site.github_repository }}/issues?state=open&labels=GSoC-2018" class="table {{ post.title }}-table">
<caption>Participate in the issue corresponding to this project to get started:</caption>
<thead>
<tr>
Expand All @@ -75,7 +58,7 @@ <h4>
</div>
</div>
<div class="col-lg-5 col-lg-offset-2 col-sm-6">
<img class="img-responsive" src="img/projects/{{ post.img }}" alt="">
<img class="img-responsive" src="../img/projects/{{ post.img }}" alt="">
</div>
</div>
</div>
Expand All @@ -97,7 +80,7 @@ <h4>
<div class="lead">{{ post.content }}</div>
<p class="{{ post.title }}-placeholder project-placeholder">Please wait for loading the projects ...</p>
<div>
<table style="display: none" data-url="https://api.github.com/repos/{{ site.github_organization }}/{{ site.github_repository }}/issues?state=open" class="table {{ post.title }}-table">
<table style="display: none" data-url="https://api.github.com/repos/{{ site.github_organization }}/{{ site.github_repository }}/issues?state=open&labels=GSoC-2018" class="table {{ post.title }}-table">
<caption>Participate in the issue corresponding to this project to get started:</caption>
<thead>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion js/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function get_gsoc_hint(labels){
result = "";
current_url = window.location.href;
for(var i = 0; i < labels.length; i++) {
if (labels[i].name == 'GSoC') {
if (labels[i].name == 'GSoC-2018') {
if(current_url.indexOf('gsoc') > -1) {
url = current_url;
}
Expand Down

0 comments on commit e53fee6

Please sign in to comment.