Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M5-Capsearch | IMI showtime website first draft #328

Merged
merged 3 commits into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions content/ss24/master/m5-capsearch/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
+++
project_id = "M5"
title = "Capsearch: Bridging Talent and Career"
subtitle = ""
claim = "CapSearch, an AI-powered platform, assists employees with project assignments. By analyzing profiles, skills, and goals, it provides personalized job recommendations, streamlines project assignments, and enhances efficiency."
abstract = "CapSearch, an AI-powered platform, assists employees with project assignments. By analyzing profiles, skills, and goals, it provides personalized job recommendations, streamlines project assignments, and enhances efficiency."
hasMermaid = true

# Properties for displaying the project in the project list
card_image = "logo.png"
# card_description is deprecated, will be replaced by abstract/and or claim
card_description = "CapSearch, an AI-powered platform, assists employees with project assignments. By analyzing profiles, skills, and goals, it provides personalized job recommendations, streamlines project assignments, and enhances efficiency."

# Names are optional, team size is sufficient
team = ["Hikari Sophia Stölzle", "Nikol Stefanova", "Mohamed Amine Sallami", "Reynaldo Domenico", "Vu Minh Le"]
supervisor = "Parul Soni, Timo Walter"
draft = true

website_link = ""
source_link = ""
+++
{{<image src="logo.png" alt="Logo">}}

<section>
In large-scale companies with numerous employees, identifying the ideal project that fosters professional growth and aligns perfectly with individual expectations has consistently posed a challenge. Even after discovering a suitable project, the conventional back-and-forth email exchanges for sharing general information can prove time consuming and labor intensive for both employees and managers.
</section>

{{<section title="Our Goal">}}
CapSearch offers an innovative solution to this challenge. By digitizing the process, Capsearch streamlines how employees are paired with projects. Instead of relying on manual, inefficient methods, Capsearch employs a robust Embedding-based Recommender System that suggests the most suitable job opportunities for each employee. This algorithm considers factors such as the employee's skills and project requirements, ensuring an ideal match that supports both career development and company’s needs.
{{</section>}}

{{<section title="Main Idea">}}
CapSearch empowers employees to swiftly and effortlessly discover jobs that align their interests and skills. This not only enhances job satisfaction but also boosts productivity and engagement. For project managers, Capsearch offers a comprehensive overview of available talent, enabling more strategic project sourcing and improved resource management.

By leveraging Capsearch, companies can achieve a higher ratio of successful project assignments, fostering a more dynamic and motivated workforce. This digital transformation streamlines the project sourcing process, saving time and energy, while also enabling employees to advance in their careers and contribute to the company’s overall success.
{{</section>}}

{{<section title="Process">}}
{{</section>}}
{{<image src="process.png" alt="Logo">}}
{{<section title="The team">}}
{{</section>}}

{{<gallery>}}
{{<team-member image="cat.jpg" name="Hikari">}}
{{<team-member image="cat.jpg" name="Nikol">}}
{{<team-member image="cat.jpg" name="Amine">}}
{{<team-member image="cat.jpg" name="Minh">}}
{{<team-member image="cat.jpg" name="Reynaldo">}}
{{</gallery>}}

Binary file added content/ss24/master/m5-capsearch/cat.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions content/ss24/master/m5-capsearch/features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
+++
title = "Features"
weight = 20
draft = true
+++

{{<section title="Features">}}

* **Roles**

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla facilisis neque id vulputate malesuada. Quisque dignissim finibus urna sed sagittis.


* **Game-Flow**

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla facilisis neque id vulputate malesuada. Quisque dignissim finibus urna sed sagittis.

* **Voting Systems**

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla facilisis neque id vulputate malesuada. Quisque dignissim finibus urna sed sagittis.

{{</section>}}
Binary file added content/ss24/master/m5-capsearch/kitty.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/ss24/master/m5-capsearch/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions content/ss24/master/m5-capsearch/process.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
+++
title = "Process"
weight = 10
draft = true
+++

{{<section title="Process">}}

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla facilisis neque id vulputate malesuada. Quisque dignissim finibus urna sed sagittis.


{{</section>}}
Binary file added content/ss24/master/m5-capsearch/process.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 72 additions & 0 deletions content/ss24/master/m5-capsearch/techstack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
+++
title = "Tech Stack"
weight = 30
draft = true
hasMermaid = true
+++

{{<section title="Tech Stack">}}
Hugo offers a couple of options to include diagrams right in the source code, see
[https://gohugo.io/content-management/diagrams/](https://gohugo.io/content-management/diagrams/)

Here's a mermaid example: (note the hasMermaid = true parameter in the front matter!)

```mermaid
classDiagram
Animal <|-- Duck
Animal <|-- Fish
Animal <|-- Zebra
Animal : +int age
Animal : +String gender
Animal: +isMammal()
Animal: +mate()
class Duck{
+String beakColor
+swim()
+quack()
}
class Fish{
-int sizeInFeet
-canEat()
}
class Zebra{
+bool is_wild
+run()
}
```
{{</section>}}

{{<section title="Future">}}



```goat
+-------------------+ ^ .---.
| A Box |__.--.__ __.--> | .-. | |
| | '--' v | * |<--- | |
+-------------------+ '-' | |
Round *---(-. |
.-----------------. .-------. .----------. .-------. | | |
| Mixed Rounded | | | / Diagonals \ | | | | | |
| & Square Corners | '--. .--' / \ |---+---| '-)-' .--------.
'--+------------+-' .--. | '-------+--------' | | | | / Search /
| | | | '---. | '-------' | '-+------'
|<---------->| | | | v Interior | ^
' <---' '----' .-----------. ---. .--- v |
.------------------. Diag line | .-------. +---. \ / . |
| if (a > b) +---. .--->| | | | | Curved line \ / / \ |
| obj->fcn() | \ / | '-------' |<--' + / \ |
'------------------' '--' '--+--------' .--. .--. | .-. +Done?+-'
.---+-----. | ^ |\ | | /| .--+ | | \ /
| | | Join \|/ | | Curved | \| |/ | | \ | \ /
| | +----> o --o-- '-' Vertical '--' '--' '-- '--' + .---.
<--+---+-----' | /|\ | | 3 |
v not:line 'quotes' .-' '---'
.-. .---+--------. / A || B *bold* | ^
| | | Not a dot | <---+---<-- A dash--is not a line v |
'-' '---------+--' / Nor/is this. ---
```
Goat Diagrams are also supported :)
{{</section>}}

Loading