Skip to content

Commit dc10cc0

Browse files
Refactor index.html for improved structure and content
Updated the HTML structure and added missing content.
1 parent e2cca9d commit dc10cc0

File tree

1 file changed

+179
-125
lines changed

1 file changed

+179
-125
lines changed

index.html

Lines changed: 179 additions & 125 deletions
Original file line numberDiff line numberDiff line change
@@ -1,179 +1,233 @@
11
<!doctype html>
22
<html>
3-
43
<head>
5-
6-
<meta charset="utf-8">
4+
<meta charset="utf-8">
75
<title>Techtonique/Packages</title>
86
<meta name="viewport" content="width=device-width, initial-scale=1">
97
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
10-
<!-- spacelab litera sandstone cyborg slate -->
118
<link rel="stylesheet" href="https://bootswatch.com/4/darkly/bootstrap.css" media="screen">
129
<link rel="stylesheet" href="https://bootswatch.com/_assets/css/custom.min.css">
1310
<link rel="icon" type="image/png" href="images/t-logo.png">
14-
15-
<!-- Global site tag (gtag.js) - Google Analytics -->
16-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-146345113-2">
17-
</script>
18-
19-
<script>
20-
window.dataLayer = window.dataLayer || [];
21-
function gtag(){dataLayer.push(arguments);}
22-
gtag('js', new Date());
23-
gtag('config', 'UA-146345113-2');
24-
</script>
25-
2611
</head>
27-
2812
<body>
29-
30-
<div class="navbar navbar-expand-lg fixed-top navbar-dark bg-dark">
31-
13+
<!-- NAVBAR -->
14+
<div class="navbar navbar-expand-lg fixed-top navbar-dark bg-dark">
3215
<div class="container">
33-
3416
<a href="/" class="navbar-brand">Techtonique</a>
3517
<button class="navbar-toggler" type="button" data-toggle="collapse"
36-
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
37-
aria-label="Toggle navigation">
18+
data-target="#navbarResponsive">
3819
<span class="navbar-toggler-icon"></span>
3920
</button>
40-
41-
<div class="collapse navbar-collapse" id="navbarResponsive" style="">
42-
21+
<div class="collapse navbar-collapse" id="navbarResponsive">
4322
<ul class="navbar-nav">
4423
<li class="nav-item">
4524
<a class="nav-link" href="https://github.com/Techtonique/">GitHub</a>
46-
</li>
25+
</li>
4726
</ul>
48-
4927
</div>
50-
5128
</div>
52-
5329
</div>
5430

