Can Software Automatically Create Tree Diagrams from Research Paper References?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
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.)
 
Physics 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.