//MySQL DB name and connection
$DBname = "clearinghouse";
@mysql_connect("localhost", "root", "db_4sql") or die("Could not connect");
$SQLquery = "SELECT * FROM portals";
$results = @mysql_db_query($DBname,$SQLquery);
while ($row = @mysql_fetch_assoc($results)){
if($row['type']=="tools") $tools[] = "
".$row['title']." - ".$row['description']."
\n"; if($row['type']=="math") $math[] = "
".$row['title']." - ".$row['description']."
\n"; if($row['type']=="GIS_Util") $GIS_util[] = "
".$row['title']." - ".$row['description']."
\n"; } ?>
CSISS - Spatial Tools Links to Portals
This website uses javascript. It appears that javascript has been disabled in your browser, or your browser does not support javascript. Refer to your browser's Help files to enable javascript, or contact the CSISS webmaster at webmaster at csiss . org.
include "../archive-images/index.php" ?>
Spatial Tools Links to Portals
Below is a list of portals , i.e., collections of links, found useful to researchers of spatial phenomena in the social sciences.
If you have comments, have found an error, or would like to nominate a portal for inclusion please contact Don Janelle .
Spatial Analysis Tools
for($i=0;$i
Math and Statistics archives with spatial content
for($i=0;$i
Collections of GIS Utilities
for($i=0;$i
require "../common/footer.php" ?>