Skip to content

Commit 61d6686

Browse files
change current papers
1 parent ef37698 commit 61d6686

File tree

2 files changed

+20
-19
lines changed

2 files changed

+20
-19
lines changed

ongoing-papers.ts

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,48 +2,48 @@ import { type Paper } from "@/interface";
22

33
const papers: Paper[] = [
44
{
5-
_id: "6709134c7cd783a890da2c51",
5+
_id: "67097ff03ec3fdad83b2d20e",
66
finalUrl:
7-
"https://res.cloudinary.com/dtorpaj1c/image/upload/v1728647994/papers/d0wftfpiwbvnu7xj0vph.pdf",
7+
"https://res.cloudinary.com/dtorpaj1c/image/upload/v1728675814/papers/ceisoyzmh2xf4jgusu9g.pdf",
88
thumbnailUrl:
9-
"https://res.cloudinary.com/dtorpaj1c/image/upload/w_400,h_400,c_fill/v1728647994/papers/d0wftfpiwbvnu7xj0vph.jpg",
10-
subject: "Digital System Design [BECE102L]",
11-
slot: "B1",
9+
"https://res.cloudinary.com/dtorpaj1c/image/upload/w_400,h_400,c_fill/v1728675814/papers/ceisoyzmh2xf4jgusu9g.jpg",
10+
subject: "Database Systems [BCSE302L]",
11+
slot: "F2",
1212
year: "2023",
1313
exam: "CAT-2",
1414
},
1515

1616
{
17-
_id: "6708fd8002a75017a4f08759",
17+
_id: "670a105e6272bcf9da4e2362",
1818

1919
finalUrl:
20-
"https://res.cloudinary.com/dtorpaj1c/image/upload/v1728642405/papers/orbppimhujcijj2ywhvm.pdf",
20+
"https://res.cloudinary.com/dtorpaj1c/image/upload/v1728712773/papers/ifkrnjgwdudtev9rxpki.pdf",
2121
thumbnailUrl:
22-
"https://res.cloudinary.com/dtorpaj1c/image/upload/w_400,h_400,c_fill/v1728642405/papers/orbppimhujcijj2ywhvm.jpg",
23-
subject: "Discrete Mathematics and Graph Theory [BMAT205L]",
24-
slot: "A2",
22+
"https://res.cloudinary.com/dtorpaj1c/image/upload/w_400,h_400,c_fill/v1728712773/papers/ifkrnjgwdudtev9rxpki.jpg",
23+
subject: "Complex Variables and Linear Algebra [BMAT201L]",
24+
slot: "A1",
2525
year: "2023",
2626
exam: "CAT-2",
2727
},
2828
{
29-
_id: "6708ffbd02a75017a4f08781",
29+
_id: "670a109f6272bcf9da4e2365",
3030
finalUrl:
31-
"https://res.cloudinary.com/dtorpaj1c/image/upload/v1728642995/papers/crcehyihkyh0qlndkr42.pdf",
31+
"https://res.cloudinary.com/dtorpaj1c/image/upload/v1728712856/papers/tvqgpngsxdxs9ne093co.pdf",
3232
thumbnailUrl:
33-
"https://res.cloudinary.com/dtorpaj1c/image/upload/w_400,h_400,c_fill/v1728642995/papers/crcehyihkyh0qlndkr42.jpg",
34-
subject: "Theory of Computation [BITE306L]",
35-
slot: "B1",
33+
"https://res.cloudinary.com/dtorpaj1c/image/upload/w_400,h_400,c_fill/v1728712856/papers/tvqgpngsxdxs9ne093co.jpg",
34+
subject: "Complex Variables and Linear Algebra [BMAT201L]",
35+
slot: "B2",
3636
year: "2023",
3737
exam: "CAT-2",
3838
},
3939
{
4040
_id: "67090f367cd783a890da2c05",
4141
finalUrl:
42-
"https://res.cloudinary.com/dtorpaj1c/image/upload/v1728646945/papers/ldwxp0efzedoqfpfvdtw.pdf",
42+
"https://res.cloudinary.com/dtorpaj1c/image/upload/v1728737784/papers/kemo38pguqbrio2karkh.pdf",
4343
thumbnailUrl:
44-
"https://res.cloudinary.com/dtorpaj1c/image/upload/w_400,h_400,c_fill/v1728646945/papers/ldwxp0efzedoqfpfvdtw.jpg",
45-
subject: "Probability and Statistics [BMAT202L]",
46-
slot: "B1",
44+
"https://res.cloudinary.com/dtorpaj1c/image/upload/w_400,h_400,c_fill/v1728737784/papers/kemo38pguqbrio2karkh.jpg",
45+
subject: "Database Systems [BCSE302L]",
46+
slot: "A2",
4747
year: "2023",
4848
exam: "CAT-2",
4949
},

src/app/upload/select_options.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const courses = [
2323
"Probability and Statistics Lab [BMAT202P]",
2424
"Discrete Mathematics and Graph Theory [BMAT205L]",
2525
"Database Systems [BITE302L]",
26+
"Database Systems [BCSE302L]",
2627
"Operating Systems [BITE303L]",
2728
"Operating Systems [BCSE303L]",
2829
"Data Structures and Algorithms Lab [BITE201P]",

0 commit comments

Comments
 (0)