-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
122 lines (106 loc) · 5.39 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
<!DOCTYPE HTML>
<html>
<head>
<title>Cubic Infinity - Home</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="style.css" type="text/css" charset="utf-8"/>
</head>
<body>
<div class="header">
<header>
<img class="site-logo" src="images/logo_t.webp" alt='"∞³ CubicInfinity" logo'/>
</header>
</div>
<div class="articles">
<a class="frame" href="https://github.com/CUBICinfinity/tidy_lichess">
<img src="images/tidy_lichess_art_2.webp" alt="chess games and code app art" class="image">
<header>
<h3 class="shortlines">tidy_lichess</h3>
</header>
<p class="shortlines">Analyze lichess games in R</p>
</a>
<a class="frame" href="modviz.html">
<img src="images/491380-43-41.png" alt="result plot circle of 491380/43 in base 41" class="image">
<header>
<h3 class="shortlines">Modular Visualizer</h3>
</header>
<p class="shortlines">Floating point division and overbar sequences in any base</p>
</a>
<a class="frame" href="aussie_rain.html">
<img src="images/prediction_curve_2.png" alt="a plot comparing a curve to a straight line" class="image">
<header>
<h3 class="shortlines">Aussie Rain</h3>
</header>
<p class="shortlines">Iterative imputation and piped models </br> This article assumes knowledge of machine learning.</p>
</a>
<a class="frame" href="inl.html">
<img src="images/thumb_inl.png" alt="artistically stylized photo of the Collaborative Computing Center" class="image">
<header>
<h3 class="shortlines">What Happened at Idaho National Laboratory?</h3>
</header>
<p class="shortlines">Details and Insights from my Internship</p>
</a>
<a class="frame" href="https://www.minecraftmaps.com/puzzle-maps/escape-room-by-cubic-infinity">
<img src="images/thumb_escape.png" alt="Escape Room" class="image">
<header>
<h3 class="shortlines">Minecraft Escape Room</h3>
</header>
<p class="shortlines">Enjoy this is simple, but well engineered map. </br> You sent lots of helpful feedback, thank you! </br> I may be releasing new maps in the future.
</p>
</a>
<a class="frame" href="https://docs.google.com/forms/d/e/1FAIpQLSfQQ74G0GyMU9tQ5EcQX4Kq88E9FFaUfh3TmqNmz1H6UUJWfA/viewform?usp=sf_link">
<img src="images/thumb_test.png" alt="A sample question" class="image">
<header>
<h3 class="shortlines">Test-Taking Aptitude Test</h3>
</header>
<p class="shortlines">After much ignored feedback, the academic parody is here!</p>
</a>
<a class="frame" href="periodic_attributes.html">
<img src="images/thumb_periodic.png" alt="a sinusoidal plot" class="image">
<header>
<h3 class="shortlines">Machine Learning with Periodic Attributes</h3>
</header>
<p class="shortlines">Considerations and techniques</p>
</a>
<a class="frame" href="quickly_learn_keras_in_python_and_r.html">
<img src="images/thumb_keras.png" alt="installing Keras" class="image">
<header>
<h3 class="shortlines">Getting Started with Keras</h3>
</header>
<p class="shortlines">Concise Notes for Learning Keras in Python and R</p>
</a>
<a class="frame" href="LowessRobustLeastSquares.html">
<img src="images/thumb_robust.png" alt="plot of robust linear model" class="image">
<header>
<h3 class="shortlines">LOWESS, Robust, and Least Squares Curves</h3>
</header>
<p class="shortlines">A Tutorial for LOWESS Curves and Robust Linear Models</p>
</a>
<a class="frame" href="project_management_notes.html">
<img src="images/thumb_management.png" alt="Minecraft command blocks" class="image">
<header>
<h3 class="shortlines">Project Management Improvement</h3>
</header>
<p class="shortlines">Principles for Life</p>
</a>
<a class="frame" href="Binary Sequence.pdf">
<img src="images/gray_code_paper.png" alt="distorted segment of the paper" class="image">
<header>
<h3 class="shortlines">How I discovered the Gray code in 2018</h3>
</header>
<p class="shortlines"> (before I knew what it was called) </p>
</a>
</div>
<footer>
<div class="icons">
<!--<a href="https://www.linkedin.com/in/jim-greene-9a1275138/" ><img src="LinkedIn-Logos/LI-In-Bug.png" alt="LinkedIn Bug Logo" class="icon"></a>-->
<a href="https://github.com/CUBICinfinity" ><img src="GitHub-Mark/PNG/GitHub-Mark-64px.png" alt="GitHub Mark Logo" class="icon"></a>
<a href="https://www.youtube.com/@cubicinfinity"><img src="logo/youtube_monochrome_dark_icon/social/64px/red/youtube_social_icon_red.png" alt="Youtube Logo" class="icon"></a>
<!--<a href="https://www.facebook.com/CubicInfinitySV" ><img src="f_logo_RGB-Blue_512.png" alt="Facebook f Logo" class="icon"></a>-->
<a href="mailto:[email protected]" ><img src="mail-flat/my_version1_.png" alt="Email icon" class="icon"></a>
<a href="tel:+18638000258" ><img src="Aperture_Science_Red_Phone_2.png" alt="Portal red phone icon" class="icon"></a>
</div>
</footer>
</body>
</html>