-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
96 lines (93 loc) · 4.23 KB
/
index.html
File metadata and controls
96 lines (93 loc) · 4.23 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZDLBDXQR39"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZDLBDXQR39');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Valentina Melgar Bermúdez</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Gochi+Hand&display=swap" rel="stylesheet">
</head>
<body>
<div class="header-container">
<h1>Research & Projects</h1>
</div>
<div class="container">
<div class="note-card yellow">
<div class="front-layer">
<div class="front">
<h2>Brazilian Citizen Labs</h2>
</div>
</div>
<div class="back">
<a href="https://drive.google.com/file/d/1XaMD08p6vzy4FUFhi-qIKKLY2gouoTua/view" target="_blank">Thesis (Spanish)</a>
<a href="https://tinahmb.substack.com/p/citizen-technology-innovation-laboratories?r=5b3vel" target="_blank">Substack Post</a>
<a href="https://v203034.github.io/brazilian-labs/index.html" target="_blank">Interactive Data Visuals</a>
</div>
</div>
<div class="note-card pink">
<div class="front-layer">
<div class="front">
<h2>Book Participation</h2>
</div>
</div>
<div class="back">
<a href="https://tinahmb.substack.com/p/indigenous-voices-in-global-agendas" target="_blank">Substack Post</a>
<a href="https://www.labjor.unicamp.br/wp-content/uploads/2024/07/POVOS-ORIGINARIOS-DO-BRASIL-25-03-1.pdf" target="_blank">View Book PDF (Postuguese)</a>
</div>
</div>
<div class="note-card green">
<div class="front-layer">
<div class="front">
<h2>Electoral Observation Project</h2>
</div>
</div>
<div class="back">
<a href="https://repositoriodocumental.ine.mx/xmlui/bitstream/handle/123456789/175199/Informe.RUCD.PDF" target="_blank">Final Report (Spanish)</a>
<a href="https://forbes.com.mx/tag/rucd/" target="_blank">Forbes Coverage</a>
<a href="https://www.thenation.com/article/archive/heroes-story-notes-mexican-election/" target="_blank">The Nation Coverage</a>
</div>
</div>
<div class="note-card orange">
<div class="front-layer">
<div class="front">
<h2>Selected Rough Dialogues</h2>
</div>
</div>
<div class="back">
<a href="https://tinahmb.substack.com/p/on-collaboration-online-encounters?r=5b3vel" target="_blank">On Collaboration</a>
<a href="https://tinahmb.substack.com/p/right-constructions-in-the-digital?r=5b3vel" target="_blank">Digital Rights</a>
<a href="https://tinahmb.substack.com/p/technoculture-designing-participation" target="_blank">On Technoculture</a>
</div>
</div>
<div class="note-card blue">
<div class="front-layer">
<div class="front">
<h2>MYOOZ InC</h2>
</div>
</div>
<div class="back">
<a href="https://www.myoozinc.com/" target="_blank">Label Site</a>
<a href="https://myoozinc.github.io/stemseparation/" target="_blank">Stem separation tool</a>
</div>
</div>
<div class="note-card bright-blue">
<div class="front-layer">
<div class="front">
<h2>HR Index</h2>
</div>
</div>
<div class="back">
<a href="https://hrindex.vercel.app/" target="_blank">Index app</a>
<a href="https://tinahmb.substack.com/p/access-beyond-use-technology-markets?r=5b3vel" target="_blank">Substack Post</a>
</div>
</div>
</div>
</body>
</html>