Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitalagrange committed Feb 17, 2025
1 parent f87ab65 commit 073cd1c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 24 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,30 @@ sections:
- Participation in the doctoral school board and decision-making processes
- Reviewer for the [NeurIPS BDU Workshop 2024](https://gp-seminar-series.github.io/neurips-2024/)
- Review of two submissions for the NeurIPS 2024 Workshop on Bayesian Decision-making and Uncertainty
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rectangle avec Texte</title>
<style>
.rectangle {
width: 300px;
height: 150px;
border: 2px solid black;
display: flex;
align-items: center;
justify-content: center;
background-color: lightgray;
}
</style>
</head>
<body>
<div class="rectangle">
Ceci est un texte à l'intérieur d'un rectangle.
</div>
</body>
</html>
columns: '1'


Expand Down
2 changes: 0 additions & 2 deletions content/publication/lagrange-efficient-2024/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ authors:
- admin
- Hervé Isambert
author_notes:
- "CNRS"
- "CNRS"
date: '2024-12-23'
publishDate: '2025-02-13T16:41:15.035541Z'
reading_time: false
Expand Down

0 comments on commit 073cd1c

Please sign in to comment.