Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Presentation sections #23

Open
AntoinePrv opened this issue Feb 23, 2020 · 2 comments
Open

Presentation sections #23

AntoinePrv opened this issue Feb 23, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@AntoinePrv
Copy link
Contributor

Hello,

I think it would be beneficial to have a Presentation section similar to the publication.
IMO in academia, researchers like to upload the slides to some their presentation and not all presentations are linked to a publication.

I will be working on this for myself (mostly a copy of publication), and I'll happily send a PR if you're interested.

Thank you for the project

@hadisinaee
Copy link
Owner

Hi @AntoinePrv,

Sure, that's great. I'd be glad to see that. I try my bests to review and merge all PRs ASAP. There are very good suggestions and works in my to-do list for Avicenna. I hope to find a free slot in my calendar to work on those.

Thank you :)

@hadisinaee hadisinaee added the enhancement New feature or request label Feb 25, 2020
@AntoinePrv
Copy link
Contributor Author

AntoinePrv commented Feb 29, 2020

I'm currently thinking that I would actually like to have more sections (tutorial, poster, grants...), but this would start being too redundant and specific to my needs to merge back into Avicenna.

I think the clean way to go would be to have meta section, where one would specify a title parameter. The subsections would then be processed as it is done for publications...

On the plus side, it gives a lot of flexibility and reduce code duplication (could also be used to implement publication and projects). However, it may add too much complexity.

Here is a sample config (option 1)

[[params.sections]]
  title="My Presentations"

  [[params.sections.subsections]]
    title="2019"

    [[params.sections.subsections.items]]
      name="My title"
      author="Some people"

It is a bit verbose, so an idea could be to use the keys for title (option 2):
(Edit: it is not ideal because keys are case insensitive.)

[[params.sections."My Presentations".2019]]
  name="My title"
  author="Some people"

What are your thoughts on this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants