12 lines
612 B
JavaScript
12 lines
612 B
JavaScript
export default {
|
|
index: "Course Description",
|
|
"---":{
|
|
type: 'separator'
|
|
},
|
|
CSE5313_L1: "CSE5313 Coding and information theory for data science (Lecture 1)",
|
|
CSE5313_L2: "CSE5313 Coding and information theory for data science (Lecture 2)",
|
|
CSE5313_L3: "CSE5313 Coding and information theory for data science (Lecture 3)",
|
|
CSE5313_L4: "CSE5313 Coding and information theory for data science (Lecture 4)",
|
|
CSE5313_L5: "CSE5313 Coding and information theory for data science (Lecture 5)",
|
|
CSE5313_L6: "CSE5313 Coding and information theory for data science (Lecture 6)",
|
|
} |