213,'title'=>'EJS')); ?>

Full Text Electronic Journals in Sociology

The following list of journals is derived from the ICAAP online journals database. Resources listed here are full text, freely available, peer reviewed (in most cases) scholarly journals.

This free database service is intended to raise the profile of independent scholarly journals on the internet by providing sophisticated data access to journal resources. The creation of this database is the first step towards the provision of quality full text indexing and search services for independent journals.

dbh; $query = "SELECT admin_name, shortdesc,description,listjournal, icaap_member, ishosted, isproduced, deleted,admin_email, issn, resource_type, shortdesc, description, journal_id, reviewtype, title, web from Journalinfo WHERE lcsh like '%sociology%' or lcsh like '%social%' or lcsh like '%gender%' order by title ASC"; $results = $db->fetchallNumberedArray($query, MYSQL_ASSOC); $OUT.=sprintf("
"); while (list ($a, $b) = each ($results)) { $deleted=''; $undeletelink=''; $b['issn']=''; //do notlist demo journals if ($status !='Admin' && $b['listjournal']=='No') {continue;} if ($b['deleted'] == 'Yes') { continue;} if ($b['issn']) {$issn = sprintf("ISSN: %s", $b['issn']);} $OUT.=sprintf("
%s %s
", $b['web'], $b['title'], $b['issn']); $OUT.=sprintf("
%s
", $b['description']); } echo $OUT."
"; ?>