-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbib.html
More file actions
117 lines (104 loc) · 4.22 KB
/
Copy pathbib.html
File metadata and controls
117 lines (104 loc) · 4.22 KB
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
---
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Publications of Eric Largy">
<meta name="author" content="Eric Largy">
<title>Eric Largy - Publications</title>
{% include analytics.html %}
<!-- Bootstrap CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- Custom fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap">
<!-- Custom styles -->
<link href="css/bib-modern.css" rel="stylesheet">
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="nav-link js-scroll-trigger" href="index.html">
<i class="fas fa-home"></i>
</a>
<a class="navbar-brand js-scroll-trigger" href="#page-top">Eric Largy</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="bib.html" target="_blank">Publications</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="https://ericlarg4.github.io/Portfolio/" target="_blank">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#page-top">//</a>
</li>
{% include nav-dropdowns.html %}
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-md-4">
<h2>Dr. Eric Largy</h2>
<p>
<a href="https://www.u-bordeaux.com/">Université de Bordeaux</a>
</p>
<p>
<b>Research</b><br/>
<a href="https://cdn.bricbordeaux.com/wp-content/uploads/2025/09/plan-situation-bbs-site-carreire.pdf">Bordeaux Biologie Santé</a>
<a href="https://www.arna.cnrs.fr/">ARNA laboratory</a>
<a href="https://www.nmrbordeaux.org/">PRISM team</a>
INSERM U1212 CNRS 5320<br/>
Université de Bordeaux<br/>
Bâtiment BBS 5ème Etage<br/>
2 rue Dr. Hoffmann Martinot<br/>
33076 Bordeaux<br/>
FRANCE <br/>
33 607 Pessac<br/>
France
</p>
<p>
<b>Teaching</b><br/>
<a href="https://sante.u-bordeaux.fr/Composantes/UFR-Sciences-pharmaceutiques">UFR Sciences Pharmaceutiques</a>
</p>
<p>
<b>Links</b><br/>
<a class="github-button" href="https://github.com/EricLarG4"
data-color-scheme="no-preference: dark; light: dark; dark: dark;"
data-size="large" aria-label="Follow @EricLarG4 on GitHub">Follow @EricLarG4</a>
<br/>
<a href="https://orcid.org/0000-0002-6140-9788">
<img alt="ORCID logo" src="https://info.orcid.org/wp-content/uploads/2019/11/orcid_16x16.png" width="16" height="16" />
0000-0002-6140-9788
</a>
</p>
</div>
<div class="col-md-8">
<h2>Publications</h2>
<script src="https://bibbase.org/show?bib=https%3A%2F%2Fapi.zotero.org%2Fusers%2F7089346%2Fcollections%2FW8METNZK%2Fitems%3Fkey%3DlrJzcA0P1XPv2jxdqpAImx8u%26format%3Dbibtex%26limit%3D100&jsonp=1"></script>
</div>
</div>
</div>
<footer>
<div class="container">
<p>©Eric Largy</p>
</div>
</footer>
{% include scripts-common.html %}
</body>
</html>