Skip to content

Commit 1b5af69

Browse files
Changed urls to be more permanent
1 parent 67df6e5 commit 1b5af69

36 files changed

+34
-24
lines changed

docs/directory/current_students.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ To do the first:
1111
Copy the template below and add it inside the <div> HTML blocks for the correct section, in alphabetical order by last name. Replace all `first` and `last` with your own name. Copy a professional photo of yourself names first_last.jpg (or .png, just make sure to update the filepath on the grid entry too) to the docs/directory/assets folder, cropped to be square and no larger than 600x600 in resolution. Preferably exactly 600x600.
1212
1313
To do the second:
14-
Copy the template.md file in the docs/directory/current_students folder, renaming your copy to first_last.md of your name. Populate each section of the template with your information.
14+
Copy the template.md file in the docs/directory/students folder, renaming your copy to first_last.md of your name. Populate each section of the template with your information.
1515
1616
Once you've done this follow the instructions in the README.md to build and host the webpage locally (it's much easier than it sounds) and make sure everything looks good with your additions.
1717
1818
TEMPLATE
1919
```
2020
- ![](assets/first_last.jpg){ width=300px }
2121
22-
[**<span style="font-size: 25px;">First Last</span>**](current_students/first_last.md)
22+
[**<span style="font-size: 25px;">First Last</span>**](students/first_last.md)
2323
```
2424
2525
-->
@@ -29,7 +29,7 @@ TEMPLATE
2929
<div class="grid cards" markdown>
3030
- ![](assets/brandon_sutherland.jpg){ width=300px }
3131

32-
[**<span style="font-size: 25px;">Brandon Sutherland</span>**](current_students/brandon_sutherland.md)
32+
[**<span style="font-size: 25px;">Brandon Sutherland</span>**](students/brandon_sutherland.md)
3333
</div>
3434

3535
# Masters Students

docs/directory/current_students/brandon_sutherland.md renamed to docs/directory/students/brandon_sutherland.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Brandon first became interested in aerial robotics when he learned to build and
1818

1919
Brandon has been involved in a number of projects in the lab, most recently ROSflight as an undergraduate and now Cooperative GPS-Denied Navigation as a doctoral student. Brandon is currently working on non-invasive methods of adopting cooperative multi-agent navigation systems onto existing Kalman Filter based single-agent systems.
2020

