From b1089256be9f79702f58a4c3fa6ee9ab794fa979 Mon Sep 17 00:00:00 2001 From: Rachel Lombardi <37351287+rachellombardi@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:10:40 -0600 Subject: [PATCH 1/2] Create MSState_2024_Chen.yaml --- projects/MSState_2024_Chen.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 projects/MSState_2024_Chen.yaml diff --git a/projects/MSState_2024_Chen.yaml b/projects/MSState_2024_Chen.yaml new file mode 100644 index 000000000..7add2fcc0 --- /dev/null +++ b/projects/MSState_2024_Chen.yaml @@ -0,0 +1,7 @@ +Department: Computer Science and Engineering +Description: This project is dedicated to creating a comprehensive multimodal platform, specifically designed to enhance graph dynamics analytics in professional settings.Our goal is to encompass the complete life cycle of graph dynamics with particular emphasis on spatial trajectory mining, including location prediction, optimal routing inference, and identity recognition. +Central to this initiative is utilization the capabilities of large transformer models (e.g., Large Language Models, Vision Transformers, or Graph Transformers). These will be tailored to effectively capture the complexities inherent in trajectory over spatial graphs. By leveraging natural language, we can unlock the potential of advanced graph analytics to those without programming expertise, and enable seamless collaboration between experts across domains by speaking the universal language. +FieldOfScience: Computer and Information Services +Organization: Mississippi State University +PIName: Zhiqian Chen + From ab256aba049e15076e1d1fce45c035a9b743d7fc Mon Sep 17 00:00:00 2001 From: mwestphall Date: Mon, 29 Jan 2024 15:40:44 -0600 Subject: [PATCH 2/2] Make Description a multiline string --- projects/MSState_2024_Chen.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/projects/MSState_2024_Chen.yaml b/projects/MSState_2024_Chen.yaml index 7add2fcc0..2bb55f99b 100644 --- a/projects/MSState_2024_Chen.yaml +++ b/projects/MSState_2024_Chen.yaml @@ -1,6 +1,7 @@ Department: Computer Science and Engineering -Description: This project is dedicated to creating a comprehensive multimodal platform, specifically designed to enhance graph dynamics analytics in professional settings.Our goal is to encompass the complete life cycle of graph dynamics with particular emphasis on spatial trajectory mining, including location prediction, optimal routing inference, and identity recognition. -Central to this initiative is utilization the capabilities of large transformer models (e.g., Large Language Models, Vision Transformers, or Graph Transformers). These will be tailored to effectively capture the complexities inherent in trajectory over spatial graphs. By leveraging natural language, we can unlock the potential of advanced graph analytics to those without programming expertise, and enable seamless collaboration between experts across domains by speaking the universal language. +Description: > + This project is dedicated to creating a comprehensive multimodal platform, specifically designed to enhance graph dynamics analytics in professional settings.Our goal is to encompass the complete life cycle of graph dynamics with particular emphasis on spatial trajectory mining, including location prediction, optimal routing inference, and identity recognition. + Central to this initiative is utilization the capabilities of large transformer models (e.g., Large Language Models, Vision Transformers, or Graph Transformers). These will be tailored to effectively capture the complexities inherent in trajectory over spatial graphs. By leveraging natural language, we can unlock the potential of advanced graph analytics to those without programming expertise, and enable seamless collaboration between experts across domains by speaking the universal language. FieldOfScience: Computer and Information Services Organization: Mississippi State University PIName: Zhiqian Chen