@@ -7,78 +7,82 @@ import { useTranslation } from "react-i18next";
77import Image from "../ui/image" ;
88
99const ResearchlineIllust = ( { researchLine } ) => {
10- const { t, i18n } = useTranslation ( ) ;
10+ const { t, i18n } = useTranslation ( ) ;
1111 const VideoConferenceIllust = (
12- < div className = { `video-conference-illust illust` } >
13- < div className = " video-conference-illust-container illust-container" >
14- < div
15- className = { `video-conference-item ` }
16- id = " video-conference-item-1"
17- > </ div >
18- < div
19- className = "video-conference-item"
20- id = "video-conference-item-2 "
21- > </ div >
22- < div
23- className = "video-conference-item"
24- id = "video-conference-item-3 "
25- > </ div >
26- < div
27- className = "video-conference-item"
28- id = "video-conference-item-4 "
29- > </ div >
30- </ div >
31- < Link className = "icon_link_publication" target = "_blank" href = "projects?researchline=videoconference" >
12+ < Link className = "icon_link_publication" target = "_blank" href = "projects?researchline=videoconference" >
13+ < div className = { ` video-conference-illust illust` } >
14+ < div className = "video-conference-illust-container illust-container" >
15+ < div
16+ className = { ` video-conference-item ` }
17+ id = "video-conference-item-1"
18+ > </ div >
19+ < div
20+ className = "video-conference-item"
21+ id = "video-conference-item-2"
22+ > </ div >
23+ < div
24+ className = "video-conference-item"
25+ id = "video-conference-item-3"
26+ > </ div >
27+ < div
28+ className = "video-conference-item"
29+ id = "video-conference-item-4"
30+ > </ div >
31+ </ div >
3232 < ArrowOutwardIcon className = " text-white absolute right-1 hover:right-0 bottom-0.5 transition-all hover:bottom-2 font-bold opacity-75 hover:opacity-100" sx = { { fontSize : 48 } } />
3333 < Mybadge variant = "secondary" size = "sm" className = "link_publication absolute right-2 bottom-14" > { t ( "front.ResearchLines.button" ) } </ Mybadge >
34- </ Link >
35- </ div >
34+ </ div >
35+ </ Link >
3636 ) ;
3737 const DataSpacesIllust = (
38- < div className = "data-spaces-illust illust" >
39- < div className = "data-spaces-illust-container illust-container" >
40- < div className = "data-spaces-item" id = "data-spaces-item-1" > </ div >
41- < div className = "data-spaces-item" id = "data-spaces-item-2" > </ div >
42- < div className = "data-spaces-item" id = "data-spaces-item-3" > </ div >
43- < div className = "data-spaces-item" id = "data-spaces-item-4" > </ div >
38+ < Link className = "icon_link_publication" target = "_blank" href = "projects?researchline=data" >
39+ < div className = "data-spaces-illust illust" >
40+ < div className = "data-spaces-illust-container illust-container" >
41+ < div className = "data-spaces-item" id = "data-spaces-item-1" > </ div >
42+ < div className = "data-spaces-item" id = "data-spaces-item-2" > </ div >
43+ < div className = "data-spaces-item" id = "data-spaces-item-3" > </ div >
44+ < div className = "data-spaces-item" id = "data-spaces-item-4" > </ div >
45+ </ div >
46+
47+ < ArrowOutwardIcon className = " text-white absolute right-1 hover:right-0 bottom-1 transition-all hover:bottom-2 font-bold opacity-75 hover:opacity-100" sx = { { fontSize : 48 } } />
48+ < Mybadge variant = "secondary" size = "sm" className = "link_publication absolute right-2 bottom-14" > { t ( "front.ResearchLines.button" ) } </ Mybadge >
49+
4450 </ div >
45- < Link className = "icon_link_publication" target = "_blank" href = "projects?researchline=data" >
46- < ArrowOutwardIcon className = " text-white absolute right-1 hover:right-0 bottom-1 transition-all hover:bottom-2 font-bold opacity-75 hover:opacity-100" sx = { { fontSize : 48 } } />
47- < Mybadge variant = "secondary" size = "sm" className = "link_publication absolute right-2 bottom-14" > { t ( "front.ResearchLines.button" ) } </ Mybadge >
48- </ Link >
49- </ div >
51+ </ Link >
5052 ) ;
5153 const GenerativeAIIllust = (
54+ < Link className = "icon_link_publication" target = "_blank" href = "projects?researchline=ai" >
5255 < div className = "generative-ai-illust illust" >
5356 < div className = "generative-ai-illust-container illust-container" >
5457 < div className = "generative-ai-item" id = "generative-ai-item-1" > </ div >
5558 < div className = "generative-ai-item" id = "generative-ai-item-2" > </ div >
5659 < div className = "generative-ai-item" id = "generative-ai-item-3" > </ div >
5760 { /* <div className="generative-ai-item" id="generative-ai-item-4"></div> */ }
5861 </ div >
59- < Link className = "icon_link_publication" target = "_blank" href = "projects?researchline=ai" >
6062 < ArrowOutwardIcon className = " text-background absolute right-1 hover:right-0 bottom-1 transition-all hover:bottom-2 font-bold opacity-75 hover:opacity-100" sx = { { fontSize : 48 } } />
6163 < Mybadge variant = "secondary" size = "sm" className = "link_publication absolute right-2 bottom-14" > { t ( "front.ResearchLines.button" ) } </ Mybadge >
62- </ Link >
64+
6365 </ div >
66+ </ Link >
6467 ) ;
6568
6669 const ELearningIllust = (
70+ < Link className = "icon_link_publication" target = "_blank" href = "projects?researchline=e-learning" >
6771 < div className = "e-learning-illust illust" >
6872 < div className = "e-learning-illust-container illust-container " >
6973 < div className = "e-learning-item" id = "e-learning-item-1" > </ div >
7074 < div className = "e-learning-item" id = "e-learning-item-2" > </ div >
7175 < div className = "e-learning-item" id = "e-learning-item-3" > </ div >
7276 { /* <div className="generative-ai-item" id="generative-ai-item-4"></div> */ }
7377 </ div >
74- < Link className = "icon_link_publication" target = "_blank" href = "projects?researchline=e-learning" >
75- < ArrowOutwardIcon className = " text-white absolute right-1 hover:right-0 bottom-1 transition-all hover:bottom-2 font-bold opacity-75 hover:opacity-100" sx = { { fontSize : 48 } } />
76- < Mybadge variant = "secondary" size = "sm" className = "link_publication absolute right-2 bottom-14" > { t ( "front.ResearchLines.button" ) } </ Mybadge >
77- </ Link >
78+ < ArrowOutwardIcon className = " text-white absolute right-1 hover:right-0 bottom-1 transition-all hover:bottom-2 font-bold opacity-75 hover:opacity-100" sx = { { fontSize : 48 } } />
79+ < Mybadge variant = "secondary" size = "sm" className = "link_publication absolute right-2 bottom-14" > { t ( "front.ResearchLines.button" ) } </ Mybadge >
7880 </ div >
81+ </ Link >
7982 ) ;
8083
8184 const ComputingIllust = (
85+ < Link className = "icon_link_publication" target = "_blank" href = "projects?researchline=computing" >
8286 < div className = "networks-illust illust" >
8387 < div className = "networks-illust-container illust-container " >
8488 < Image
@@ -87,11 +91,12 @@ const ResearchlineIllust = ({ researchLine }) => {
8791 fit = "contain"
8892 />
8993 </ div >
90- < Link className = "icon_link_publication" target = "_blank" href = "projects?researchline=computing" >
91- < ArrowOutwardIcon className = " text-white absolute right-1 hover:right-0 bottom-1 transition-all hover:bottom-2 font-bold opacity-75 hover:opacity-100" sx = { { fontSize : 48 } } />
94+
95+ < ArrowOutwardIcon className = " text-white absolute right-1 hover:right-0 bottom-1 transition-all hover:bottom-2 font-bold opacity-75 hover:opacity-100" sx = { { fontSize : 48 } } />
9296 < Mybadge variant = "secondary" size = "sm" className = "link_publication absolute right-2 bottom-14" > { t ( "front.ResearchLines.button" ) } </ Mybadge >
93- </ Link >
97+
9498 </ div >
99+ </ Link >
95100 ) ;
96101
97102 switch ( researchLine ) {
0 commit comments