Compare commits

..

2 commits

5 changed files with 5 additions and 4 deletions

View file

@ -61,6 +61,7 @@ steps:
# Run the new container with the current version, mounting the files # Run the new container with the current version, mounting the files
- > - >
docker run -d --name frontend -p 5173:80 docker run -d --name frontend -p 5173:80
--restart always
-v /home/mnisyif/docker-containers/mnisyif/frontend/dist:/usr/share/nginx/html:ro -v /home/mnisyif/docker-containers/mnisyif/frontend/dist:/usr/share/nginx/html:ro
-v /home/mnisyif/docker-containers/mnisyif/frontend/nginx.conf:/etc/nginx/nginx.conf:ro -v /home/mnisyif/docker-containers/mnisyif/frontend/nginx.conf:/etc/nginx/nginx.conf:ro
nginx:alpine nginx:alpine

Binary file not shown.

BIN
public/assets/pp/pp2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

View file

@ -8,8 +8,8 @@ const publicationsData = [
authors: "Murtadha Nisyif, Ahmed Refaey, and Sylvester Aboagye", authors: "Murtadha Nisyif, Ahmed Refaey, and Sylvester Aboagye",
journal: "IEEE Canadian Conference on Electrical and Computer Engineering", journal: "IEEE Canadian Conference on Electrical and Computer Engineering",
year: 2024, year: 2024,
// doi: "10.1234/example.doi.2023", doi: "10.1109/CCECE59415.2024.10667089",
// link: "https://doi.org/10.1234/example.doi.2023" link: "https://ieeexplore.ieee.org/document/10667089",
pdfLink: "/assets/papers/sem_com01.pdf", pdfLink: "/assets/papers/sem_com01.pdf",
}, },
// Add more publications as needed // Add more publications as needed