Skip to content

Commit 0cd811e

Browse files
committed
badges updates
1 parent 3314eb8 commit 0cd811e

File tree

3 files changed

+50
-110
lines changed

3 files changed

+50
-110
lines changed

site/publications-new.ejs

Lines changed: 0 additions & 79 deletions
This file was deleted.

site/publications.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ for (const item of items) {
1818
<div class="col-12 mb-3">
1919
<div class="card">
2020
<div class="card-body">
21-
<div class="row align-items-center">
21+
<div class="row align-items-center border-left border-primary">
2222
<div class="col-md-2">
2323
<a href="https://github.com/computorg/<%- item.repo %>" target="_blank">
24-
<img src="https://img.shields.io/github/actions/workflow/status/computorg/<%- item.repo %>/build.yml?label=build&logo=github" class="img-fluid" alt="Build Status">
24+
<img style="width:100px;" src=https://img.shields.io/github/actions/workflow/status/computorg/<%- item.repo %>/build.yml?label=build&logo=github" class="img-fluid" alt="Build Status">
2525
</a>
2626
</div>
2727
<div class="col-md-10">

site/published.yml

Lines changed: 48 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
- abstract': >-
2+
Model-based clustering provides a principled way of
3+
developing clustering methods. We develop a new model-based
4+
clustering methods for count data. The method combines clustering
5+
and variable selection for improved clustering. The method is based
6+
on conditionally independent Poisson mixture models and Poisson
7+
generalized linear models. The method is demonstrated on simulated
8+
data and data from an ultra running race, where the method yields
9+
excellent clustering and variable selection performance.
10+
authors: Julien Jacques and Thomas Brendan Murphy
11+
date: 2025-07-01
12+
description: ''
13+
draft: false
14+
journal: Computo
15+
pdf: ''
16+
repo: published-202507-jacques-count-data
17+
title: Model-Based Clustering and Variable Selection for Multivariate Count Data
18+
url: ''
19+
year: 2025
120
- abstract': >-
221
Reservoir Computing (RC) is a machine learning method
322
based on neural networks that efficiently process information
@@ -29,6 +48,33 @@
2948
title: 'Reservoir Computing in R: a Tutorial for Using reservoirnet to Predict Complex Time-Series'
3049
url: ''
3150
year: 2025
51+
- abstract': >-
52+
The `R` Package `IBMPopSim` facilitates the simulation of
53+
the random evolution of heterogeneous populations using stochastic
54+
Individual-Based Models (IBMs). The package enables users to
55+
simulate population evolution, in which individuals are
56+
characterized by their age and some characteristics, and the
57+
population is modified by different types of events, including
58+
births/arrivals, death/exit events, or changes of characteristics.
59+
The frequency at which an event can occur to an individual can
60+
depend on their age and characteristics, but also on the
61+
characteristics of other individuals (interactions). Such models
62+
have a wide range of applications in fields including actuarial
63+
science, biology, ecology or epidemiology. `IBMPopSim` overcomes the
64+
limitations of time-consuming IBMs simulations by implementing new
65+
efficient algorithms based on thinning methods, which are compiled
66+
using the `Rcpp` package while providing a user-friendly interface.
67+
authors: Daphné Giorgi, Sarah Kaakai and Vincent Lemaire
68+
date: 2025-01-27
69+
description: >
70+
This document provides a full description of the Stochastic Individual-Based Models (IBMs) that can be implemented in the IBMPopSim package. A unified mathematical and simulation framework is given, with a detailed description of the simulation algorithm. Examples of applications for the package are also provided, showing the performance and flexibility of IBMPopSim.
71+
draft: false
72+
journal: Computo
73+
pdf: ''
74+
repo: published-202412-giorgi-efficient
75+
title: Efficient simulation of individual-based population models
76+
url: ''
77+
year: 2025
3278
- abstract': >-
3379
In this paper, Spectral Bridges, a novel clustering
3480
algorithm, is introduced. This algorithm builds upon the traditional
@@ -57,33 +103,6 @@
57103
title: Spectral Bridges
58104
url: https://computo.sfds.asso.fr/published-202412-ambroise-spectral/
59105
year: 2024
60-
- abstract': >-
61-
The `R` Package `IBMPopSim` facilitates the simulation of
62-
the random evolution of heterogeneous populations using stochastic
63-
Individual-Based Models (IBMs). The package enables users to
64-
simulate population evolution, in which individuals are
65-
characterized by their age and some characteristics, and the
66-
population is modified by different types of events, including
67-
births/arrivals, death/exit events, or changes of characteristics.
68-
The frequency at which an event can occur to an individual can
69-
depend on their age and characteristics, but also on the
70-
characteristics of other individuals (interactions). Such models
71-
have a wide range of applications in fields including actuarial
72-
science, biology, ecology or epidemiology. `IBMPopSim` overcomes the
73-
limitations of time-consuming IBMs simulations by implementing new
74-
efficient algorithms based on thinning methods, which are compiled
75-
using the `Rcpp` package while providing a user-friendly interface.
76-
authors: Daphné Giorgi, Sarah Kaakai and Vincent Lemaire
77-
date: 2024-12-01
78-
description: >
79-
This document provides a full description of the Stochastic Individual-Based Models (IBMs) that can be implemented in the IBMPopSim package. A unified mathematical and simulation framework is given, with a detailed description of the simulation algorithm. Examples of applications for the package are also provided, showing the performance and flexibility of IBMPopSim.
80-
draft: false
81-
journal: Computo
82-
pdf: ''
83-
repo: published-202412-giorgi-efficient
84-
title: Efficient simulation of individual-based population models
85-
url: https://computo.sfds.asso.fr/published-202412-giorgi-efficient
86-
year: 2024
87106
- abstract': >-
88107
Conformal Inference (CI) is a popular approach for
89108
generating finite sample prediction intervals based on the output of
@@ -492,8 +511,8 @@
492511
description: ''
493512
draft: false
494513
journal: Computo
495-
pdf: https://computo.sfds.asso.fr/published-202204-deeplearning-occupancy-lynx/published-202204-gimenez-lynx.pdf
514+
pdf: ''
496515
repo: published-202204-deeplearning-occupancy-lynx
497516
title: Trade-off between deep learning for species identification and inference about predator-prey co-occurrence
498-
url: https://computo.sfds.asso.fr/published-202204-deeplearning-occupancy-lynx/
517+
url: ''
499518
year: 2022

0 commit comments

Comments
 (0)