-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
181 lines (127 loc) · 4.94 KB
/
index.html
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Yuxin LOU</title>
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="css/latex.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/black.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="plugin/highlight/monokai.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<script src="https://code.iconify.design/iconify-icon/1.0.2/iconify-icon.min.js"></script>
<link rel="icon" href="img/bitbug_favicon.ico" type="image/x-icon">
<!-- https://stackoverflow.com/questions/47057398/reveal-js-title-with-capitalized-words-but-not-in-uppercase -->
<style>
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5 {
text-transform: none;
}
</style>
<style type="text/css">
p { text-align: left; }
</style>
</head>
<body>
<div class="reveal">
<div class="slides">
<section data-markdown data-background-color="rgb(22, 4, 9)">
<textarea data-template>
## Hi, I'm Yuxin Lou
<br>
- Student in Computer Science 💻🕵 <br> at UTSEUS, Shanghai University
<br>
<br>
> To learn to swim, you must be in the water.
---
<!--
## Research 🚀
- **Machine Learning, Evidential Machine Learning** 📈
- Based on Dempster-Shafer Theory ⚛
- **Applied Machine Learning** 🤖
- Computer vision (medical imaging, self-driving car) 🚗
- Networking (resource allocation, network security) 📡
- Information fusion (IoT, aeronautics) ✈
## Teaching 💯
- **C++ Design Patterns (undergraduate)**
- Course taught in French
- **Machine Learning (undergraduate)**
- Course taught in English
- **Data Engineering (postgraduate)**
- Course taught in English
## Education 🎓
- **BS and MS**
- Beihang University, China
- **Ph.D in Computer Science**
- Toulouse University, France
-->
## Skills 🔨
- **Programming** ⌨
- C/C++, Python, C#
- **Machine Learning(still learning)** 📊
---
## Languages 🌍
- **Chinese** <img style="width:1em; height:1em; display: inline; position: relative; top: 0.6em" src="img/index/china.png" /> </span> </span>
- Native language
- <span><b>English </b> <span> <img style="width:1em; height:1em; display: inline; position: relative; top: 0.6em" src="img/index/united-states.png" /> </span> </span>
- <span><b>French </b> <span> <img style="width:1em; height:1em; display: inline; position: relative; top: 0.6em" src="img/index/france.png" /> </span> </span>
<br>
<br>
> Don't Compete. Create.
---
## Interests <i class="fa-solid fa-heart" style="color:red"></i>
- Books 📚 Music 🎧
- Football ⚽ Badminton 🏸
- Chinese chess 😵 Moba 🎮
- Meditation <iconify-icon icon="mdi:meditation" style="scale:1.3"></iconify-icon>, mindfulness 🌌
<br>
> You should sit in meditation for twenty minutes every day - unless you're too busy; then you should sit for an hour.
---
### Contact & More about me 🔍
- WeChat: `meaning42` <i class="fa-brands fa-weixin"></i>
- Email: [email protected] <i class="fa-regular fa-envelope"></i>
- [GitHub](https://github.com/Yuxin-Lou) <i class="fa-brands fa-github"></i>
- [Gitee](https://gitee.com/lou-yuxin222) <i class="fa-solid fa-code-branch"></i>
> Without self-mastery, we are slaves to fear.
---
## Thank you <i class="fa-solid fa-handshake"></i>
<br>
> Love people, <br>
> Use things, <br>
> Because the opposite never works.
</textarea>
</section>
</div>
</div>
<script src="dist/reveal.js"></script>
<script src="plugin/notes/notes.js"></script>
<script src="plugin/markdown/markdown.js"></script>
<script src="plugin/highlight/highlight.js"></script>
<script src="plugin/title-footer/title-footer.js"></script>
<script src="plugin/zoom/zoom.js"></script>
<script>
// More info about initialization & config:
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
slideNumber: true,
history: true,
loop: false,
embedded: false,
mouseWheel: false,
hideCursorTime: 3000,
// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes, RevealZoom ],
});
Reveal.configure({
keyboard: {
27: () => { console.log('esc') }, // do something custom when ESC is pressed
13: 'next' // go to the next slide when the ENTER key is pressed
}
});
</script>
</body>
</html>