Code Monkey home page Code Monkey logo

Comments (2)

tcschmidt avatar tcschmidt commented on June 6, 2024 1

This starting point leads in three possible directions, I suppose:

1.) Fundamental RIOT publications: These are (i) the 2013 Infocom poster and (ii) the 2018 IEEE IoT Journal article. These two are static, there is no momentum of adding further.

2.) Ongoing scientific work of the RIOT core groups: One might expect that RIOT-centric core research is interesting, but in fact publications don't go well together. While there is a lot of decent work, some publications are just too far below the bar.

3.) Collecting all RIOT-related publications: An approach earlier taken by other groups to collect and list all papers that base on their tools or systems repeatedly turned out infeasible. There are just too many of them and one would need a person to actively chase ...

In summary, I don't see a burning use case of dynamically handling publication references ...

from riot-os.org.

chrysn avatar chrysn commented on June 6, 2024

In the R language ecosystem, there is this nice feature that you can citation(x) almost anything, and it works like a help function:

> library('ggplot2')
> citation('ggplot2')

To cite ggplot2 in publications, please use:

  H. Wickham. ggplot2: Elegant Graphics for Data Analysis.
  Springer-Verlag New York, 2016.

A BibTeX entry for LaTeX users is

  @Book{,
    author = {Hadley Wickham},
    title = {ggplot2: Elegant Graphics for Data Analysis},
    publisher = {Springer-Verlag New York},
    year = {2016},
    isbn = {978-3-319-24277-4},
    url = {https://ggplot2.tidyverse.org},
  }

> 

If we go a similar route and provide a make citation command or something to that effect, not only is that easy to update, it could also populate the website (which already takes input from the build system) and could also include citations pulled in via the pkg system.

from riot-os.org.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.