-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Dec 2, 2024
1 parent
cdaa985
commit 7b48e02
Showing
10 changed files
with
249 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12958,6 +12958,79 @@ | |
} | ||
} | ||
}, | ||
"e20-co227-FoE-Room-Reservation": { | ||
"title": "FoE Room Reservation", | ||
"description": "It is a web application to book rooms in FoE.", | ||
"category": { | ||
"title": "Software Systems Projects", | ||
"code": "co227", | ||
"api_url": "https://api.ce.pdn.ac.lk/projects/v1/co227/" | ||
}, | ||
"project_url": "https://projects.ce.pdn.ac.lk/co227/e20/FoE-Room-Reservation/", | ||
"repo_url": "https://github.com/cepdnaclk/e20-co227-FoE-Room-Reservation", | ||
"page_url": "https://cepdnaclk.github.io/e20-co227-FoE-Room-Reservation", | ||
"api_url": "https://api.ce.pdn.ac.lk/projects/v1/co227/E20/FoE-Room-Reservation/", | ||
"thumbnail_url": "https://projects.ce.pdn.ac.lk/data/categories/co227/thumbnail.jpg", | ||
"team": { | ||
"E/20/009": { | ||
"name": "Ahemad I.I.", | ||
"email": "[email protected]", | ||
"website": "", | ||
"github": "", | ||
"linkedin": "", | ||
"researchgate": "", | ||
"api_url": "https://api.ce.pdn.ac.lk/people/v1/students/E20/009", | ||
"profile_image": "https://people.ce.pdn.ac.lk/images/students/e20/e20009.jpg", | ||
"profile_url": "https://people.ce.pdn.ac.lk/students/e20/009/" | ||
}, | ||
"E/20/199": { | ||
"name": "Ketharagan P", | ||
"email": "[email protected]", | ||
"website": "", | ||
"github": "https://github.com/ketha29", | ||
"linkedin": "https://www.linkedin.com/in/ketharagan-p-767b11204", | ||
"researchgate": "", | ||
"api_url": "https://api.ce.pdn.ac.lk/people/v1/students/E20/199", | ||
"profile_image": "https://people.ce.pdn.ac.lk/images/students/e20/e20199.jpg", | ||
"profile_url": "https://people.ce.pdn.ac.lk/students/e20/199/" | ||
}, | ||
"E/20/338": { | ||
"name": "Rishanthan S.", | ||
"email": "[email protected]", | ||
"website": "", | ||
"github": "https://github.com/Rishanthan13/Rishanthan13.git", | ||
"linkedin": "https://www.linkedin.com/in/rishanthan-sridharan-7bb03b204", | ||
"researchgate": "", | ||
"api_url": "https://api.ce.pdn.ac.lk/people/v1/students/E20/338", | ||
"profile_image": "https://people.ce.pdn.ac.lk/images/students/e20/e20338.jpg", | ||
"profile_url": "https://people.ce.pdn.ac.lk/students/e20/338/" | ||
}, | ||
"E/20/339": { | ||
"name": "A.M.Rismy", | ||
"email": "[email protected]", | ||
"website": "", | ||
"github": "https://github.com/mrismy", | ||
"linkedin": "", | ||
"researchgate": "", | ||
"api_url": "https://api.ce.pdn.ac.lk/people/v1/students/E20/339", | ||
"profile_image": "https://people.ce.pdn.ac.lk/images/students/e20/e20339.jpg", | ||
"profile_url": "https://people.ce.pdn.ac.lk/students/e20/339/" | ||
} | ||
}, | ||
"supervisors": { | ||
"[email protected]": { | ||
"name": "Dr. Isuru Nawinne", | ||
"email": "[email protected]", | ||
"profile_url": "https://people.ce.pdn.ac.lk/staff/academic/isuru-nawinne/", | ||
"profile_image": "https://people.ce.pdn.ac.lk/images/staff/academic-staff/isuru-nawinne.png", | ||
"api_url": "https://api.ce.pdn.ac.lk/people/v1/staff/isurunawinne", | ||
"website": "", | ||
"linkedin": "https://www.linkedin.com/in/isuru-nawinne-73302833/", | ||
"researchgate": "https://www.researchgate.net/profile/Isuru-Nawinne", | ||
"google_scholar": "https://scholar.google.com/citations?hl=en&user=8qqGvuwAAAAJ" | ||
} | ||
} | ||
}, | ||
"e20-co227-Food-Buddy": { | ||
"title": "Food Buddy", | ||
"description": "Food Buddy is a solution for the food wastage of restaurants. We provide a platform, where the restaurants can display their unsold food items with attractive discounts and users can see those advertisements from nearby restaurants.", | ||
|
@@ -28581,18 +28654,18 @@ | |
"team": {}, | ||
"supervisors": {} | ||
}, | ||
"e20-co502-RV32IM-pipeline-implementation-group2": { | ||
"title": "RV32IM pipeline implementation group2", | ||
"e20-co502-RV32IM-pipeline-implementation-group-2": { | ||
"title": "RV32IM pipeline implementation group 2", | ||
"description": "This Git repository contains the implementation of a RISC32IM processor pipeline using Verilog. The pipeline includes stages for instruction fetch, decode, execute, memory access, and write-back. The implementation includes a testbench for verification.", | ||
"category": { | ||
"title": "Advanced Computer Architecture (CO502)", | ||
"code": "co502", | ||
"api_url": "https://api.ce.pdn.ac.lk/projects/v1/co502/" | ||
}, | ||
"project_url": "https://projects.ce.pdn.ac.lk/co502/e20/RV32IM-pipeline-implementation-group2/", | ||
"repo_url": "https://github.com/cepdnaclk/e20-co502-RV32IM-pipeline-implementation-group2", | ||
"project_url": "https://projects.ce.pdn.ac.lk/co502/e20/RV32IM-pipeline-implementation-group-2/", | ||
"repo_url": "https://github.com/cepdnaclk/e20-co502-RV32IM-pipeline-implementation-group-2", | ||
"page_url": "#", | ||
"api_url": "https://api.ce.pdn.ac.lk/projects/v1/co502/E20/RV32IM-pipeline-implementation-group2/", | ||
"api_url": "https://api.ce.pdn.ac.lk/projects/v1/co502/E20/RV32IM-pipeline-implementation-group-2/", | ||
"thumbnail_url": "https://projects.ce.pdn.ac.lk/data/categories/co502/thumbnail.jpg" | ||
}, | ||
"e20-co502-RV32IM_Pipelined_Processor_Group-04": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
{ | ||
"title": "FoE Room Reservation", | ||
"description": "It is a web application to book rooms in FoE.", | ||
"category": { | ||
"title": "Software Systems Projects", | ||
"code": "co227", | ||
"api_url": "https://api.ce.pdn.ac.lk/projects/v1/co227/" | ||
}, | ||
"project_url": "https://projects.ce.pdn.ac.lk/co227/e20/FoE-Room-Reservation/", | ||
"repo_url": "https://github.com/cepdnaclk/e20-co227-FoE-Room-Reservation", | ||
"page_url": "https://cepdnaclk.github.io/e20-co227-FoE-Room-Reservation", | ||
"api_url": "https://api.ce.pdn.ac.lk/projects/v1/co227/E20/FoE-Room-Reservation/", | ||
"thumbnail_url": "https://projects.ce.pdn.ac.lk/data/categories/co227/thumbnail.jpg", | ||
"team": { | ||
"E/20/009": { | ||
"name": "Ahemad I.I.", | ||
"email": "[email protected]", | ||
"website": "", | ||
"github": "", | ||
"linkedin": "", | ||
"researchgate": "", | ||
"api_url": "https://api.ce.pdn.ac.lk/people/v1/students/E20/009", | ||
"profile_image": "https://people.ce.pdn.ac.lk/images/students/e20/e20009.jpg", | ||
"profile_url": "https://people.ce.pdn.ac.lk/students/e20/009/" | ||
}, | ||
"E/20/199": { | ||
"name": "Ketharagan P", | ||
"email": "[email protected]", | ||
"website": "", | ||
"github": "https://github.com/ketha29", | ||
"linkedin": "https://www.linkedin.com/in/ketharagan-p-767b11204", | ||
"researchgate": "", | ||
"api_url": "https://api.ce.pdn.ac.lk/people/v1/students/E20/199", | ||
"profile_image": "https://people.ce.pdn.ac.lk/images/students/e20/e20199.jpg", | ||
"profile_url": "https://people.ce.pdn.ac.lk/students/e20/199/" | ||
}, | ||
"E/20/338": { | ||
"name": "Rishanthan S.", | ||
"email": "[email protected]", | ||
"website": "", | ||
"github": "https://github.com/Rishanthan13/Rishanthan13.git", | ||
"linkedin": "https://www.linkedin.com/in/rishanthan-sridharan-7bb03b204", | ||
"researchgate": "", | ||
"api_url": "https://api.ce.pdn.ac.lk/people/v1/students/E20/338", | ||
"profile_image": "https://people.ce.pdn.ac.lk/images/students/e20/e20338.jpg", | ||
"profile_url": "https://people.ce.pdn.ac.lk/students/e20/338/" | ||
}, | ||
"E/20/339": { | ||
"name": "A.M.Rismy", | ||
"email": "[email protected]", | ||
"website": "", | ||
"github": "https://github.com/mrismy", | ||
"linkedin": "", | ||
"researchgate": "", | ||
"api_url": "https://api.ce.pdn.ac.lk/people/v1/students/E20/339", | ||
"profile_image": "https://people.ce.pdn.ac.lk/images/students/e20/e20339.jpg", | ||
"profile_url": "https://people.ce.pdn.ac.lk/students/e20/339/" | ||
} | ||
}, | ||
"supervisors": { | ||
"[email protected]": { | ||
"name": "Dr. Isuru Nawinne", | ||
"email": "[email protected]", | ||
"profile_url": "https://people.ce.pdn.ac.lk/staff/academic/isuru-nawinne/", | ||
"profile_image": "https://people.ce.pdn.ac.lk/images/staff/academic-staff/isuru-nawinne.png", | ||
"api_url": "https://api.ce.pdn.ac.lk/people/v1/staff/isurunawinne", | ||
"website": "", | ||
"linkedin": "https://www.linkedin.com/in/isuru-nawinne-73302833/", | ||
"researchgate": "https://www.researchgate.net/profile/Isuru-Nawinne", | ||
"google_scholar": "https://scholar.google.com/citations?hl=en&user=8qqGvuwAAAAJ" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...pipeline-implementation-group2/index.json → ...ipeline-implementation-group-2/index.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"title": "RV32IM pipeline implementation group2", | ||
"title": "RV32IM pipeline implementation group 2", | ||
"description": "This Git repository contains the implementation of a RISC32IM processor pipeline using Verilog. The pipeline includes stages for instruction fetch, decode, execute, memory access, and write-back. The implementation includes a testbench for verification.", | ||
"category": { | ||
"title": "Advanced Computer Architecture (CO502)", | ||
"code": "co502", | ||
"api_url": "https://api.ce.pdn.ac.lk/projects/v1/co502/" | ||
}, | ||
"project_url": "https://projects.ce.pdn.ac.lk/co502/e20/RV32IM-pipeline-implementation-group2/", | ||
"repo_url": "https://github.com/cepdnaclk/e20-co502-RV32IM-pipeline-implementation-group2", | ||
"project_url": "https://projects.ce.pdn.ac.lk/co502/e20/RV32IM-pipeline-implementation-group-2/", | ||
"repo_url": "https://github.com/cepdnaclk/e20-co502-RV32IM-pipeline-implementation-group-2", | ||
"page_url": "#", | ||
"api_url": "https://api.ce.pdn.ac.lk/projects/v1/co502/E20/RV32IM-pipeline-implementation-group2/", | ||
"api_url": "https://api.ce.pdn.ac.lk/projects/v1/co502/E20/RV32IM-pipeline-implementation-group-2/", | ||
"thumbnail_url": "https://projects.ce.pdn.ac.lk/data/categories/co502/thumbnail.jpg" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters