diff --git a/404.html b/404.html new file mode 100644 index 0000000..f8414f0 --- /dev/null +++ b/404.html @@ -0,0 +1,3 @@ + +404 Not Found +

404 Not Found

diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..d26d895 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +wbthomason.com \ No newline at end of file diff --git a/awards/index.html b/awards/index.html new file mode 100644 index 0000000..fe4f162 --- /dev/null +++ b/awards/index.html @@ -0,0 +1,202 @@ + + + + + + + + + + wil thomason · awards + + + + + + + +
+
+

+ wil thomason / awards +

+
+
+ +
+ +
+
+
+
+ +

Research

+
+ + + + + +
2021
+ +
+ CRA CIFellows 2021 + + (Accepted) + +
+ + + + +
2017
+ +
+ NDSEG Fellowship + + (Accepted) + +
+ + + +
+ + + + + + +
2016
+ + + +
+ +

Teaching

+
+ + + + + +
2017
+ +
+ Outstanding Teaching Assistant Award for my work on Cornell’s Foundations of Robotics course +
+ + + + +
2016
+ +
+ Outstanding Teaching Assistant Award for my work on Cornell’s Introductory CS course +
+ + + + +
2015
+ +
+ Louis T. Rader Outstanding Education Undergraduate Student Award for my work as a teaching assistant for the University of Virginia’s Computer Science department +
+ +
+
+
+
+ + + diff --git a/fonts/nunito-sans-v11-latin-regular.woff b/fonts/nunito-sans-v11-latin-regular.woff new file mode 100644 index 0000000..63bd704 Binary files /dev/null and b/fonts/nunito-sans-v11-latin-regular.woff differ diff --git a/fonts/nunito-sans-v11-latin-regular.woff2 b/fonts/nunito-sans-v11-latin-regular.woff2 new file mode 100644 index 0000000..695aa98 Binary files /dev/null and b/fonts/nunito-sans-v11-latin-regular.woff2 differ diff --git a/images/about-photo.jpg b/images/about-photo.jpg new file mode 100644 index 0000000..735b1e9 Binary files /dev/null and b/images/about-photo.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..fd25854 --- /dev/null +++ b/index.html @@ -0,0 +1,379 @@ + + + + + + + + + + wil thomason + + + + + + + +
+
+

+ wil thomason +

+
+
+ +
+ +
+
+
+
+
+

I'm on the job market!
I'm interested in both tenure-track + academic positions and full-time researcher positions in industry.

+
+ +

I am a postdoctoral researcher in the Kavraki Lab at Rice University. I work with Professor Lydia Kavraki on combining symbolic and geometric planning. Specifically, I’m interested in improving the efficiency, robustness, and utility of robot task and motion planning (TMP), with a particular focus on making TMP under uncertainty practically useful.

+

Though I primarily research robot planning, I’m also interested in ML and formal methods for robotics, robotics research broadly, and programming languages. I am graciously funded by the CRA CIFellows 2021 postdoctoral fellowship.

+

Research

+

I work on combining symbolic and geometric planning, often referred to as “integrated task and motion planning”. My work explores approaches to task and motion planning that provide high performance and robustness to action failure with lightweight domain-specific assumptions. I also research approaches to improved planning effort reuse through abstract plan representation and fusions of classical planning with modern machine learning for more efficient, automatic planning and execution.

+ + + + + +

For more about my research, please see my publication and presentation list.

+ +

News

