-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIAIhub.qmd
37 lines (27 loc) · 1.16 KB
/
IAIhub.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
title: "IAI-Hub"
format:
html: default
revealjs:
theme: simple
output-file: slides-iai-hub.html
width: 960
height: 700
author: Daladier Sampaio Neto
jupyter: python3
---
## Introduction
- Academic research can be disseminated through traditionally published papers and books.
- Modern dissemination methods include blogs, videos, software, notebooks, slide decks, tutorials, arXiv, Github repositories, Slack workspaces, and social media platforms.
- There is no easy solution to author and manage this variety of artefacts coherently.
- Each outlet requires its own input, leading to duplication of effort, synchronization issues, and errors.
## Introduction
- To create a unified platform that simplifies publishing academic content online in different formats.
- Easy to track the research projects and to maintain.
- Increase the online presence of a research group or CDT.
## Architecture
![](images/iai_hub/architecture.png){.absolute top=100 left=100}
## Django Application
![](images/iai_hub/django_app.png){.absolute top=100 left=100}
## Quarto Application
![](images/iai_hub/iai_quarto.png){.absolute top=100 left=100}