This is an automated email from the ASF dual-hosted git repository.

yasith pushed a commit to branch cybershuttle-staging
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/cybershuttle-staging by this 
push:
     new a734f7ec61 update DevDbInitializer project list
a734f7ec61 is described below

commit a734f7ec61fa25bca2b9985c9d7f8b92a8ad565f
Author: yasithdev <[email protected]>
AuthorDate: Fri Apr 25 22:01:47 2025 +0000

    update DevDbInitializer project list
---
 .../research/service/config/DevDataInitializer.java    | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git 
a/modules/research-framework/research-service/src/main/java/org/apache/airavata/research/service/config/DevDataInitializer.java
 
b/modules/research-framework/research-service/src/main/java/org/apache/airavata/research/service/config/DevDataInitializer.java
index 73c46824dd..e4ab584ab0 100644
--- 
a/modules/research-framework/research-service/src/main/java/org/apache/airavata/research/service/config/DevDataInitializer.java
+++ 
b/modules/research-framework/research-service/src/main/java/org/apache/airavata/research/service/config/DevDataInitializer.java
@@ -199,5 +199,23 @@ public class DevDataInitializer implements 
CommandLineRunner {
                 new String[]{"airavata-courses", "spring-2025"},
                 "Krish Katariya, Jesse Gong, Shreyas Arisa, Devin Fromond"
         );
+
+       createProject(
+               "Deepseek Remote Execution",
+               "Executing deepseek model on remote HPC",
+               "https://github.com/ZhenmeiOng/proj2-llama";,
+               "airavata-courses-deepseek-chat",
+               new String[]{"airavata-courses", "spring-2025", "llm"},
+               "Yashkaran Chauhan, Zhenmei Ong, Varenya Amagowni"
+       );
+
+       createProject(
+               "Fast Chat",
+               "Fast and easy communication with fast chat",
+               "https://github.com/riccog/cybershuttle";,
+               "airavata-courses-fast-chat",
+               new String[]{"airavata-courses", "spring-2025"},
+               "Ricco Goss, Mason Graham, Talam, Ruchira"
+       );
     }
 }

Reply via email to