- Nov 21, 2024
- 154
- 15
- 41
good day dear friends,
i want ot create some kind of literature-list in GitHub wiki?
note: the post is a little vague, but that should suit most cases:
well - for a Little project i want to add a literature-list (comprehensive and big ) on github - how would you do this!?
here some musings about an approach: i guess that i could make a repo with a markdown file containing my list?
see a tiny example-list:;
Author; Title;Year;
and - in another form: like so
hmmm - i did some research - on the methods and ways to get a list (with approx 70 titles to the github-project-page: i found this here: It is nicely demonstrated in the Table of Contents of the Markdown Cheatsheet: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
and that: How do I create some kind of table of content in GitHub wiki?
stackoverflow.com
i look forward to hear from you.
🤩
regards
i want ot create some kind of literature-list in GitHub wiki?
note: the post is a little vague, but that should suit most cases:
well - for a Little project i want to add a literature-list (comprehensive and big ) on github - how would you do this!?
here some musings about an approach: i guess that i could make a repo with a markdown file containing my list?
see a tiny example-list:;
Author; Title;Year;
Xiaonan Fan, Yuting Luo Value Co-Creation;A Literature Review; 2020;
Robert Mies, Jérémy Bonvoisin, Roland Jochem;Harnessing the Synergy Potential of Open Source Hardware Communities; 2019;
V Ramaswamy, K Ozcan;The co-creation paradigm; 2020;
T Redlich, M Moritz, JP Wulfsberg;Co-Creation Reshaping Business and Society in the Era of Bottom-up Economics;2019;
Barbara Bigliardi, Giovanna Ferraro, Serena Filippelli, Francesco Galati;The past, present and future of open Innovation;2021;
Jennifer Rodway, Stephen MacGregor, Mica Pollock, Megan Hopkins;A Network Case of Knowledge Brokering;2021;
Hertz Tilman, Bousquet François;Knowledge that affects: An assemblage Approach;2024;
and - in another form: like so
Code:
+==========================================================================+==============================================================================+==========+==+
| Author | Title | Year | |
+==========================================================================+==============================================================================+==========+==+
| Xiaonan Fan, Yuting Luo Value Co-Creation | A Literature Review | 2020 | |
+--------------------------------------------------------------------------+------------------------------------------------------------------------------+----------+--+
| Robert Mies, Jérémy Bonvoisin, Roland Jochem | Harnessing the Synergy Potential of Open Source Hardware Communities | 2019 | |
+--------------------------------------------------------------------------+------------------------------------------------------------------------------+----------+--+
| V Ramaswamy, K Ozcan | The co-creation paradigm | 2020 | |
+--------------------------------------------------------------------------+------------------------------------------------------------------------------+----------+--+
| T Redlich, M Moritz, JP Wulfsberg | Co-Creation Reshaping Business and Society in the Era of Bottom-up Economics | 2019 | |
+--------------------------------------------------------------------------+------------------------------------------------------------------------------+----------+--+
| Barbara Bigliardi, Giovanna Ferraro, Serena Filippelli, Francesco Galati | The past, present and future of open Innovation | 2021 | |
+--------------------------------------------------------------------------+------------------------------------------------------------------------------+----------+--+
| Jennifer Rodway, Stephen MacGregor, Mica Pollock, Megan Hopkins | A Network Case of Knowledge Brokering | 2021 | |
+--------------------------------------------------------------------------+------------------------------------------------------------------------------+----------+--+
| Hertz Tilman, Bousquet François | Knowledge that affects: An assemblage Approach | 2024 | |
+--------------------------------------------------------------------------+------------------------------------------------------------------------------+----------+--+
hmmm - i did some research - on the methods and ways to get a list (with approx 70 titles to the github-project-page: i found this here: It is nicely demonstrated in the Table of Contents of the Markdown Cheatsheet: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
and that: How do I create some kind of table of content in GitHub wiki?

How do I create some kind of table of content in GitHub wiki?
If you look here: http://en.wikipedia.org/wiki/Stack_Overflow You'll notice there's a little "Content" section, if you click on one of the links, it will send you to a specific section on the page...
i look forward to hear from you.
regards