|
|
| |
| American Communication Journal
The American Communication Journal is the premier online scholarly refereed journal dedicated to the study of communication. The ACJ is published by the American Communication Association. arXiv.org e-Print archive
ArXiv is an e-print service in the fields of physics, mathematics, non-linear science, computer science, and quantitative biology. The contents of arXiv conform to Cornell University academic standards. arXiv is owned, operated and funded by Cornell University, a private not-for-profit educational institution. arXiv is also partially funded by the National Science Foundation. BioMed Central
BioMed Central is an independent publishing house committed to providing immediate open access to peer-reviewed biomedical research Citebase Search
Citebase Search is a semi-autonomous citation index for the free, online research literature. and contains articles from physics, maths, information science, and (published only) biomedical papers. CiteSeer.IST Scientific Literature Digital Library
A search engine that finds PostScript and PDF research articles on the web, focusing on computer and information science. Cogprints
This is an electronic archive for self-archive papers in any area of Psychology, Neuroscience, and Linguistics, and many areas of Computer Science (e.g., artificial intelligence, robotics, vison, learning, speech, neural networks), Philosophy (e.g., mind, language, knowledge, science, logic), Biology (e.g., ethology, behavioral ecology, sociobiology, behaviour genetics, evolutionary theory), Medicine (e.g., Psychiatry, Neurology, human genetics, Imaging), Anthropology (e.g., primatology, cognitive ethnology, archeology, paleontology), as well as any other portions of the physical, social and mathematical sciences that are pertinent to the study of cognition. FindArticles
FindArticles gives you free access to millions of articles from thousands of top publications. Directory of Open Access Journals
This site covers free, full text, quality controlled scientific and scholarly journals in multiple subjects and lauguages. Journal of Medical Internet Research(JMIR)
All articles are accessible FREE of charge (as HTML file). In addition, PDF files for members are available. Open Access Journals in the Field of Education
This site is owned by the American Education Research Association Special Interest Group (AERA SIG) Communication of Research and provides electronic journals that are scholarly, peer-reviewed, full text and accessible without cost. The Directory of Open Access Repositories (OpenDOAR)
The OpenDOAR service is being developed to support the rapidly emerging movement towards Open Access to research information. This will categorise and list the wide variety of Open Access research archives that have grown up around the world. Reading on Line
005, along with resources reprinted from other IRA journals. It is offered as an archived collection. Google Scholar
Google Scholar provides a simple way to broadly search for scholarly literature. Searches can be performed across many disciplines and sources: peer-reviewed papers, theses, books, abstracts and articles, from academic publishers, professional societies, preprint repositories, universities and other scholarly organizations. Google Scholar helps you identify the most relevant research across the world of scholarly research. Harvey Project
An international collaboration of educators, researchers, physicians, students, programmers, instructional designers and graphic artists working together to build interactive, dynamic human physiology course materials on the Web. Materials produced by the Harvey Project will be made freely available to any educational institution. Journal of Digital Informationv(JoDI)
A peer-reviewed Web journal supported by Texas A and M University Libraries. University of California eScholarship Repository
The repository is a service of the eScholarship initiative of the California Digital Library. Research and scholarly output included here has been selected and deposited by the individual University of California units. University of Nevada Collection of Free Electronic Journals
Free Electronic Journals lists by Unviersity of Nevada, Reno Library. PLoS Biology
PLoS Biology is a peer-reviewed, open-access journal published by the Public Library of Science (PLoS), a non-profit organization committed to making scientific and medical literature a public resource. PLoS Medicine
PLoS Medicine provides an open-access venue for important, peer-reviewed advances in human health. PubMed Central (PMC)
PubMed Central (PMC) is the U.S. National Institutes of Health (NIH) free digital archive of biomedical and life sciences journal literature. Dspace Digital Repositories Lists
A listing of worldwide institutions' instructional repositories which adopted Dspace technology... OAIster
OAIster is a project of the University of Michigan Digital Library Production Service. The goal is to create a collection of freely available, previously difficult-to-access, academically-oriented digital resources that are easily searchable by anyone.You can search wide variety of collections from a wide variety of institutions. Stanford Encyclopedia of Philosophy
An academic encyclopedia, produced by philosophy scholars
| | | | | | | | | | | | | | | | | | | | | | |
|
|
|
// for a working example uncomment the line bellow
echo "Last updated: ".lastUpdatedTrick(0, " M d Y")."";
// bellow are 4 examples of the output you can generate
// visit http://www.php.net/manual/en/function.date.php
// for getting an overview of all possible output variations
//"M-d-Y" // for e.g. May-05-2003
//"y-m-d" // for e.g. 03-05-05
//"Y-m-d" // for e.g. 2003-05-05
//"D, Y-m-d" // for e.g. Mon, 2003-05-05
//$daysFromToday are the days you want your last site update be from
//$outputFormat is the output format - make sure you use "YOUR_VALUE" and not just YOUR_VALUE
function lastUpdatedTrick($daysFromToday,$outputFormat) {
$days = date("d") - $daysFromToday;
return date ($outputFormat, mktime (0,0,0,date("m"),$days,date("Y")));
}
?>
|
|
|
|
| |