File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff 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[
You can’t perform that action at this time.
0 commit comments