Skip to content

Commit

Permalink
Updated info sections and some updates on other pages
Browse files Browse the repository at this point in the history
  • Loading branch information
gsilano committed Dec 30, 2018
1 parent f209c74 commit ec74585
Show file tree
Hide file tree
Showing 5 changed files with 135 additions and 20 deletions.
3 changes: 2 additions & 1 deletion _bibliography/refs.bib
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ @INBOOK{Silano2019ROSVolume4
group = {book-chapters},
year = 2019,
month = 3,
status = {In press},
code = {http://github.com/gsilano/CrazyS},
abstract = {This chapter proposes a typical use case dealing with the physical simulation of autonomous robots (specifically, quadrotors) and their interfacing in ROS (Robot Operating System). In particular, we propose CrazyS, an extension of the ROS package RotorS, aimed to modeling, developing and integrating the Crazyflie 2.0 nano-quadcopter in the physics based simulation environment Gazebo. Such simulation platform allows to understand quickly the behavior of the flight control system by comparing and evaluating different indoor and outdoor scenarios, with a details level quite close to reality. The proposed extension, running on Kinetic Kame ROS version but fully compatible with the Indigo Igloo one, expands the RotorS capabilities by considering the Crazyflie 2.0 physical model, its flight control system and the Crazyflie's on-board IMU, as well. A simple case study has been considered in order to show how the package works and how the dynamical model interacts with the control architecture of the quadcopter. The contribution can be also considered as a reference guide for expanding the RotorS functionalities in the UAVs field, by facilitating the integration of new aircrafts. We released the software as open-source code, thus making it available for scientific and educational activities.},
abstract = {This chapter proposes a typical use case dealing with the physical simulation of autonomous robots (specifically, quadrotors) and their interfacing through ROS (Robot Operating System). In particular, we propose CrazyS, an extension of the ROS package RotorS, aimed to modeling, developing and integrating the Crazyflie 2.0 nano-quadcopter in the physics based simulation environment Gazebo. Such simulation platform allows to understand quickly the behavior of the flight control system by comparing and evaluating different indoor and outdoor scenarios, with a details level quite close to reality. The proposed extension, running on Kinetic Kame ROS version but fully compatible with the Indigo Igloo one, expands the RotorS capabilities by considering the Crazyflie 2.0 physical model, its flight control system and the Crazyflie's on-board IMU, as well. A simple case study has been considered in order to show how the package works and how the dynamical model interacts with the control architecture of the quadcopter. The contribution can be also considered as a reference guide for expanding the RotorS functionalities in the UAVs field, by facilitating the integration of new aircrafts. We released the software as open-source code, thus making it available for scientific and educational activities.},
}

@INPROCEEDINGS{Silano2018MetroAgriFor,
Expand Down
59 changes: 43 additions & 16 deletions assets/bibliography/ieee.csl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<category citation-format="numeric"/>
<category field="engineering"/>
<category field="generic-base"/>
<updated>2018-12-27T16:45:00+01:00</updated>
<updated>2018-12-30T17:20:00+01:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="en">
Expand Down Expand Up @@ -61,6 +61,9 @@
</if>
</choose>
</macro>
<macro name="status">
<text variable="status" text-case="capitalize-first" suffix="" font-weight="bold"/>
</macro>
<macro name="edition">
<choose>
<if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
Expand Down Expand Up @@ -248,7 +251,7 @@
</citation>
<!-- Bibliography -->
<bibliography entry-spacing="0" second-field-align="flush">
<layout suffix=".">
<layout>
<!-- Citation Number -->
<!-- <text variable="citation-number" prefix="[" suffix="]"/> -->
<!-- Author(s) -->
Expand All @@ -257,25 +260,31 @@
<choose>
<!-- Specific Formats -->
<if type="article-journal">
<group delimiter=", ">
<group delimiter=", " suffix=". ">
<text macro="title"/>
<text variable="container-title" font-style="italic" form="short"/>
<text macro="locators"/>
<text macro="page"/>
<text macro="issued"/>
</group>
<group delimiter=", " suffix=". ">
<text macro="status"/>
</group>
</if>
<else-if type="paper-conference speech inproceedings" match="any">
<group delimiter=", ">
<group delimiter=", " suffix=". ">
<text macro="title"/>
<text macro="event"/>
<text macro="page"/>
<text macro="issued"/>
<text macro="locators"/>
</group>
<group delimiter=", " suffix=". ">
<text macro="status"/>
</group>
</else-if>
<else-if type="report">
<group delimiter=", ">
<group delimiter=", " suffix=". ">
<text macro="title"/>
<text macro="publisher"/>
<group delimiter=" ">
Expand All @@ -284,68 +293,85 @@
</group>
<text macro="issued"/>
</group>
<group delimiter=", " suffix=". ">
<text macro="status"/>
</group>
</else-if>
<else-if type="thesis">
<group delimiter=", ">
<group delimiter=", " suffix=". ">
<text macro="title"/>
<text variable="genre"/>
<text macro="publisher"/>
<text macro="issued"/>
</group>
<group delimiter=", " suffix=". ">
<text macro="status"/>
</group>
</else-if>
<else-if type="webpage post-weblog" match="any">
<group delimiter=", " suffix=". ">
<text macro="title"/>
<text variable="container-title" font-style="italic"/>
<text macro="issued"/>
</group>
<group delimiter=", " suffix=". ">
<text macro="status"/>
</group>
<text macro="access"/>
</else-if>
<else-if type="patent">
<group delimiter=", ">
<group delimiter=", " suffix=". ">
<text macro="title"/>
<text variable="number"/>
<text macro="issued"/>
</group>
<group delimiter=", " suffix=". ">
<text macro="status"/>
</group>
</else-if>
<!-- Generic/Fallback Formats -->
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter=", " suffix=". ">
<text macro="title"/>
<text macro="locators"/>
</group>
<group delimiter=", ">
<text macro="page"/>
<text macro="publisher"/>
<text macro="issued"/>
</group>
<group delimiter=", " suffix=". ">
<text macro="status"/>
</group>
</else-if>
<else-if type="article-magazine article-newspaper broadcast interview manuscript map patent personal_communication song speech thesis webpage" match="any">
<group delimiter=", ">
<group delimiter=", " suffix=". ">
<text macro="title"/>
<text variable="container-title" font-style="italic"/>
<text macro="locators"/>
<text macro="publisher"/>
<text macro="page"/>
<text macro="issued"/>
</group>
<group delimiter=", " suffix=". ">
<text macro="status"/>
</group>
</else-if>
<else-if type="chapter paper-conference" match="any">
<group delimiter=", " suffix=", ">
<group delimiter=", " suffix=". ">
<text macro="chapter"/>
<group delimiter=" ">
<text term="in"/>
<text macro="title"/>
<text variable="container-title" font-style="italic"/>
</group>
<text macro="locators"/>
</group>
<text macro="editor" suffix=" "/>
<group delimiter=", ">
<text macro="editor" suffix=". "/>
<text macro="publisher"/>
<text macro="page"/>
<text macro="issued"/>
</group>
<group delimiter=", " suffix=". ">
<text macro="status"/>
</group>
</else-if>
<else>
<group delimiter=", " suffix=". ">
Expand All @@ -356,12 +382,13 @@
<text variable="container-title" font-style="italic"/>
</group>
<text macro="locators"/>
</group>
<group delimiter=", ">
<text macro="publisher"/>
<text macro="page"/>
<text macro="issued"/>
</group>
<group delimiter=", " suffix=". ">
<text macro="status"/>
</group>
</else>
</choose>
</layout>
Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ <h2 id="contact-details">Contact details</h2>
PhD student with a strong interest in software and control of robotics and embedded systems.
What excites me most about this field are the challenging, multidisciplinary problems that require me
to use my background in Computer Engineering, Computer Science and Control Systems to develop integrated solutions.
Here you can find out more about me, my research activities within GRACE, the Group for Research on Automatic Control Engineering
at the University of Sannio in Benevento, Italy, and the open-source projects in which I am involved.

</font></p>
<p style="font-size:125%;">
Expand Down
79 changes: 79 additions & 0 deletions info.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,83 @@
title: Info
---

<div id="page">

<h2 id="publications">About This Site</h2>

<p class="lead" style="text-align:justify">
<font size="-0.5">
More about the content and design of this site can be found in the site's <a href="https://awinkler.github.io/index.html"><b>Alexander W. Winkler</b></a>.
If you want to know more about my use of cookies, take a look at the <a href="/cookies.html"><b>cookies policy</b></a>. The cookies enabler (and the corresponding
banner) has been strongly inspired by the <a href="https://github.com/nicholasruggeri/cookies-enabler"><b>Nicholas Ruggeri's</b></a> cookies-enabler.

<br><br>

When I decided to build my website (I thought it was a good idea to get to know myself and my work known on the web), I was looking for something easy to manage and
update. Something that was modern and that could help me to publish in a rapid way all my papers and new infos about my research and career. While considering websites
of my colleagues abroad, (e.g., <a href="https://awinkler.github.io/index.html"><b>Alexander W. Winkler</b></a>, <a href="http://jpreiss.github.io/"><b>James Alan
Preiss</b></a>), I discovered static site generators, in particular <a href="http://jemdoc.jaboc.net/"><b>jemdoc</b></a> and <a href="https://jekyllrb.com/"><b>Jekyll
</b></a>.
</font></p>

<p class="lead" style="text-align:justify">
<font size="-0.5">
I realized the benefits of a static site:
</font></p>

<ul class="lead">
<font size="-0.5">
<li>provide improved security over dynamic websites;</li>
<li>improve performance for end users compared to dynamic websites;</li>
<li>ensure fewer or no dependencies on systems such as databases or other application servers;</li>
<li>allow cost savings from utilizing cloud storage, as opposed to a hosted environment.</li>
</font>
</ul>

<p class="lead" style="text-align:justify">
<font size="-0.5">
Looking around websites using such technologies, I saw <a href="https://awinkler.github.io/index.html"><b>Alexander W. Winkler's site</b></a> and I really enjoyed his style.
Therefore, I contacted Alexander expressing my appreciation and asked him to use its style for my website using Jekyll.
</font></p>

<br><br>

<h2 id="publications">The Mechanics</h2>

<p class="lead" style="text-align:justify">
<font size="-0.5">
Jekyll is a simple, extendable, static site generator. You give it text written in your favorite markup language (e.g., TeX or Markdown) and it churns through layouts to create
a static website. Throughout that process you can tweak how you want the site URLs to look, what data gets displayed in the layout, and more.

<br><br>
To learn the basics of using Jekyll - Static Site Generator, I followed the online course of <a href="https://www.youtube.com/channel/UCvmINlrza7JHB1zkIOuXEbw"><b>Mike Dane</b></a>,
available at the <a href="https://www.youtube.com/playlist?list=PLLAZ4kZ9dFpOPV5C5Ay0pHaa0RJFhcmcB"><b>link</b></a>. The course teaches you everything you need to know to create a professional
and scalable website or blog!
</font></p>

<br><br>

<h2 id="publications">License</h2>

<p class="lead" style="text-align:justify">
<font size="-0.5">
Unless specified otherwise, all design and content within this site is licensed under an Apache License 2.0<sup><a href="#fn1" id="ref1">1</a></sup>.
The main site design was not done by me, but rather <a href="https://awinkler.github.io/index.html"><b>Alexander W. Winkler</b></a>, so you should contact
him if you want to use it. The cookies enabler (and the corresponding banner) has been strongly inspired by the <a href="https://github.com/nicholasruggeri/cookies-enabler"><b>
Nicholas Ruggeri's</b></a> cookies-enabler.
</font></p>

<hr></hr>

<p class="lead" style="text-align:justify">
<font size="-0.5">
<sup id="fn1">1. A permissive license whose main conditions require preservation of copyright and license notices. Contributors provide an express grant of patent rights.
Licensed works, modifications, and larger works may be distributed under different terms and without source code..<a href="#ref1" title="Apache License.">&#x21A9</a></sup>
</font></p>





</div>

12 changes: 9 additions & 3 deletions software.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,16 @@
<font size="-0.5">
<b>Minor contributions on various packages</b> have been done to several open-source projects such as <a href="https://github.com/AutonomyLab/bebop_autonomy"><b>
bebop_autonomy</b></a>, <a href="https://github.com/felixduvallet/ros-travis-integration"><b>ros-travis-integration</b></a>, <a href="https://github.com/ethz-asl/rotors_simulator">
<b>RotorS</b></a> (wiki and pull request), <a href="https://github.com/citation-style-language/styles-distribution"><b>styles-distribution</b></a>.
<b>RotorS</b></a> (wiki and pull request), <a href="https://github.com/citation-style-language/styles-distribution"><b>styles-distribution</b></a>. In addition, I have published on
Overleaf<sup><a href="#fn1" id="ref1">1</a></sup> under LaTeX Project Public 1.3c license an <a href="https://it.overleaf.com/latex/templates/thesis-at-university-of-sannio/ykxbtqdmyfyh"><b>
open-source template</b></a> to help write your thesis in LaTeX.
</font></p>

<br>

<hr></hr>

<p class="lead" style="text-align:justify">
<font size="-0.5">
<sup id="fn1">1. Overleaf is an online LaTeX editor that allows real-time collaboration and online compiling of projects to PDF format.<a href="#ref1" title="Overleaf.">&#x21A9</a></sup>
</font></p>

</div>
Expand Down

0 comments on commit ec74585

Please sign in to comment.