-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCurrentWorks.html
97 lines (84 loc) · 5.63 KB
/
CurrentWorks.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
<!DOCTYPE HTML>
<!--
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Current Research</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a href="index.html" class="title">Tri Dev Acharya, PhD</a>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
</ul>
</nav>
</header>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main" class="wrapper">
<div class="inner">
<h1 class="major">Current Works</h1>
<p align="justify"> This page contains a list of recent works I am involved with. Click on the links to learn more about the project and related publications. </p>
<h2> Spatial Transportation Infrastructure, Energy, Vehicle and Emissions Model (STIEVE) for California </h2>
<p align="justify"> STIEVE model is capable of producing spatially detailed transportation scenarios for cars and trucks across several thousand geographic districts
within the state and solving for the optimal configuration of refueling stations to meet the energy demand of these vehicles. STIEVE produces projections
of hydrogen refueling demand and station needs on a spatial basis, using a “Transportation Analysis Zones (TAZ)'' level of detail. There are a total of
5454 TAZs within inland California utilized in this study. TAZs are identified by traffic modelers as areas having roughly homogenous travel characteristics.
<br>
The model, as shown in Figure below, works in three steps: estimating the demand for hydrogen fuel based on the shortest distance travel pattern of current
vehicle stock, finding the optimal number and size of stations within the driving range covering the maximum demand, and performing suitability analysis
using various geospatial data for the station deployment on the ground.
<br>
<span class="image fit"><img src="images/STIEVE.png" alt="Spatial Transportation Infrastructure, Energy, Vehicle and Emissions Model (STIEVE) for California" /></span>
</p>
<a href="https://its.ucdavis.edu/research/uc-davis-hydrogen-fuel-cell-projects/" class="button">Hydrogen and Fuel Cell Vehicle Projects</a>
<a href="https://escholarship.org/uc/item/27m7g841" class="button">California Hydrogen Analysis Project: Final Report</a>
<br>
<br>
<h2> Remote Sensing (ISSN 2072-4292) Special Issue “Remote Sensing and Artificial Intelligence Techniques for Ecological-Environment Quality (EEQ)”</h2>
<p align="justify"> In this Special Issue on <a href="https://mdpi.com/si/136722">"Remote Sensing and Artificial Intelligence Techniques for Ecological-Environment Quality (EEQ)"</a>, we welcome papers focusing on the application of RS and/ or AI in the assessment of EEQ as described above. Both general methodological contributions and case studies on RS and AI covering different regions are welcome. We also welcome reviews and technical notes that support EEQ.
<br>
<span class="image fit"><img src="https://media.licdn.com/dms/image/D5622AQEWlbVt0U7SnA/feedshare-shrink_800/0/1684351085939?e=1689206400&v=beta&t=cjnGq5YLFjElgAZ2tUOwLHKu0RsFS5qy29Q6m09L2TY" alt="Remote Sensing Special Issue “Remote Sensing and Artificial Intelligence Techniques for Ecological-Environment Quality (EEQ)" /></span>
</p>
<a href="https://susy.mdpi.com/user/manuscripts/upload/?journal=remotesensing" class="button">click here to go to the submission form </a>
<br>
<br>
<h2> #Mentor4Nepal Initiative </h2>
<p align="justify"> #Mentor4Nepal Initiative is for recent graduates and early career professionals focusing on the enhancement of one’s skill set, support for a research project, and a collaborative publication. Various sectors such as #engineering, #environmentalscience, #forestry, #agriculture, #transportation, #publichealth, #management, and #informationtechnology can take advantage of both #geospatial and artificial technologies (GeoAI).
<br>
<span class="image fit"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhn8oOFD8jsBMc-ag3bI3FBWA3ihIIBWB3DEWsboajlC1ZBdUwsbeznW4vwDHnqWm8A_A-tnBMYgCZqbtaiK6QwQnOx4eAwEV-oPAljBf5dObB_U3N3HZS3163-zU-zSu2lcwvTrlBZJ64oaIPIXeHkmQnwvIQo6vGBnSYpbLX6BfXBMBuRQHOGiFczCA/s1280/Mentor4Nepal_Blogs.jpg" alt="#Mentor4Nepal Initiative: Empowering Nepalese youth for their brighter future" /></span>
</p>
<a href="https://mentor4nepal.blogspot.com/" class="button">#Mentor4Nepal Initiative BlogSpot</a>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper alt">
<div class="inner">
<ul class="menu">
<li>© 2023 Tri Dev Acharya. All rights reserved</li>
<li> Hosted by GitHub Pages</li>
<li> Design: <a href="http://html5up.net">HTML5 UP</a> </li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>