Research Publications Web Page?
Jabagi writes: "Hi, I am computer engineering undergrad. and my department in the university has given me the job of doing a web site that displays its publications in digital format. So I wanted to ask if anybody knows any good [prefereably university-originated] web pages that have a publication for research pages with an easy to use interface. A very good one in my opinion is from MIT. I would also accept any suggestions to what should be included on such a page [for example, which formats do you prefer the documents to be in, what types of information should be present, etc...]"
therefore, it should be done in more ways than one. I would go for a fast database backend (such as mysql) and insert in the database the title, authors and abstract and keywords. Then, if your people have latex source, use hatex2html to produce html use pdflatex to produce latex, use latex2rtf to produce rtf and let the user choose the format. If there are ps files you have ps2pdf, ps2html and possible others. A text search would be nice if you have the harddisk space required. Use pdftotext and ps2ascii to convert to ascii, then index the whole stuff (much like google does). Sorin M
I've been working on a project to organise and present documents by faculty at the University of Kentucky called Origami. Take a loot here to see where i've gone with it. It's written in PHP and uses mysql and the local filesystem to store paper information. If you'd like I can write some quick documentation and send you a tarball of what i've got so far.
moo
The ACM (Association for Computing Machinery is rolling out The ACM Portal to Computing Literature. It looks to me that your timing is perfect, as they say on the ACM home page:
I learned of this from reading the article "ACM Opens Portal to Computing Literature" which appeared in the (dead tree) July 2001 Issue of "Communications of the ACM" Vol. 44, No. 7.Here is part of a salient paragraph:
I would suggest you contact the ACM and see if they have any suggestions on what you are attempting. I would expect they have already explored a number of alternatives, one of which might be just what you are looking for.If you should decide to create your own system, please consider making it open-source so that others may benefit as well.
Not all of the documents cited are available for download, but those that are are available as PostScript, PDF, and GIF.
Scripts generate papers that aren't cached in a specific format on request.
The page layout is familiar enough for those used to staring at lists of academic references, and is easy to follow.