-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresearch.html
145 lines (134 loc) · 8.71 KB
/
research.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="keywords" content="HTML, ECSU, VIKING">
<meta name="description" content="A description of the page" />
<title>research</title>
<link rel="stylesheet" type="text/css" href="resume.css" />
</head>
<body style="background-color: white">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="Resume.pdf">RESUME</a></li>
<li><a class="active" href="research.html">RESEARCH</a></li>
<li><a href="https://www.ecsu.edu/">ECSU</a></li>
</ul>
<br>
<div class="researchHeaders">
<u><a href = "http://nia.ecsu.edu/ur/1617/teams/mmt/">Enhancing Interactivity and Engagement to the Science Gateway<br>
Community Institute Workforce Development Site</u><br></a>
<div id="subHeaders">
Mentor: Jeff Wood<br>
Location: Elizabeth City State University, Elizabeth City, NC<br>
</div>
</div>
<p style="text-align: left; color: black; margin-left: 22%">
<strong>Abstract<br><br></strong>
The Center of Excellence in Remote Sensing Education and Research (CERSER)<br>
on the campus of Elizabeth City State University is a founding member of SGCI<br>
led by San Diego Supercomputing Center and the Science Gateways Community Institute (SGCI).<br>
One of the five areas of SGCI is the Workforce Development led by Dr. Linda Hayden.<br>
Workforce Development aims to nurture the next generation of gateway users<br>
and developers and engage the potential of students from underrepresented groups.<br>
As science today grows increasingly computer based, it poses challenges and opportunities<br>
for researchers. Scientists and engineers are turning to gateways to allow them to analyze,<br>
share, and understand large volumes of data more effectively. The existence of science<br>
and engineering gateways and the sophisticated cyberinfrastructure (CI) tools together<br>
can significantly improve the productivity of researchers. Most importantly,<br>
science gateways can give uniform access to the cyberinfrastructure that enables<br>
cutting-edge science. The goal of the web development team was to increase the Interactivity<br>
of the SGCI Young Professionals site to attract potential members and disseminate information.<br>
This was completed utilizing WordPress Widgets to provide graphical and interactive components.<br>
Bootstrap components (HTML, CSS, and JavaScript) were also researched for their inclusion into<br>
the current WordPress Content Management System (CMS) and the future Liferay CMS.<br>
<br/>
<strong>Keywords: SGCI, Science Gateways Community Institute, Bootstrap,<br>
HTML, CSS, JavaScript, WordPress, Liferay, widgets, components</strong><br>
____________________________________________________________________________________________________________________
</p>
<div class="researchHeaders">
<u><a href="http://nia.ecsu.edu/ur/1718/summerinterns/bennett_SROC_Poster.pdf">Return Oriented Programming (ROP) based code reuse attack on Intel SGX</u><br></a>
<div id="subHeaders">
Mentor: Dr. Xiaofang Wang<br>
Location: Indiana University, Bloomington, IN<br>
</div>
</div>
<p style="text-align: left; color: black; margin-left: 22%">
<strong>Abstract<br><br></strong>
Knowing the potential leakage inside SGX enclave caused by software<br>
vulnerabilities, new understandings are needed to mitigate the threat. From that<br>
which is known, two recent works are published on this topic. SGX-Shield at<br>
NDSS'17 proposed load-time randomization, and "Hacking in Darkness: Return-<br>
oriented Programming against Secure Enclaves" to appear at Usenix Security'17.<br>
By following the research routine: a basic attack outside SGX to understand ROP,<br>
the ROP attack inside SGX enclave, and JIT-ROP to bypass SGX-Shield. After we<br>
can propose mitigation strategies, such as run-time live re-randomization. Both<br>
parts of JIT-ROP inside SGX and run-time live re-randomization are research<br>
problems we can try to solve.<br>
<br/>
<strong>Keywords: Intel SGX, ROP, Enclaves, Re-Randomization</strong>
____________________________________________________________________________________________________________________
</p>
<div class="researchHeaders">
<u><a href="https://hackdash.org/projects/59ea129d87d0970a0e0a3c36">User Experience and Learning Solutions: Transform<br>
user experience using AI technology (MD4Me)</u><br></a>
<div id="subHeaders">
Mentor: Professor. Antonio Rook<br>
Location: Atlanta, Georgia<br>
</div>
</div>
<p style="text-align: left; color: black; margin-left: 22%">
<strong>Abstract<br><br></strong>
Building a self learning Artifical Intelligence that aids individuals with therapeutic<br>
conversation at a time of their choosing and in their own personalized space using Watson<br>
APIs connected with IBM's Node-RED.<br>
<br/>
<strong>Keywords: Intel SGX, ROP, Enclaves, Re-Randomization</strong>
____________________________________________________________________________________________________________________
</p>
<div class="researchHeaders">
<u><a href="http://nia.ecsu.edu/ur/1718/teams/remote/index.html">Use of Python Scripts to Compare and Contrast Photo Images</u><br></a>
<div id="subHeaders">
Mentor: Derek Morris<br>
Location: Elizabeth City State University, Elizabeth City, NC<br>
</div>
</div>
<p style="text-align: left; color: black; margin-left: 22%">
<strong>Abstract<br><br></strong>
In python there is an ability to write python scripts for a variety of projects.<br>
For this project the python script was written to perform an image comparison.<br>
This was done with various libraries that are included in the python language.<br>
These libraries include Image, OpenCV, and etc. Thus, when importing these the<br>
program would ask the user for two images and the size for the images the program<br>
would display the pixel values for the images as well as display an image were<br>
if the pixels of the two images matched the image would be "black out" for that<br>
section. The team later found out that to compare the images the team needed to<br>
resize the two images as well as that to have the program run on different computer<br>
the necessary libraries needed to be on the new computer. Therefore, in the future <br>
the team decided that the program would need to be more robust and efficient.<br>
<br/>
<strong>Keywords: Python, Image Comparison</strong>
____________________________________________________________________________________________________________________
</p>
<div class="researchHeaders">
<u><a href="CIS\ project\ IBM\ theme.pdf">Performance Improvement for Cloud Internet Services</a></u><br>
<div id="subHeaders">
Manager: Nikhil Gupta<br>
Mentor: Andrei Tao<br>
Location: IBM, Austin, Tx<br>
</div>
</div>
<p style="text-align: left; color: black; margin-left: 22%">
<strong>Abstract<br><br></strong>
IBM Cloud Internet Service (CIS) API was developed to process HTTP requests with the<br>
assistance of cloudflare. With the production of the API, IBM needed the API to perform<br>
at a higher level and produce/handle more than 100 request per second. To fix the problem,<br>
a new python module was developed in reference to the pyCURL module. With the implementation<br>
of the module, the system was able to produce more request with an overall improved performance.<br>
<br/>
<strong>Keywords: Pycurl, Python, HTTP, TLS, IP, Requests, Web Application Firewall</strong>
</p>
</body>
</html>