From d5a9f85bd27d58db7cc4983e5906cf1292062a8a Mon Sep 17 00:00:00 2001
From: BkPankaj
Date: Wed, 31 Jul 2024 12:25:02 +0530
Subject: [PATCH] Adding about and updating blogs
---
docs/_data/navigation.yml | 63 +++--------
docs/_pages/about.md | 62 ++++++++++-
docs/_posts/2024-05-11-comm-w1_2.md | 2 +-
docs/_site/about/index.html | 10 --
docs/_site/feed.xml | 2 +-
docs/_site/index.html | 142 +++++--------------------
docs/about.md | 17 ---
docs/assets/images/GSoC-Horizontal.png | Bin 0 -> 54842 bytes
docs/assets/images/logo.png | Bin 42930 -> 75738 bytes
docs/index.md | 51 ++++-----
10 files changed, 125 insertions(+), 224 deletions(-)
delete mode 100644 docs/_site/about/index.html
create mode 100644 docs/assets/images/GSoC-Horizontal.png
diff --git a/docs/_data/navigation.yml b/docs/_data/navigation.yml
index 06abec8..61d9525 100644
--- a/docs/_data/navigation.yml
+++ b/docs/_data/navigation.yml
@@ -3,10 +3,10 @@ main:
url: /
- title: "Blogs"
url: /blogs/
- - title: "About me"
- url: /about/
+ - title: "About"
+ url: /About/
- title: "Github"
- url: /tags/
+ url: https://github.com/TheRoboticsClub/gsoc2024-Pankaj_Borade
# left side bar
docs:
@@ -14,56 +14,25 @@ docs:
url: /blogs/
children:
- title: "Community Bonding - Week 1"
- url: /community-bonding-week1
+ url: /community-bonding-week1/
- title: "Community Bonding - Week 2"
- url: /CBW2
+ url: /community-bonding-week2/
- title: "Community Bonding - Week 3"
- url: /CBW3
+ url: /community-bonding-week3/
- title: "Coding Period - Week 1"
- url: /CPW1
+ url: /coding-week1/
- title: "Coding Period - Week 2"
- url: /CPW2
+ url: /coding-week2/
- title: "Coding Period - Week 3"
- url: /CPW3
+ url: /coding-week3/
- title: "Coding Period - Week 4"
- url: /CPW4
+ url: /coding-week4/
- title: "Coding Period - Week 5"
- url: /CPW5
- - title: "Coding Period - Week 6"
- url: /CPW6
- - title: "Coding Period - Week 7"
- url: /CPW7
+ url: /coding-week5/
+ - title: "Coding Period - Week 6,7"
+ url: /coding-week6-7/
- title: "Coding Period - Week 8"
- url: /CPW8
+ url: /coding-week8/
- title: "Coding Period - Week 9"
- url: /CPW9
- - title: "Coding Period - Week 10"
- url: /CPW10
- - title: "Coding Period - Week 11"
- url: /CPW11
- - title: "Coding Period - Week 12"
- url: /CPW12
- - title: "Mid term Evaluation"
- url: /midEval
- - title: "Final term Evaluation"
- url: /fte
-
- - title: About
- children:
- - title: About the project
- url: /about/
- - title: About Me
- url: /aboutMe/
- - title: Summary
- url: /summary/
-
- - title: Video Logs
- children:
- - title: Youtube
- url: /vlogs/
- - title: Issues & PR
- children:
- - title: Issues
- url: /issue/
- - title: Pull Request
- url: /pr
\ No newline at end of file
+ url: /coding-week9/
+
\ No newline at end of file
diff --git a/docs/_pages/about.md b/docs/_pages/about.md
index 26aa254..7262897 100644
--- a/docs/_pages/about.md
+++ b/docs/_pages/about.md
@@ -1,4 +1,62 @@
---
-permalink: /about/
-title: "About"
+layout: single
+permalink: /About/
+categories: jekyll update
+sidebar:
+ nav: "docs"
---
+
+
+Namaste Amazing people,
+
+Thank you for showing interest in reading about me and blogs. Let me Introduce myself to you.
+
+My name is Pankaj Borade, and I am a final-year student at Sardar Vallabhbhai National Institute of Technology (SV-NIT Surat), pursuing Electronics and Communication Engineering. I’m currently a part of the Google Summer of Code 2024 under JdeRobot. I will be mentored by Dr. José María Cañas and Toshan Luktuke from JdeRobot.
+
+I have a strong interest in developing skills in software development and robotics. I am passionate about technology and have gained experience working on various development projects using technologies such as React, Node.js, Docker, MongoDB, ROS2, Unity3D, C#, AWS, JavaScript, GitHub Actions, Python, HTML, and CSS. Additionally, I possess excellent problem-solving skills and a sound understanding of data structures, algorithms, and object-oriented programming concepts in C++.
+
+### Programming Background and Projects
+Through my academic journey, I have completed several projects and internships.
+
+**My internships include:**
+
+1. **Full Stack Developer (Human-Robot Interface) Intern - ARTPARK, Indian Institute of Science (IISc), Bangalore (Jan 2024 - April 2024)**:
+ - Development of the ReactJS-based user interface and dockerized the middleware
+ - Deployment of UI and middleware on AWS
+ - Integrated the stack with the robot and enhanced the middleware
+
+2. **Software Developer (Embedded) Intern - Anantkaal, Surat (May 2023 - June 2023)**:
+ - Worked on the implementation of RS485, MODBUS, and external flash memory with the STM32 microcontroller
+
+**My projects include:**
+
+1. **Shiva 3.4 Humanoid Robot (Nov 2015-Present)**:
+ - Started building this robot in 8th grade
+ - Capable of tasks like talking, listening, walking, and dancing
+ - Communicates via Bluetooth through the Shiva 3.4 app
+ - Ongoing efforts to refine custom commands, improve balance, and implement feedback systems
+
+2. **Robocon (Aug 2021-June 2023)**:
+ - Represented SVNIT in the prestigious Robocon India competition
+ - Successfully implemented PID-controlled three and four-wheel omni drive systems using an inverse kinematics algorithm
+ - Interfaced various components such as stepper motors, servo motors, drives, and pneumatics with a PS4 controller, enabling intuitive control
+ - Integrated encoder and IMU sensors into the system
+
+3. **Four-legged Robot (July 2023-Dec 2023)**:
+ - This project was my final year BTech project
+ - The robot utilizes the Real-Time Operating System (RTOS) ESP32 for executing tasks such as walking, crawling, and making turns
+ - Simulated transmitter and receiver circuits using Multisim and designed the PCB on EasyEDA
+
+4. **StudentConnect Hub (July 2023-Aug 2023)**:
+ - Developed a website where students can easily report problems and track their progress
+ - Implemented verification-based registration through ID card PDF submission with hierarchical complaint forwarding to ensure timely solutions
+ - Technologies utilized include HTML, CSS, ReactJS, Node.js, JavaScript and MongoDB
+
+ ### Google Summer of Code
+ Google Summer of Code (GSoC) is a global program that brings student developers into open source software development. It offers students stipends to work on a three-month programming project under the guidance of expert mentors from participating open-source organizations. GSoC has been instrumental in introducing students to the vast world of open-source software, fostering innovative thinking, and facilitating the creation of various essential software tools.
+
+ ### JdeRobot
+ JdeRobot is an open-source toolkit that simplifies the complex task of building robotics applications. It promotes the integration of existing nodes or libraries, and provides various tools, libraries, and reusable nodes for robotics, artificial intelligence, and computer vision. It is fully compatible with the Robot Operating System (ROS) and supports multiple languages, including C++, Python, and JavaScript. JdeRobot is particularly renowned for its contributions to robotics education and game development, machine learning in robotics, and reconfigurable computing in robotics.
+
+ ### VisualCircuit
+ VisualCircuit is a platform developed by JdeRobot that allows users to program robotic intelligence using a visual language consisting of blocks and wires, similar to electronic circuits. This solution by JdeRobot simplifies the process for those who want to create code for robotics applications such as Deep Learning, ROS, etc.
\ No newline at end of file
diff --git a/docs/_posts/2024-05-11-comm-w1_2.md b/docs/_posts/2024-05-11-comm-w1_2.md
index 0e04940..d75ac60 100644
--- a/docs/_posts/2024-05-11-comm-w1_2.md
+++ b/docs/_posts/2024-05-11-comm-w1_2.md
@@ -1,7 +1,7 @@
---
title: "Community Bonding Week 1"
categories: jekyll update
-permalink: /s/
+permalink: /community-bonding-week1/
toc_label: Table of Content
toc: true
sidebar:
diff --git a/docs/_site/about/index.html b/docs/_site/about/index.html
deleted file mode 100644
index d5a2b78..0000000
--- a/docs/_site/about/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at jekyllrb.com
-
-
You can find the source code for Minima at GitHub:
-jekyll /
-minima
-
-
You can find the source code for Jekyll at GitHub:
-jekyll /
-jekyll
-
diff --git a/docs/_site/feed.xml b/docs/_site/feed.xml
index 4aa85b7..884bee6 100644
--- a/docs/_site/feed.xml
+++ b/docs/_site/feed.xml
@@ -1,4 +1,4 @@
-Jekyll2024-07-29T17:52:55+05:30http://localhost:4000/gsoc2024-Pankaj_Borade/feed.xmlGSoC 2024 VisualCircuit Block Library - JdeRobotPankaj Keshav BoradeCoding Period Week 2: June 04 ~ June 102024-06-10T00:00:00+05:302024-06-10T00:00:00+05:30http://localhost:4000/gsoc2024-Pankaj_Borade/code-w2Welcome to the second week of Coding Week progress. In the Monday meeting, we discussed the minimum tasks required for the midterm evaluation, reviewed the previous tasks, and assigned tasks for the next week. One of the issues in VisualCircuit is that it doesn’t generate internal scripts for nested blocks. This issue prevents the creation of complex robotics applications. To address this, I will be modifying the block composition this week. Additionally, I created a basic frontend test and installation process within GitHub Actions. This week, I will work on the first global test with GitHub Actions.
+Jekyll2024-07-31T12:18:54+05:30http://localhost:4000/gsoc2024-Pankaj_Borade/feed.xmlGSoC 2024 VisualCircuit Block Library - JdeRobotPankaj Keshav BoradeCoding Period Week 2: June 04 ~ June 102024-06-10T00:00:00+05:302024-06-10T00:00:00+05:30http://localhost:4000/gsoc2024-Pankaj_Borade/code-w2Welcome to the second week of Coding Week progress. In the Monday meeting, we discussed the minimum tasks required for the midterm evaluation, reviewed the previous tasks, and assigned tasks for the next week. One of the issues in VisualCircuit is that it doesn’t generate internal scripts for nested blocks. This issue prevents the creation of complex robotics applications. To address this, I will be modifying the block composition this week. Additionally, I created a basic frontend test and installation process within GitHub Actions. This week, I will work on the first global test with GitHub Actions.
To know more about my previous experiences and projects
+
My name is Pankaj Borade, and I am a final-year student at Sardar Vallabhbhai National Institute of Technology (SV-NIT Surat), pursuing Electronics and Communication Engineering. I’m incredibly thrilled to be a part of this GSoC 2024 program, where I’ll be making meaningful contributions to VisualCircuit by JdeRobot, an open-source platform that allows users to program robotic intelligence using a visual language consisting of blocks and wires.
-
-
+
This GSoC Project focuses on adding a global block composition feature, resolving nested issues, modifying the current version single dependency codebase to multi-level dependency, implementing two or more demo robotics applications, expanding the block library, automating the testing of Visual Circuit and its documentation using GitHub Actions, and releasing the new version with all issue fixes. The journey from Day 0 to the current progress is illustrated in the progress blog.
diff --git a/docs/about.md b/docs/about.md
index 8b4e0b2..8b13789 100644
--- a/docs/about.md
+++ b/docs/about.md
@@ -1,18 +1 @@
----
-layout: page
-title: About
-permalink: /about/
----
-This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/)
-
-You can find the source code for Minima at GitHub:
-[jekyll][jekyll-organization] /
-[minima](https://github.com/jekyll/minima)
-
-You can find the source code for Jekyll at GitHub:
-[jekyll][jekyll-organization] /
-[jekyll](https://github.com/jekyll/jekyll)
-
-
-[jekyll-organization]: https://github.com/jekyll
diff --git a/docs/assets/images/GSoC-Horizontal.png b/docs/assets/images/GSoC-Horizontal.png
new file mode 100644
index 0000000000000000000000000000000000000000..7eb0f65cfe9ed3c386e17623ca2a35d3198e2313
GIT binary patch
literal 54842
zcmZ^~V{|3|wl*3YD;?YF*tR=H$F}WsY}FAY85=wgzNh6PKrxpSu3MiZHn1;Qmo#5mWW2vD$-xaqhFbY49)G7XE?_t4jN2HZRHTvj0ut
ze-ZT0281OsWaDJ9xI})ktzUJOhpY9y$`u}DlGLF1JdhN6$d&}i{(l+x_v4x*`ig!)
zQKEXIW6*83&&$p2`rts;zOeVByC*g;okXjN!`z%23vs>R%>Vlg|4jlYDyZi7<|kO>
z{E@#+$I%Yh;I}Iy2tPxJuC_vH{&~C4Bka+q%P-Bqb