-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteamData.js
More file actions
74 lines (73 loc) · 2.42 KB
/
teamData.js
File metadata and controls
74 lines (73 loc) · 2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
export const teamData = {
Factoreal: {
content: "Team Factoreal은 [Factory to Real, 공장의 밝은 미래를 현실로 만들자]라는 목표로 Monitory 서비스를 개발하였습니다."
},
Infra: {
content: `클라우드 서버 및 데이터 파이프라인 구축, 쿠버네티스와 IaC를 통한 프로세스 자동화를 담당하는 팀입니다.`,
members: [
{
name: "Kiri",
role: "DevOps, Jenkins CI, K8s",
email: "wdd1016@gmail.com",
github: "wdd1016",
},
{
name: "Subye",
role: "DevOps, Data Stream",
email: "subin0c0@gmail.com",
github: "chsubinn",
},
{
name: "Pero",
role: "K8s, ArgoCD, Terraform",
email: "leesanghoon1@naver.com",
github: "peroces-86",
}
]
},
IoT: {
content: "데이터의 수집 및 전송을 위한 센서 시뮬레이터, 웨어러블 앱 구현을 담당한 팀입니다.",
members: [
{
name: "Woody",
role: "Sensor Simulator, Wearable App, Backend",
email: "kwy1379@ajou.ac.kr",
github: "gwangbu-desu",
},
{
name: "Stoney",
role: "Sensor Simulator, Backend",
email: "msjeong991029@gmail.com",
github: "minnnseokk",
},
]
},
Service: {
content: "Monitory의 웹 서비스의 기획/개발/운영을 담당하는 팀입니다.",
members: [
{
name: "Yeni",
role: "Web Design, Frontend",
email: "cactusgreen@naver.com",
github: "2076070",
},
{
name: "Dani",
role: "Backend",
email: "dainreason0617@gmail.com",
github: "clainyun",
},
]
},
ML: {
content: "설비 이상탐지를 위한 예측 모델 개발 및 MLOps 구현을 담당하는 팀입니다.",
members: [
{
name: "Ddeungee",
role: "Machine Learning, MLOps, Backend",
email: "juneyo0823@naver.com",
github: "JuneSHYoo",
},
]
}
}