diff --git a/config/pages/community/use-community-article.ts b/config/pages/community/use-community-article.ts index b4c4791..ca9ace0 100644 --- a/config/pages/community/use-community-article.ts +++ b/config/pages/community/use-community-article.ts @@ -5,7 +5,7 @@ export function useCommunityArticle() { author: 'Xin LU, Zeyuan Meng, Guanyu Shi, Jieni Zhang', profession: 'UCL Bartlett RC9 Project', img: '/imgs/Community/Project/metafold/001.png', - tags: ['Mixed Reality'], + tags: ['Project'], href: '/community/project/metafold', level: 2, avatar: '/imgs/Community/Avatar/bartlett.png', @@ -16,7 +16,7 @@ export function useCommunityArticle() { author: 'Jiaxiang Luo, Sarah Aldaboos, Efthymia Mastrokalou, Rahaf Aldabous', profession: 'UCL Bartlett RC9 Project', img: '/imgs/Community/Project/cearamics/001.png', - tags: ['Mixed Reality'], + tags: ['Project'], href: '/community/project/cearamics', level: 2, avatar: '/imgs/Community/Avatar/bartlett.png', @@ -27,7 +27,7 @@ export function useCommunityArticle() { author: 'Xi He, Ziqi Song, Pablo Isaac Jaramillo Pazmino', profession: 'UCL Bartlett RC9 Project', img: '/imgs/Community/Project/rebent/001.png', - tags: ['Mixed Reality'], + tags: ['Project'], href: '/community/project/rebent', level: 2, avatar: '/imgs/Community/Avatar/bartlett.png', @@ -38,7 +38,7 @@ export function useCommunityArticle() { author: 'Chenfan Cai, Zixuan Fan, Yaxin Ding, Honghao Zhang', profession: 'UCL Bartlett RC9 Project', img: '/imgs/Community/Project/steammeup/001.png', - tags: ['Mixed Reality'], + tags: ['Project'], href: '/community/project/steammeup', level: 2, avatar: '/imgs/Community/Avatar/bartlett.png', @@ -49,11 +49,33 @@ export function useCommunityArticle() { author: 'Gwyllim Jahn, Cameron Newnham, Soomeen Hahm, Igor Pantic', profession: 'Format Engineering (UK)', img: '/imgs/Community/Project/steampunk/190913+Steampunk+0135.jpg', - tags: ['Mixed Reality'], + tags: ['Project'], href: '/community/project/steampunkpavilion', level: 2, avatar: '/imgs/Community/Avatar/igorpantic.jpg', createTime: '2019/10/11', }, + { + title: 'Reusable Augmented Concrete System: Accessible Method for Formwork Manufacturing through Holographic Guidance', + author: 'Xin Lu, Zeyuan Meng, Alvaro Lopez Rodriguez, Igor Pantic', + profession: 'UCL Bartlett RC9', + img: '/imgs/Community/Publication/ecaade_reusableaugmentedconcretesystem.png', + tags: ['Publication'], + href: '/community/publication/ecaade-reusableformworksystem', + level: 2, + avatar: '/imgs/Community/Avatar/ecaade.png', + createTime: '2020/7/30', + }, + { + title: 'Fabrication of Complex Clay Structures through an Augmented Reality Assisted Platform', + author: 'Jiaxiang Luo, Efthymia Mastrokalou, Rahaf Aldabous, Sarah Aldaboos, Alvaro Lopez Rodriguez', + profession: 'UCL Bartlett RC9', + img: '/imgs/Community/Publication/caadria_cearamics.png', + tags: ['Publication'], + href: '/community/publication/caadria-fabricationofcomplexclaystructurethroughanaugmentedrealityassistedplatform', + level: 2, + avatar: '/imgs/Community/Avatar/caadria.png', + createTime: '2022/6/18', + }, ] } diff --git a/public/imgs/Community/Avatar/caadria.png b/public/imgs/Community/Avatar/caadria.png new file mode 100644 index 0000000..b25f05f Binary files /dev/null and b/public/imgs/Community/Avatar/caadria.png differ diff --git a/public/imgs/Community/Avatar/ecaade.png b/public/imgs/Community/Avatar/ecaade.png new file mode 100644 index 0000000..86f81f6 Binary files /dev/null and b/public/imgs/Community/Avatar/ecaade.png differ diff --git a/public/imgs/Community/Publication/caadria_cearamics.png b/public/imgs/Community/Publication/caadria_cearamics.png new file mode 100644 index 0000000..f0afb53 Binary files /dev/null and b/public/imgs/Community/Publication/caadria_cearamics.png differ diff --git a/public/imgs/Community/Publication/ecaade_reusableaugmentedconcretesystem.png b/public/imgs/Community/Publication/ecaade_reusableaugmentedconcretesystem.png new file mode 100644 index 0000000..a382c44 Binary files /dev/null and b/public/imgs/Community/Publication/ecaade_reusableaugmentedconcretesystem.png differ diff --git a/public/imgs/Partners/500/caadria.png b/public/imgs/Partners/500/caadria.png new file mode 100644 index 0000000..8527f0d Binary files /dev/null and b/public/imgs/Partners/500/caadria.png differ diff --git a/public/imgs/Partners/500/ecaade.png b/public/imgs/Partners/500/ecaade.png new file mode 100644 index 0000000..9089078 Binary files /dev/null and b/public/imgs/Partners/500/ecaade.png differ