-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
166 lines (156 loc) · 7.69 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<!--<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<title>@castellanos94</title>
</head>
<body>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<!--<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4"
crossorigin="anonymous"></script>-->
<script src="assets/js/bootstrap.min.js"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous"></script>
-->
<div class="container">
<div class="text-center">
<img src="assets/userProfile.jpg" class="avatar avatar-64 bg-primary text-white rounded-circle"
alt="Hi, this is me">
</div>
<h1 class="text-center">Alejandro Castellanos Alvarez</h1>
<div class="d-flex justify-content-center">
Passionate about development, mathematics and physics, I do a bit of everything in my spare time. I am interested
in optimization, graphs and parallel programming.
</div>
<h2 class="text-center">Links</h2>
<div class="d-flex justify-content-md-around">
<a href="https://www.linkedin.com/in/alejandro-castellanos-alvarez-686359171"> 🚀 LinkedIn </a>
<a href="https://github.com/castellanos94"> 🐙 GitHub </a>
<a href="assets/cv.pdf"> 💻 CV </a>
<a href="mailto:[email protected]">📧 E-mail</a>
</div>
<h2 class="text-center">Projects</h2>
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card h-100">
<div class="card-body">
<h5 class="card-title">Jemoa</h5>
<h6 class="card-subtitle mb-2 text-muted">Java Evolutionary Multi-Objective Algorithms.</h6>
<p class="card-text">
Jemoa is a framework developed to solve multiobjective optimization problems with evolutionary
algorithms. This framework contains the following problems:
DTLZ suite, knapsack problem, PSP. It includes the algorithms NSGA-II, NSGA-III, GWO, MOGWO, IMOACOR and
some methods for Multi-Criteria Decision Support (MCDA).
</p>
<a href="https://github.com/castellanos94/jemoa" class="btn btn-primary">Go to repo</a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<div class="card-body">
<h5 class="card-title">Covid 19</h5>
<p class="card-text">
<li>
A genetic algorithm was developed to estimate the parameters of the SEIMR/R-S epidemiological model
using
a series of data as a reference.
</li>
<li>
Development of a genetic algorithm to solve the biobjective problem of socioeconomic impact estimation
for
the regions of Tampico, Madero and Altamira.
</li>
<li>
Development of a model for the estimation of hospital resources.
</li>
More information about the project in the official <a href="http://covid19.cdmadero.tecnm.mx"
target="_blank">website</a>. You can view the code in the following Github
<a href="https://github.com/proyectocoviditcm2020/SEIMR_RS_Simulador" target="_blank">repository</a>, or
directly within the same site.
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<div class="card-body">
<h5 class="card-title">Eureka Universe</h5>
<p class="card-text">
Design and development of: algorithms, java application for cross-platform desktop,
rest api for processing tasks of the scientific core of compensatory fuzzy logic. In this project I worked
with several technologies such as FastApi, VisJs, Maven, Git, MongoDb, the Java and Python programming
languages.
</p>
<a href="https://www.eurekascommunity.org/eureka-universe-eu/software" class="btn btn-primary">Eurekas
Community website</a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<div class="card-body">
<h5 class="card-title">Fuzzy Logic GP</h5>
<p class="card-text">Genetic knowledge discovery algorithm based on compensatory fuzzy logic predicates
developed in Java 14.</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<div class="card-body">
<h5 class="card-title">Indy's Adventure</h5>
<p class="card-text">Demo game of the final project of the graphics course 2016.</p>
<a href="indys-andventure" class="btn btn-primary">🕹️</a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<div class="card-body">
<h5 class="card-title">Publications</h5>
<p class="card-text">
<li>
Padrón-Tristán, J. F., Cruz-Reyes, L., Espín-Andrade, R. A., Llorente-Peralta, C. E., Gomez-Santillan,
C. G., Castellanos-Alvarez, A., & Aran-Pérez, J. M. (2022). Eureka-Universe: A Business Analytics and
Business Intelligence System. In Studies in Computational Intelligence (pp. 419–439). Springer
International Publishing. <a
href="https://doi.org/10.1007/978-3-031-08266-5_26">doi.org/10.1007/978-3-031-08266-5_26</a>
</li>
<li>
Castellanos A, Cruz-Reyes L, Fernández E, Rivera G, Gomez-Santillan C, Rangel-Valdez N. Hybridisation of
Swarm Intelligence Algorithms with Multi-Criteria Ordinal Classification: A Strategy to Address
Many-Objective Optimisation. Mathematics. 2022; 10(3):322. <a
href="https://doi.org/10.3390/math10030322" target="_blank">doi.org/10.3390/math10030322 </a>
</li>
<li>
Castellanos-Alvarez A, Cruz-Reyes L, Fernandez E, Rangel-Valdez N, Gómez-Santillán C, Fraire H,
Brambila-Hernández JA. A Method for Integration of Preferences to a Multi-Objective Evolutionary
Algorithm Using Ordinal Multi-Criteria Classification. Mathematical and Computational Applications.
2021; 26(2):27. <a href="https://doi.org/10.3390/mca26020027"
target="_blank">doi.org/10.3390/mca26020027</a>
</li>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="text-center text-white" style="background-color: #f1f1f1;">
<!-- Copyright -->
<div class="text-center text-dark p-3" style="background-color: rgba(0, 0, 0, 0.2);">
🐢
</div>
<!-- Copyright -->
</footer>
</body>
</html>