Skip to content

Commit

Permalink
[Update]: Updated current site for EKLAVYA 2024 (#195)
Browse files Browse the repository at this point in the history
* remove last year projects and reset leaderboard

* update year and data for 2024

* update year from 2023 to 2024 in site header and hide tasks tab

* update header

* update yml file and minor changes
  • Loading branch information
NachtSpyder04 authored May 13, 2024
1 parent e3adc03 commit cadb923
Show file tree
Hide file tree
Showing 90 changed files with 83 additions and 7,382 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Eklavya 2023 Site
# Eklavya 2024 Site

This is the repository for the Eklavya 2023 website. The website is built using [Jekyll](https://jekyllrb.com/), a static site generator. The website is hosted on [GitHub Pages](https://pages.github.com/).
This is the repository for the Eklavya 2024 website. The website is built using [Jekyll](https://jekyllrb.com/), a static site generator. The website is hosted on [GitHub Pages](https://pages.github.com/).
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# -----------------------------------------------------------------------------

title: blank # the website title (if blank, full name will be used instead)
first_name: Eklavya 2023
first_name: Eklavya 2024
middle_name:
last_name:
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{%- if site.title == "blank" -%}
{%- if site.first_name -%}
<!-- <span class="font-weight-bold">{{- site.first_name -}}&nbsp;</span> -->
<img src="{{ site.baseurl }}/assets/img/Eklavya_2023_j-removebg-preview.png" alt="heading" style="width: 300px; height: 40px; object-fit: cover; object-position: 0% 45%">
<img src="{{ site.baseurl }}/assets/img/EKLAVYA_2024__6_-removebg-preview.png" alt="heading" style="width: 300px; height: 40px; object-fit: cover; object-position: 0% 45%">
{%- endif -%}
{%- if site.middle_name -%}
{{- site.middle_name -}}&nbsp;
Expand Down
2 changes: 1 addition & 1 deletion _layouts/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% if site.title == "blank" -%}<span class="font-weight-bold">{{ site.first_name }}</span> {{ site.middle_name }} {{ site.last_name }}{%- else -%}{{ site.title }}{%- endif %}
</h1> -->
<!-- add image for heading -->
<img src="{{ site.baseurl }}/assets/img/Eklavya_2023_j-removebg-preview.png" alt="heading" style="width: 300px; height: 60px; object-fit: cover; object-position: 50% 25%;">
<img src="{{ site.baseurl }}/assets/img/EKLAVYA_2024__6_-removebg-preview.png" alt="heading" style="width: 500px; height: 100px; object-fit: cover; object-position: 50% 25%;">
<p class="desc">{{ page.subtitle }}</p>
</header>

Expand Down
2 changes: 1 addition & 1 deletion _news/announcement_1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
date: 2023 June 20
date: 2024 May 14
inline: true
related_posts: false
---
Expand Down
12 changes: 0 additions & 12 deletions _news/announcement_2.md

This file was deleted.

22 changes: 7 additions & 15 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,24 @@ layout: about
title: Home
permalink: /

profile:
align: right
image: Profile.png
image_circular: false # crops the image to make it circular
address: >
<p>VJTI, Mumbai</p>


news: true # includes a list of news items
latest_posts: true # includes a list of the newest posts
social: true # includes social icons at the bottom of the page
---

SRA had conducted various workshops over the course of this year, starting from Inception till MARIO where we tried to give you exposure to various domains:
C++/Python programming, embedded systems, ROS (Robot Operating System), OpenCV (Image processing), interesting theory (meh) and exciting hands-on hardware experience 😎
Now, it's time to utilise all the knowledge you gained from these workshops in your own research level projects.
SRA has organized workshops throughout the year, from Inception to MARIO, covering topics such as C++/Python programming, embedded systems, ROS (Robot Operating System), OpenCV (Image Processing), interesting theory (meh), and hands-on hardware experience. Now it's time to apply all you've learned from these sessions to your own research level projects.

Eklavya presents you the opportunity to work on projects in various domains where you will be mentored by your seniors over the coarse of two whole months!
Here's the link of all projects with their respective domains.
EKLAVYA offers you the opportunity to work on projects in a variety of fields while being mentored by your seniors for two months. Here's a link to all projects and their related websites.

Whether you are applying for an internship or trying to lit your profile just to brag among your buddies, the level of projects you do in your undergrad life provides you the edge on the same and on top of that, doing a project at the end of the first year itself is a big achievement.
Whether you are applying for an internship or simply seeking to boost your profile to brag to your friends, the level of projects you complete during your undergraduate studies gives you an advantage, and executing a project at the conclusion of your first year is a significant accomplishment.

How can we participate in this mentorship program?

Here's the procedure for the program:

1. Logic building and technical round
1. Logic building and technical round:
Here you will get tasks with a defined problem statement and you’ll have to solve it with knowledge you gained from the workshops.
For this round you need a team of two members.
TIP: Try to have a teammate who has access to SRA board as it might come handy for the tasks
Expand All @@ -40,12 +32,12 @@ Top performers in this round will go for the next round

So, when is the technical round?

First round starts from 28th June and ends on 8th of July.
First round starts from 10th June and ends on 17th June.

What preparations should I do for the first round

1. Go through SRA exclusive resources, i.e. ppts from workshops and assignments
Note: assignments will be prioritized in your selections as well, so do attempt all the incomplete assignment s from all workshops
Note: assignments will be prioritized in your selections as well, so do attempt all the incomplete assignments from all workshops

And that's it! 😤

Expand Down
8 changes: 6 additions & 2 deletions _pages/leaderboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nav_order: 2
horizontal: false
---

<div id="leaderboard">
<!-- <div id="leaderboard">
<table class="table" id="leaderboardTable">
<thead>
<tr>
Expand All @@ -18,9 +18,13 @@ horizontal: false
</tr>
</thead>
<tbody id="leaderboardBody">
<!-- Table rows will be dynamically generated here -->
</tbody>
</table>
</div> -->

<div class="alert alert-secondary text-center" role="alert">
Competing team's scores will be revealed here. Stay tuned!
</div>

<script src="{{ '/assets/js/leaderboard.js' | relative_url }}"></script>
29 changes: 0 additions & 29 deletions _pages/leaderboard_temporary.md

This file was deleted.

2 changes: 1 addition & 1 deletion _pages/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: page
title: Eklavya Projects
permalink: /projects/
description: Have a look at the projects you can work on in the Ekavya Mentorship Program.
description: Have a look at the projects you can work on in the Eklavya Mentorship Program.
nav: true
nav_order: 2
horizontal: false
Expand Down
62 changes: 0 additions & 62 deletions _pages/tasks.md

This file was deleted.

20 changes: 0 additions & 20 deletions _projects/DIY_language.md

This file was deleted.

18 changes: 0 additions & 18 deletions _projects/EMG_ArmBand.md

This file was deleted.

19 changes: 0 additions & 19 deletions _projects/FPGA_Video_Processing.md

This file was deleted.

19 changes: 0 additions & 19 deletions _projects/GPGPU-with-CUDA.md

This file was deleted.

21 changes: 0 additions & 21 deletions _projects/GestureSense.md

This file was deleted.

21 changes: 0 additions & 21 deletions _projects/Handwriting gen.md

This file was deleted.

21 changes: 0 additions & 21 deletions _projects/ML Model on FPGA.md

This file was deleted.

Loading

0 comments on commit cadb923

Please sign in to comment.