Skip to content

Commit

Permalink
update 2024 teams
Browse files Browse the repository at this point in the history
  • Loading branch information
robinagandhi committed Sep 21, 2024
1 parent f0f6b0d commit 5a5c171
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pages/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The deliverables from the class project are posted in a public repository. You c

## Teams Project for Fall 2024

* To be announced...
* [Teams 2024](https://robinagandhi.github.io/swa/slides/teams-2024/teams.html)

## Project Grading
* The project accounts for 40% of the total course grade.
Expand Down
80 changes: 80 additions & 0 deletions slides/teams-2024/include/teams.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
class: center, middle
# Teams Fall 2024

---

# Team 1

## Members
- Benjamin Bauwens, Shane Ellis, Grace Evah, Matthew Popelka, Nathan Stechschulte

## Project Focus
- Suricata

## Deliverables
- https://github.com/UNO-CYBR-8420-Team1/CYBR8420-Suricata

---

# Team 2

## Members
- Nicholas Bohlen, Brian Dahlstrom, Connor Flood, Mike Heneke, Damian Ramirez

## Project Focus
- KeyCloak

## Deliverables
- https://github.com/mhenke/CYBR8420-SoftwareAssurance-Proposal

---

# Team 3

## Members
- Anjani Monica Sai, Kunle Amoo, Prasanthi Gutta, Sreean Rikkala, Erik Weinmeister

## Project Focus
- Seafile

## Deliverables
- https://github.com/gprasanthi9/Debug-Squad-Seafile

---

# Team 4

## Members
- Geoff Humphreys, Mark Mango, Deb Peterson, Jesse Schrack, Augusto Zorrila Mendez

## Project Focus
- Canvas LMS

## Deliverables
- https://github.com/jschrack/CYBR-8420

---

# Team 5

## Members
- Conner Braley, Tobias Lathrop, Patrick Nikiema, Kwanz Skinner

## Project Focus
-

## Deliverables
-

---

# Team 6

## Members
- Shannon Fornander, Brian Gilbert, Yasir Mahdi, Abdoul Songne

## Project Focus
- OpenEMR

## Deliverables
- https://github.com/Lord-Tiger/CYBR8420_Fall24
114 changes: 114 additions & 0 deletions slides/teams-2024/teams.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
<!DOCTYPE html>
<html>
<head>
<title>Teams Fall 2023</title>
<meta charset="utf-8">
<style>
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:Light);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:italic);

body {
font-family: 'Roboto Condensed';
}
h1, h2, h3 {
font-family: 'Roboto Condensed';
margin-bottom: 0;
}
.remark-slide-content h1 { font-size: 2.6em; font-weight: bolder;}
.remark-slide-content h2 { font-size: 2em;}
.remark-slide-content h3 { font-size: 1.6em;}
.remark-slide-content p, li { font-size: 1.5em;}

.footnote {
position: absolute;
font-size: 20px;
bottom: 3em;
}
.topnote {
position: absolute;
font-size: 20px;
top: 20px;
}

.red { color: #fa0000; }
.green {color: #2ECC71; }
.blue {color: #3498DB; }
.orange {color: #FF6600; }
.large { font-size: 1.5em; }
.small{ font-size:1em; }

a, a > code {
color: rgb(249, 38, 114);
text-decoration: none;
}
code {
background: #e7e8e2;
border-radius: 5px;
}
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
.remark-code-line-highlighted { background-color: #373832; }

.inverse {
background: #272822;
color: #777872;
text-shadow: 0 0 20px #333;
}
.inverse h1, .inverse h2 {
color: #f3f3f3;
line-height: 0.8em;
}
.top-right{
position: absolute;
width: 25%;
top: 5px;
right: 5px;
}
.top-left{
position: absolute;
width: 25%;
top: 5px;
left: 5px;
}
.bottom-right{
position: absolute;
width: 25%;
bottom: 5px;
right: 5px;
}
.bottom-left{
position: absolute;
width: 25%;
bottom: 5px;
left: 5px;
}

/* Two-column layout */
.left-column {
width: 50%;
float: left;
}
.right-column {
width: 75%;
float: right;
}

/* responsive images */
img {
border-radius: 5px;
max-width: 100%;
height: auto;
}

</style>
</head>
<body>
<script src="../../javascripts/remark-latest.min.js">
</script>
<script>
var slideshow = remark.create({
sourceUrl: 'include/teams.md'
});
</script>
</body>
</html>

0 comments on commit 5a5c171

Please sign in to comment.