@@ -12,6 +12,7 @@ import crcl from "@/assets/CRCL_logo_white.png";
1212import adr from "@/assets/ADR_logo_white.png" ;
1313import aelab from "@/assets/VUB-AELAB_logo_white.png" ;
1414import lund from "@/assets/Lund_logo_white.png" ;
15+ import designplusplus from "@/assets/design++_logo_white.png" ;
1516
1617import { createStore } from "vuex" ;
1718
@@ -73,6 +74,11 @@ const store = createStore({
7374 link : "https://www.dfab.ch/" ,
7475 logo : dfab ,
7576 } ,
77+ {
78+ name : "Design++" ,
79+ link : "https://designplusplus.ethz.ch/" ,
80+ logo : designplusplus ,
81+ } ,
7682 {
7783 name : "Civil and Mineral Engineering, Univerity of Toronto" ,
7884 link : "https://civmin.utoronto.ca/" ,
@@ -83,11 +89,6 @@ const store = createStore({
8389 link : "https://dbt.arch.ethz.ch/" ,
8490 logo : dbt ,
8591 } ,
86- {
87- name : "Tailored Materiality Research, Delft University of Technology" ,
88- link : "https://tailoredmateriality.com/" ,
89- logo : null ,
90- } ,
9192 {
9293 name : "Department of Architectural Engineering, Vrije Universiteit Brussel" ,
9394 link : "https://www.vub.be/arch/" ,
@@ -103,6 +104,16 @@ const store = createStore({
103104 link : "https://www.abm.lth.se/" ,
104105 logo : lund ,
105106 } ,
107+ {
108+ name : "ADR Laboratory, Princeton University" ,
109+ link : "https://adeldesignresearch.org/" ,
110+ logo : adr ,
111+ } ,
112+ {
113+ name : "Tailored Materiality Research, Delft University of Technology" ,
114+ link : "https://tailoredmateriality.com/" ,
115+ logo : null ,
116+ } ,
106117 {
107118 name : "School of Architecture, Carnegie Mellon University" ,
108119 link : null ,
@@ -113,11 +124,6 @@ const store = createStore({
113124 link : null ,
114125 logo : null ,
115126 } ,
116- {
117- name : "ADR Laboratory, Princeton University" ,
118- link : "https://adeldesignresearch.org/" ,
119- logo : adr ,
120- } ,
121127 {
122128 name : "Professorship of Digital Fabrication, TUM School of Engineering and Design" ,
123129 link : "https://www.arc.ed.tum.de/df/" ,
0 commit comments