Skip to content

Commit e5fb34e

Browse files
authored
docs: add showcase (#2021)
1 parent dede947 commit e5fb34e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/.vitepress/showcases.ts

+12
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,18 @@ export const showcases: ShowCaseInfo[] = [
250250
cover: 'https://i.ytimg.com/vi/hVMaPBrWvAo/hqdefault.jpg',
251251
datetime: '2025-01-12',
252252
},
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+
},
253265
// Add yours here!
254266
{
255267
title: 'Yours?',

0 commit comments

Comments
 (0)