21-
- [Cooperative GPS Navigation](../../research/current_projects/cooperative_gps_denied_nav.md)
21+
- [Cooperative GPS Navigation](../../research/projects/cooperative_gps_denied_nav.md)
2222
- [ROSflight](https://rosflight.org/)
2323

2424
## Papers

docs/research/current_projects.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ This page is organized with Material for MkDocs' grid feature.
55
66
To add an entry to this page, copy the template below and add it inside the <div> HTML blocks.
77
Add entries to this page in alphabetical order.
8-
Create an additional file in the docs/research/current_projects folder, and link to that file from this page.
8+
Create an additional file in the docs/research/projects folder, and link to that file from this page.
99
Put whatever you want to show off your research in that new page.
1010
Check out the documentation for Material for MkDocs to learn about what you can do with your page: https://squidfunk.github.io/mkdocs-material/
1111
12+
All projects, past and current, are found in this directory so their URLs don't change when they get moved from current to past.
13+
1214
TEMPLATE
1315
```
14-
- [**Project Name**](current_projects/project_name.md)
16+
- [**Project Name**](projects/project_name.md)
1517
1618
---
1719
@@ -21,7 +23,7 @@ TEMPLATE
2123

2224
<div class="grid cards" markdown>
2325

24-
- [**Cooperative GPS Denied Navigation**](current_projects/cooperative_gps_denied_nav.md)
26+
- [**Cooperative GPS Denied Navigation**](projects/cooperative_gps_denied_nav.md)
2527

2628
---
2729

docs/research/past_projects.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
<div class="grid cards" markdown>
22

3-
- [**Indoor Navigation**](past_projects/indoor_navigation.md)
3+
- [**Indoor Navigation**](projects/indoor_navigation.md)
44

5-
- [**Target Tracking**](past_projects/target_tracking.md)
5+
- [**Target Tracking**](projects/target_tracking.md)
66

7-
- [**GPS Denied Navigation**](past_projects/gps_denied_navigation.md)
7+
- [**GPS Denied Navigation**](projects/gps_denied_navigation.md)
88

9-
- [**Sense and Avoid for Unmanned Aircraft Systems**](past_projects/sense_and_avoid_for_unmanned_aircraft_systems.md)
9+
- [**Sense and Avoid for Unmanned Aircraft Systems**](projects/sense_and_avoid_for_unmanned_aircraft_systems.md)
1010

11-
- [**Tailsitter**](past_projects/tailsitter.md)
11+
- [**Tailsitter**](projects/tailsitter.md)
1212

13-
- [**Aerial Recovery**](past_projects/aerial_recovery.md)
13+
- [**Aerial Recovery**](projects/aerial_recovery.md)
1414

15-
- [**Autopilot Design**](past_projects/autopilot_design.md)
15+
- [**Autopilot Design**](projects/autopilot_design.md)
1616

17-
- [**AUVSI Senior Project**](past_projects/auvsi_senior_project.md)
17+
- [**AUVSI Senior Project**](projects/auvsi_senior_project.md)
1818

19-
- [**Commercialization**](past_projects/commercialization.md)
19+
- [**Commercialization**](projects/commercialization.md)
2020

21-
- [**Cooperative Control with Learning**](past_projects/cooperative_control_with_learning.md)
21+
- [**Cooperative Control with Learning**](projects/cooperative_control_with_learning.md)
2222

23-
- [**Fault Detection**](past_projects/fault_detection.md)
23+
- [**Fault Detection**](projects/fault_detection.md)
2424

25-
- [**Cooperative Control**](past_projects/cooperative_control.md)
25+
- [**Cooperative Control**](projects/cooperative_control.md)
2626

27-
- [**Geo-referenced Mosaics**](past_projects/geo_referenced_mosaics.md)
27+
- [**Geo-referenced Mosaics**](projects/geo_referenced_mosaics.md)
2828

29-
- [**Image-directed Control**](past_projects/image_directed_control.md)
29+
- [**Image-directed Control**](projects/image_directed_control.md)
3030

31-
- [**Path Planning and Trajectory Generation**](past_projects/path_planning_and_trajectory_generation.md)
31+
- [**Path Planning and Trajectory Generation**](projects/path_planning_and_trajectory_generation.md)
3232

33-
- [**Tactical Seeability**](past_projects/tactical_seeability.md)
33+
- [**Tactical Seeability**](projects/tactical_seeability.md)
3434

3535
</div>

docs/research/current_projects/cooperative_gps_denied_nav.md renamed to docs/research/projects/cooperative_gps_denied_nav.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ Our research includes using factor graphs for decentralized multi-agent estimati
1313

1414
- [Group-k Consistent Measurement Set Maximization for Robust Outlier Detection](https://doi.org/10.1109/IROS47612.2022.9982057)
1515

16+
- [Student](../../directory/students/brandon_sutherland.md)

docs/research/current_projects/template.md renamed to docs/research/projects/template.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,18 @@ Include any pictures, videos, slides, posters, etc. you want here. Small files c
66

77
## Sponsors
88

9-
List any sponsors and relevant links here.
9+
List any sponsors and relevant links here. Also feel free to summarize their involvement if you want.
1010

1111
- [Center for Autonomous Air Mobility & Sensing](https://caams.center/)
1212
- [Sponsor Name Here]({Sponsor URL here})
1313

14+
## Personel
15+
16+
List anyone involved with the project here. You can even link to their individual webpages if you want.
17+
18+
- [Student]()
19+
- Faculty
20+
1421
## Papers
1522

1623
- [Paper Name Here]({DOI line here})

0 commit comments

Comments
 (0)