Johann's Virtual Home

25 - 27 August 2011 (Thursday - Saturday)
Hotel Marlowe
Cambridge, MA USA

Call for Papers

Symposium

The IEEE International Symposium on Network Computing and Applications is seeking articles concerning fundamental research and practical experience reports. The topics of interest include, but are not limited to:


· High Speed Networks/Protocols and Middleware

· Routing Mechanisms

· Overlay Networks/Peer-to-Peer Systems

· System Area Networks (SAN)/Clusters

· Performance Modeling/Quality of Services (QoS) Issues

· Web Caching and Switching

· Network Processors

· Network Security

· Dependable Wide, Local, and System Area Networks

· Intrusion-Tolerant Systems

· Scalable and Dependable Servers

· Middleware for Dependable Network Computing

· Self*(configuring, healing, optimizing, protecting, organizing, aware) platforms for Network Computing

· Seamless and virtual capabilities to achieve dynamic reconfiguration, self-healing, and non-stop operation

· Network Protocol Verification and Validation

· Autonomic Network Computing

· Cloud Computing: Optimizing the Cloud (path, communication, application, etc.)

· Autonomic Cloud Computing: Secure Cloud Applications and Platforms, Ensuring Site and Application Availability

· Mobile Ad-Hoc Networks (MANET)

· Sensor Networks

· Programming Environments for Distributed Systems

· e-Commerce

· Practical Experiences and Prototypes


Workshops

The IEEE International Symposium on Network Computing and Applications is organizing the following workshops:


Adaptive Cloud & Grid Computing (ACGC)

· Dynamically forming virtual organizations

· Adaptive infrastructure for grid computing

· Dynamic reconfiguration in the presence of anomalies in the cloud & grid computational infrastructures

Interconnectioin Networks for Multicore Chips (INMC)

· Network-driven multicore chips

· Caching and virtualization in on-chip networks for multicore chips

· Low power on-chip networks for multicore chips

· Programming paradigms for multicore chips


Methods for Assessing Tradeoffs (e.g., security and performance) in Trustworthy System Design (MATTSD)

· Composition methods for designing trustworthy systems

· Composing untrustworthy computing platforms for trustworthy multiparty computation


Important Dates

Papers Due Thursday, 21 April 2011

Authors Notified Sunday, 22 May 2011

Camera-Ready Papers Due Monday, 30 May 2011


Submission Requirements

  • Submitted manuscripts must not have been previously published or currently submitted for publication elsewhere and must be cleared for publication in the NCA Proceedings, which will be published by the IEEE Computer Society Press.
  • The manuscript must be written in English.
  • The manuscript must not exceed 8 pages for NCA papers or 4 pages for workshop papers.
  • Manuscript templates are available at www.ieee-nca.org. Follow the Manuscript Submission link.
  • The submission must be in PDF format.
  • To submit a manuscript, visit www.ieee-nca.org and follow the submission guidelines.

More info... http://ieee-nca.org/

La Laguna 7,8, y 9 de Septiembre 2011

Antecedentes

Estas Jornadas surgieron a partir de las actividades llevadas a cabo en marzo de 1989 por la Dirección General de Telecomunicaciones de Madrid; y se celebran a nivel estatal, ininterrumpidamente, desde 1990. Por tanto, la celebración de este encuentro en La Laguna (Tenerife) representa una continuidad respecto a las ediciones anteriores que tuvieron lugar en Sitges (Barcelona), El Escorial, Valencia, Santander, Málaga, Barcelona, Santiago de Compostela, Cáceres, San Sebastián, La Manga (Murcia), Granada, Valencia, Lérida, Madrid, Almería, Granada, Albacete, Zaragoza, Castellón, A Coruña y Valencia.
Manteniendo el espíritu de anteriores ediciones y tratando de aglutinar a un mayor número de participantes y actividades, en esta XXII edición las Jornadas de Paralelismo se celebran por primera vez conjuntamente con las Jornadas de Computación Reconfigurable y Aplicaciones (JCRA).

