Skip to content

Commit a787166

Browse files
committed
updated readme (publications now loaded dynamically)
1 parent 977d9cc commit a787166

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Team member information is stored in `src/content/team/team.json`. To add or upd
5959

6060
### Publications
6161

62-
Publication data is stored in `src/content/publications/publications.json`. To add or update publications, edit this file.
62+
Publication are automatically downloaded from Pubmed.
6363

6464
### Software
6565

@@ -107,20 +107,6 @@ Partner information is stored in `src/content/partners/partners.json`. To add or
107107
}
108108
```
109109

110-
### Publications Schema (`src/content/publications/publications.json`)
111-
```json
112-
[
113-
{
114-
"title": "string",
115-
"url": "string",
116-
"authors": "string",
117-
"journal": "string",
118-
"year": "string",
119-
"featured": "boolean"
120-
}
121-
]
122-
```
123-
124110
### Software Schema (`src/content/software/software.json`)
125111
```json
126112
[

0 commit comments

Comments
 (0)