From 7193a63c321bada44eeb2907ec15e3ba488307bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Mon, 17 Jun 2024 10:05:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8F=8B=E6=83=85=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E6=98=BE=E7=A4=BA=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- src/views/index/index.vue | 85 ++++++++++++++++++++++++++++++++++----- 2 files changed, 76 insertions(+), 13 deletions(-) diff --git a/.env.development b/.env.development index b86d68a..2e992b3 100644 --- a/.env.development +++ b/.env.development @@ -1,7 +1,7 @@ VITE_SOCKET_URL=wss://server.gxwebsoft.com VITE_SERVER_URL=https://server.gxwebsoft.com/api -#VITE_API_URL=https://modules.gxwebsoft.com/api +VITE_API_URL=https://modules.gxwebsoft.com/api -VITE_API_URL=http://127.0.0.1:9090/api +#VITE_API_URL=http://127.0.0.1:9090/api #VITE_SOCKET_URL=ws://localhost:9191 #VITE_API_URL=http://103.233.255.195:9300/api diff --git a/src/views/index/index.vue b/src/views/index/index.vue index a6bd652..e8d2f8e 100644 --- a/src/views/index/index.vue +++ b/src/views/index/index.vue @@ -49,6 +49,10 @@ + + + +
Big Data
@@ -68,6 +72,56 @@
+ + +
Large model
+
+

a. Large Model Knowledge Extraction

+ +

b. Large Model Knowledge Editing

+ +

c. Large Model Illusion Elimination

+ +

d. Large Model Driven Ontology Automatic Construction

+ +

e. Knowledge Acquisition Driven By Large Model

+ +

f. Knowledge Graph Completion Driven By Large Model

+ +

g. Knowledge Graph Q&A Driven By Large Model

+ +

h. Large Model Inference Technology

+ +

i. Cross Modal Application

+ +

j. Multimodal Data Management and Applications

+
+
+ + +
Brain computer intelligence
+
+

a. Brain Computer Interface Paradigm And Brain Signal Recognition

+ +

Technology

+ +

b. Principles of Brain Cognition And Detection

+ +

c. Brain Signal Measurement Methods

+ +

d. New Technology Of Brain Computer Driven Human Computer

+

Interaction

+ +

e. Brain Inspired Computing And Modeling

+ +

f. Rehabilitation And Application Of Brain Computer Interface

+ +

g. Brain Computer Multimodal Data Fusion

+ +

h. Brain-computer interface encoding and decoding

+
+
+
Blockchain
@@ -162,15 +216,18 @@
-

Full Paper Submission Deadline:June 30, 2024

+

Abstract Submission Before:July 20,2024 (2024年7月20日)

+ +

Full Paper Submission Deadline:August 20, 2024(2024年8月20日)

-

Notification of Acceptance before:July 31, 2024

+

Notification of Acceptance Before:September 10, 2024(2024年9月10日)

-

Final Manuscript Due:August 31, 2024

+

Final Manuscript Due:September 30, 2024(2024年9月30日)

-

Registration Deadline:September 30,2024

+

Registration Deadline:October 31,2024(2024年10月31日)

+ +

Conference Dates:November 23-25,2024(2024年11月23-25日)

-

Conference Dates:November 23-25,2024

@@ -179,20 +236,22 @@ Submissions must be original and should not have been published previously or be under consideration for publication while being evaluated for this conference.

-

Please send the full paper(word+pdf) to Submission System :Submission System

+

Please send the full paper(word+pdf) to Submission System :Submission System

-
+
- - + +
@@ -212,6 +271,7 @@ import {listArticle} from "@/api/cms/article"; import {Article} from "@/api/cms/article/model"; import {ref} from "vue"; + import * as url from "url"; const themeStore = useThemeStore(); @@ -225,6 +285,10 @@ listArticle({categoryId: 159,limit: 4}).then(data => { article159.value = data }) + + const openUrl = (url: string) => { + window.open(url); + }