Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Education

Research Publications Web Page? 18

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...]"
This discussion has been archived. No new comments can be posted.

Research Publications Web Page?

Comments Filter:
  • by sorinm ( 459727 ) on Monday August 06, 2001 @11:57AM (#2124176)
    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
  • Origami (Score:2, Informative)

    by atropa ( 512200 ) on Saturday August 04, 2001 @11:58AM (#2141852) Homepage
    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 [uky.edu] 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.
  • Check out the ACM (Score:3, Informative)

    by martyb ( 196687 ) on Friday August 03, 2001 @04:59PM (#2159989)

    The ACM (Association for Computing Machinery [acm.org] is rolling out The ACM Portal to Computing Literature [acm.org]. It looks to me that your timing is perfect, as they say on the ACM home page:

    Visit the NEW ACM Portal - (and try the Online Guide to Computing Literature for
    FREE through 9/30/01)!
    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:

    While it is currently out-of-scope for the Portal to capture the references in works put out by other publishers, it
    is intended to create a comprehensive bibliographic database by capturing all the references in ACM articles that cite works from other publishers and for which there is no matching bibliographic entry in the database.
    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.

  • Academic Repository (Score:2, Informative)

    by DoctorWho ( 36742 ) on Friday August 03, 2001 @05:50PM (#2160209)
    The NEC Research Institute hosts a very nice warehouse [nec.com] of academic literature. Claims to be "Earth's largest free full-text index of scientific literature."

    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.

"The one charm of marriage is that it makes a life of deception a neccessity." - Oscar Wilde

Working...