-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.html
More file actions
executable file
·190 lines (160 loc) · 5.59 KB
/
publications.html
File metadata and controls
executable file
·190 lines (160 loc) · 5.59 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Manu.Vision/publications</title>
<meta name="description" content="Recent thoughts, articles and publications.">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="images/32x32.ico">
<!-- STYLESHEETS -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css" media="all">
<link rel="stylesheet" href="css/all.min.css" type="text/css" media="all">
<link rel="stylesheet" href="css/simple-line-icons.css" type="text/css" media="all">
<link rel="stylesheet" href="css/slick.css" type="text/css" media="all">
<link rel="stylesheet" href="css/animate.css" type="text/css" media="all">
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css" media="all">
<link rel="stylesheet" href="css/style.css" type="text/css" media="all">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-173648178-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-173648178-1');
</script>
<!-- End of GOOGLE ANALYTICS -->
</head>
<body class="dark">
<!-- Preloader -->
<div id="preloader">
<div class="outer">
<!-- Google Chrome -->
<div class="infinityChrome">
<div></div>
<div></div>
<div></div>
</div>
<!-- Safari and others -->
<div class="infinity">
<div>
<span></span>
</div>
<div>
<span></span>
</div>
<div>
<span></span>
</div>
</div>
<!-- Stuff -->
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" class="goo-outer">
<defs>
<filter id="goo">
<feGaussianBlur in="SourceGraphic" stdDeviation="6" result="blur" />
<feColorMatrix in="blur" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 18 -7" result="goo" />
<feBlend in="SourceGraphic" in2="goo" />
</filter>
</defs>
</svg>
</div>
</div>
<!-- mobile header -->
<header class="mobile-header-1">
<div class="container">
<!-- menu icon -->
<div class="menu-icon d-inline-flex mr-4">
<button>
<span></span>
</button>
</div>
</div>
</header>
<!-- desktop header -->
<header class="desktop-header-1 d-flex align-items-start flex-column">
<!-- logo image -->
<div class="site-logo">
<a href="/">
<img src="images/108x108.png" alt="Manu.Vision" />
</a>
</div>
<!-- main menu -->
<nav>
<ul class="vertical-menu scrollspy">
<li class="active"><a href="https://manu.vision/#home"><i class="icon-home"></i>Home</a></li>
<li><a href="https://manu.vision/#why"><i class="icon-question"></i>Why</a></li>
<li><a href="https://manu.vision/#how"><i class="icon-layers"></i>How</a></li>
<li><a href="https://manu.vision/#what"><i class="icon-note"></i>What</a></li>
<li><a href="https://manu.vision/#experience"><i class="icon-graduation"></i>When & Where</a></li>
<li><a href="https://manu.vision/#testimonials"><i class="icon-user-following"></i>Who</a></li>
<li><a href="https://manu.vision/#contact"><i class="icon-bubbles"></i>Contact</a></li>
<li><a href="https://manu.vision/feedback"><i class="icon-speech"></i>Feedback</a></li>
</ul>
</nav>
<!-- site footer -->
<div class="footer">
<!-- copyright text -->
<span class="copyright">© 2026 Manu.Vision</span>
</div>
</header>
<!-- main layout -->
<main class="content">
<!-- section works -->
<section id="journal">
<div class="container">
<!-- section title -->
<h2 class="section-title wow fadeInUp">Publications</h2>
<div class="spacer" data-height="60"></div>
<br/>
<div class="rounded bg-dark shadow-light padding-30">
<!-- buttons -->
<div class="text-center mt-4">
<h4>Recent External Publications & Personal Articles</h4>
<p>Browse a curation of recent publications and articles that quoted me or that I've published personally:</p>
<div class="mt-4">
<a href="https://manu.vision/publications-links.html" class="btn btn-default">Browse External Publications</a>
</div>
<div class="mt-4">
<a href="https://manu.vision/my-articles.html" class="btn btn-default">Browse My Articles</a>
</div>
</div>
</div>
</div>
<div class="text-center mt-4">
<i>Thank you!</i>
<br/>
<br/>
<a href="https://manu.vision" class="btn btn-secondary">Go Back Home</a><br/>
</div>
</section>
<div class="spacer" data-height="96"></div>
<br/>
<br/>
<br/>
<br/>
</main>
<!-- Go to top button -->
<a href="javascript:" id="return-to-top"><i class="fas fa-arrow-up"></i></a>
<!-- SCRIPTS -->
<script src="js/jquery-1.12.3.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/infinite-scroll.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/contact.js"></script>
<script src="js/validator.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/morphext.min.js"></script>
<script src="js/parallax.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>