16 lines
682 B
JavaScript
16 lines
682 B
JavaScript
export default {
|
|
index: "Course Description",
|
|
"---":{
|
|
type: 'separator'
|
|
},
|
|
CSE4303_L1: "Introduction to Computer Security (Lecture 1)",
|
|
CSE4303_L2: "Introduction to Computer Security (Lecture 2)",
|
|
CSE4303_L3: "Introduction to Computer Security (Lecture 3)",
|
|
CSE4303_L4: "Introduction to Computer Security (Lecture 4)",
|
|
CSE4303_L5: "Introduction to Computer Security (Lecture 5)",
|
|
CSE4303_L6: "Introduction to Computer Security (Lecture 6)",
|
|
CSE4303_L7: "Introduction to Computer Security (Lecture 7)",
|
|
CSE4303_L8: "Introduction to Computer Security (Lecture 8)",
|
|
CSE4303_L9: "Introduction to Computer Security (Lecture 9)",
|
|
}
|