Las Jornadas de Paralelismo son un congreso de carácter científico-técnico y ámbito nacional, que supone un encuentro de numerosos investigadores, procedentes de diferentes universidades españolas, con objeto de intercambiar experiencias y presentar ponencias relacionadas con el paralelismo y la arquitectura y redes de computadores en general.

Mas información http://jp2011.pcg.ull.es/

After upgrading to 11.04 my laptop and installing from the scratch my desktop I only can say:

Unity rocks!. Anyway, the system is not stable yet and it has some issues to fix just after installation.

For spanish speakers: Aunque el idioma del sistema diga Español, realmente no lo esta. Si descargar software este se descargara e instalará en ingles ya que el sistema esta en ingles, eso debemos corregir inmediatamente de la siguiente forma:

Ir a Sistema - Administracion - Soporte de Idiomas.  Ahi le damos a ok a instalar más idiomas (que será una ventana emergente la que nos lo pida) y finalmente buscamos Español en la lista y los subimos con el ratón a la primera posición.

We should enable the Canonical Repositories, it will help to install some other non-free software. It is legal since some companies (Adobe, Sun, ...) have an agreement with Ubuntu

Hi desperate latex users,

I just copy and paste a solution found for long tables in Latex. Yeah! for those loooonnnggg tables that got cutted when formatting the doc. We can split the table into many consecutive pages.

(extracted from http://iloo.wordpress.com/2010/08/01/latex-entorno-longtable/ and http://fczaja.blogspot.com/2007/04/longtable-latex.html )

\usepackage{longtable}
\begin{center}
\begin{longtable}{|p{3cm}|p{3cm}|p{3cm}|}
%primera parte de la tabla
\caption{Titulo de la tabla.} \\
\hline
Titulo 1 & Titulo 2 & Titulo 3 \\
\hline
\endfirsthead

%primera parte de la tabla por pagina
Continuaci'on de la tabla \\
\hline
Titulo 1 & Titulo 2 & Titulo 3 \\
\hline
\endhead

% ultima parte de la tabla por pagina
Contin'ua en la siguiente p'agina \\
\endfoot

% ultima parte de la tabla
Total 1 & Total 2 & Total3 \\
\endlastfoot

%inicio del contenido de la tabla
dato 11 & dato 12 & dato 13 \\
\hline
dato 21 & dato 22 & dato 23 \\
\hline
dato 31 & dato 32 & dato 33 \\

% Mas datos

\hline
dato n1 & dato n2 & dato n3 \\
\hline
\end{longtable}
\end{center}

After upgrading my Ubuntu pc to 11.04 ... many things stop working. I could not make the ffmpeg work with some codecs like: libafcc or libx264.

I've tried so many tutorials and forums tips to make the ffmpeg run. But I got confused!.

In only 3 steps you now can make it work

sudo wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/medibuntu.list && sudo apt-get -q update && sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring && sudo apt-get -q update
sudo apt-get install ffmpeg libavcodec-extra-52 ubuntu-restricted-extras 

Voila! working.

Hi,

When writing technical papers, there is always a problem at last minute:  THE EMBEDDED FONTS IN THE RESULTING PDF.

WTF!!!, So I have done it using the following tools and option (Linux users, yes! Linux rocks!)

- ACM (fonts embedded y  letter size )

dvips -P pdf -Pdownload35 -t letter -o paper.ps paper.dvi 
ps2pdf paper.ps 


- IEEE

dvips paper.dvi 
ps2pdf -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -r600 -dCompatibilitLevel=1.4 -dPDFSETTINGS=/printer -dMaxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true paper.ps

It will help!

Login

Visitor Map

mod_vvisit_countermod_vvisit_countermod_vvisit_countermod_vvisit_countermod_vvisit_countermod_vvisit_counter