From 1ac4c3f1ede69394f69a4d0dc5ac8bec648982cd Mon Sep 17 00:00:00 2001 From: Murtadha Date: Sun, 15 Sep 2024 17:59:43 -0400 Subject: [PATCH] Add publications data file --- public/assets/data/pubsData.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 public/assets/data/pubsData.json diff --git a/public/assets/data/pubsData.json b/public/assets/data/pubsData.json new file mode 100644 index 0000000..8ecdf46 --- /dev/null +++ b/public/assets/data/pubsData.json @@ -0,0 +1,12 @@ +[ + { + "id": 1, + "title": "Boosting Edge-to-Cloud Data Transmission Efficiency with Semantic Transcoding", + "authors": "Murtadha Nisyif, Ahmed Refaey, and Sylvester Aboagye", + "journal": "IEEE Canadian Conference on Electrical and Computer Engineering", + "year": 2024, + "doi": "10.1109/CCECE59415.2024.10667089", + "link": "https://ieeexplore.ieee.org/document/10667089", + "pdfLink": "/assets/papers/sem_com01.pdf" + } +] \ No newline at end of file