+
+ + + + + + +
Sep 2023
+ + + + + +
+ + + + + + +
Jul 2023
+ +
I’ve been invited to participate in the NSF-sponsored Workshop on Software Engineering for Robotic Systems at IROS 2023.
+ + + + +
Oct 2022
+ +
I’m organizing and running the Workshop on Evaluating Motion Planning Performance at IROS 2022. Come by on Oct. 23!
+ + + + +
Jul 2022
+ + + + + + +
Jan 2022
+ +
I’ve started at the Kavraki Lab
+ + + + +
Aug 2021
+ +
I successfully defended my PhD!
+ + + + +
Jul 2021
+ +
I have been awarded the CRA CIFellows 2021 postdoctoral fellowship to conduct a 2-year postdoctoral appointment with +
+ + + +
+ +
I helped to organize and run the RSS Pioneers 2021
+ + + + +
Jul 2020
+ +
I will be helping to organize RSS Pioneers 2021 as a member of the Faculty Committee
+ + + + +
Apr 2020
+ +
I was accepted to the 2020 RSS Pioneers workshop (33.7% acceptance rate)
+ + + + +
Jul 2019
+ + + + + + +
Jun 2019
+ +
My workshop paper with +, “A Flexible Sampling-Based Approach to Task and Motion Planning”, will be presented at RSS 2019 in the Robust Task and Motion Planning workshop
+ + + +
+ +
I passed my A Exam, presenting on “An Efficient, Flexible Sampling-Based Approach to Integrated Task and Motion Planning”. I’m now a PhD candidate
+ + + + +
Nov 2017
+ + + + + + +
Jul 2017
+ + + + + + +
Apr 2017
+ +
I was awarded the NDSEG Fellowship
+ + + + +
Mar 2017
+ +
I was awarded the NSF GRFP Fellowship
+ + + + +
Oct 2016
+ + + + + + +
Jun 2016
+ + + + + + +
May 2016
+ + + +
+

Service and Outreach

+
    +
  • + I was a faculty chair for + RSS Pioneers 2021, helping to recruit invited speakers and design the program for the + workshop +
  • +
  • + I served as a reviewer for AURO, Black in AI (2017-2020), ICRA + (2016, 2019-2023), IJCAI 2021, IJRR (2022), IROS (2017, 2022, 2023), MRS 2019, + RA-L (2021-2023), RSS (2019), SIMPAR (2018), T-ASE (2020), and WAFR (2018). +
  • +
  • + I was a mentor for + Black in AI, providing assistance + and advice to my mentee on his Ph.D. program application process. (Fall 2019 + - Spring 2020) +
  • +
  • + I helped review extended abstracts for the + Black in AI workshop. (Fall 2017, + 2018, 2019, and 2020) +
  • +
  • + I taught 7th and 8th grade girls about state machines and programming + at Cornell’s + Expanding your Horizons + conference. (Spring 2016, 2017, and 2018) +
  • +
+

Teaching

+ +

Departmental Service

+ +
+
+
+ + + diff --git a/js/collapsible_bibtex.js b/js/collapsible_bibtex.js new file mode 100644 index 0000000..bfb32d0 --- /dev/null +++ b/js/collapsible_bibtex.js @@ -0,0 +1,16 @@ +function setup_collapsibles() { + const bibtex = document.getElementsByClassName("bibtexcollapsible"); + for (let item of bibtex) { + item.addEventListener("click", function() { + this.classList.toggle("active"); + let content = this.nextElementSibling; + if (content.style.display === "block") { + content.style.display = "none"; + } else { + content.style.display = "block"; + } + }); + } +} + +window.addEventListener("load", setup_collapsibles, false); diff --git a/papers/asl4gup2017_unfamiliargestures.pdf b/papers/asl4gup2017_unfamiliargestures.pdf new file mode 100644 index 0000000..199a29f Binary files /dev/null and b/papers/asl4gup2017_unfamiliargestures.pdf differ diff --git a/papers/iser2016_unfamiliargestures.pdf b/papers/iser2016_unfamiliargestures.pdf new file mode 100644 index 0000000..76a6929 Binary files /dev/null and b/papers/iser2016_unfamiliargestures.pdf differ diff --git a/papers/isrr2019_unifiedtamp.pdf b/papers/isrr2019_unifiedtamp.pdf new file mode 100644 index 0000000..3f49ce9 Binary files /dev/null and b/papers/isrr2019_unifiedtamp.pdf differ diff --git a/papers/ral_iros2022_tmitstar.pdf b/papers/ral_iros2022_tmitstar.pdf new file mode 100644 index 0000000..0389555 Binary files /dev/null and b/papers/ral_iros2022_tmitstar.pdf differ diff --git a/papers/rss2017_workshop_heterogeneous_coordination.pdf b/papers/rss2017_workshop_heterogeneous_coordination.pdf new file mode 100644 index 0000000..b1ca230 Binary files /dev/null and b/papers/rss2017_workshop_heterogeneous_coordination.pdf differ diff --git a/papers/rss2019_workshop_flexible_sampling_tamp.pdf b/papers/rss2019_workshop_flexible_sampling_tamp.pdf new file mode 100644 index 0000000..b777c99 Binary files /dev/null and b/papers/rss2019_workshop_flexible_sampling_tamp.pdf differ diff --git a/publications/index.html b/publications/index.html new file mode 100644 index 0000000..88bf57b --- /dev/null +++ b/publications/index.html @@ -0,0 +1,1533 @@ + + + + + + + + + + wil thomason · publications + + + + + + + +
+
+

