Skip to content

Commit 47a11dc

Browse files
committed
finished join & teaching
1 parent 96e3277 commit 47a11dc

File tree

2 files changed

+24
-81
lines changed

2 files changed

+24
-81
lines changed

join/index.md

+22-62
Original file line numberDiff line numberDiff line change
@@ -5,73 +5,33 @@ nav:
55
tooltip: Email, address, and location
66
---
77

8-
# {% include icon.html icon="fa-regular fa-envelope" %}Contact
8+
# {% include icon.html icon="fa-regular fa-envelope" %}Join Us
99

10-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
11-
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
12-
nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
10+
Our lab is actively seeking multiple highly motivated talents to join us as **Ph.D. students (fully funded), master students, undergraduate students, onsite/remote research interns (outside of UC Riverside), visiting scholars, or postdoctoral researchers**. <br>
11+
If you are interested, please submit this **[application form](https://docs.google.com/forms/d/1LLewwdhoxXcOv1B8j1KszhDWmdqoBc5QV5xTahVJieg/viewform)** to register your interest. Prospective students must also submit an application for a certain program on the **[UCR official application website](https://www.ucr.edu/apply)** before the corresponding deadline. If you are applying for a Ph.D. program in the ECE or CSE departments, please indicate Prof. Jiachen Li as your prospective advisor in the Statement of Purpose.
1312

14-
{%
15-
include button.html
16-
type="email"
17-
18-
19-
%}
20-
{%
21-
include button.html
22-
type="phone"
23-
text="(555) 867-5309"
24-
link="+1-555-867-5309"
25-
%}
26-
{%
27-
include button.html
28-
type="address"
29-
tooltip="Our location on Google Maps for easy navigation"
30-
link="https://www.google.com/maps"
31-
%}
13+
#### Research Topics (include but not limited to)
3214

33-
{% include section.html %}
15+
- Safe Human-Robot Interaction / Collaboration
16+
- Multi-Agent Learning & Planning (e.g., coordination, collaboration)
17+
- Embodied AI, Foundation Models, Vision and Language Models for Robotics and Autonomous Systems
18+
- Safe and Interactive Autonomous Driving & Robot Navigation
19+
- Trustworthy AI/ML (e.g., safety, robustness, generalizability, explainability, formal methods)
20+
- Deep Reinforcement Learning & Controls
21+
- Intelligent Transportation Systems & Smart City
3422

35-
{% capture col1 %}
3623

37-
{%
38-
include figure.html
39-
image="images/photo.jpg"
40-
caption="Lorem ipsum"
41-
%}
24+
#### Basic Requirements
25+
Applicants are expected to be pursuing or hold a bachelor's degree or higher in Robotics, Computer Science (CS), Electrical Engineering (EE), Mechanical Engineering (ME), Mathematics, or other related STEM majors.
4226

43-
{% endcapture %}
27+
- Strong passion for the above research topics and desire to solve challenging research problems.
28+
- Strong analytical and coding skills.
29+
- Good communication skills in both written and spoken English.
4430

45-
{% capture col2 %}
4631

47-
{%
48-
include figure.html
49-
image="images/photo.jpg"
50-
caption="Lorem ipsum"
51-
%}
52-
53-
{% endcapture %}
54-
55-
{% include cols.html col1=col1 col2=col2 %}
56-
57-
{% include section.html dark=true %}
58-
59-
{% capture col1 %}
60-
Lorem ipsum dolor sit amet
61-
consectetur adipiscing elit
62-
sed do eiusmod tempor
63-
{% endcapture %}
64-
65-
{% capture col2 %}
66-
Lorem ipsum dolor sit amet
67-
consectetur adipiscing elit
68-
sed do eiusmod tempor
69-
{% endcapture %}
70-
71-
{% capture col3 %}
72-
Lorem ipsum dolor sit amet
73-
consectetur adipiscing elit
74-
sed do eiusmod tempor
75-
{% endcapture %}
76-
77-
{% include cols.html col1=col1 col2=col2 col3=col3 %}
32+
#### Desired Skills (highly preferred but not required)
33+
- Proficient in coding and programming (e.g., Python, C++).
34+
- Proficient in deep learning frameworks (e.g., PyTorch, TensorFlow).
35+
- Experience in robot programming, especially with Python and C++.
36+
- Knowledge and experience in robotics, autonomous systems, deep learning, machine learning, reinforcement learning, optimization, control, computer vision, or natural language processing.
37+
- Prior research or project experience in robotics, autonomous systems, deep learning, machine learning, reinforcement learning, optimization, control, computer vision, or natural language processing will be highly preferred but not required. Research experiences in other areas are also highly valued.

teaching/index.md

+2-19
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,6 @@ nav:
55
tooltip: Software, datasets, and more
66
---
77

8-
# {% include icon.html icon="fa-solid fa-wrench" %}Projects
8+
# {% include icon.html icon="fa-solid fa-chalkboard-user" %}Teaching
99

10-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
11-
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
12-
13-
{% include tags.html tags="publication, resource, website" %}
14-
15-
{% include search-info.html %}
16-
17-
{% include section.html %}
18-
19-
## Featured
20-
21-
{% include list.html component="card" data="projects" filters="group: featured" %}
22-
23-
{% include section.html %}
24-
25-
## More
26-
27-
{% include list.html component="card" data="projects" filters="group: " style="small" %}
10+
[EE 260B: Trustworthy AI for Autonomous Systems (Winter 2024)](https://sites.google.com/ucr.edu/ee260b-w24)

0 commit comments

Comments
 (0)