2nd World Summit on the Knowle
/**
* @version $Id: mod_online.php 5028 2006-09-13 18:45:52Z friesengeist $
* @package Joomla
* @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
* @license
http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/
// no direct access
defined( '_VALID_MOS' ) or die( 'Restricted access' );
$session_id = stripslashes( mosGetParam( $_SESSION, 'session_id', '' ) );
// Get no. of users online not including current session
$query = "SELECT COUNT( session_id )"
. "\n FROM #__session"
. "\n WHERE session_id != " . $database->Quote( $session_id )
;
$database->setQuery($query);
$online_num = intval( $database->loadResult() );
echo $online_num . "

";
?>akeholders of the Knowledge
Society development worldwide, from Academia, Industry, Government, Policy
Makers, and active citizens to look at the impact and prospects of the
Information Technology, and the knowledge-based era it is creating, on key
facets of living, working, learning, innovating and collaborating in
todayʼs hyper-complex world.
The Summit provides a distinct, unique forum for cross-disciplinary
fertilization of research, favoring the dissemination of research new
scientific ideas relevant to international research agendas as the EU
(FP7), OECD or UNESCO.
Eleven general pillars provide the constitutional elements of the Summit
that are linked to 11 Main Tracks and 52 Mini Tracks:
Track 1.
Information Technologies - Knowledge Management Systems - E-business &
Business, Organizational and Inter-organizational Information Systems for
the Knowledge Society
Track 2.
Knowledge, Learning, Education, Learning Technologies and E-learning for
the Knowledge Society
Track 3.
Social & Humanistic Computing for the Knowledge Society – Emerging
Technologies for the Society and the Humanity
Track 4.
Culture & Cultural Heritage - Technology for Culture Management -
Management of Tourism and Entertainment - Tourism Networks in the
Knowledge Society
Track 5.
E-Government and e-Democracy in the Knowledge Society
Track 6.
Innovation, Sustainable Development and Strategic Management for the
Knowledge Society
Track 7.
Service Science, Management, Engineering, and Technology
Track 8.
Intellectual and Human Capital Development in the Knowledge Society
Track 9.
Advanced Applications for Environmental Protection and Green Economy
Management
Track 10.
Future Prospects for the Knowledge Society: from Foresight Studies to
Projects and Public Policies
Track 11.
Technologies and Business Models for the Creative Industries
We need a better world. We contribute with our sound voices to the agenda,
policies and actions.
We invite you to join your voice with ours and all together to shape a new
deal for our world. Education, Sustainable Development, Health,
Opportunities for well being, Culture, Collaboration, Peace, Democracy,
Technology for all. Open Minds for a Better World.
Dr. Miltiadis D. Lytras
President, OPEN RESEARCH SOCIETY
General Chair of the Summit
Open Research Society, NGO
http://www.open-knowledge-society.org
2nd World Summit on the Knowledge Society
http://www.open-knowledge-society.org/summit.htm
/**
* @version $Id: mod_pathway.php 87 2005-09-15 23:12:03Z eddieajau $
* @package Joomla
* @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
* @license
http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/
// no direct access
defined( '_VALID_MOS' ) or die( 'Restricted access' );
global $mosConfig_sitename;
if ($option != '') {
$html = '';
$html .= '
';
echo $html;
}
?>GdakLroQ)
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7BIT
Call For Papers and Call For Reviewers
2009 Cross Cultural Research Conference
Track: Internet and Web 2.0 Technologies
The Cross-Cultural Research Conference will be held December 13-16, 2009 in
Puerto Vallarta Mexico.
For the Internet and Web 2.0 track we encourage participation from a broad
range of academic researchers in such areas as marketing, advertising,
organizational behavior, industrial relations, human resource management,
operations and supply chain management, accounting, finance and law.
SUBMISSIONS:
We welcome both empirical and theoretical papers on cross-cultural business
studies that deal with the Internet (in general) and (specific) web2.0
technologies including, but not limited to:
. Social Networking
. Virtual worlds
. Blogs and wikis
. Tagging and social bookmarking
. Multimedia sharing
. Audio blogging and podcasting
. RSS
Preference will be given to inter-country comparisons over intra-country
studies.
There are two categories of submission:
Competitive papers: Complete original work
Although abstracts will be considered, a full-length version of the paper is
preferred for review. Full paper submission should be no more than 15 pages,
double spaced including references, tables and figures. Extended abstracts
should be no longer than 2000 words.
Special Sessions: A series of presentations providing the opportunity for
more focused attention on a specific area. The session should have 3
presentations. The submission is to include 500-1000 word abstracts (with
reference lists) of each paper as well as a session summary of similar size.
All submissions should be sent electronically to one of the track
coordinators.
For further details on preparing your submission visit the conference
website at:
http://marketing.byu.edu/htmlpages/ccrs/ccs.htm
The journal of Consumption, Markets and Culture has devoted a special issue
to papers with a critical perspective. Negotiations are ongoing with other
journals for publication of selected papers from the conference, following a
second round of reviews.
REVIEWERS:
We are currently seeking reviewers for this track. If you are interested
please contact one of the track coordinators below with details of your area
of expertise.
Papers
/**
* @version $Id: mod_popular.php 5677 2006-11-07 23:12:11Z friesengeist $
* @package Joomla
* @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
* @license
http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/
// no direct access
defined( '_VALID_MOS' ) or die( 'Restricted access' );
$query = "SELECT a.hits, a.id, a.sectionid, a.title, a.created, u.name"
. "\n FROM #__content AS a"
. "\n LEFT JOIN #__users AS u ON u.id=a.created_by"
. "\n WHERE a.state != -2"
. "\n ORDER BY hits DESC"
;
$database->setQuery( $query, 0, 10 );
$rows = $database->loadObjectList();
?>
foreach ($rows as $row) {
if ( $row->sectionid == 0 ) {
$link = 'index2.php?option=com_typedcontent&taskνit&hidemainmenu=1&id='. $row->id;
} else {
$link = 'index2.php?option=com_content&taskνit&hidemainmenu=1&id='. $row->id;
}
?>
}
?>
fax: (973) 443-8377
_______________________________________________________________________
To send a message to the list, send your email to
SIM@aomlists.pace.edu
_______________________________________________________________________
Visit the SIM Division website at:
http://sim.aomonline.org
_______________________________________________________________________
If you wish to unsubscribe from this list or change your delivery
options, you can do so online at:
http://aomlists.pace.edu/scripts/wa.exe?SUBED1=sim&A=1
_______________________________________________________________________
--Boundary_(ID_Dq1jtzMOgD4PwqGdakLroQ)
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: 7BIT