Can Software Automatically Create Tree Diagrams from Research Paper References?

Click For Summary

Discussion Overview

The discussion revolves around the possibility of using software to automatically generate tree diagrams from references in research papers. Participants explore the technical feasibility, potential programming languages, and existing software solutions for visualizing interconnected academic literature.

Discussion Character

  • Exploratory
  • Technical explanation
  • Homework-related

Main Points Raised

  • One participant inquires about existing computer codes that can create tree diagrams from a list of research paper references.
  • Another participant expresses frustration about potentially needing to learn a new programming language and asks for recommendations on commercial software.
  • A request for clarification is made regarding the initial question, indicating some confusion about the specifics of the problem.
  • A detailed example is provided by a participant, illustrating the desired structure of the tree diagram, including how papers reference each other and the organization by year or author.

Areas of Agreement / Disagreement

Participants have not reached a consensus on whether existing software solutions are available, and there are varying levels of understanding regarding the initial inquiry. The discussion remains unresolved with multiple perspectives on the approach to take.

Contextual Notes

Participants have not specified the exact requirements for the software or the limitations of the proposed solutions, such as the complexity of the data structure or the specific programming capabilities needed.

LLopes
Messages
4
Reaction score
0
Hello everyone!

Quick question, anyone know of any computer codes that will take in a long list of block data linked to other lists of block data and will create tree diagrams?

My specific problem is for documents (research papers) that reference other papers and so on.

If not, should I create on using C++ or something, haven't coded in C++ in a while (FORTRAN all the way baby.)
 
Technology news on Phys.org
Come on guys, help me out.
Am I going to have to learn a whole new language? Any commercial software out there?
Throw me a bone, here.
 
can you elaborate i have a hard time figuring out what you are asking
 
Well i have many papers that reference each other in several different topic areas that may or may not be linked together. I haven't read them all and as I read them I want to create links to other papers I have read or not read. So, for example.


Code:
   paper_g    <paper_h>  paper_i   <paper_j>
      \      /      \          \    \   /
      paper_a  paper_b        paper_c  paper_d         papper_e-<paper_f>
      \     /              \     /                  \    /
        topic 1          topic 2            topic 3

and so on where <> are papers I have not read but are of interest and are referenced by another paper in the sytem. I would like them also organized by year or by author.

Any other information you would like to know?\





THE SLASHES LOOK LIKE CRAP, BUT YOU GET THE IDEA.
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
615
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
2
Views
3K
Replies
2
Views
2K