Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Online Computer Science articles repository? [closed]

When I need some complex algorithm I first check if there's anything relevant already published on the Internet. 10 times out of 10 I'll find that someone already have figured out a solution much smarter than what I would have thought of.

Apart from a generic Google search, I use:

  • Citeseer That has a lot of good theoric reports from Universities
  • Dr Dobb's Portal More practical than Citeseer but very often too specific to a particular technology or language
  • Arxiv Even more theoretic contains draft and pre-prints (just in case I'm desperate :) )

I've also found the J.UCS (Journal of Universal Computer Science) containing some interesting articles (but i've not really used any of the info I found there).

Do you know of any other place where good CS articles can be searched and read for free?

like image 418
Remo.D Avatar asked Oct 09 '08 17:10

Remo.D


People also ask

How can I access articles for free?

Google Scholar can be the best place to start when looking for an article, as it automatically provides links to many Open Access articles, institutional and subject repositories, preprint servers and academic social networks, as you can see in the example on this page.

Is Ijcse Scopus indexed?

IJCSE is indexed in:Scopus (Elsevier)

How do I get access to academic journals?

You have to personally contact authors and hope they respond, or leave academic databases and search the web for personal webpage hosted versions, or access university databases. You can also often source the paper on ResearchGate or Academia (think academic LinkedIn if you don't know what these are).


4 Answers

Google’s CS Curriculum Search might be useful. It's a Google web search restricted to the CS departments of universities. It categorises the results into “Lectures”, “Assignments” and “Reference”.

Also Scholarpedia, which is like Wikipedia but with standards.

like image 125
Dan Dyer Avatar answered Oct 21 '22 14:10

Dan Dyer


If you find something on ACM that is behind the pay wall, you can usually find it for free on one of the authors' websites or in the Citeseer cache. Also, a lot of CS articles are published by Springer and may only show up on their web site (behind a pay wall).

DBLP is useful if you want to look at a particular author or conference. Their links to papers are to the "official" for-pay versions, though.

BTW, individual membership dues for the ACM aren't too onerous and entitle you to access to their library. IIRC, they also offer group health insurance to members, which may be helpful if you're self-employed.

like image 36
Chris Conway Avatar answered Oct 21 '22 16:10

Chris Conway


I check http://mathworld.wolfram.com for math-y stuff.

If you're a full member of the ACM, articles are [generally] free: which could easily make the cost of the membership worthwhile to you (or your employer).

like image 37
warren Avatar answered Oct 21 '22 15:10

warren


Google Scholar.

Outside of that, I'm not sure. Most profs will have PDFs of their articles somewhere on their university home page, so you can look up people who've done research and get some articles there.

like image 21
Paul Nathan Avatar answered Oct 21 '22 15:10

Paul Nathan