|
@ -1,12 +1,173 @@ |
|
|
<template> |
|
|
<template> |
|
|
<a-layout> |
|
|
|
|
|
<Header /> |
|
|
|
|
|
|
|
|
<a-layout style="background-color: #eff7fe"> |
|
|
<Banner /> |
|
|
<Banner /> |
|
|
|
|
|
<Header /> |
|
|
<a-layout-content> |
|
|
<a-layout-content> |
|
|
<NewsBody /> |
|
|
|
|
|
<NewsBody2 /> |
|
|
|
|
|
<About /> |
|
|
|
|
|
<NewsBody3 /> |
|
|
|
|
|
|
|
|
<div :style="{ maxWidth: '1180px', margin: 'auto',padding: '20px', minHeight: '280px' }"> |
|
|
|
|
|
<a-card title="Introduction" :bordered="false" hoverable :head-style="{ backgroundColor: '#e0f0fd', color: '#0096FF', fontSize: '24px'}" :style="{ boxShadow: '2px 0px 10px #ccc', marginBottom: '20px'}"> |
|
|
|
|
|
<div class="ele-text-secondary" style="padding-bottom: 20px">November 23-25, Nanning,Guangxi, China</div> |
|
|
|
|
|
<div class="ele-text-heading"> |
|
|
|
|
|
<p>Data intelligence combines multiple information technologies such as big data, cloud computing, artificial intelligence, and blockchain to process, analyze, and mine valuable information and knowledge from a large amount of data to provide effective data intelligence support for decision-making and applications. The research and development of theory, technology, and application in this field will have a significant and far-reaching impact on the digitalization and intellectualization of various industries.</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>The 2024 IEEE International Conference on Data Intelligence and Innovative Application (DIIA 2024), hosted by the Guangxi Academy of Sciences and Technical sponsored by the IEEE , will be held in Nanning, Guangxi Zhuang Autonomous Region, China, from November 23 to 25, 2024. The DIIA2024 aims to provide a platform for sharing novel research and ideas in the fields of Data Intelligence and Applications. It will also facilitate the exchange of information between researchers and industry professionals to discuss the latest issues and advancements in related areas. Outstanding scholars from all over the world will conduct Keynote Speeches about the frontier in their research area. The program will cover a wide range of topics to cater to the participants' needs in specific subject areas. All authors are welcome to participate and contribute!</p> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <p>Please refer to the official website of DIIA 2024 for further detailsabout the agenda, contributions and registration.</p>--> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
</a-card> |
|
|
|
|
|
<a-card title="Call For Papers" :bordered="false" hoverable :head-style="{ backgroundColor: '#e0f0fd', color: '#0096FF', fontSize: '24px'}" :style="{ boxShadow: '2px 0px 10px #ccc', marginBottom: '20px'}"> |
|
|
|
|
|
<div class="ele-text-secondary" style="padding-bottom: 20px">Topics of interest include, but are not limited to, the following</div> |
|
|
|
|
|
<div class="ele-text-heading"> |
|
|
|
|
|
<a-row :gutter="16"> |
|
|
|
|
|
<a-col :xl="12" :lg="12" :md="12" :sm="24"> |
|
|
|
|
|
<div class="ele-text-heading" style="padding: 16px 0"><b>Artificial Intelligence</b></div> |
|
|
|
|
|
<div class="line-height-d5"> |
|
|
|
|
|
<p>a. Machine Learning</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>b. Deep Learning</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>c. Neural Network</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>d. Data Analysis and Data Mining</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>e. Computer Vision</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>f. Nature Language Processing</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>g. Knowledge Graph</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>h. Expert System</p> |
|
|
|
|
|
</div> |
|
|
|
|
|
</a-col> |
|
|
|
|
|
|
|
|
|
|
|
<a-col :xl="12" :lg="12" :md="12" :sm="24"> |
|
|
|
|
|
<div class="ele-text-heading" style="padding: 16px 0"><b>Big Data</b></div> |
|
|
|
|
|
<div class="line-height-d5"> |
|
|
|
|
|
<p>a. Big Data Algorithms</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>b. Big Data Fundamentals</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>c. Infrastructures for Big Data</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>d. Big Data Management and Frameworks</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>e. Big Data Search</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>f. Big Data Security</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>g. Big Data Applications</p> |
|
|
|
|
|
</div> |
|
|
|
|
|
</a-col> |
|
|
|
|
|
|
|
|
|
|
|
<a-col :xl="12" :lg="12" :md="12" :sm="24"> |
|
|
|
|
|
<div class="ele-text-heading" style="padding: 16px 0"><b>Blockchain</b></div> |
|
|
|
|
|
<div class="line-height-d5"> |
|
|
|
|
|
<p>a. Block Chain issues and trends</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>b. Blockchain Attacks on Existing Systems</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>c. Blockchain Consensus Algorithms</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>d. Blockchain Foundations</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>e. Blockchain New Design</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>f. Blockchain Privacy</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>g. Blockchain Scalability</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>h. Blockchain-based Security</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>i. Blockchain Applications</p> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
</a-col> |
|
|
|
|
|
|
|
|
|
|
|
<a-col :xl="12" :lg="12" :md="12" :sm="24"> |
|
|
|
|
|
<div class="ele-text-heading" style="padding: 16px 0"><b>DataIntelligence Application</b></div> |
|
|
|
|
|
<div class="line-height-d5"> |
|
|
|
|
|
<p>a. Smart Medicine and Comprehensive Health</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>b. Smart Ocean</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>c. Smart City</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>d. Wisdom Education</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>e. Smart Agriculture</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>f. Intelligent Manufacturing</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>g. Smart Logistics</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>h. Biomedical Informatics</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>i. Smart Tourism</p> |
|
|
|
|
|
</div> |
|
|
|
|
|
</a-col> |
|
|
|
|
|
<a-col :xl="24" :lg="24" :md="24" :sm="24"> |
|
|
|
|
|
<div class="ele-text-heading" style="padding: 16px 0"><b>Metaverse</b></div> |
|
|
|
|
|
<div class="line-height-d5"> |
|
|
|
|
|
<p>a. Hardware/Software Architectures for Metaverse</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>b. Decentralized and Collaborative Architectures for Metaverse</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>c. Data Security and Privacy Mechanisms for Metaverse</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>d. Cryptocurrency, Token, NFT Solutions for Metaverse</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>e. Fraud-Detection in 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-row> |
|
|
|
|
|
</div> |
|
|
|
|
|
</a-card> |
|
|
|
|
|
<a-card title="Important Dates" :bordered="false" hoverable :head-style="{ backgroundColor: '#e0f0fd', color: '#0096FF', fontSize: '24px'}" :style="{ boxShadow: '2px 0px 10px #ccc', marginBottom: '20px'}"> |
|
|
|
|
|
<div class="ele-text-heading"> |
|
|
|
|
|
<p>Full Paper Submission Deadline:June 30, 2024</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>Notification of Acceptance before:July 31, 2024</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>Final Manuscript Due:August 31, 2024</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>Registration Deadline:September 30,2024</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>Conference Dates:November 23-25,2024</p> |
|
|
|
|
|
</div> |
|
|
|
|
|
</a-card> |
|
|
|
|
|
<a-card title="Paper Submission" :bordered="false" hoverable :head-style="{ backgroundColor: '#e0f0fd', color: '#0096FF', fontSize: '24px'}" :style="{ boxShadow: '2px 0px 10px #ccc', marginBottom: '20px'}"> |
|
|
|
|
|
<div class="ele-text-heading"> |
|
|
|
|
|
<p>Authors are invited to submit papers through the conference Submission System since January 1, 2024. |
|
|
|
|
|
|
|
|
|
|
|
Submissions must be original and should not have been published previously or be under consideration for publication while being evaluated for this conference.</p> |
|
|
|
|
|
|
|
|
|
|
|
<p class="ele-text-secondary"><span style="padding-right: 20px">Please send the full paper(word+pdf) to Submission System :</span><a-button type="primary" danger style="border-radius: 20px; background: linear-gradient(to right, #E10000, rgba(225,0,0,0.4)); border: none">Submission System</a-button></p> |
|
|
|
|
|
</div> |
|
|
|
|
|
</a-card> |
|
|
|
|
|
<a-card :bordered="false" hoverable :head-style="{ backgroundColor: '#e0f0fd', color: '#0096FF', fontSize: '24px'}" :body-style="{backgroundColor: '#f4fafe'}" :style="{ boxShadow: '2px 0px 10px #ccc', marginBottom: '20px'}"> |
|
|
|
|
|
<template #title> |
|
|
|
|
|
<div class="flex" style="display: flex"> |
|
|
|
|
|
<div class="title">-HOSTED BY-</div> |
|
|
|
|
|
<div class="title" style="margin-left: 280px">-Technical Sponsor-</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
</template> |
|
|
|
|
|
<a-image src="https://oss.wsdns.cn/20240303/bfe52a6864d44535beb6bf9ca6dbb263.jpg" :preview="false" /> |
|
|
|
|
|
</a-card> |
|
|
|
|
|
</div> |
|
|
</a-layout-content> |
|
|
</a-layout-content> |
|
|
<Footer /> |
|
|
<Footer /> |
|
|
</a-layout> |
|
|
</a-layout> |
|
@ -14,10 +175,6 @@ |
|
|
|
|
|
|
|
|
<script lang="ts" setup> |
|
|
<script lang="ts" setup> |
|
|
import Banner from "@/components/Banner/index.vue"; |
|
|
import Banner from "@/components/Banner/index.vue"; |
|
|
import NewsBody from "./components/news-body.vue"; |
|
|
|
|
|
import NewsBody2 from "./components/news-body2.vue"; |
|
|
|
|
|
import About from "./components/about.vue"; |
|
|
|
|
|
import NewsBody3 from "./components/news-body3.vue"; |
|
|
|
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
|
<script lang="ts"> |
|
|
<script lang="ts"> |
|
@ -26,5 +183,16 @@ |
|
|
}; |
|
|
}; |
|
|
</script> |
|
|
</script> |
|
|
<style lang="less"> |
|
|
<style lang="less"> |
|
|
|
|
|
|
|
|
|
|
|
.ele-text-secondary{ |
|
|
|
|
|
font-size: 16px; |
|
|
|
|
|
} |
|
|
|
|
|
.ele-text-heading{ |
|
|
|
|
|
line-height: 1.6em; |
|
|
|
|
|
font-size: 16px; |
|
|
|
|
|
} |
|
|
|
|
|
.line-height-d5{ |
|
|
|
|
|
p{ |
|
|
|
|
|
line-height: .7; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
</style> |
|
|
</style> |
|
|