Best way to organize publications

  • Thread starter Thread starter jaap de vries
  • Start date Start date
  • Tags Tags
    Publications
AI Thread Summary
Organizing academic publications can be challenging for PhD students, with many seeking effective database solutions for managing their PDF articles. Some users recommend creating custom applications using tools like MS Access or Visual Basic, which allow for easy document title searches and organization. Others prefer simpler methods, such as Google Desktop, which can efficiently index and search files based on naming conventions. The discussion highlights the importance of file naming and the potential benefits of databases for enhanced search capabilities and keyword tagging. Ultimately, the choice of organization method depends on individual needs and the volume of documents managed.
jaap de vries
Messages
166
Reaction score
0
Dear friends,

I am in my last year of my PhD and I want something that I really should have done a long time ago, I need some kind of database software so I can easily organize and find the many PDF articles that I have on my computer. I know that there are probably several out there I would just like to get y'alls opinion about which one you would recommend.

PS: I know this is not necessarily aerospace or mechanical engineering specific but I am most likely to find like-minded people here.

Jaap
 
Engineering news on Phys.org
That's a good question. I too have, conservatively, 1000 pdf's and other files I use for reference. I try to sort them into different folders based on topic. Other than that, I haven't found a decent way to have a handy reference for my references. I thought a searchable format like Excel would work, but it really wasn't for me.
 
jaap de vries said:
Dear friends,

I am in my last year of my PhD and I want something that I really should have done a long time ago, I need some kind of database software so I can easily organize and find the many PDF articles that I have on my computer. I know that there are probably several out there I would just like to get y'alls opinion about which one you would recommend.

PS: I know this is not necessarily aerospace or mechanical engineering specific but I am most likely to find like-minded people here.

Jaap

I wrote a VB application with a MS Access database on the back-end, to handle all of my reference material (.pdf or whatever). All I have to do is place the document in the proper directory on my computer, then give it a title and the program will allow you to search for that document's title if you want it to.

It's really easy to crank out something like that. The best part is the price...free! I suppose you could buy some high end document control system, we use Meridian at work. It does basically the same thing except it gives document previews and has security level access.

CS
 
stewartcs said:
I wrote a VB application with a MS Access database on the back-end, to handle all of my reference material (.pdf or whatever). All I have to do is place the document in the proper directory on my computer, then give it a title and the program will allow you to search for that document's title if you want it to.

CS

Do I need to use VBA in Access or can I just use the standard form? It seems like this is a problem every researcher in the world is dealing with.
 
jaap de vries said:
Do I need to use VBA in Access or can I just use the standard form? It seems like this is a problem every researcher in the world is dealing with.

I suppose you could do it all in Access if you want to since VBA is almost identical to VB. It was just quicker for me to use VB on the front end and have a database on the back end.

CS
 
Hi all, first post!

Anyway, I am in my first year as a PhD student and I would be interested in a more elegant way to organize this information as well.

However, it seems like using an elaborate database one could end up spending more time than it is really worth. Do those of you who have created your own databases find it is helpful?

Currently I use Google Desktop (GD) in combination with through naming and a folder hierarchy to keep track of my papers. Basically the folder trees keep things generally where I want them but I will use GD to find a paper quickly in a meeting and/or if I forget where I put it. It seems to work pretty well now, but I have only accumulated a 100 or so papers so far.
 
h2oski1326 said:
Hi all, first post!

Anyway, I am in my first year as a PhD student and I would be interested in a more elegant way to organize this information as well.

However, it seems like using an elaborate database one could end up spending more time than it is really worth. Do those of you who have created your own databases find it is helpful?

Currently I use Google Desktop (GD) in combination with through naming and a folder hierarchy to keep track of my papers. Basically the folder trees keep things generally where I want them but I will use GD to find a paper quickly in a meeting and/or if I forget where I put it. It seems to work pretty well now, but I have only accumulated a 100 or so papers so far.

I never considered Google Desktop. Not all that familiar with how it works, but if it can perform searchs then it is probably a good alternative (assuming you have good file names).

I suppose the additional benefit with a database is the extended search capabilities, and the ability (at least in my program) to enter additional "keywords" to aid in the search.

CS
 
stewartcs said:
I never considered Google Desktop. Not all that familiar with how it works, but if it can perform searchs then it is probably a good alternative (assuming you have good file names).

I suppose the additional benefit with a database is the extended search capabilities, and the ability (at least in my program) to enter additional "keywords" to aid in the search.

CS

I think I may find something like that useful down the road. Care to share perhaps?

Google Desktop works pretty well if you configure it correctly. It indexes all the files directly connected to your PC and allows them to be searched. The best part is the quick launch, you press control twice and a search bar pops up in the middle of the screen and you just start typing. This can be used to open programs, search for files, or start a web search, very handy.

I have found it the most useful if you don't allow it to index emails, web history, and some other things that I never use.

You are correct though, naming files becomes very important, and having keywords is generally not possible (unless it is included in the filename).

Ideally I would like a database that could provide a self-written summary of a publication when I bring up its information as well as bibliographic information/location.
 
Back
Top