55-
<div class="container">
31+
<div class="container">
5632
<div class="page-header" id="banner">
5733
<div class="row">
5834
<div class="col-lg-8 col-md-7 col-sm-6">
5935
<h1>Techtonique</h1>
6036
<p class="lead">Packages</p>
6137
<br>
6238
</div>
63-
6439
<div class="col-lg-4 col-md-5 col-sm-6">
6540
<div class="sponsor">
66-
6741
<img src="images/t-logo.png" alt="Logo">
68-
<!-- <script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CKYIE23N&placement=bootswatchcom" id="_carbonads_js"></script> -->
69-
7042
</div>
7143
</div>
7244
</div>
7345
</div>
7446
</div>
75-
<br>
76-
<br>
47+
48+
<br><br>
49+
7750
<div class="container">
78-
<div class="row">
51+
<div class="row">
7952
<div class="bs-component">
8053
<div class="col-lg-12">
81-
<p>Welcome to <b>Techtonique/Packages</b>.
82-
<br>
83-
<br>
84-
<b>Techtonique = tech, statistics, machine learning,
85-
computer simulation, numerical optimization. </b>
86-
<br>
87-
Here, you'll find
88-
<b>examples + documentation</b> for
89-
<b> <a href="https://github.com/Techtonique">Techtonique</a></b>'s tools.
90-
<br>
91-
<br>
92-
Currently available:
93-
<ul>
94-
<li> <a href="nnetsauce/index.html">nnetsauce for Python</a> &nbsp; and <a href="nnetsauce_r/">nnetsauce for R</a> &nbsp; Statistical/Machine Learning using Randomized and Quasi-Randomized (neural) networks &nbsp; | &nbsp; <a href="https://pepy.tech/project/nnetsauce"><img alt="Downloads" src="https://static.pepy.tech/badge/nnetsauce" /></a> <a href="https://anaconda.org/conda-forge/nnetsauce"> <img src="https://anaconda.org/conda-forge/nnetsauce/badges/downloads.svg" /> </a> </li>
95-
<li> <a href="mlsauce/index.html">mlsauce for Python</a> &nbsp; and &nbsp; <a href="mlsauce_r/index.html">mlsauce for R</a> &nbsp; Miscellaneous Statistical/Machine Learning stuff &nbsp;|&nbsp; <a href="https://pepy.tech/project/mlsauce"><img alt="Downloads" src="https://static.pepy.tech/badge/mlsauce" /></a> <a href="https://anaconda.org/conda-forge/mlsauce"> <img src="https://anaconda.org/conda-forge/mlsauce/badges/downloads.svg" /> </a> </li>
96-
<li> <a href="ahead/index.html">ahead (for R)</a> &nbsp; and &nbsp; <a href="ahead_python/index.html">ahead (for Python)</a> &nbsp; Univariate and Multivariate time series forecasting &nbsp;|&nbsp; <a href="https://pepy.tech/project/ahead"><img alt="Downloads" src="https://static.pepy.tech/badge/ahead" /></a> <a href="https://anaconda.org/conda-forge/ahead_python"> <img src="https://anaconda.org/conda-forge/ahead_python/badges/downloads.svg" /> </a> </li>
97-
<li> <a href="GPopt/index.html">gpopt</a> &nbsp; Bayesian optimization using Gaussian Process Regression &nbsp;|&nbsp; <a href="https://pepy.tech/project/gpopt"><img alt="Downloads" src="https://static.pepy.tech/badge/gpopt" /></a> </li>
98-
<li> <a href="bcn/index.html">bcn (for R)</a> &nbsp; and &nbsp; <a href="bcn_python/index.html">BCN (for Python)</a> &nbsp; Boosted Configuration (neural) Networks for supervised learning &nbsp;|&nbsp; <a href="https://pepy.tech/project/bcn"><img alt="Downloads" src="https://static.pepy.tech/badge/bcn" /></a></li>
99-
<li> <a href="teller/index.html">teller</a> &nbsp; Model-agnostic Statistical/Machine Learning explainability &nbsp;|&nbsp; <a href="https://pepy.tech/project/the-teller"><img alt="Downloads" src="https://static.pepy.tech/badge/the-teller" /></a> </li>
100-
<li> <a href="querier/index.html">querier</a> &nbsp; A query language for Python Data Frames &nbsp;|&nbsp; <a href="https://pepy.tech/project/querier"><img alt="Downloads" src="https://static.pepy.tech/badge/querier" /></a> </li>
101-
<li> <a href="ESGtoolkit/index.html">esgtoolkit</a> &nbsp; A toolkit for Monte Carlo Simulations in Finance, Economics, Insurance, Physics <a href="https://pepy.tech/project/esgtoolkit"><img alt="Downloads" src="https://static.pepy.tech/badge/esgtoolkit" /></a> </li>
102-
<li> <a href="rtopy/index.html">rtopy</a> &nbsp; Calling R functions in Python &nbsp;|&nbsp; <a href="https://pepy.tech/project/rtopy"><img alt="Downloads" src="https://static.pepy.tech/badge/rtopy" /></a> <a href="https://anaconda.org/conda-forge/rtopy"> <img src="https://anaconda.org/conda-forge/rtopy/badges/downloads.svg" /> </a> </li>
103-
<li> <a href="crossvalidation/index.html">crossvalidation</a> &nbsp; Generic R functions for cross-validation</li>
104-
<li> <a href="learningmachine/index.html">learningmachine (for R)</a> &nbsp; and &nbsp; <a href="learningmachine_python/index.html">learningmachine (for Python)</a> Machine Learning with Explanations and Uncertainty Quantification |&nbsp; <a href="https://pepy.tech/project/learningmachine"><img alt="Downloads" src="https://static.pepy.tech/badge/learningmachine" /></a> </li>
105-
<li> <a href="unifiedbooster/index.html">unifiedbooster</a> &nbsp; Unified interface for Gradient Boosted Decision Trees algorithms |&nbsp; <a href="https://pepy.tech/project/unifiedbooster"><img alt="Downloads" src="https://static.pepy.tech/badge/unifiedbooster" /></a> </li>
106-
<li> <a href="misc/index.html">misc</a> &nbsp; Miscellaneous useful R functions</li>
107-
<li> <a href="techtonique_api_py/index.html">Techtonique API calls in Python</a> &nbsp; and &nbsp; <a href="techtonique_api_r/index.html">Techtonique API calls in R</a> &nbsp;|&nbsp; <a href="https://pepy.tech/project/forecastingapi"><img alt="Downloads" src="https://static.pepy.tech/badge/forecastingapi" /></a> </li>
108-
<li>
109-
<a href="survivalist/index.html">survivalist</a> &nbsp; Model agnostic Survival analysis with Machine Learning and uncertainty quantification &nbsp;|&nbsp; <a href="https://pepy.tech/project/survivalist"><img alt="Downloads" src="https://static.pepy.tech/badge/survivalist" /></a>
110-
</li>
111-
<li>
112-
<a href="tisthemachinelearner_r/index.html">tisthemachinelearner (R) </a> &nbsp; <a href="tisthemachinelearner/index.html">tisthemachinelearner (Python) </a> &nbsp; Lightweight interface to scikit-learn with 2 classes, Classifier and Regressor. &nbsp;|&nbsp; <a href="https://pepy.tech/project/tisthemachinelearner"><img alt="Downloads" src="https://static.pepy.tech/badge/tisthemachinelearner" /></a>
113-
</li>
114-
<li>
115-
<a href="genbooster/index.html">genbooster</a> &nbsp; A fast gradient boosting and bagging (RandomBagClassifier, similar to RandomForestClassifier) implementation using Rust and Python. Any base learner can be employed. &nbsp;|&nbsp; <a href="https://pepy.tech/project/genbooster"><img alt="Downloads" src="https://static.pepy.tech/badge/genbooster" /></a>
116-
</li>
117-
<li>
118-
<a href="matern32/index.html">matern32</a> &nbsp; Interpretable Kernel Ridge Regression using Matern 3/2 kernels in R.
119-
</li>
120-
<li>
121-
<a href="bayesianrvfl/index.html">bayesianrvfl</a> &nbsp; Adaptive Bayesian (NON)Linear regression in R.
122-
</li>
123-
<li>
124-
<a href="after/index.html">after</a> &nbsp; Univariate and multivariate time series forecasting with multiple models.
125-
</li>
126-
<li>
127-
<a href="rvfl/index.html">rvfl</a> &nbsp; Random Vector Functional Link (RVFL) networks in R.
128-
</li>
129-
<li>
130-
<a href="mlreserving/index.html">mlreserving</a> &nbsp; Machine Learning Reserving for (longitudinal) triangle data. &nbsp;|&nbsp; <a href="https://pepy.tech/project/mlreserving"><img alt="Downloads" src="https://static.pepy.tech/badge/mlreserving" /></a>
131-
</li>
132-
<li>
133-
<a href="glmnetforpython/index.html">GLMNet</a> &nbsp; Elastic Net regression and classification using GLMNet. &nbsp;|&nbsp; <a href="https://pepy.tech/project/glmnetforpython"><img alt="Downloads" src="https://static.pepy.tech/badge/glmnetforpython" /></a>
134-
</li>
135-
<li>
136-
<a href="cybooster/index.html">cybooster</a> &nbsp; Generic Boosting (can use GPUs). &nbsp;|&nbsp; <a href="https://pepy.tech/project/cybooster"><img alt="Downloads" src="https://static.pepy.tech/badge/cybooster" /></a>
137-
</li>
138-
<li>
139-
<a href="ftsatoo/index.html">ftsatoo</a> &nbsp; Functions for visualizing, modeling, (generic) forecasting and hypothesis testing of functional time series.
140-
</li>
141-
<li>
142-
<a href="stochasticscenarios/index.html">stochasticscenarios</a> A Package for Asset Projection Using Stochastic Simulation
143-
</li>
144-
<li>
145-
<a href="synthe/index.html">synthe</a> Synthetic Data Simulation/Generation |&nbsp; <a href="https://pepy.tech/project/synthe"><img alt="Downloads" src="https://static.pepy.tech/badge/synthe" /></a>
146-
</li>
147-
<li>
148-
<a href="unifiedml/index.html">unifiedml</a> A Unified Machine Learning Interface for R (any R model you can think of)
149-
</li>
150-
</ul>
151-
</p>
54+
<p>Welcome to <b>Techtonique/Packages</b>.</p>
55+
<p><b>Techtonique = tech, statistics, machine learning,
56+
computer simulation, numerical optimization.</b></p>
57+
<p>Here, you'll find <b>examples + documentation</b> for
58+
<b><a href="https://github.com/Techtonique">Techtonique</a></b>'s tools.</p>
59+
60+
<p>Currently available:</p>
61+
<ul>
62+
<!-- Python + R packages with added R badges (cranlogs / R-universe) -->
63+
64+
<li>
65+
<a href="nnetsauce/index.html">nnetsauce for Python</a> &nbsp; and
66+
<a href="nnetsauce_r/">nnetsauce for R</a>
67+
&nbsp; | R: <img src="https://r-universe.techtonique.org/badges/nnetsauce" />
68+
| Python: <img src="https://static.pepy.tech/badge/nnetsauce" />
69+
</li>
70+
71+
<li>
72+
<a href="mlsauce/index.html">mlsauce for Python</a> &nbsp; and
73+
<a href="mlsauce_r/index.html">mlsauce for R</a>
74+
&nbsp; | R: <img src="https://r-universe.techtonique.org/badges/mlsauce" />
75+
| Python: <img src="https://static.pepy.tech/badge/mlsauce" />
76+
</li>
77+
78+
<li>
79+
<a href="ahead/index.html">ahead (R)</a> &nbsp; and &nbsp;
80+
<a href="ahead_python/index.html">ahead (Python)</a>
81+
&nbsp; | R: <img src="https://r-universe.techtonique.org/badges/ahead" />
82+
| Python: <img src="https://static.pepy.tech/badge/ahead" />
83+
</li>
84+
85+
<li>
86+
<a href="GPopt/index.html">gpopt</a>
87+
&nbsp; | R: <img src="https://r-universe.techtonique.org/badges/gpopt" />
88+
</li>
89+
90+
<li>
91+
<a href="bcn/index.html">bcn (R)</a> &nbsp; and &nbsp;
92+
<a href="bcn_python/index.html">BCN (Python)</a>
93+
&nbsp; | R: <img src="https://r-universe.techtonique.org/badges/bcn" />
94+
| Python: <img src="https://static.pepy.tech/badge/bcn" />
95+
</li>
96+
97+
<li>
98+
<a href="teller/index.html">teller</a>
99+
&nbsp; | R: <img src="https://r-universe.techtonique.org/badges/teller" />
100+
</li>
101+
102+
<li>
103+
<a href="querier/index.html">querier</a>
104+
&nbsp; | R: <img src="https://r-universe.techtonique.org/badges/querier" />
105+
</li>
106+
107+
<li>
108+
<a href="ESGtoolkit/index.html">esgtoolkit</a>
109+
&nbsp; | R: <img src="https://r-universe.techtonique.org/badges/ESGtoolkit" />
110+
</li>
111+
112+
<li>
113+
<a href="rtopy/index.html">rtopy</a>
114+
&nbsp; | Python: <img src="https://static.pepy.tech/badge/rtopy" />
115+
</li>
116+
117+
<li>
118+
<a href="crossvalidation/index.html">crossvalidation</a>
119+
&nbsp; | R: <img src="https://r-universe.techtonique.org/badges/crossvalidation" />
120+
</li>
121+
122+
<li>
123+
<a href="learningmachine/index.html">learningmachine (R)</a> &nbsp; and
124+
<a href="learningmachine_python/index.html">learningmachine (Python)</a>
125+
&nbsp; | R: <img src="https://r-universe.techtonique.org/badges/learningmachine" />
126+
</li>
127+
128+
<li>
129+
<a href="unifiedbooster/index.html">unifiedbooster</a>
130+
&nbsp; | R: <img src="https://r-universe.techtonique.org/badges/unifiedbooster" />
131+
</li>
132+
133+
<li>
134+
<a href="misc/index.html">misc (R)</a>
135+
&nbsp; | R: <img src="https://r-universe.techtonique.org/badges/misc" />
136+
</li>
137+
138+
<li>
139+
<a href="techtonique_api_py/index.html">Techtonique API (Python)</a> &nbsp; and
140+
<a href="techtonique_api_r/index.html">Techtonique API (R)</a>
141+
&nbsp; | R: <img src="https://r-universe.techtonique.org/badges/forecastingapi" />
142+
</li>
143+
144+
<li>
145+
<a href="survivalist/index.html">survivalist</a>
146+
&nbsp; | R: <img src="https://r-universe.techtonique.org/badges/survivalist" />
147+
</li>
148+
149+
<li>
150+
<a href="tisthemachinelearner_r/index.html">tisthemachinelearner (R)</a> &nbsp;
151+
<a href="tisthemachinelearner/index.html">tisthemachinelearner (Python)</a>
152+
&nbsp; | R: <img src="https://r-universe.techtonique.org/badges/tisthemachinelearner" />
153+
</li>
154+
155+
<li>
156+
<a href="genbooster/index.html">genbooster</a>
157+
&nbsp; | Python: <img src="https://static.pepy.tech/badge/genbooster" />
158+
</li>
159+
160+
<li>
161+
<a href="matern32/index.html">matern32</a>
162+
&nbsp; | R: <img src="https://r-universe.techtonique.org/badges/matern32" />
163+
</li>
164+
165+
<li>
166+
<a href="bayesianrvfl/index.html">bayesianrvfl</a>
167+
&nbsp; | R: <img src="https://r-universe.techtonique.org/badges/bayesianrvfl" />
168+
</li>
169+
170+
<li>
171+
<a href="after/index.html">after</a>
172+
&nbsp; | R: <img src="https://r-universe.techtonique.org/badges/after" />
173+
</li>
174+
175+
<li>
176+
<a href="rvfl/index.html">rvfl</a>
177+
&nbsp; | R: <img src="https://r-universe.techtonique.org/badges/rvfl" />
178+
</li>
179+
180+
<li>
181+
<a href="mlreserving/index.html">mlreserving</a>
182+
&nbsp; | R: <img src="https://r-universe.techtonique.org/badges/mlreserving" />
183+
</li>
184+
185+
<li>
186+
<a href="glmnetforpython/index.html">GLMNet (Python)</a>
187+
&nbsp; | Python: <img src="https://static.pepy.tech/badge/glmnetforpython" />
188+
</li>
189+
190+
<li>
191+
<a href="cybooster/index.html">cybooster</a>
192+
&nbsp; | Python: <img src="https://static.pepy.tech/badge/cybooster" />
193+
</li>
194+
195+
<li>
196+
<a href="ftsatoo/index.html">ftsatoo</a>
197+
&nbsp; | R: <img src="https://r-universe.techtonique.org/badges/ftsatoo" />
198+
</li>
199+
200+
<li>
201+
<a href="stochasticscenarios/index.html">stochasticscenarios</a>
202+
&nbsp; | R: <img src="https://r-universe.techtonique.org/badges/stochasticscenarios" />
203+
</li>
204+
205+
<li>
206+
<a href="synthe/index.html">synthe</a>
207+
&nbsp; | R: <img src="https://r-universe.techtonique.org/badges/synthe" />
208+
</li>
209+
210+
<li>
211+
<a href="unifiedml/index.html">unifiedml</a>
212+
&nbsp; | R: <img src="https://r-universe.techtonique.org/badges/unifiedml" />
213+
</li>
214+
</ul>
152215
</div>
153216
</div>
217+
</div>
154218
</div>
155-
</div>
156219

157-
<hr>
220+
<hr>
158221

159-
<footer>
160-
<div class="container">
161-
&#169; <a href="https://thierrymoudiki.github.io">T. Moudiki</a>
162-
</div>
163-
</footer>
222+
<footer>
223+
<div class="container">
224+
© <a href="https://thierrymoudiki.github.io">T. Moudiki</a>
225+
</div>
226+
</footer>
164227

165228
<script src="https://bootswatch.com/_vendor/jquery/dist/jquery.min.js"></script>
166229
<script src="https://bootswatch.com/_vendor/popper.js/dist/umd/popper.min.js"></script>
167230
<script src="https://bootswatch.com/_vendor/bootstrap/dist/js/bootstrap.min.js"></script>
168231
<script src="https://bootswatch.com/_assets/js/custom.js"></script>
169-
170232
</body>
171-
172233
</html>
173-
174-
175-
176-
177-
178-
179-

0 commit comments

Comments
 (0)