mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-04-11 07:07:12 -05:00
fun
This commit is contained in:
@@ -248,7 +248,7 @@ class ServiceMonitor:
|
||||
if not cur.fetchone()[0]:
|
||||
return None
|
||||
|
||||
return round((online_count / total_count) * 100, 2)
|
||||
return round((online_count / total_count) * 100, 3)
|
||||
finally:
|
||||
conn.close()
|
||||
|
||||
|
||||
@@ -341,8 +341,8 @@ tr {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
min-width: 100vw;
|
||||
min-height: 100vh;
|
||||
min-width: 200vw;
|
||||
min-height: 200vh;
|
||||
overflow: hidden;
|
||||
background-color: rgba(var(--bg-card-rgb), 0.85);
|
||||
z-index: -1;
|
||||
@@ -778,7 +778,6 @@ tr {
|
||||
text-transform: uppercase;
|
||||
border: 1px solid currentColor;
|
||||
background: rgba(0, 0, 0, 0.65);
|
||||
backdrop-filter: blur(6px);
|
||||
}
|
||||
|
||||
.proj-status-badge.complete { color: var(--status-online); }
|
||||
@@ -1854,6 +1853,7 @@ tr {
|
||||
|
||||
.cert-group {
|
||||
margin-bottom: 1.5em;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.cert-group-provider {
|
||||
@@ -1866,6 +1866,7 @@ tr {
|
||||
.cert-program-badge {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
max-width: 100%;
|
||||
padding: 0.35em 0.9em;
|
||||
margin-bottom: 1em;
|
||||
border: 1px solid rgba(var(--accent-rgb), 0.75);
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
{
|
||||
"PsyCom - Physical Combinatorics": {
|
||||
"status": "WIP",
|
||||
"classes": "programming",
|
||||
"content": "Experimental innovation engine operating on physical attributes and limitations of proven existing technologies with further AI review."
|
||||
},
|
||||
"Antietam-Conococheague Watershed Monitoring": {
|
||||
"status": "complete",
|
||||
"classes": "geospacial",
|
||||
@@ -50,7 +55,7 @@
|
||||
]
|
||||
},
|
||||
"Portfolio Website": {
|
||||
"status": "WIP",
|
||||
"status": "complete",
|
||||
"classes": "programming",
|
||||
"content": "This website is my personal sandbox where I've integrated some of my data projects via docker cluster. It is self hosted and zero-trust secure while remaining dynamic and free of the tech debt that comes with pre-designed sites and excessive framework application. Yeah, I can do E2E.",
|
||||
"links": [
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
Comprehensive list verifiable on
|
||||
<a href="https://www.linkedin.com/in/simonsonandrew/details/certifications/">LinkedIn</a>
|
||||
</p>
|
||||
<p>Computer Science BS and Data Science MS from Rochester Institute of Technology</p>
|
||||
|
||||
<div class="boxed cert-group">
|
||||
<p class="cert-group-provider">UCSanDiegoX · edX</p>
|
||||
@@ -23,7 +24,7 @@
|
||||
|
||||
<div class="cert-grid">
|
||||
<div class="boxed cert-group">
|
||||
<h2 class="concentratedHead">One-Off Courses</h2>
|
||||
<h3 class="concentratedHead">One-Off Courses</h3>
|
||||
<ul class="cert-list">
|
||||
<li><a href="https://files.asimonson.com/u/2662_3_1303226_1772561098_Databricks%20-%20Generic.pdf" class="cert-item">Building Retrieval Agents On Databricks</a></li>
|
||||
<li><a href="https://files.asimonson.com/u/2403_3_1303226_1765822061_Databricks%20-%20Generic.pdf" class="cert-item">Machine Learning Operations by Databricks</a></li>
|
||||
@@ -36,7 +37,7 @@
|
||||
|
||||
<div class="boxed cert-group">
|
||||
<p class="cert-group-provider">Rochester Institute of Technology</p>
|
||||
<h2 class="concentratedHead">Entrepreneurial Certifications</h2>
|
||||
<h3 class="concentratedHead">Entrepreneurial Certifications</h3>
|
||||
<ul class="cert-list">
|
||||
<li><a href="https://files.asimonson.com/u/designThinkingCert.pdf" class="cert-item">Design Thinking Certification</a></li>
|
||||
<li><a href="https://files.asimonson.com/u/ideationCert.pdf" class="cert-item">Ideation Certification</a></li>
|
||||
|
||||
Reference in New Issue
Block a user