-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublication.html
More file actions
84 lines (74 loc) · 5.92 KB
/
publication.html
File metadata and controls
84 lines (74 loc) · 5.92 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
<!DOCTYPE html>
<!-- saved from url=(0031)https://potatohands.com/about -->
<html class="no-js gr__potatohands_com" lang="en">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Publication – Je Seung You</title>
<meta name="description" content="Student studying Math and Computer Science.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="./images/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="./images/favicon.ico">
<meta name="theme-color" content="#00BCD4">
<link rel="stylesheet" href="./css/font.css">
<link rel="stylesheet" href="./css/normalize.css">
<link rel="stylesheet" href="./css/skeleton.css">
<link rel="stylesheet" href="./css/main.css">
<style type="text/css">iframe#_hjRemoteVarsFrame {display: none !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important;}</style>
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:969614,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</head>
<body data-gr-c-s-loaded="true">
<nav class="navbar clearfix">
<h1 class="logo"><a href="./index.html">Je Seung You</a></h1>
<ul class="nav">
<li><a href="./index.html">Home</a></li>
<li><a class="active" href="./publication.html">Publication</a></li>
<li><a href="./taekwondo.html">Taekwondo</a></li>
<li><a href="./about.html">About</a></li>
</ul>
<a class="nav-toggle" href="javascript:void(0)"><span class="nav-icon"></span></a>
</nav>
<main class="about-content">
<div class="container">
<div class="row">
<div class="twelve columns">
<img class="image" src="./images/kenya.jpg">
<h2>About the Project</h2>
<hr>
<p>This project, "The School on the Borders" was selected and funded by Davis Projects for Peace in 2020, and it is currently in process (delayed due to COVID-19). You can find the published project proposal at <a href="https://www.davisprojectsforpeace.org/international/projects/2020/node/10081" target="_blank">Davis Project Website</a>, and the full report will be updated by Summer 2022.</p>
<hr>
<p>The 14th Dalai Lama said that peace can only last where human rights are respected, where people are fed, and where individuals and nations are free. Johan Gultung, Norwegian peace scholar, said that peace means the absence of violence and should be the goal of the society. These two definitions align with the way I define peace; the society can achieve peace when there is no violence and people are well educated and respected.</p>
<p>In that regard, my project, “The School on the Borders,” has two goals to achieve. First, the project aims to demonstrate the possibility of sustainable peace to people in Moyale, the city located on the border of Kenya and Ethiopia. Second, the project aims to provide educational opportunities and resources that benefit the youth in the long run, which I believe essential for the sustainable peace.</p>
<p>I came up with the idea, starting a summer school program in Moyale, Kenya, after I had some conversations with my friend who have worked as a student volunteer in Kenya. As she shared some of her experiences of witnessing chaotic circumstances in some cities in Kenya, including Moyale, I decided to begin research on my own, to understand the situation. </p>
<p>Then, the more I found out, the more I want to tackle the struggles that people of Moyale have been going through. As a person who work hard for my own dream and a person who sometimes take the privileges being able to study and do whatever I want for granted, I felt that I would like to contribute to the community of Moyale in some ways, to help them being able to dream their future without worrying about violence.</p>
</div>
</div>
</div>
</main>
<footer class="footer">
<div class="container">
<div class="row">
<div class="twelve columns">
<p>© <script> document.write(new Date().getFullYear()); </script> Je Seung You</p>
<ul class="social-icons">
<li><a href="mailto:potatohandskim@gmail.com"><img src="./images/email.svg" alt="Email"></a></li>
<li><a href="https://twitter.com/potatohands" target="_blank"><img src="./images/twitter.svg" alt="Twitter"></a></li>
<li><a href="https://dribbble.com/potatohands" target="_blank"><img src="./images/dribbble.svg" alt="Dribbble"></a></li>
<li><a href="https://www.linkedin.com/in/potatohands/?locale=en_US" target="_blank"><img src="./images/linkedin.svg" alt="linkedin"></a></li>
</ul>
</div>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="js/main.js"></script>
</html>