-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Is there a limit to the number of publications to be shown? #3327
-
Hi
I would like to increase the number of publications to be shown in https://lucadebenedictis.github.io/publications/
It seems that the maximum number is set to 9. Is there a limit? Can I change it?
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions
There shouldn't be a limit to the number of publications shown - for example, my own site has more than nine on it - sometimes the parser will have an issue with something and a publication might not show up as a result though. Can you link to the ones in the repository that aren't showing up when deployed?
Replies: 3 comments 1 reply
-
There shouldn't be a limit to the number of publications shown - for example, my own site has more than nine on it - sometimes the parser will have an issue with something and a publication might not show up as a result though. Can you link to the ones in the repository that aren't showing up when deployed?
Beta Was this translation helpful? Give feedback.
All reactions
-
Sure.
/_publications/Basile-DeBenedictis-Durban-Fagian-Salido_2021.md
/_publications/Cerqueti-DeBenedictis-LeoneSciabolazza_2022.md
are not showing up.
Beta Was this translation helpful? Give feedback.
All reactions
-
Looks like both of them show up at the direct links (e.g., Impact of Immigration, Segregation with Social Linkages) which is a good way of checking if something didn't get deployed correctly. There also aren't any errors in the build and deploy log which is a good sign. So it's likely something in the code of the pages themselves.
It took me a bit to see it, but the source for Cerqueti-DeBenedictis-LeoneSciabolazza_2022.md has a typo in the category
field which will prevent it from matching any of the categories defined in _config.yml
. As for the other one, I might be missing something, but it seems like it's the second entry from the top of publications?
Also, I should update the Wiki to make this clearer, but you can add new publication_category
beyond just the three that are defined by default - the new category would just need to be structured like the others, e.g.,:
publication_category: books: title: 'Books' manuscripts: title: 'Journal Articles' conferences: title: 'Conference Papers' preprints: title: 'Preprints'
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
Dear Robert,
You are right! I corrected the typos and everything run smoothly. Thanks a lot and thanks for the public good you and the https://github.com/academicpages team are producing.
Best,
Luca
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1