+ wil thomason / publications +

+
+
+ +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Conference Publications

+
+ + + + + +
2023
+ +
+
+
+ “Motions in Microseconds via Vectorized Sampling-Based Planning” +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Wil Thomason, Zachary Kingston, and Lydia E. Kavraki. + + + + (under review) + + + +
+ First two authors have equal contribution. + +
+ + pdf + / + + + bibtex +
+
+@online{thomason_motions_microseconds_2023,
+  title = {Motions in {{Microseconds}} via {{Vectorized Sampling-Based Planning}}},
+  author = {Thomason, Wil and Kingston, Zachary and Kavraki, Lydia E.},
+  date = {2023-09},
+  eprint = {2309.14545},
+  eprinttype = {arxiv},
+  eprintclass = {cs},
+  doi = {10.48550/arXiv.2309.14545},
+  url = {http://arxiv.org/abs/2309.14545},
+  addendum = {Submitted to ICRA 2024},
+  pubstate = {prepublished},
+  keywords = {Computer Science - Robotics,I.2.8,I.2.9},}
+}
+
+
+
+
+ + + +
+ +
+
+
+ “Stochastic Implicit Neural Signed Distance Functions for Safe Motion Planning under Sensing Uncertainty” +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Carlos Quintero-Peña, Wil Thomason, Zachary Kingston, Anastasios Kyrillidis, and Lydia E. Kavraki. + + + + (under review) + + + +
+ + pdf + / + + + bibtex +
+
+@online{quintero-pena_stochastic_implicit_2023,
+  title = {Stochastic {{Implicit Neural Signed Distance Functions}} for {{Safe Motion Planning}} under {{Sensing Uncertainty}}},
+  author = {Quintero-Peña, Carlos and Thomason, Wil and Kingston, Zachary and Kyrillidis, Anastasios and Kavraki, Lydia E.},
+  date = {2023-09},
+  number = {2309.16862},
+  eprint = {2309.16862},
+  eprinttype = {arxiv},
+  eprintclass = {cs},
+  doi = {10.48550/arXiv.2309.16862},
+  url = {http://arxiv.org/abs/2309.16862},
+  addendum = {Submitted to ICRA 2024},
+  pubstate = {prepublished},
+  keywords = {Computer Science - Robotics,I.2.8,I.2.9},}
+}
+
+
+
+
+ + + +
+ +
+
+
+ “Accelerating Long-Horizon Planning with Affordance-Directed Dynamic Grounding of Abstract Skills” +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Khen Elimelech, Zachary Kingston, Wil Thomason, Moshe Y. Vardi, and Lydia E. Kavraki. + + + + (under review) + + + +
+ + pdf + / + + + bibtex +
+
+@online{elimelech_accelerating_longhorizon_2023,
+  title = {Accelerating Long-Horizon Planning with Affordance-Directed Dynamic Grounding of Abstract Skills},
+  author = {Elimelech, Khen and Kingston, Zachary and Thomason, Wil and Vardi, Moshe Y. and Kavraki, Lydia E.},
+  date = {2023-09},
+  url = {http://khen.io/icra24appendix.pdf},
+  addendum = {Submitted to ICRA 2024},
+  pubstate = {prepublished},
+  keywords = {submitted}}
+}
+
+
+
+
+ + + +
+ +
+
+
+ “Object Reconfiguration with Simulation-Derived Feasible Actions” +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Yiyuan Lee, Wil Thomason, Zachary Kingston, and Lydia E. Kavraki. + + + IEEE International Conference on Robotics and Automation (ICRA). + + + + +
+ + pdf + / + + + publisher + / + + bibtex +
+
+@inproceedings{lee_object_reconfiguration_2023,
+  title = {Object {{Reconfiguration}} with {{Simulation-Derived Feasible Actions}}},
+  booktitle = {{{IEEE International Conference}} on {{Robotics}} and {{Automation}} ({{ICRA}})},
+  author = {Lee, Yiyuan and Thomason, Wil and Kingston, Zachary and Kavraki, Lydia E.},
+  date = {2023-05},
+  pages = {8104--8111},
+  doi = {10.1109/ICRA48891.2023.10160377},
+  url = {https://ieeexplore.ieee.org/document/10160377},
+  eventtitle = {{{IEEE International Conference}} on {{Robotics}} and {{Automation}} ({{ICRA}})},}
+}
+
+
+
+
+ + + + +
2022
+ +
+
+
+ “Task and Motion Informed Trees (TMIT*): Almost-Surely Asymptotically Optimal Integrated Task and Motion Planning” +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Wil Thomason, Marlin P. Strub, and Jonathan D. Gammell. + + + + + +
+ + pdf + / + + + publisher + / + + bibtex +
+
+@article{thomason_task_motion_2022,
+  title = {Task and {{Motion Informed Trees}} ({{TMIT}}*): {{Almost-Surely Asymptotically Optimal Integrated Task}} and {{Motion Planning}}},
+  shorttitle = {Task and {{Motion Informed Trees}} ({{TMIT}}*)},
+  author = {Thomason, Wil and Strub, Marlin P. and Gammell, Jonathan D.},
+  date = {2022-10},
+  journaltitle = {IEEE Robotics and Automation Letters},
+  shortjournal = {IEEE Robot. Autom. Lett.},
+  volume = {7},
+  number = {4},
+  pages = {11370--11377},
+  doi = {10.1109/LRA.2022.3199676},
+  url = {https://ieeexplore.ieee.org/document/9869707},}
+}
+
+
+
+
+ + + + +
2019
+ +
+
+
+ “A Unified Sampling-Based Approach to Integrated Task and Motion Planning” +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +Wil Thomason and Ross A. Knepper. + + + International Symposium on Robotics Research. + + + + +
+ + pdf + / + + + publisher + / + + bibtex +
+
+@inproceedings{thomason_unified_samplingbased_2019,
+  title = {A {{Unified Sampling-Based Approach}} to {{Integrated Task}} and {{Motion Planning}}},
+  booktitle = {International {{Symposium}} on {{Robotics Research}}},
+  author = {Thomason, Wil and Knepper, Ross A.},
+  editor = {Asfour, Tamim and Yoshida, Eiichi and Park, Jaeheung and Christensen, Henrik and Khatib, Oussama},
+  date = {2019},
+  series = {Springer {{Proceedings}} in {{Advanced Robotics}}},
+  pages = {773--788},
+  publisher = {{Springer International Publishing}},
+  doi = {10.1007/978-3-030-95459-8_47},
+  url = {https://link.springer.com/chapter/10.1007/978-3-030-95459-8_47},
+  langid = {english},}
+}
+
+
+
+
+ + + + +
2018
+ +
+
+
+ “Social Momentum: A Framework for Legible Navigation in Dynamic Multi-Agent Environments” +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Christoforos I. Mavrogiannis, Wil B. Thomason, and Ross A. Knepper. + + + ACM/IEEE International Conference on Human-Robot Interaction (HRI). + + + + Acceptance rate: 23% + + +
+ + pdf + / + + + publisher + / + + bibtex +
+
+@inproceedings{mavrogiannis_social_momentum_2018,
+  title = {Social {{Momentum}}: {{A Framework}} for {{Legible Navigation}} in {{Dynamic Multi-Agent Environments}}},
+  shorttitle = {Social {{Momentum}}},
+  booktitle = {{{ACM}}/{{IEEE International Conference}} on {{Human-Robot Interaction}} ({{HRI}})},
+  author = {Mavrogiannis, Christoforos I. and Thomason, Wil B. and Knepper, Ross A.},
+  date = {2018-03},
+  pages = {361--369},
+  url = {https://ieeexplore.ieee.org/document/9473631},
+  eventtitle = {{{ACM}}/{{IEEE International Conference}} on {{Human-Robot Interaction}} ({{HRI}})},}
+}
+
+
+
+
+ + + + +
2016
+ +
+
+
+ “Recognizing Unfamiliar Gestures for Human-Robot Interaction Through Zero-Shot Learning” +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +Wil Thomason and Ross A. Knepper. + + + International Symposium on Experimental Robotics. + + + + +
+ + pdf + / + + + publisher + / + + bibtex +
+
+@inproceedings{thomason_recognizing_unfamiliar_2016,
+  title = {Recognizing {{Unfamiliar Gestures}} for {{Human-Robot Interaction Through Zero-Shot Learning}}},
+  booktitle = {International {{Symposium}} on {{Experimental Robotics}}},
+  author = {Thomason, Wil and Knepper, Ross A.},
+  editor = {Kulić, Dana and Nakamura, Yoshihiko and Khatib, Oussama and Venture, Gentiane},
+  date = {2016},
+  series = {Springer {{Proceedings}} in {{Advanced Robotics}}},
+  pages = {841--852},
+  publisher = {{Springer International Publishing}},
+  doi = {10.1007/978-3-319-50115-4_73},
+  url = {https://link.springer.com/chapter/10.1007/978-3-319-50115-4_73},
+  eventtitle = {International {{Symposium}} on {{Experimental Robotics}}},
+  langid = {english},
+  keywords = {Human Teammates,Understandable Gesture,Unfamiliar Gestures,Word Embedding Space,Zero-shot Learning},}
+}
+
+
+
+
+ +
+ +

Journal Publications

+
+ + + + + +
2023
+ +
+
+
+ “Counterexample-Guided Repair for Symbolic-Geometric Action Abstractions” +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +Wil Thomason and Hadas Kress-Gazit. + + IEEE Transactions on Robotics. + + +
+ + pdf + / + + publisher + / + bibtex +
+
+@article{thomason_counterexampleguided_repair_2023,
+  title = {Counterexample-{{Guided Repair}} for {{Symbolic-Geometric Action Abstractions}}},
+  author = {Thomason, Wil and Kress-Gazit, Hadas},
+  date = {2023},
+  journaltitle = {IEEE Transactions on Robotics},
+  shortjournal = {IEEE Trans. Robot.},
+  pages = {1--14},
+  doi = {10.1109/TRO.2023.3294918},
+  url = {https://ieeexplore.ieee.org/document/10214189},}
+}
+
+
+
+
+ + + + +
2022
+ +
+
+
+ “Task and Motion Informed Trees (TMIT*): Almost-Surely Asymptotically Optimal Integrated Task and Motion Planning” +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Wil Thomason, Marlin P. Strub, and Jonathan D. Gammell. + + IEEE Robotics and Automation Letters. + + +
+ + pdf + / + + publisher + / + bibtex +
+
+@article{thomason_task_motion_2022,
+  title = {Task and {{Motion Informed Trees}} ({{TMIT}}*): {{Almost-Surely Asymptotically Optimal Integrated Task}} and {{Motion Planning}}},
+  shorttitle = {Task and {{Motion Informed Trees}} ({{TMIT}}*)},
+  author = {Thomason, Wil and Strub, Marlin P. and Gammell, Jonathan D.},
+  date = {2022-10},
+  journaltitle = {IEEE Robotics and Automation Letters},
+  shortjournal = {IEEE Robot. Autom. Lett.},
+  volume = {7},
+  number = {4},
+  pages = {11370--11377},
+  doi = {10.1109/LRA.2022.3199676},
+  url = {https://ieeexplore.ieee.org/document/9869707},}
+}
+
+
+
+
+ + + +
+ +
+
+
+ “Social Momentum: Design and Evaluation of a Framework for Socially Competent Robot Navigation” +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Christoforos Mavrogiannis, Patrícia Alves-Oliveira, Wil Thomason, and Ross A. Knepper. + + ACM Transactions on Human-Robot Interaction. + + +
+ + pdf + / + + publisher + / + bibtex +
+
+@article{mavrogiannis_social_momentum_2022,
+  title = {Social {{Momentum}}: {{Design}} and {{Evaluation}} of a {{Framework}} for {{Socially Competent Robot Navigation}}},
+  shorttitle = {Social {{Momentum}}},
+  author = {Mavrogiannis, Christoforos and Alves-Oliveira, Patrícia and Thomason, Wil and Knepper, Ross A.},
+  date = {2022-02-08},
+  journaltitle = {ACM Transactions on Human-Robot Interaction},
+  shortjournal = {J. Hum.-Robot Interact.},
+  volume = {11},
+  number = {2},
+  pages = {14:1--14:37},
+  doi = {10.1145/3495244},
+  url = {https://dl.acm.org/doi/10.1145/3495244},
+  keywords = {benchmarking,multiagent systems,Social navigation,social robotics},}
+}
+
+
+
+
+ + + + +
2018
+ +
+
+
+ “An Accurate Real-Time RFID-based Location System” +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Kirti Chawla, Christopher McFarland, Gabriel Robins, and Wil Thomason. + + International Journal of Radio Frequency Identification Technology and Applications. + + +
+ Authors ordered alphabetically. + +
+ + publisher + / + bibtex +
+
+@article{chawla_accurate_realtime_2018,
+  title = {An Accurate Real-Time {{RFID-based}} Location System},
+  author = {Chawla, Kirti and McFarland, Christopher and Robins, Gabriel and Thomason, Wil},
+  date = {2018-01},
+  journaltitle = {International Journal of Radio Frequency Identification Technology and Applications},
+  shortjournal = {Int. J. Radio Freq. Identif. Technol. Appl.},
+  volume = {5},
+  number = {1},
+  pages = {48--76},
+  publisher = {{Inderscience Publishers}},
+  doi = {10.1504/IJRFITA.2018.091306},
+  url = {https://www.inderscienceonline.com/doi/abs/10.1504/IJRFITA.2018.091306},
+  keywords = {empirical power-distance relationship,localisation,RFID,RSS,tag-reader pairs},}
+}
+
+
+
+
+ +
+ +

Workshop Presentations

+ +
+ + + + +
2019
+ +
+
+
+ “A Flexible Sampling-Based Approach to Task and Motion Planning” +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +Wil Thomason and Ross A. Knepper. + + Presented at the + + Workshop on Robust Task and Motion Planning + + at Robotics: Science and Systems (RSS) + +
+ pdf + +
+
+
+ + + +
2017
+ +
+
+
+ “Toward Contextual Grounding of Unfamiliar Gestures for Human-Robot Interaction” +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +Wil Thomason and Ross A. Knepper. + + Presented at the + + first International Workshop on Adaptive Shot Learning for Gesture Understanding and Production + + at the IEEE International Conference on Automatic Face and Gesture Recognition (FG) + +
+ pdf + +
+
+
+ + +
+ +
+
+
+ “Exploiting Heterogeneity in Robot Teams Through a Formalism of Capabilities” +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +Wil Thomason and Ross A. Knepper. + + Presented at the + + Workshop on Heterogeneity and Diversity for Resilience in Multi-Robot Systems + + at Robotics: Science and Systems (RSS) + +
+ pdf + +
+
+
+ + + +
2016
+ +
+
+
+ “Recognizing Unfamiliar Gestures for Human-Robot Interaction through Zero-Shot Learning” +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +Wil Thomason and Ross A. Knepper. + + Presented at the + + the 2nd Workshop on Model Learning for Human-Robot Communication + + at Robotics: Science and Systems (RSS) + +
+ pdf + +
+
+
+ +
+ +

Grants

+ +
+ +
NSF-CCF
#1646417
+
+
+
+ “Coordinated Action Among Independent Mobile Cyber-Physical Systems” +
+
+ + Co-author with + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Ross A. Knepper, Greg Morrisett, Abhishek Anand. + + +
+ award +
+
+
+ +
+ +

Class Notes

+ +
+ +
2016
+
+
+
+ Cornell CS 4750/5750: Foundations of Robotics +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Ross A. Knepper, Christoforos Mavrogiannis, Julia Proft, and Wil Thomason. + +
+ course page +
+
+
+ +
+
+
+
+ + + diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..28be84b --- /dev/null +++ b/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Disallow: +Allow: / +Sitemap: https://wbthomason.com/sitemap.xml diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..e336bc0 --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,12 @@ + + + + https://wbthomason.com/ + + + https://wbthomason.com/awards/ + + + https://wbthomason.com/publications/ + + diff --git a/styles/theme.css b/styles/theme.css new file mode 100644 index 0000000..a2a7ee3 --- /dev/null +++ b/styles/theme.css @@ -0,0 +1 @@ +.pub-review{font-style:italic}.pub-acceptance{font-weight:bold}.pubs{display:grid;grid-template-columns:1fr 10fr;gap:1em;justify-items:left}.awards{margin-top:1em;display:grid;grid-template-columns:1fr 5fr;justify-items:left;gap:.5em}.pubyear{color:#a1a1a1;grid-column:1;margin-right:.5em}.news{display:grid;grid-template-columns:1fr 6fr;gap:.5em}.news-date{color:#a1a1a1;grid-column:1;margin-right:1em}.news-item{grid-column:2}.name-link{display:inline;color:#515151;text-decoration:none}.name-link:hover{color:#268bd2;text-decoration:none}li.icons{font-size:larger}img.icon{margin:auto;border-radius:0px}.icon>svg,img.icon,a.paperlink>.icon{display:inline-block;vertical-align:middle}.container,.pubdata,img{max-width:100%}@font-face{font-family:"Nunito Sans";font-style:normal;font-weight:400;src:local(""),url("../fonts/nunito-sans-v11-latin-regular.woff2") format("woff2"),url("../fonts/nunito-sans-v11-latin-regular.woff") format("woff")}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body,html{margin:0;padding:0;overflow-x:hidden}html{font-family:"Nunito Sans","Times New Roman",serif;font-display:block;font-size:14px;line-height:1.5}body{color:#515151;background-color:#fff;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-y:hidden}.masthead-nav a:hover,a{color:#268bd2;text-decoration:none}a strong{color:inherit}.active,.bibtexcollapsible:hover,a:focus,a:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6{margin-bottom:.1rem;margin-top:.3;line-height:1.25;text-rendering:optimizeLegibility;font-family:"Nunito Sans",Helvetica,Arial,sans-serif;font-size:1.3em;font-weight:500;color:#313131;letter-spacing:-.025rem}h2,h4,h5,h6{margin-top:1rem}h3{margin-top:1.5rem}strong{color:#303030}ul{margin-top:0;margin-bottom:.4rem}img{display:block;margin:0 0 1rem;border-radius:5px}.container{margin-left:auto;margin-right:auto;min-height:100vh;background:#fff}.page{padding-bottom:2.5rem}h1{font-size:1.5em}.masthead{width:30%;padding-top:1rem;padding-bottom:1rem;margin-bottom:3rem;float:left;justify-content:center;align-items:center;margin-right:1em}.footer-nav,.masthead-nav{font-family:"Nunito Sans";line-height:1.5;padding-top:1em;padding-bottom:1em}.masthead-contents{margin-left:2em}.masthead-title{width:100%;font-family:"Nunito Sans";margin-top:.5em;margin-bottom:0;color:#505050;font-size:2.5em;display:flow-root;justify-content:center;align-items:center}.masthead-title a{text-decoration:none;color:#505050}.masthead-nav{display:block;padding-right:1em}.masthead-nav>ul{list-style:none;padding-left:0}.masthead-nav>ul>li{padding-bottom:.3rem}.masthead-nav a{margin-right:15px;color:#111}.masthead-nav a:hover .icon>svg path,a.paperlink>.icon>svg path{fill:#268bd2}.masthead-nav a:hover img.icon{filter:brightness(0) saturate(100%) invert(45%) sepia(93%) saturate(1344%) hue-rotate(180deg) brightness(88%) contrast(85%)}.footer-nav{display:flex;justify-content:center;align-items:center;font-size:75%}.footer-nav>ul{list-style:none}.footer-nav>ul>li{display:inline;padding:1.5em}.footer{position:absolute;bottom:0;height:2.5rem;width:100%}.page{margin-bottom:4em;display:flow-root}.page-title{color:#303030;margin-top:0}.about-photo{float:left;margin-top:0;margin-left:0}.about-photo>img{width:65%;height:90%;margin:0}.icon>svg,img.icon{width:1.3em;height:1.3em}.icon>svg path{fill:#828282}a.paperlink>.icon>svg{vertical-align:unset}a.paperlink>.icon{padding-right:.3em}a.paperlink{padding-right:.1em;line-height:1em}.linksep{padding-right:.1em;padding-left:.1em}.bibtexcollapsible{padding-left:.1em;color:#268bd2;text-decoration:none;cursor:pointer}.bibtexcontent{padding:0 10px;display:none;overflow:scroll;font-family:"Fira Code",monospace;font-size:smaller;color:#737373}.bibtexcontent>pre{margin:0;white-space:pre}.pubitem>dd,.pubitem>li,.wrap{margin-left:auto}dt.pubtitle{font-size:1.07em;margin-bottom:.2rem}.pubdata{overflow:hidden;grid-column:2;margin-top:0;margin-bottom:0}.wrap{margin-right:auto;max-width:65%;min-width:40rem}@media (max-width: 38rem){.masthead,.masthead-contents{display:inline-block;margin:0}.wrap{max-width:80%;min-width:revert}.pubdata{width:auto}.masthead-contents{width:100%;justify-content:center;align-items:center}.masthead,.masthead-nav{width:100%;justify-content:center}.masthead{align-items:center;padding:0}.masthead-nav,.masthead-nav>ul{margin-left:auto;margin-right:auto}.masthead-nav{display:flex;line-height:1em;align-items:center;padding-bottom:0}.masthead-nav>ul{width:45%;justify-content:center;align-items:center;padding:0}.masthead-nav>ul.left{margin-left:0}.masthead-nav>ul.right{margin-right:0}.footer-nav{justify-content:center;align-content:center;justify-items:center;align-items:center}.footer-nav>ul{padding:1em}.footer-nav>ul>li{display:flow-root;padding:0}.about-photo{margin:0;float:none;display:flex;justify-content:center;align-items:center}.container{margin-left:auto;margin-right:auto}.page>p{padding:0}.icon>svg,img.icon{width:1rem;height:1rem}}@media (min-width: 38em){html{font-size:19px}.container{max-width:100%}}@media (min-width: 56em){.container{max-width:100%}}@media (max-width: 48em){.masthead-nav,.masthead-nav>ul{justify-content:center;margin-left:auto;margin-right:auto}.wrap{max-width:80%;min-width:revert}.masthead-title{text-align:center}.masthead-nav{display:flex;width:100%;line-height:1em;align-items:center;padding-bottom:0;padding-left:0;padding-right:0}.masthead-nav>ul{width:45%;align-items:center;padding:0}.masthead-nav>ul.left{margin-left:0}.masthead-nav>ul.right{margin-right:0}.footer-nav{justify-content:center;align-content:center;justify-items:center;align-items:center}.footer-nav>ul{padding:1em}.footer-nav>ul>li{display:flow-root;padding:0}}.conference-banner{background-color:rgba(38,139,210,.2666666667);border-radius:10px;text-align:center;padding:0 10px 2px} \ No newline at end of file diff --git a/svg/dblp.svg b/svg/dblp.svg new file mode 100644 index 0000000..77a66bb --- /dev/null +++ b/svg/dblp.svg @@ -0,0 +1,105 @@ + + + dblp + + + + + + + + + image/svg+xml + + dblp + + + + dblp + + + + + + + + + + + + + + + + + + + + diff --git a/svg/github.svg b/svg/github.svg new file mode 100644 index 0000000..a36cd88 --- /dev/null +++ b/svg/github.svg @@ -0,0 +1 @@ + diff --git a/svg/google-scholar.svg b/svg/google-scholar.svg new file mode 100644 index 0000000..63f044f --- /dev/null +++ b/svg/google-scholar.svg @@ -0,0 +1,105 @@ + + + Google Scholar + + + + + + + + + image/svg+xml + + Google Scholar + + + + Google Scholar + + + + + + + + + + + + + + + + + + + + diff --git a/svg/linkedin.svg b/svg/linkedin.svg new file mode 100644 index 0000000..67d55ce --- /dev/null +++ b/svg/linkedin.svg @@ -0,0 +1 @@ + diff --git a/svg/orcid.svg b/svg/orcid.svg new file mode 100644 index 0000000..df81a53 --- /dev/null +++ b/svg/orcid.svg @@ -0,0 +1,105 @@ + + + Orcid + + + + + + + + + image/svg+xml + + Orcid + + + + Oricd + + + + + + + + + + + + + + + + + + + + diff --git a/svg/twitter.svg b/svg/twitter.svg new file mode 100644 index 0000000..1e80eae --- /dev/null +++ b/svg/twitter.svg @@ -0,0 +1 @@ + diff --git a/wbthomason.cv.pdf b/wbthomason.cv.pdf new file mode 100644 index 0000000..d02d02c Binary files /dev/null and b/wbthomason.cv.pdf differ