Skip to content

Commit

Permalink
Adding co225 projects (#103)
Browse files Browse the repository at this point in the history
* Adding co225 projects

* graphics update

* Category index changes

* Added a new category for CO225 course projects

* Added a new Category co225

+ set "nav_order" as '3' in co225/index.md

-/+ changed "nav_order" in <below_categories>/index.md accordingly.
(co227 ---> 4, ......... , co543 ---> 10)

* Merges with latest updates

* modified:   data/categories/co225/index.json

* Added new cover for CO227

* update with Mac file system

* CO225

* CO225 projects

---------

Co-authored-by: Chandula Adhikari <[email protected]>
  • Loading branch information
NuwanJ and chandula00 authored Jul 31, 2023
1 parent a37c53f commit e5a2799
Show file tree
Hide file tree
Showing 33 changed files with 6,650 additions and 4,813 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ Gemfile.lock
node_modules
.jekyll-metadata
.idea

docs/uncategorized/*
python_scripts/__cache/
python_scripts/__pycache__/

.DS_Store
328 changes: 316 additions & 12 deletions _data/projects.json

Large diffs are not rendered by default.

318 changes: 185 additions & 133 deletions _data/projects_latest.json

Large diffs are not rendered by default.

462 changes: 231 additions & 231 deletions _data/projects_popular.json

Large diffs are not rendered by default.

5,857 changes: 3,397 additions & 2,460 deletions _graphics/cover_page.ai

Large diffs are not rendered by default.

4,161 changes: 2,206 additions & 1,955 deletions _graphics/thumbnail_images.ai

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions categories/co225/e19.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: project_batch
title: E19 Software Constructions Projects (CO225)
permalink: /co225/e19/
has_children: true
parent: Software Constructions Projects (CO225)
batch: e19
code: co225
readmore: '#'
search_exclude: true
default_thumb_image: /data/categories/co225/thumbnail.jpg
description: 'This section contains projects conducted as a partial requirement to
complete the course CO225 - Software Constructions. There are primarily two types
of applications developed: web applications and mobile applications. Both of these
application types are based on the Java programming language.'
---
18 changes: 18 additions & 0 deletions categories/co225/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: project_cat
title: Software Constructions Projects (CO225)
nav_order: '3'
permalink: /co225/
has_children: true
code: co225
type: COURSE
parent: Home
has_toc: true
search_exclude: true
readmore: '#'
default_thumb_image: /data/categories/co225/thumbnail.jpg
description: 'This section contains projects conducted as a partial requirement to
complete the course CO225 - Software Constructions. There are primarily two types
of applications developed: web applications and mobile applications. Both of these
application types are based on the Java programming language.'
---
2 changes: 1 addition & 1 deletion categories/co226/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: project_cat
title: Database Projects (CO226)
nav_order: '3'
nav_order: '4'
permalink: /co226/
has_children: true
code: co226
Expand Down
2 changes: 1 addition & 1 deletion categories/co227/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: project_cat
title: Software Systems Projects
nav_order: '4'
nav_order: '5'
permalink: /co227/
has_children: true
code: co227
Expand Down
2 changes: 1 addition & 1 deletion categories/co326/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: project_cat
title: Industrial Automation Projects (CO326)
nav_order: '5'
nav_order: '6'
permalink: /co326/
has_children: true
code: co326
Expand Down
2 changes: 1 addition & 1 deletion categories/co328/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: project_cat
title: Software Engineering Projects (CO328)
nav_order: '6'
nav_order: '7'
permalink: /co328/
has_children: true
code: co328
Expand Down
2 changes: 1 addition & 1 deletion categories/co502/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: project_cat
title: Advanced Computer Architecture (CO502)
nav_order: '7'
nav_order: '8'
permalink: /co502/
has_children: true
code: co502
Expand Down
2 changes: 1 addition & 1 deletion categories/co542/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: project_cat
title: Neural Networks Projects (CO542)
nav_order: '8'
nav_order: '9'
permalink: /co542/
has_children: true
code: co542
Expand Down
2 changes: 1 addition & 1 deletion categories/co543/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: project_cat
title: Image Processing Projects (CO543)
nav_order: '9'
nav_order: '10'
permalink: /co543/
has_children: true
code: co543
Expand Down
Binary file added data/categories/co225/cover_page.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions data/categories/co225/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"code": "co225",
"title":"Software Constructions Projects (CO225)",
"images":{
"cover":"cover_page.jpg",
"thumbnail":"thumbnail.jpg"
},
"type": "COURSE",
"description":"This section contains projects conducted as a partial requirement to complete the course CO225 - Software Constructions. There are primarily two types of applications developed: web applications and mobile applications. Both of these application types are based on the Java programming language.",
"filters": [
{
"organization":"cepdnaclk",
"filter":"^e\\d{2}-co225-"
}
],
"contact": "[email protected]"
}
Binary file added data/categories/co225/thumbnail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions data/categories/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"link": "6sp",
"name": "Sixth Semester Projects"
},
"co225": {
"link": "co225",
"name": "Software Construction Projects (CO225)"
},
"co227": {
"link": "co227",
"name": "Software Systems Projects"
Expand All @@ -19,6 +23,10 @@
"link": "co226",
"name": "Database Projects (CO226)"
},
"co225": {
"link": "co225",
"name": "Software Construction Projects (CO225)"
},
"co326": {
"link": "co326",
"name": "Industrial Automation Projects (CO326)"
Expand Down
21 changes: 8 additions & 13 deletions data/categories/template/index.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
{
"code": "_repository code used for github repositories_",
"title":"_title to be shown_",
"images":{
"cover":"cover_page.jpg",
"thumbnail":"thumbnail.jpg"
"title": "_title to be shown_",
"images": {
"cover": "cover_page.jpg",
"thumbnail": "thumbnail.jpg"
},
"type": "COURSE|DEPARTMENT",
"description":"_provide a simple description in plain text, ~100 words_",
"filters": [
{
"organization":"cepdnaclk",
"filter":"^e\\d{2}-3yp-"
}
],
"contact": "[email protected]"
}
"description": "_provide a simple description in plain text, ~100 words_",
"contact": "[email protected]",
"readmore": "https://docs.google.com/document/d/1uJm99wlTErz7d0MKGJcsyXUi5b_mKZrLWlm7vXtahK4/edit?usp=sharing"
}
4 changes: 4 additions & 0 deletions pages/documentation/how-to-add-a-project.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ <h4 class="pt-4 pt-2">Instructions <small>- Create the repository using existing
<td>6sp</td>
<td>Sixth Semester Project</td>
</tr>
<tr>
<td>co225</td>
<td>Software Construction Projects</td>
</tr>
<tr>
<td>co227</td>
<td>Software Systems Projects</td>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: project_page
title: Baby Developement Tracking System Mobileapplication
permalink: /co225/e19/Baby-Developement-Tracking-System-Mobileapplication/
description: The Baby Development Tracking System is a mobile application designed
to assist parents, guardians, public health midwives (PHMs), and doctors in tracking
and managing the development of babies from 0 to 5 years old.
has_children: false
parent: E19 Software Constructions Projects (CO225)
grand_parent: Software Constructions Projects (CO225)
cover_url: /data/categories/co225/cover_page.jpg
thumbnail_url: /data/categories/co225/thumbnail.jpg
repo_url: https://github.com/cepdnaclk/e19-co225-Baby-Developement-Tracking-System-Mobileapplication
page_url: https://cepdnaclk.github.io/e19-co225-Baby-Developement-Tracking-System-Mobileapplication
forks: 1
watchers: 0
stars: 0
started_on: '2023-05-25T14:31:07Z'
---

The Baby Development Tracking System is a mobile application designed to assist parents, guardians, public health midwives (PHMs), and doctors in tracking and managing the development of babies from 0 to 5 years old.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: project_page
title: Baby Developing Tracking System Web Application
permalink: /co225/e19/Baby-Developing-Tracking-System-Web-Application/
description: Sproutopia is a user-friendly software project aimed at developing a
comprehensive baby development tracking system. It enables parents and caregivers
to easily monitor and track the growth, milestones, and well-being of their little
ones.
has_children: false
parent: E19 Software Constructions Projects (CO225)
grand_parent: Software Constructions Projects (CO225)
cover_url: /data/categories/co225/cover_page.jpg
thumbnail_url: /data/categories/co225/thumbnail.jpg
repo_url: https://github.com/cepdnaclk/e19-co225-Baby-Developing-Tracking-System-Web-Application
page_url: https://cepdnaclk.github.io/e19-co225-Baby-Developing-Tracking-System-Web-Application
forks: 8
watchers: 3
stars: 3
started_on: '2023-05-27T01:54:39Z'
---

Sproutopia is a user-friendly software project aimed at developing a comprehensive baby development tracking system. It enables parents and caregivers to easily monitor and track the growth, milestones, and well-being of their little ones.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: project_page
title: Department Space Management System Mobile App
permalink: /co225/e19/Department-Space-Management-System-Mobile-App/
description: With this app, users can easily view, access real-time information about
available spaces and book spaces at Depatrment of Computer Engineering University
of Peradeniya.
has_children: false
parent: E19 Software Constructions Projects (CO225)
grand_parent: Software Constructions Projects (CO225)
cover_url: /data/categories/co225/cover_page.jpg
thumbnail_url: /data/categories/co225/thumbnail.jpg
repo_url: https://github.com/cepdnaclk/e19-co225-Department-Space-Management-System-Mobile-App
page_url: https://cepdnaclk.github.io/e19-co225-Department-Space-Management-System-Mobile-App
forks: 3
watchers: 2
stars: 2
started_on: '2023-06-18T03:50:21Z'
---

With this app, users can easily view, access real-time information about available spaces and book spaces at Depatrment of Computer Engineering University of Peradeniya.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: project_page
title: In Patient Management System For a Hospital
permalink: /co225/e19/In-Patient-Management-System-For-a-Hospital/
description: e19-co225-projects
has_children: false
parent: E19 Software Constructions Projects (CO225)
grand_parent: Software Constructions Projects (CO225)
cover_url: /data/categories/co225/cover_page.jpg
thumbnail_url: /data/categories/co225/thumbnail.jpg
repo_url: https://github.com/cepdnaclk/e19-co225-In-Patient-Management-System-For-a-Hospital
page_url: https://cepdnaclk.github.io/e19-co225-In-Patient-Management-System-For-a-Hospital
forks: 7
watchers: 0
stars: 0
started_on: '2023-05-26T06:50:51Z'
---

e19-co225-projects
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: project_page
title: Library Management System Web App
permalink: /co225/e19/Library-Management-System-Web-App/
description: ''
has_children: false
parent: E19 Software Constructions Projects (CO225)
grand_parent: Software Constructions Projects (CO225)
cover_url: /data/categories/co225/cover_page.jpg
thumbnail_url: /data/categories/co225/thumbnail.jpg
repo_url: https://github.com/cepdnaclk/e19-co225-Library-Management-System-Web-App
page_url: https://cepdnaclk.github.io/e19-co225-Library-Management-System-Web-App
forks: 1
watchers: 0
stars: 0
started_on: '2023-05-26T05:24:17Z'
---

20 changes: 20 additions & 0 deletions projects/github_projects/co225/e19/Library-Management-System.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
layout: project_page
title: Library Management System
permalink: /co225/e19/Library-Management-System/
description: Library Management mobile application which will allow users to reserve
a book, request a book at their convenience.
has_children: false
parent: E19 Software Constructions Projects (CO225)
grand_parent: Software Constructions Projects (CO225)
cover_url: /data/categories/co225/cover_page.jpg
thumbnail_url: /data/categories/co225/thumbnail.jpg
repo_url: https://github.com/cepdnaclk/e19-co225-Library-Management-System
page_url: https://cepdnaclk.github.io/e19-co225-Library-Management-System
forks: 3
watchers: 0
stars: 0
started_on: '2023-05-25T13:39:35Z'
---

Library Management mobile application which will allow users to reserve a book, request a book at their convenience.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: project_page
title: Mobile app for Inpatient Management System
permalink: /co225/e19/Mobile-app-for-Inpatient-Management-System/
description: 2nd year Project for CO225
has_children: false
parent: E19 Software Constructions Projects (CO225)
grand_parent: Software Constructions Projects (CO225)
cover_url: /data/categories/co225/cover_page.jpg
thumbnail_url: /data/categories/co225/thumbnail.jpg
repo_url: https://github.com/cepdnaclk/e19-co225-Mobile-app-for-Inpatient-Management-System
page_url: blank
forks: 0
watchers: 0
stars: 0
started_on: '2023-05-25T15:30:34Z'
---

2nd year Project for CO225
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: project_page
title: School Attendance Management System Mobile Application
permalink: /co225/e19/School-Attendance-Management-System-Mobile-Application/
description: ''
has_children: false
parent: E19 Software Constructions Projects (CO225)
grand_parent: Software Constructions Projects (CO225)
cover_url: /data/categories/co225/cover_page.jpg
thumbnail_url: /data/categories/co225/thumbnail.jpg
repo_url: https://github.com/cepdnaclk/e19-co225-School-Attendance-Management-System-Mobile-Application
page_url: https://cepdnaclk.github.io/e19-co225-School-Attendance-Management-System-Mobile-Application
forks: 9
watchers: 0
stars: 0
started_on: '2023-05-25T12:00:30Z'
---

Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: project_page
title: Student Result Management System
permalink: /co225/e19/Student-Result-Management-System/
description: Student Results Management System Mobile Application - CO225
has_children: false
parent: E19 Software Constructions Projects (CO225)
grand_parent: Software Constructions Projects (CO225)
cover_url: /data/categories/co225/cover_page.jpg
thumbnail_url: /data/categories/co225/thumbnail.jpg
repo_url: https://github.com/cepdnaclk/e19-CO225-Student-Result-Management-System
page_url: blank
forks: 1
watchers: 0
stars: 0
started_on: '2023-06-20T18:08:38Z'
---

Student Results Management System Mobile Application - CO225
Loading

0 comments on commit e5a2799

Please sign in to comment.