mirror of
https://github.com/dwinkler1/dwinkler1.github.io.git
synced 2026-02-19 14:40:57 -05:00
language logos added
This commit is contained in:
parent
1ba1434528
commit
9e9d2c2dff
3 changed files with 6 additions and 12 deletions
|
|
@ -74,6 +74,6 @@
|
||||||
"href": "software.html",
|
"href": "software.html",
|
||||||
"title": "Software",
|
"title": "Software",
|
||||||
"section": "",
|
"section": "",
|
||||||
"text": "Software\n\nshrinkDSM: Efficient Bayesian Inference for Dynamic Survival Models with Shrinkage\nRClickhouse: Database interface for the R programming language\nChartmetric.jl: Scraping library for the Chartmetric API\nJSONLines.jl: Memory efficient, parallel JSONLines reader for larger-than-memory files"
|
"text": "Software\n shrinkDSM: Efficient Bayesian Inference for Dynamic Survival Models with Shrinkage RClickhouse: Database interface for ClickHouse Chartmetric.jl: Scraping library for the Chartmetric API JSONLines.jl: Memory efficient, parallel JSONLines reader for larger-than-memory files"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
@ -143,12 +143,7 @@ ul.task-list li input[type="checkbox"] {
|
||||||
|
|
||||||
<section id="software" class="level1">
|
<section id="software" class="level1">
|
||||||
<h1>Software</h1>
|
<h1>Software</h1>
|
||||||
<ul>
|
<p><img src="https://img.shields.io/badge/r-%23276DC3.svg?style=flat&logo=r&logoColor=white" class="img-fluid"> <a href="https://cran.r-project.org/package=shrinkDSM">shrinkDSM</a>: Efficient Bayesian Inference for Dynamic Survival Models with Shrinkage <br> <img src="https://img.shields.io/badge/r-%23276DC3.svg?style=flat&logo=r&logoColor=white" class="img-fluid"> <a href="https://cran.r-project.org/package=RClickhouse">RClickhouse</a>: Database interface for <a href="https://clickhouse.com">ClickHouse</a> <br> <img src="https://img.shields.io/badge/-Julia-9558B2.svg?style=flat&logo=julia&logoColor=white" class="img-fluid" alt="Julia"> <a href="https://github.com/dwinkler1/Chartmetric.jl">Chartmetric.jl</a>: Scraping library for the <a href="https://api.chartmetric.com/apidoc/">Chartmetric API</a> <br> <img src="https://img.shields.io/badge/-Julia-9558B2.svg?style=flat&logo=julia&logoColor=white" class="img-fluid" alt="Julia"> <a href="https://github.com/dwinkler1/JSONLines.jl">JSONLines.jl</a>: Memory efficient, parallel JSONLines reader for larger-than-memory files</p>
|
||||||
<li><a href="https://cran.r-project.org/package=shrinkDSM">shrinkDSM</a>: Efficient Bayesian Inference for Dynamic Survival Models with Shrinkage</li>
|
|
||||||
<li><a href="https://cran.r-project.org/package=RClickhouse">RClickhouse</a>: Database interface for the R programming language</li>
|
|
||||||
<li><a href="https://github.com/dwinkler1/Chartmetric.jl">Chartmetric.jl</a>: Scraping library for the <a href="https://api.chartmetric.com/apidoc/">Chartmetric API</a></li>
|
|
||||||
<li><a href="https://github.com/dwinkler1/JSONLines.jl">JSONLines.jl</a>: Memory efficient, parallel JSONLines reader for larger-than-memory files</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,7 @@ toc: false
|
||||||
---
|
---
|
||||||
|
|
||||||
# Software
|
# Software
|
||||||
|
 [shrinkDSM](https://cran.r-project.org/package=shrinkDSM): Efficient Bayesian Inference for Dynamic Survival Models with Shrinkage <br>
|
||||||
- [shrinkDSM](https://cran.r-project.org/package=shrinkDSM): Efficient Bayesian Inference for Dynamic Survival Models with Shrinkage
|
 [RClickhouse](https://cran.r-project.org/package=RClickhouse): Database interface for [ClickHouse](https://clickhouse.com) <br>
|
||||||
- [RClickhouse](https://cran.r-project.org/package=RClickhouse): Database interface for the R programming language
|
 [Chartmetric.jl](https://github.com/dwinkler1/Chartmetric.jl): Scraping library for the [Chartmetric API](https://api.chartmetric.com/apidoc/) <br>
|
||||||
- [Chartmetric.jl](https://github.com/dwinkler1/Chartmetric.jl): Scraping library for the [Chartmetric API](https://api.chartmetric.com/apidoc/)
|
 [JSONLines.jl](https://github.com/dwinkler1/JSONLines.jl): Memory efficient, parallel JSONLines reader for larger-than-memory files
|
||||||
- [JSONLines.jl](https://github.com/dwinkler1/JSONLines.jl): Memory efficient, parallel JSONLines reader for larger-than-memory files
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue