[Firebug-cvs] firebug/web tempfig.gnu,NONE,1.1 Makefile,1.1,1.2 spie.bib,1.2,1.3 spie_2004.tex,1.2,1
Brought to you by:
doolin
From: <do...@us...> - 2003-07-14 22:40:29
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1:/tmp/cvs-serv19125 Modified Files: Makefile spie.bib spie_2004.tex Added Files: tempfig.gnu Log Message: Added gnuplot file for a temporary figure just to hold place until we get some real data. --- NEW FILE: tempfig.gnu --- set term postscript eps set output "tempfig.eps" set size 0.6 plot sin(x) Index: Makefile =================================================================== RCS file: /cvsroot/firebug/firebug/web/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile 11 Jul 2003 16:11:44 -0000 1.1 --- Makefile 14 Jul 2003 22:40:22 -0000 1.2 *************** *** 1,4 **** --- 1,9 ---- + .SUFFIXES : .gnu .eps + + EPSPLOTS = tempfig.eps + + all: $(EPSPLOTS) spie_2004 spie_2004: *************** *** 8,9 **** --- 13,20 ---- latex spie_2004 dvips -o spie_2004.ps spie_2004.dvi + + .gnu.eps: + gnuplot < $*.gnu + + clean: + rm -rf tempfig.eps \ No newline at end of file Index: spie.bib =================================================================== RCS file: /cvsroot/firebug/firebug/web/spie.bib,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** spie.bib 11 Jul 2003 18:15:48 -0000 1.2 --- spie.bib 14 Jul 2003 22:40:22 -0000 1.3 *************** *** 34,37 **** --- 34,61 ---- } + @inproceedings{Mihai:ProbabilisticLocalization, + author = {V.~Ramadurai and M.~L.~Sichitiu}, + title = {Localization in Wireless Sensor Networks: A + Probabilistic Approach}, + booktitle = {Proc. of the 2003 International Conference on + Wireless Networks (ICWN 2003)}, + address = {Las Vegas, NV}, + month = Jun, + year = 2003, + } + + + @inproceedings{Mihai:SimpleLocalization, + author = {M.~L.~Sichitiu and V.~Ramadurai and + P.~Peddabachagari}, + title = {Simple Algorithm for Outdoor Localization of + Wireless Sensor Networks with Inaccurate Range + Measurements}, + booktitle = {Proc. of the 2003 International Conference on + Wireless Networks (ICWN 2003)}, + address = {Las Vegas, NV}, + month = Jun, + year = 2003, + } Index: spie_2004.tex =================================================================== RCS file: /cvsroot/firebug/firebug/web/spie_2004.tex,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** spie_2004.tex 11 Jul 2003 18:15:48 -0000 1.2 --- spie_2004.tex 14 Jul 2003 22:40:22 -0000 1.3 *************** *** 1,4 **** --- 1,7 ---- \documentclass[11pt]{article} + + \usepackage{graphicx} + \setlength{\oddsidemargin}{0in} \setlength{\textwidth}{6.5in} *************** *** 164,168 **** Put all the data from all the experiments here. ! --- 167,177 ---- Put all the data from all the experiments here. ! \begin{figure} ! \begin{center} ! \includegraphics[width=3.5in]{tempfig.eps} ! \caption{A temporary figure for holding place.} ! \label{fig:tempfig} ! \end{center} ! \end{figure} |