Skip to content

Commit c8f009d

Browse files
authored
Create Monica.qmd
1 parent b2588e4 commit c8f009d

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

People/Team/Monica.qmd

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
title: "Monica Valecha"
3+
about:
4+
template: solana
5+
image-width: 10em
6+
image-shape: round
7+
links:
8+
- icon: twitter
9+
text: twitter
10+
href: https://twitter.com/linkmonica
11+
- icon: github
12+
text: GitHub
13+
href: https://github.com/linkmonica
14+
- icon: linkedin
15+
text: LinkedIn
16+
href: https://www.linkedin.com/in/monicavalecha/
17+
- icon: house-door
18+
text: Homepage
19+
href: https://www.monicavalecha.me
20+
- icon: envelope
21+
text: email
22+
href: mailto:[email protected]
23+
description:
24+
Research Assistant
25+
image: ../../contents/photos/people/monicavalecha.jpeg
26+
card_style: "summary_large_image"
27+
categories:
28+
- Cancer genomics
29+
- Bioinformatics
30+
- RA/PostDoc
31+
---
32+
33+
## Monica Valecha
34+
35+
## Links
36+
37+
[ORCID](https://orcid.org/0000-0001-9710-4129)
38+
39+
# Publications
40+
41+
Full list of publications see [Google Scholar](https://scholar.google.com/citations?user=w0NwuBkAAAAJ&hl=en)
42+
43+
Recent publications include
44+
45+
```{r, echo=FALSE}
46+
library(RefManageR)
47+
source("../../src/website_functions.R")
48+
year=paste("1996:2023")
49+
authors="Monica Valecha"
50+
my_query=getRefs(authors,year)
51+
print(my_query)
52+
```

0 commit comments

Comments
 (0)