diff --git a/_config.yml b/_config.yml index c4943ed..a8b6e94 100644 --- a/_config.yml +++ b/_config.yml @@ -53,5 +53,4 @@ kramdown: enable_coderay: false parse_block_html: true # default for kramdown is false. This will enable using Markdown links - theme: jekyll-theme-slate \ No newline at end of file diff --git a/_data/pics_uasat_collaborators.yml b/_data/pics_uasat_collaborators.yml new file mode 100644 index 0000000..fb0a9fb --- /dev/null +++ b/_data/pics_uasat_collaborators.yml @@ -0,0 +1,10 @@ +- title: C-DAC + image: C-DAC.jpg +- title: IIT Goa + image: iit goa.png +- title: NIT_Silchar + image: nit_silchar.png +- title: IIT Jammu + image: IIT_Jammu.png +- title: NIELIT_Calicut + image: NIELIT_Calicut.png \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html index a96e2b9..cab9918 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -18,6 +18,7 @@
  • Research
  • Funding
  • EU_Funding
  • +
  • UASAT
  • (Pics)
  • diff --git a/_pages/UASAT.md b/_pages/UASAT.md index 597c0c0..9fadd7d 100644 --- a/_pages/UASAT.md +++ b/_pages/UASAT.md @@ -17,12 +17,12 @@ permalink: /uasat/
    - ![Image Alt Text](/images/eufunding/MeitY.jpg) + ![Image Alt Text](/images/uasat/MeitY.jpg)
    - ![Image Alt Text](/images/eufunding/IIITH logo.png) + ![Image Alt Text](/images/uasat/IIITH logo.png)
    @@ -37,16 +37,50 @@ The project **SwaYaan-Capacity Building Human Resource Development(UASAT)**, Mei - To promote entrepreneurial mindset and nurture technical talent among the student community through innovative interventions such as Bootcamps and Proof-of Concepts. - To nurture technical talent and ideation among the student community through IPR generation, Competitions, Workshops / Conferences, etc. -In this regard, five (5) Work-Themes are identified to create a full-fledged ecosystem in UAS/Drone and related technologies. The Work Theme (WT) includes (1) Drone Electronics (involving Sensors, Onboard Computers, Communication Technology etc.) (2) GNC Algorithms & Simulation (3) Aeromechanics (4) Drone Applications (including domain-specific applications & security) and (5) Allied UAS Technologies (Data Analysis, AI/ML, loT, Cloud Computing etc.) +In this regard, five Work-Themes are identified to create a full-fledged ecosystem in UAS/Drone and related technologies. The Work Theme (WT) includes: +- Drone Electronics (involving Sensors, Onboard Computers, Communication Technology etc.) +- GNC Algorithms & Simulation +- Aeromechanics +- Drone Applications (including domain-specific applications & security) +- Allied UAS Technologies (Data Analysis, AI/ML, loT, Cloud Computing etc.) -### Project UASAT aims to meet various deliverables and targets through implementation of various components under three major Activity Verticals including: -- (a) Capacity and Capability building, -- (b) Ideation and Innovation & -- (c) Human Resource Development with an aim to create around 40,000 + Professionals trained in Drones and related areas through 1500+ activities over the period of 5 Years. +### Project UASAT aims to achieve the following deliverables and targets: -To accomplish the objectives under the defined work-themes, a National Ecosystem is being created by 30 Institutions distributed across various states of India in a hub and spoke model with five (5) IISc/IITs/IIITs as Resource Centres (RC), fifteen (15) IITs, NITs and IIITDMs as Participating Institutes (PI-Academic) and ten (10) C-DAC/NIELIT Centres as Participating Institutes (PI-C-DAC/ NIELIT Centres) to conduct various activities under different verticals with IIITDM, Kurnool and C-DAC, Hyderabad as a part of Project Management Unit (PMU) +It aims to meet various deliverables and targets through implementation of various components under three major Activity Verticals including: +- Capacity and Capability building, +- Ideation and Innovation +- Human Resource Development with an aim to create around 40,000 + Professionals trained in Drones and related areas through 1500+ activities over the period of 5 Years. -### Collaborators +To accomplish the objectives under the defined work-themes, a National Ecosystem is being created by 30 Institutions distributed across various states of India in a hub and spoke model with five IISc/IITs/IIITs as Resource Centres (RC), fifteen IITs, NITs and IIITDMs as Participating Institutes (PI-Academic) and ten C-DAC/NIELIT Centres as Participating Institutes (PI-C-DAC/ NIELIT Centres) to conduct various activities under different verticals with IIITDM, Kurnool and C-DAC, Hyderabad as a part of Project Management Unit (PMU) + +### WTEG Collaborators + + + + {% assign number_printed = 0 %} {% for pic in site.data.pics_uasat_collaborators %} @@ -58,19 +92,19 @@ To accomplish the objectives under the defined work-themes, a National Ecosystem {% endif %}
    - +
    {% assign number_printed = number_printed | plus: 1 %} -{% if even_odd > 2 %} +{% if even_odd > 1 %}
    {% endif %} {% endfor %} -{% assign even_odd = number_printed | modulo: 4 %} +{% assign even_odd = number_printed | modulo: 3 %} {% if even_odd == 1 %} {% endif %} @@ -81,7 +115,7 @@ To accomplish the objectives under the defined work-themes, a National Ecosystem {% if even_odd == 3 %} -{% endif %} +{% endif %} --> diff --git a/images/uasat/Indian_Institute_of_Technology,_Jammu_Logo.png b/images/uasat/IIT_Jammu.png similarity index 100% rename from images/uasat/Indian_Institute_of_Technology,_Jammu_Logo.png rename to images/uasat/IIT_Jammu.png diff --git a/images/uasat/MeitY logo.jpg b/images/uasat/MeitY.jpg similarity index 100% rename from images/uasat/MeitY logo.jpg rename to images/uasat/MeitY.jpg diff --git a/images/uasat/images.png b/images/uasat/NIELIT_Calicut.png similarity index 100% rename from images/uasat/images.png rename to images/uasat/NIELIT_Calicut.png diff --git a/images/uasat/download.png b/images/uasat/nit_silchar.png similarity index 100% rename from images/uasat/download.png rename to images/uasat/nit_silchar.png