diff --git a/applications_implications/index.html b/applications_implications/index.html index e38c6c0aefc9539c2114fe7d2b141a17a2f305f7..518b15b63d1a519710036c1b57991df606bac9ca 100755 --- a/applications_implications/index.html +++ b/applications_implications/index.html @@ -44,6 +44,8 @@ <a href=bicycles/index.html>bicycles</a> +<a href=skis/index.html>skis</a> + <a href=drones/index.html>drones</a> <a href=cars/index.html>cars</a> @@ -58,6 +60,8 @@ <a href=microscope/index.html>microscope</a> +<a href=open_metrology/index.html>scientific instruments</a> + <a href=prosthetics/index.html>prosthetics</a> <a href=shoes/index.html>shoes</a> diff --git a/applications_implications/machines/index.html b/applications_implications/machines/index.html index c6a93dc67523c7a0743cdd18bbbd03648c0d0fc9..55f9e7a58f1fd09a8b410bdbcd26fa780c706f2a 100644 --- a/applications_implications/machines/index.html +++ b/applications_implications/machines/index.html @@ -1,5 +1,5 @@ <html> <body> -<a href=http://mtm.cba.mit.edu/> +<a href=http://machines.fabcloud.io/> <img src="machines.jpg" width="100%"> </a> diff --git a/applications_implications/open_metrology/OM.png b/applications_implications/open_metrology/OM.png new file mode 100644 index 0000000000000000000000000000000000000000..9106fb7fa52a5ce0c4918b2e0d623856fee37e08 Binary files /dev/null and b/applications_implications/open_metrology/OM.png differ diff --git a/applications_implications/open_metrology/index.html b/applications_implications/open_metrology/index.html new file mode 100644 index 0000000000000000000000000000000000000000..1cac864388c06f642d6e10cc60df3fcef641af6b --- /dev/null +++ b/applications_implications/open_metrology/index.html @@ -0,0 +1,5 @@ +<html> +<body> +<a href=https://cba.mit.edu/events/22.08.OM/> +<img src="OM.png" width="100%"> +</a> diff --git a/applications_implications/skis/index.html b/applications_implications/skis/index.html new file mode 100644 index 0000000000000000000000000000000000000000..40740078becfcffb183da056187794292b43e2af --- /dev/null +++ b/applications_implications/skis/index.html @@ -0,0 +1,5 @@ +<html> +<body> +<a href=https://fabacademy.org/2022/labs/uemadrid/students/juan-merino/week-15-wildcard-week-composite-ski-making.html> +<img src="skis.jpg" width="100%"> +</a> diff --git a/applications_implications/skis/skis.jpg b/applications_implications/skis/skis.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd628bed83767d53d9321422c0c27c29fc64fd7b Binary files /dev/null and b/applications_implications/skis/skis.jpg differ