We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dede947 commit e5fb34eCopy full SHA for e5fb34e
docs/.vitepress/showcases.ts
@@ -250,6 +250,18 @@ export const showcases: ShowCaseInfo[] = [
250
cover: 'https://i.ytimg.com/vi/hVMaPBrWvAo/hqdefault.jpg',
251
datetime: '2025-01-12',
252
},
253
+ {
254
+ title: 'Single Image Super-Resolution Based on Capsule Neural Networks',
255
+ author: {
256
+ name: 'George Corrêa de Araújo',
257
+ link: 'https://george-gca.github.io/',
258
+ },
259
+ at: 'Brazilian Conference on Intelligent Systems 2023',
260
+ slidesLink: 'https://george-gca.github.io/bracis_2023_srcaps/',
261
+ sourceLink: 'https://github.com/george-gca/bracis_2023_srcaps',
262
+ cover: 'https://raw.githubusercontent.com/george-gca/bracis_2023_srcaps/refs/heads/main/cover.png',
263
+ datetime: '2023-09-27',
264
265
// Add yours here!
266
{
267
title: 'Yours?',
0 commit comments