Skip to content

Commit 8f5e4ce

Browse files
authored
Merge pull request #2601 from codeeu/add-athena-partner-page
Adding athena_rc to partner page
2 parents 94ff132 + 954757e commit 8f5e4ce

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

app/Livewire/PartnerContentComponent.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,15 @@ private function getAllPartners()
513513
'link_url' => 'https://www.avanade.com/en-gb',
514514
'main_img_url' => 'images/partners/avanade.png'
515515
],
516+
(object)[
517+
'id' => 48,
518+
'name' => 'Athena RC',
519+
'logo_url' => 'images/partners/athena_rc.png',
520+
'categories' => ['Partners'],
521+
'description' => 'Athena RC conducts research in Information, Communication, and Computational Science & Technology, including all areas of data science, robotics, artificial intelligence and digital communication, modelling, and simulation. Research and development are carried out at the level of both information technology itself and specific applications. Computational sciences form a strong component of the Athena RC activities, including computational linguistics, archaeology, engineering, medicine, biology, and mechanics.',
522+
'link_url' => 'https://www.athenarc.gr/en',
523+
'main_img_url' => 'images/partners/athena_rc.png'
524+
],
516525
]);
517526
}
518527

23.2 KB
Loading

0 commit comments

Comments
 (0)