|
@ -105,7 +105,7 @@ |
|
|
<p>i. Smart Tourism</p> |
|
|
<p>i. Smart Tourism</p> |
|
|
</div> |
|
|
</div> |
|
|
</a-col> |
|
|
</a-col> |
|
|
<a-col :xl="24" :lg="24" :md="24" :sm="24"> |
|
|
|
|
|
|
|
|
<a-col :xl="12" :lg="24" :md="24" :sm="24"> |
|
|
<div class="ele-text-heading" style="padding: 16px 0"><b>Metaverse</b></div> |
|
|
<div class="ele-text-heading" style="padding: 16px 0"><b>Metaverse</b></div> |
|
|
<div class="line-height-d5"> |
|
|
<div class="line-height-d5"> |
|
|
<p>a. Hardware/Software Architectures for Metaverse</p> |
|
|
<p>a. Hardware/Software Architectures for Metaverse</p> |
|
@ -120,6 +120,23 @@ |
|
|
|
|
|
|
|
|
<p>f. Cyber Security for Metaverse</p> |
|
|
<p>f. Cyber Security for Metaverse</p> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <p>g. Data Analytics to Identify Malicious Behaviors in Metaverse</p>--> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <p> h. Blockchain/AI Technologies in Metaverse</p>--> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <p>i. New models to Evaluate the Impact of the Metaverse</p>--> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <p>j. Interactive Data Exploration and Presentation in Metaverse</p>--> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <p>k. Emerging Technologies and Applications for Metaverse</p>--> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
</a-col> |
|
|
|
|
|
<a-col :xl="12" :lg="24" :md="24" :sm="24"> |
|
|
|
|
|
<div class="ele-text-heading" style="padding: 16px 0"><b><s /></b></div> |
|
|
|
|
|
<div class="line-height-d5"> |
|
|
|
|
|
|
|
|
<p>g. Data Analytics to Identify Malicious Behaviors in Metaverse</p> |
|
|
<p>g. Data Analytics to Identify Malicious Behaviors in Metaverse</p> |
|
|
|
|
|
|
|
|
<p> h. Blockchain/AI Technologies in Metaverse</p> |
|
|
<p> h. Blockchain/AI Technologies in Metaverse</p> |
|
@ -129,8 +146,6 @@ |
|
|
<p>j. Interactive Data Exploration and Presentation in Metaverse</p> |
|
|
<p>j. Interactive Data Exploration and Presentation in Metaverse</p> |
|
|
|
|
|
|
|
|
<p>k. Emerging Technologies and Applications for Metaverse</p> |
|
|
<p>k. Emerging Technologies and Applications for Metaverse</p> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</a-col> |
|
|
</a-col> |
|
|
</a-row> |
|
|
</a-row> |
|
@ -165,7 +180,13 @@ |
|
|
<div class="title" style="margin-left: 280px">-Technical Sponsor-</div> |
|
|
<div class="title" style="margin-left: 280px">-Technical Sponsor-</div> |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
<a-image src="https://oss.wsdns.cn/20240303/bfe52a6864d44535beb6bf9ca6dbb263.jpg" :preview="false" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="ele-cell" v-if="siteInfo"> |
|
|
|
|
|
<div class="ele-cell-content" v-for="(item,index) in siteInfo.links" :key="index"> |
|
|
|
|
|
<a-image :src="item.icon" :width="160" :preview="false"></a-image> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
<!-- <a-image src="https://oss.wsdns.cn/20240303/bfe52a6864d44535beb6bf9ca6dbb263.jpg" :preview="false" />--> |
|
|
</a-card> |
|
|
</a-card> |
|
|
</div> |
|
|
</div> |
|
|
</a-layout-content> |
|
|
</a-layout-content> |
|
@ -175,6 +196,11 @@ |
|
|
|
|
|
|
|
|
<script lang="ts" setup> |
|
|
<script lang="ts" setup> |
|
|
import Banner from "@/components/Banner/index.vue"; |
|
|
import Banner from "@/components/Banner/index.vue"; |
|
|
|
|
|
import {storeToRefs} from "pinia"; |
|
|
|
|
|
import {useTenantStore} from "@/store/modules/tenant"; |
|
|
|
|
|
|
|
|
|
|
|
const tenantStore = useTenantStore(); |
|
|
|
|
|
const { siteInfo } = storeToRefs(tenantStore); |
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
|
<script lang="ts"> |
|
|
<script lang="ts"> |
|
|