Skip to content

Commit

Permalink
update robotic conferences analyzed
Browse files Browse the repository at this point in the history
  • Loading branch information
OliEfr committed Oct 5, 2024
1 parent ac19458 commit 89bfc10
Show file tree
Hide file tree
Showing 16 changed files with 14,555 additions and 2,295 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Site templated from <a href="https://keunhong.com/">this</a> and inspired by <a href="https://vsimkus.github.io/academic-jekyll/">this</a>. Build with jekyll and bulma. Feel free to use this page. It would be great if you link back to my [homepage](oliver.hausdoerfer.de)! Do not forget to change all personal information in `_config.yml`. Make sure all `images` have an aspect ratio of 1:1 and are least 320px. Use [these](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll) instructions to build your website locally.
Site templated from <a href="https://keunhong.com/">this</a> and inspired by <a href="https://vsimkus.github.io/academic-jekyll/">this</a>. Build with jekyll and bulma. Feel free to use this page. It would be great if you link back to my [homepage](oliver.hausdoerfer.de)! Do not forget to change all personal information in `_config.yml`. Make sure all `images` have an aspect ratio of 1:1 and are least 320px.

### Using repository locally
Use [these](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll) instructions to build your website locally. Quick-Start: run `bundle exec jekyll serve --trace`.

# License
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
Expand Down
38 changes: 34 additions & 4 deletions _data/robotics_conferences_analyzed.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,38 @@
- name: IROS 2024
images:
[
"images/robotics_conferences_analyzed/authors_contributions_IROS 2024.svg",
"images/robotics_conferences_analyzed/university_contributions_IROS 2024.svg",
"images/robotics_conferences_analyzed/keywords_contributions_IROS 2024.svg",
]
- name: ICRA@40 2024
images:
[
"images/robotics_conferences_analyzed/authors_contributions_ICRA@40 2024.svg",
"images/robotics_conferences_analyzed/university_contributions_ICRA@40 2024.svg",
"images/robotics_conferences_analyzed/keywords_contributions_ICRA@40 2024.svg",
]
- name: ICRA 2024
images: ["images/robotics_conferences_analyzed/authors_contributions_ICRA_2024.svg", "images/robotics_conferences_analyzed/keywords_contributions_ICRA_2024.svg", "images/robotics_conferences_analyzed/university_contributions_ICRA_2024.svg"]
images:
[
"images/robotics_conferences_analyzed/authors_contributions_ICRA_2024.svg",
"images/robotics_conferences_analyzed/university_contributions_ICRA_2024.svg",
"images/robotics_conferences_analyzed/keywords_contributions_ICRA_2024.svg",
]
- name: ROBOSOFT 2024
images: ["images/robotics_conferences_analyzed/keywords_contributions_ROBOSOFT_2024.svg", "images/robotics_conferences_analyzed/authors_contributions_ROBOSOFT_2024.svg"]
images:
[
"images/robotics_conferences_analyzed/authors_contributions_ROBOSOFT_2024.svg",
"images/robotics_conferences_analyzed/keywords_contributions_ROBOSOFT_2024.svg",
]
- name: "International Conference on Ubiquitous Robots (UR) 2024"
images: ["images/robotics_conferences_analyzed/authors_contributions_International Conference on Ubiquitous Robots (UR) 2024.svg", "images/robotics_conferences_analyzed/keywords_contributions_International Conference on Ubiquitous Robots (UR) 2024.svg"]
images:
[
"images/robotics_conferences_analyzed/authors_contributions_International Conference on Ubiquitous Robots (UR) 2024.svg",
"images/robotics_conferences_analyzed/keywords_contributions_International Conference on Ubiquitous Robots (UR) 2024.svg",
]
- name: "International Conference on Advanced Robotics and Its Social Impacts (ARSO) 2024"
images: ["images/robotics_conferences_analyzed/keywords_contributions_ARSO_2024.svg"]
images:
[
"images/robotics_conferences_analyzed/keywords_contributions_ARSO_2024.svg",
]
Loading

0 comments on commit 89bfc10

Please sign in to comment.