added images

This commit is contained in:
CHIEFSOFT\ameye
2024-09-29 18:53:48 -04:00
parent 4fbacf692a
commit be19d3b5ea
6 changed files with 28 additions and 20 deletions
+18 -11
View File
@@ -32,33 +32,40 @@ class Home extends BaseController
"topic" => "Topic 001",
"description" => "Anatomical variations of the sphenoid sinus and nearby neurovascular structures seen on computed tomography of black Africans",
"file" => "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=syYNLncAAAAJ&citation_for_view=syYNLncAAAAJ:d1gkVwhDpl0C",
"image"=> "too2.jpg",
] ,
[
"topic" => "Topic 002",
"description" => "Clinical profile of otomycosis in a sub-saharan African tertiary health center",
"file" => "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=syYNLncAAAAJ&citation_for_view=syYNLncAAAAJ:_kc_bZDykSQC",
"image"=> "too2.jpg",
] ,
[
"topic" => "Topic 003",
"description" => "Is there an association between COVID-19 mortality and Human development index? The case study of Nigeria and some selected countries",
"file" => "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=syYNLncAAAAJ&citation_for_view=syYNLncAAAAJ:-f6ydRqryjwC",
"image"=> "too3.jpg",
] ,
[
"topic" => "Topic 004",
"description" => "Assessing the surgical anatomy of the ethmoid sinus in adult Nigerians using computerized tomography scan",
"file" => "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=syYNLncAAAAJ&citation_for_view=syYNLncAAAAJ:eQOLeE2rZwMC",
"image"=> "too4.jpg",
] ,
[
"topic" => "Topic 005",
"description" => "Descrion a short one for thip paper Topic 001",
"file" => "myfile.pdf",
] ,
[
"topic" => "Topic 006",
"description" => "Descrion a short one for thip paper Topic 001",
"file" => "myfile.pdf",
] ,
];
// [
// "topic" => "Topic 005",
// "description" => "Descrion a short one for thip paper Topic 001",
// "file" => "myfile.pdf",
// "image"=> "too1.jpg",
// ] ,
// [
// "topic" => "Topic 006",
// "description" => "Descrion a short one for thip paper Topic 001",
// "file" => "myfile.pdf",
// "image"=> "too1.jpg",
// ] ,
}
}