[med-svn] r5533 - in trunk/community/papers: . 11_med-floss_luxemburg

Andreas Tille tille at alioth.debian.org
Fri Dec 3 09:51:50 UTC 2010


Author: tille
Date: 2010-12-03 09:51:50 +0000 (Fri, 03 Dec 2010)
New Revision: 5533

Added:
   trunk/community/papers/11_med-floss_luxemburg/
   trunk/community/papers/11_med-floss_luxemburg/Makefile
   trunk/community/papers/11_med-floss_luxemburg/abstract
   trunk/community/papers/11_med-floss_luxemburg/authorstat.pdf
   trunk/community/papers/11_med-floss_luxemburg/authorstat_debian-med-commit.pdf
   trunk/community/papers/11_med-floss_luxemburg/authorstat_debian-med-packaging.pdf
   trunk/community/papers/11_med-floss_luxemburg/debian-med.bib
   trunk/community/papers/11_med-floss_luxemburg/debian-med.tex
   trunk/community/papers/11_med-floss_luxemburg/debian_med_stats
   trunk/community/papers/11_med-floss_luxemburg/debian_med_stats.dat
   trunk/community/papers/11_med-floss_luxemburg/narrow.sty
   trunk/community/papers/11_med-floss_luxemburg/paper-text.tex
Log:
Inject new paper to be submitted at http://www.medetel.eu/index.php?rub=educational_program&page=call_for_abstracts
Currently it is basically a copy of the old paper, I will ping the group for reviews once I worked down my todo list.


Added: trunk/community/papers/11_med-floss_luxemburg/Makefile
===================================================================
--- trunk/community/papers/11_med-floss_luxemburg/Makefile	                        (rev 0)
+++ trunk/community/papers/11_med-floss_luxemburg/Makefile	2010-12-03 09:51:50 UTC (rev 5533)
@@ -0,0 +1,105 @@
+#!/usr/bin/make -f
+
+text=debian-med
+
+DISTDIR=debian-med-paper
+
+%.html: %.tex
+	echo "Unfortunately there is no latex 2 html solution for the moment."
+
+all: pdf
+# html dvi
+
+html: $(text).html
+$(text).html: $(text).tex
+	make clean
+	make bbl
+	cp -a $(text).tex $(text).tex.save
+	sed -i \
+	    -e "s/\(\\documentclass{\)acm_proc_article-sp/\1article/" \
+	    -e "s/\(\\\\titlenote{.*\)\\\\printurl{[^}]*}{[^}]*}/\1/" \
+	    -e "/\\\\titlenote{/{;N;N;s/\\\\titlenote{[^}]*}//;}" \
+	    -e "/\\\\affaddr{.*}/d" \
+	    -e "/\\\\email{.*}/d" \
+	    -e "/\\\\alignauthor/d" \
+	    -e "/\\\\numberofauthors/d" \
+	    $(text).tex
+	sed -i \
+	    -e "/\\\\author{/{;N;N;N;N;N;N;N;N;s/\\\\author{[^}]*}//;}" \
+	    -e "s/\\\\halfsloppy//" \
+	    -e "/\\\\printurl/{;N;N;s?\\\\printurl{\([^}]*\)}\({[^}]*}\)?\\\\htmladdnormallink\2{http://\1}?g;}" \
+	    -e "s/\(\\\\begin{tabular}{.*\)p{[^}]*}\(.*\)/\1l\2/" \
+	    -e "/\\\\conferenceinfo/{;N;N;s/\\\\conferenceinfo{[^}]*}{[^}]*}/\\\\htmladdnormallink{Find the paper in PDF and more information about the conference here}{..}/;}" \
+	    -e "s/\\\\CopyrightYear{[^}]*}//" \
+	    $(text).tex
+	sed -i \
+	    -e "/\\\\ifshowURL/{;N;N;N;s?\\\\ifshowURL.*|\(http://[^,]*\)[[:space:],]*\(http://[^|]*\)|}\\\\fi?\\\\htmladdnormallink{\1}{\1}, \\\\htmladdnormallink{\2}{\2}?g;}" \
+	    $(text).bbl
+	sed -i \
+	    -e "/\\\\ifshowURL/{;N;N;N;s?\\\\ifshowURL.*|\(http://[^|]*\)|}%*[[:space:]]*\\\\fi?\\\\htmladdnormallink{\1}{\1}?g;}" \
+	    $(text).bbl
+	sed -i \
+	    -e "/\\\\ifshowURL/{;N;N;s?\\\\ifshowURL.*|\(http://[^|]*\)|}%*[[:space:]]*\\\\fi?\\\\htmladdnormallink{\1}{\1}?g;}" \
+	    -e "/\\\\htmladdnormallink/s/%/\\\\%/g" \
+	    $(text).bbl
+	sed -i \
+	    -e "/\\\\ifx[[:space:]]\\\\.*[[:space:]]\\\\fi/d" \
+	    $(text).bbl
+	latex2html -local_icons $(text).tex
+	touch $(text).html
+	##mv $(text).tex $(text).tex_used4html
+	mv $(text).tex.save $(text).tex
+
+bbl: $(text).bib dmstats.pdf
+	pdflatex $(text).tex
+	bibtex $(text)
+
+dvi: $(text).dvi
+$(text).dvi: $(text).tex
+	make clean
+	convert earthkeyring.png earthkeyring.eps
+	latex $(text).tex
+	bibtex $(text)
+	latex $(text).tex
+	latex $(text).tex
+
+dmstats.pdf: debian_med_stats.dat
+	debian_med_stats
+
+pdf: $(text).pdf
+
+$(text).pdf: $(text).tex paper-text.tex $(text).bib dmstats.pdf
+	make clean
+	pdflatex $(text).tex
+	bibtex $(text)
+	pdflatex $(text).tex
+	pdflatex $(text).tex
+
+pdfllncs: $(text)-llncs.pdf dmstats.pdf
+$(text)-llncs.pdf: $(text)-llncs.tex paper-text.tex
+	make clean
+	pdflatex $(text)-llncs.tex
+	bibtex $(text)-llncs
+	pdflatex $(text)-llncs.tex
+	pdflatex $(text)-llncs.tex
+
+dvips: $(text)-dvips.pdf
+$(text)-dvips.pdf: $(text).dvi
+	dvips -o $(text)-dvips.ps $(text).dvi
+	ps2pdf $(text)-dvips.ps
+	rm $(text)-dvips.ps
+
+distclean: clean
+	rm -f $(text)*.html $(text).pdf $(text)-dvips.pdf $(text)-llncs.pdf
+	rm -rf $(DISTDIR) $(text)
+	rm -f dmstats.pdf
+
+clean:
+	rm -f $(text)*.log $(text)*.aux $(text)*.dvi $(text)*.toc $(text)*.out $(text)*.bbl $(text)*.blg
+	rm -f *.log
+
+dist:
+	mkdir -p $(DISTDIR)/paper
+	cp -a *.tex *.css Makefile $(DISTDIR)/paper
+	tar -czf $(DISTDIR).tgz $(DISTDIR)
+	rm -rf $(DISTDIR)

Added: trunk/community/papers/11_med-floss_luxemburg/abstract
===================================================================
--- trunk/community/papers/11_med-floss_luxemburg/abstract	                        (rev 0)
+++ trunk/community/papers/11_med-floss_luxemburg/abstract	2010-12-03 09:51:50 UTC (rev 5533)
@@ -0,0 +1,15 @@
+The Debian Med project started in 2002 with the objective to bring
+free medical software into the focus of users. The first step was the
+investigation of available Free Software in this area and to
+accomplish the conditions for a simple and solid installation of this
+software in Debian GNU/Linux. It has shown that the Debian Med project
+has a positive effect for the cooperating upstream projects. The fields
+molecular biology and medical imaging were covered quite good with
+Free Software solutions solutions and there are even Free Software
+projects to manage a medical practice. The Debian Med project tries to
+be the missing link between developers and users to support Free
+Software solutions for all areas in medicine. Debian Med is intended
+to be useful for service providers who want to distribute their free
+or proprietary solutions in medical care. The whole project is embeded
+into the Debian Pure Blends framework as well as Debian Edu, Debian
+Science and others.

Added: trunk/community/papers/11_med-floss_luxemburg/authorstat.pdf
===================================================================
--- trunk/community/papers/11_med-floss_luxemburg/authorstat.pdf	                        (rev 0)
+++ trunk/community/papers/11_med-floss_luxemburg/authorstat.pdf	2010-12-03 09:51:50 UTC (rev 5533)
@@ -0,0 +1,375 @@
+%PDF-1.1
+%âãÏÓ\r
+1 0 obj
+<<
+/CreationDate (D:20101202153239)
+/ModDate (D:20101202153239)
+/Title (R Graphics Output)
+/Producer (R 2.7.1)
+/Creator (R)
+>>
+endobj
+2 0 obj
+<<
+/Type /Catalog
+/Pages 3 0 R
+>>
+endobj
+5 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /ZapfDingbats
+>>
+endobj
+6 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Contents 7 0 R
+/Resources 4 0 R
+>>
+endobj
+7 0 obj
+<<
+/Length 8 0 R
+>>
+stream
+q
+Q q
+1.000 0.000 0.000 rg
+0.000 0.000 0.000 RG
+0.75 w
+[] 0 d
+1 J
+1 j
+10.00 M
+79.73 77.12 5.28 111.15 re B
+0.000 0.000 1.000 rg
+85.01 77.12 5.28 0.00 re B
+1.000 0.549 0.000 rg
+90.29 77.12 5.28 60.77 re B
+0.000 0.392 0.000 rg
+95.57 77.12 5.28 0.00 re B
+0.600 0.196 0.800 rg
+100.85 77.12 5.28 0.00 re B
+0.647 0.165 0.165 rg
+106.13 77.12 5.28 0.00 re B
+0.392 0.584 0.929 rg
+111.41 77.12 5.28 0.00 re B
+0.933 0.231 0.231 rg
+116.69 77.12 5.28 0.00 re B
+0.400 0.804 0.000 rg
+121.96 77.12 5.28 0.00 re B
+0.271 0.545 0.455 rg
+127.24 77.12 5.28 0.80 re B
+1.000 0.000 0.000 rg
+137.80 77.12 5.28 43.98 re B
+0.000 0.000 1.000 rg
+143.08 77.12 5.28 0.00 re B
+1.000 0.549 0.000 rg
+148.36 77.12 5.28 15.99 re B
+0.000 0.392 0.000 rg
+153.64 77.12 5.28 0.00 re B
+0.600 0.196 0.800 rg
+158.92 77.12 5.28 0.00 re B
+0.647 0.165 0.165 rg
+164.20 77.12 5.28 0.00 re B
+0.392 0.584 0.929 rg
+169.47 77.12 5.28 0.00 re B
+0.933 0.231 0.231 rg
+174.75 77.12 5.28 0.00 re B
+0.400 0.804 0.000 rg
+180.03 77.12 5.28 0.00 re B
+0.271 0.545 0.455 rg
+185.31 77.12 5.28 0.00 re B
+1.000 0.000 0.000 rg
+195.87 77.12 5.28 63.97 re B
+0.000 0.000 1.000 rg
+201.15 77.12 5.28 0.00 re B
+1.000 0.549 0.000 rg
+206.43 77.12 5.28 6.40 re B
+0.000 0.392 0.000 rg
+211.71 77.12 5.28 0.00 re B
+0.600 0.196 0.800 rg
+216.99 77.12 5.28 0.80 re B
+0.647 0.165 0.165 rg
+222.26 77.12 5.28 3.20 re B
+0.392 0.584 0.929 rg
+227.54 77.12 5.28 0.00 re B
+0.933 0.231 0.231 rg
+232.82 77.12 5.28 0.00 re B
+0.400 0.804 0.000 rg
+238.10 77.12 5.28 0.00 re B
+0.271 0.545 0.455 rg
+243.38 77.12 5.28 0.00 re B
+1.000 0.000 0.000 rg
+253.94 77.12 5.28 118.35 re B
+0.000 0.000 1.000 rg
+259.22 77.12 5.28 0.00 re B
+1.000 0.549 0.000 rg
+264.50 77.12 5.28 13.59 re B
+0.000 0.392 0.000 rg
+269.77 77.12 5.28 0.00 re B
+0.600 0.196 0.800 rg
+275.05 77.12 5.28 0.00 re B
+0.647 0.165 0.165 rg
+280.33 77.12 5.28 21.59 re B
+0.392 0.584 0.929 rg
+285.61 77.12 5.28 17.59 re B
+0.933 0.231 0.231 rg
+290.89 77.12 5.28 4.00 re B
+0.400 0.804 0.000 rg
+296.17 77.12 5.28 1.60 re B
+0.271 0.545 0.455 rg
+301.45 77.12 5.28 0.00 re B
+1.000 0.000 0.000 rg
+312.01 77.12 5.28 85.56 re B
+0.000 0.000 1.000 rg
+317.28 77.12 5.28 58.37 re B
+1.000 0.549 0.000 rg
+322.56 77.12 5.28 13.59 re B
+0.000 0.392 0.000 rg
+327.84 77.12 5.28 0.00 re B
+0.600 0.196 0.800 rg
+333.12 77.12 5.28 0.00 re B
+0.647 0.165 0.165 rg
+338.40 77.12 5.28 4.80 re B
+0.392 0.584 0.929 rg
+343.68 77.12 5.28 10.40 re B
+0.933 0.231 0.231 rg
+348.96 77.12 5.28 21.59 re B
+0.400 0.804 0.000 rg
+354.24 77.12 5.28 0.00 re B
+0.271 0.545 0.455 rg
+359.52 77.12 5.28 10.40 re B
+1.000 0.000 0.000 rg
+370.07 77.12 5.28 258.29 re B
+0.000 0.000 1.000 rg
+375.35 77.12 5.28 184.72 re B
+1.000 0.549 0.000 rg
+380.63 77.12 5.28 27.19 re B
+0.000 0.392 0.000 rg
+385.91 77.12 5.28 117.55 re B
+0.600 0.196 0.800 rg
+391.19 77.12 5.28 0.00 re B
+0.647 0.165 0.165 rg
+396.47 77.12 5.28 56.78 re B
+0.392 0.584 0.929 rg
+401.75 77.12 5.28 46.38 re B
+0.933 0.231 0.231 rg
+407.03 77.12 5.28 16.79 re B
+0.400 0.804 0.000 rg
+412.30 77.12 5.28 12.79 re B
+0.271 0.545 0.455 rg
+417.58 77.12 5.28 0.80 re B
+1.000 0.000 0.000 rg
+428.14 77.12 5.28 367.84 re B
+0.000 0.000 1.000 rg
+433.42 77.12 5.28 266.29 re B
+1.000 0.549 0.000 rg
+438.70 77.12 5.28 33.59 re B
+0.000 0.392 0.000 rg
+443.98 77.12 5.28 93.56 re B
+0.600 0.196 0.800 rg
+449.26 77.12 5.28 68.77 re B
+0.647 0.165 0.165 rg
+454.54 77.12 5.28 28.79 re B
+0.392 0.584 0.929 rg
+459.81 77.12 5.28 43.98 re B
+0.933 0.231 0.231 rg
+465.09 77.12 5.28 8.00 re B
+0.400 0.804 0.000 rg
+470.37 77.12 5.28 33.59 re B
+0.271 0.545 0.455 rg
+475.65 77.12 5.28 26.39 re B
+1.000 0.000 0.000 rg
+486.21 77.12 5.28 322.26 re B
+0.000 0.000 1.000 rg
+491.49 77.12 5.28 122.35 re B
+1.000 0.549 0.000 rg
+496.77 77.12 5.28 43.98 re B
+0.000 0.392 0.000 rg
+502.05 77.12 5.28 32.79 re B
+0.600 0.196 0.800 rg
+507.33 77.12 5.28 113.55 re B
+0.647 0.165 0.165 rg
+512.60 77.12 5.28 54.38 re B
+0.392 0.584 0.929 rg
+517.88 77.12 5.28 15.99 re B
+0.933 0.231 0.231 rg
+523.16 77.12 5.28 26.39 re B
+0.400 0.804 0.000 rg
+528.44 77.12 5.28 14.39 re B
+0.271 0.545 0.455 rg
+533.72 77.12 5.28 11.99 re B
+1.000 0.000 0.000 rg
+544.28 77.12 5.28 137.54 re B
+0.000 0.000 1.000 rg
+549.56 77.12 5.28 43.98 re B
+1.000 0.549 0.000 rg
+554.84 77.12 5.28 35.18 re B
+0.000 0.392 0.000 rg
+560.11 77.12 5.28 0.00 re B
+0.600 0.196 0.800 rg
+565.39 77.12 5.28 10.40 re B
+0.647 0.165 0.165 rg
+570.67 77.12 5.28 21.59 re B
+0.392 0.584 0.929 rg
+575.95 77.12 5.28 6.40 re B
+0.933 0.231 0.231 rg
+581.23 77.12 5.28 11.20 re B
+0.400 0.804 0.000 rg
+586.51 77.12 5.28 0.00 re B
+0.271 0.545 0.455 rg
+591.79 77.12 5.28 8.00 re B
+Q q
+BT
+0.000 0.000 0.000 rg
+/F2 1 Tf 12.00 0.00 -0.00 12.00 92.78 47.52 Tm (2002) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 150.85 47.52 Tm (2003) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 208.92 47.52 Tm (2004) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 266.99 47.52 Tm (2005) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 325.06 47.52 Tm (2006) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 383.12 47.52 Tm (2007) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 441.19 47.52 Tm (2008) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 499.26 47.52 Tm (2009) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 557.33 47.52 Tm (2010) Tj
+ET
+Q q
+BT
+0.000 0.000 0.000 rg
+/F3 1 Tf 14.00 0.00 -0.00 14.00 254.51 469.45 Tm (List activities for med list) Tj
+ET
+Q q
+0.000 0.000 0.000 RG
+0.75 w
+[] 0 d
+1 J
+1 j
+10.00 M
+59.04 77.12 m 59.04 396.98 l S
+59.04 77.12 m 51.84 77.12 l S
+59.04 157.08 m 51.84 157.08 l S
+59.04 237.05 m 51.84 237.05 l S
+59.04 317.02 m 51.84 317.02 l S
+59.04 396.98 m 51.84 396.98 l S
+BT
+0.000 0.000 0.000 rg
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 73.78 Tm (0) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 147.08 Tm (100) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 227.04 Tm (200) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 307.01 Tm (300) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 386.97 Tm (400) Tj
+ET
+Q q 59.04 73.44 558.72 371.52 re W n
+0.000 0.000 0.000 RG
+0.75 w
+[] 0 d
+1 J
+1 j
+10.00 M
+86.98 426.38 143.70 -158.40 re S
+1.000 0.000 0.000 rg
+97.78 415.58 8.64 -7.20 re B
+0.000 0.000 1.000 rg
+97.78 401.18 8.64 -7.20 re B
+1.000 0.549 0.000 rg
+97.78 386.78 8.64 -7.20 re B
+0.000 0.392 0.000 rg
+97.78 372.38 8.64 -7.20 re B
+0.600 0.196 0.800 rg
+97.78 357.98 8.64 -7.20 re B
+0.647 0.165 0.165 rg
+97.78 343.58 8.64 -7.20 re B
+0.392 0.584 0.929 rg
+97.78 329.18 8.64 -7.20 re B
+0.933 0.231 0.231 rg
+97.78 314.78 8.64 -7.20 re B
+0.400 0.804 0.000 rg
+97.78 300.38 8.64 -7.20 re B
+0.271 0.545 0.455 rg
+97.78 285.98 8.64 -7.20 re B
+BT
+0.000 0.000 0.000 rg
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 407.68 Tm (Andreas T.     	1887) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 393.28 Tm (Charles P.     	 845) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 378.88 Tm (Karsten H.     	 313) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 364.48 Tm (David P.       	 305) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 350.08 Tm (Mathieu M.     	 242) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 335.68 Tm (Steffen M.     	 239) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 321.28 Tm (Nelson A. de O.	 176) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 306.88 Tm (Michael H.     	 110) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 292.48 Tm (Daniel L.      	  78) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 278.08 Tm (Steve M. R.    	  73) Tj
+ET
+Q
+endstream
+endobj
+8 0 obj
+7141
+endobj
+3 0 obj
+<<
+/Type /Pages
+/Kids [
+6 0 R
+]
+/Count 1
+/MediaBox [0 0 648 504]
+>>
+endobj
+4 0 obj
+<<
+/ProcSet [/PDF /Text]
+/Font << /F1 5 0 R /F2 10 0 R /F3 11 0 R >>
+/ExtGState << >>
+>>
+endobj
+9 0 obj
+<<
+/Type /Encoding
+/BaseEncoding /WinAnsiEncoding
+/Differences [ 45/minus 96/quoteleft
+144/dotlessi /grave /acute /circumflex /tilde /macron /breve /dotaccent
+/dieresis /.notdef /ring /cedilla /.notdef /hungarumlaut /ogonek /caron /space]
+>>
+endobj
+10 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Name /F2
+/BaseFont /Helvetica
+/Encoding 9 0 R
+>> endobj
+11 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Name /F3
+/BaseFont /Helvetica-Bold
+/Encoding 9 0 R
+>> endobj
+xref
+0 12
+0000000000 65535 f 
+0000000021 00000 n 
+0000000163 00000 n 
+0000007589 00000 n 
+0000007672 00000 n 
+0000000212 00000 n 
+0000000295 00000 n 
+0000000375 00000 n 
+0000007569 00000 n 
+0000007776 00000 n 
+0000008033 00000 n 
+0000008130 00000 n 
+trailer
+<<
+/Size 12
+/Info 1 0 R
+/Root 2 0 R
+>>
+startxref
+8232
+%%EOF

Added: trunk/community/papers/11_med-floss_luxemburg/authorstat_debian-med-commit.pdf
===================================================================
--- trunk/community/papers/11_med-floss_luxemburg/authorstat_debian-med-commit.pdf	                        (rev 0)
+++ trunk/community/papers/11_med-floss_luxemburg/authorstat_debian-med-commit.pdf	2010-12-03 09:51:50 UTC (rev 5533)
@@ -0,0 +1,293 @@
+%PDF-1.1
+%âãÏÓ\r
+1 0 obj
+<<
+/CreationDate (D:20101202151639)
+/ModDate (D:20101202151639)
+/Title (R Graphics Output)
+/Producer (R 2.7.1)
+/Creator (R)
+>>
+endobj
+2 0 obj
+<<
+/Type /Catalog
+/Pages 3 0 R
+>>
+endobj
+5 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /ZapfDingbats
+>>
+endobj
+6 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Contents 7 0 R
+/Resources 4 0 R
+>>
+endobj
+7 0 obj
+<<
+/Length 8 0 R
+>>
+stream
+q
+Q q
+1.000 0.000 0.000 rg
+0.000 0.000 0.000 RG
+0.75 w
+[] 0 d
+1 J
+1 j
+10.00 M
+79.73 77.12 9.58 106.66 re B
+0.000 0.000 1.000 rg
+89.31 77.12 9.58 0.00 re B
+1.000 0.549 0.000 rg
+98.89 77.12 9.58 0.00 re B
+0.000 0.392 0.000 rg
+108.47 77.12 9.58 0.00 re B
+0.600 0.196 0.800 rg
+118.05 77.12 9.58 0.00 re B
+0.647 0.165 0.165 rg
+127.63 77.12 9.58 0.00 re B
+0.392 0.584 0.929 rg
+137.21 77.12 9.58 0.00 re B
+0.933 0.231 0.231 rg
+146.80 77.12 9.58 0.00 re B
+0.400 0.804 0.000 rg
+156.38 77.12 9.58 0.00 re B
+0.271 0.545 0.455 rg
+165.96 77.12 9.58 0.00 re B
+1.000 0.000 0.000 rg
+185.12 77.12 9.58 164.09 re B
+0.000 0.000 1.000 rg
+194.70 77.12 9.58 43.76 re B
+1.000 0.549 0.000 rg
+204.28 77.12 9.58 117.60 re B
+0.000 0.392 0.000 rg
+213.86 77.12 9.58 207.17 re B
+0.600 0.196 0.800 rg
+223.44 77.12 9.58 0.00 re B
+0.647 0.165 0.165 rg
+233.02 77.12 9.58 7.52 re B
+0.392 0.584 0.929 rg
+242.60 77.12 9.58 19.14 re B
+0.933 0.231 0.231 rg
+252.18 77.12 9.58 12.31 re B
+0.400 0.804 0.000 rg
+261.76 77.12 9.58 0.00 re B
+0.271 0.545 0.455 rg
+271.34 77.12 9.58 16.41 re B
+1.000 0.000 0.000 rg
+290.50 77.12 9.58 323.40 re B
+0.000 0.000 1.000 rg
+300.08 77.12 9.58 367.16 re B
+1.000 0.549 0.000 rg
+309.66 77.12 9.58 122.39 re B
+0.000 0.392 0.000 rg
+319.24 77.12 9.58 137.43 re B
+0.600 0.196 0.800 rg
+328.82 77.12 9.58 43.76 re B
+0.647 0.165 0.165 rg
+338.40 77.12 9.58 68.37 re B
+0.392 0.584 0.929 rg
+347.98 77.12 9.58 20.51 re B
+0.933 0.231 0.231 rg
+357.56 77.12 9.58 28.03 re B
+0.400 0.804 0.000 rg
+367.14 77.12 9.58 34.87 re B
+0.271 0.545 0.455 rg
+376.72 77.12 9.58 10.94 re B
+1.000 0.000 0.000 rg
+395.88 77.12 9.58 296.05 re B
+0.000 0.000 1.000 rg
+405.46 77.12 9.58 367.84 re B
+1.000 0.549 0.000 rg
+415.04 77.12 9.58 62.90 re B
+0.000 0.392 0.000 rg
+424.62 77.12 9.58 20.51 re B
+0.600 0.196 0.800 rg
+434.20 77.12 9.58 181.19 re B
+0.647 0.165 0.165 rg
+443.78 77.12 9.58 34.87 re B
+0.392 0.584 0.929 rg
+453.36 77.12 9.58 34.19 re B
+0.933 0.231 0.231 rg
+462.94 77.12 9.58 18.46 re B
+0.400 0.804 0.000 rg
+472.52 77.12 9.58 21.20 re B
+0.271 0.545 0.455 rg
+482.10 77.12 9.58 18.46 re B
+1.000 0.000 0.000 rg
+501.26 77.12 9.58 149.73 re B
+0.000 0.000 1.000 rg
+510.84 77.12 9.58 224.26 re B
+1.000 0.549 0.000 rg
+520.42 77.12 9.58 121.02 re B
+0.000 0.392 0.000 rg
+530.00 77.12 9.58 0.00 re B
+0.600 0.196 0.800 rg
+539.59 77.12 9.58 50.60 re B
+0.647 0.165 0.165 rg
+549.17 77.12 9.58 46.49 re B
+0.392 0.584 0.929 rg
+558.75 77.12 9.58 5.47 re B
+0.933 0.231 0.231 rg
+568.33 77.12 9.58 2.73 re B
+0.400 0.804 0.000 rg
+577.91 77.12 9.58 2.73 re B
+0.271 0.545 0.455 rg
+587.49 77.12 9.58 2.73 re B
+Q q
+BT
+0.000 0.000 0.000 rg
+/F2 1 Tf 12.00 0.00 -0.00 12.00 114.29 47.52 Tm (2006) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 219.67 47.52 Tm (2007) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 325.06 47.52 Tm (2008) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 430.44 47.52 Tm (2009) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 535.82 47.52 Tm (2010) Tj
+ET
+Q q
+BT
+0.000 0.000 0.000 rg
+/F3 1 Tf 14.00 0.00 -0.00 14.00 198.88 469.45 Tm (List activities for debian-med-commit list) Tj
+ET
+Q q
+0.000 0.000 0.000 RG
+0.75 w
+[] 0 d
+1 J
+1 j
+10.00 M
+59.04 77.12 m 59.04 418.98 l S
+59.04 77.12 m 51.84 77.12 l S
+59.04 145.49 m 51.84 145.49 l S
+59.04 213.86 m 51.84 213.86 l S
+59.04 282.23 m 51.84 282.23 l S
+59.04 350.61 m 51.84 350.61 l S
+59.04 418.98 m 51.84 418.98 l S
+BT
+0.000 0.000 0.000 rg
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 73.78 Tm (0) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 135.48 Tm (100) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 203.85 Tm (200) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 272.23 Tm (300) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 340.60 Tm (400) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 408.97 Tm (500) Tj
+ET
+Q q 59.04 73.44 558.72 371.52 re W n
+0.000 0.000 0.000 RG
+0.75 w
+[] 0 d
+1 J
+1 j
+10.00 M
+86.98 426.38 155.70 -158.40 re S
+1.000 0.000 0.000 rg
+97.78 415.58 8.64 -7.20 re B
+0.000 0.000 1.000 rg
+97.78 401.18 8.64 -7.20 re B
+1.000 0.549 0.000 rg
+97.78 386.78 8.64 -7.20 re B
+0.000 0.392 0.000 rg
+97.78 372.38 8.64 -7.20 re B
+0.600 0.196 0.800 rg
+97.78 357.98 8.64 -7.20 re B
+0.647 0.165 0.165 rg
+97.78 343.58 8.64 -7.20 re B
+0.392 0.584 0.929 rg
+97.78 329.18 8.64 -7.20 re B
+0.933 0.231 0.231 rg
+97.78 314.78 8.64 -7.20 re B
+0.400 0.804 0.000 rg
+97.78 300.38 8.64 -7.20 re B
+0.271 0.545 0.455 rg
+97.78 285.98 8.64 -7.20 re B
+BT
+0.000 0.000 0.000 rg
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 407.68 Tm (Charles P.       	1521) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 393.28 Tm (Andreas T.       	1467) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 378.88 Tm (Steffen M.       	 620) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 364.48 Tm (David P.         	 534) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 350.08 Tm (Mathieu M.       	 403) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 335.68 Tm (Steven Michael R.	 230) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 321.28 Tm (Jan B.           	 116) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 306.88 Tm (Nelson A. de O.  	  90) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 292.48 Tm (Dominique B.     	  86) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 278.08 Tm (Philipp B.       	  71) Tj
+ET
+Q
+endstream
+endobj
+8 0 obj
+5062
+endobj
+3 0 obj
+<<
+/Type /Pages
+/Kids [
+6 0 R
+]
+/Count 1
+/MediaBox [0 0 648 504]
+>>
+endobj
+4 0 obj
+<<
+/ProcSet [/PDF /Text]
+/Font << /F1 5 0 R /F2 10 0 R /F3 11 0 R >>
+/ExtGState << >>
+>>
+endobj
+9 0 obj
+<<
+/Type /Encoding
+/BaseEncoding /WinAnsiEncoding
+/Differences [ 45/minus 96/quoteleft
+144/dotlessi /grave /acute /circumflex /tilde /macron /breve /dotaccent
+/dieresis /.notdef /ring /cedilla /.notdef /hungarumlaut /ogonek /caron /space]
+>>
+endobj
+10 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Name /F2
+/BaseFont /Helvetica
+/Encoding 9 0 R
+>> endobj
+11 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Name /F3
+/BaseFont /Helvetica-Bold
+/Encoding 9 0 R
+>> endobj
+xref
+0 12
+0000000000 65535 f 
+0000000021 00000 n 
+0000000163 00000 n 
+0000005510 00000 n 
+0000005593 00000 n 
+0000000212 00000 n 
+0000000295 00000 n 
+0000000375 00000 n 
+0000005490 00000 n 
+0000005697 00000 n 
+0000005954 00000 n 
+0000006051 00000 n 
+trailer
+<<
+/Size 12
+/Info 1 0 R
+/Root 2 0 R
+>>
+startxref
+6153
+%%EOF

Added: trunk/community/papers/11_med-floss_luxemburg/authorstat_debian-med-packaging.pdf
===================================================================
--- trunk/community/papers/11_med-floss_luxemburg/authorstat_debian-med-packaging.pdf	                        (rev 0)
+++ trunk/community/papers/11_med-floss_luxemburg/authorstat_debian-med-packaging.pdf	2010-12-03 09:51:50 UTC (rev 5533)
@@ -0,0 +1,289 @@
+%PDF-1.1
+%âãÏÓ\r
+1 0 obj
+<<
+/CreationDate (D:20101202151613)
+/ModDate (D:20101202151613)
+/Title (R Graphics Output)
+/Producer (R 2.7.1)
+/Creator (R)
+>>
+endobj
+2 0 obj
+<<
+/Type /Catalog
+/Pages 3 0 R
+>>
+endobj
+5 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /ZapfDingbats
+>>
+endobj
+6 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Contents 7 0 R
+/Resources 4 0 R
+>>
+endobj
+7 0 obj
+<<
+/Length 8 0 R
+>>
+stream
+q
+Q q
+1.000 0.000 0.000 rg
+0.000 0.000 0.000 RG
+0.75 w
+[] 0 d
+1 J
+1 j
+10.00 M
+79.73 77.12 9.58 16.82 re B
+0.000 0.000 1.000 rg
+89.31 77.12 9.58 6.31 re B
+1.000 0.549 0.000 rg
+98.89 77.12 9.58 0.00 re B
+0.000 0.392 0.000 rg
+108.47 77.12 9.58 0.00 re B
+0.600 0.196 0.800 rg
+118.05 77.12 9.58 0.00 re B
+0.647 0.165 0.165 rg
+127.63 77.12 9.58 0.00 re B
+0.392 0.584 0.929 rg
+137.21 77.12 9.58 0.00 re B
+0.933 0.231 0.231 rg
+146.80 77.12 9.58 0.00 re B
+0.400 0.804 0.000 rg
+156.38 77.12 9.58 0.00 re B
+0.271 0.545 0.455 rg
+165.96 77.12 9.58 4.20 re B
+1.000 0.000 0.000 rg
+185.12 77.12 9.58 48.34 re B
+0.000 0.000 1.000 rg
+194.70 77.12 9.58 31.53 re B
+1.000 0.549 0.000 rg
+204.28 77.12 9.58 0.00 re B
+0.000 0.392 0.000 rg
+213.86 77.12 9.58 0.00 re B
+0.600 0.196 0.800 rg
+223.44 77.12 9.58 12.61 re B
+0.647 0.165 0.165 rg
+233.02 77.12 9.58 0.00 re B
+0.392 0.584 0.929 rg
+242.60 77.12 9.58 10.51 re B
+0.933 0.231 0.231 rg
+252.18 77.12 9.58 0.00 re B
+0.400 0.804 0.000 rg
+261.76 77.12 9.58 4.20 re B
+0.271 0.545 0.455 rg
+271.34 77.12 9.58 18.92 re B
+1.000 0.000 0.000 rg
+290.50 77.12 9.58 138.73 re B
+0.000 0.000 1.000 rg
+300.08 77.12 9.58 88.28 re B
+1.000 0.549 0.000 rg
+309.66 77.12 9.58 4.20 re B
+0.000 0.392 0.000 rg
+319.24 77.12 9.58 0.00 re B
+0.600 0.196 0.800 rg
+328.82 77.12 9.58 33.63 re B
+0.647 0.165 0.165 rg
+338.40 77.12 9.58 0.00 re B
+0.392 0.584 0.929 rg
+347.98 77.12 9.58 42.04 re B
+0.933 0.231 0.231 rg
+357.56 77.12 9.58 86.18 re B
+0.400 0.804 0.000 rg
+367.14 77.12 9.58 14.71 re B
+0.271 0.545 0.455 rg
+376.72 77.12 9.58 54.65 re B
+1.000 0.000 0.000 rg
+395.88 77.12 9.58 210.20 re B
+0.000 0.000 1.000 rg
+405.46 77.12 9.58 193.38 re B
+1.000 0.549 0.000 rg
+415.04 77.12 9.58 4.20 re B
+0.000 0.392 0.000 rg
+424.62 77.12 9.58 2.10 re B
+0.600 0.196 0.800 rg
+434.20 77.12 9.58 73.57 re B
+0.647 0.165 0.165 rg
+443.78 77.12 9.58 90.38 re B
+0.392 0.584 0.929 rg
+453.36 77.12 9.58 12.61 re B
+0.933 0.231 0.231 rg
+462.94 77.12 9.58 12.61 re B
+0.400 0.804 0.000 rg
+472.52 77.12 9.58 48.34 re B
+0.271 0.545 0.455 rg
+482.10 77.12 9.58 10.51 re B
+1.000 0.000 0.000 rg
+501.26 77.12 9.58 367.84 re B
+0.000 0.000 1.000 rg
+510.84 77.12 9.58 199.69 re B
+1.000 0.549 0.000 rg
+520.42 77.12 9.58 264.85 re B
+0.000 0.392 0.000 rg
+530.00 77.12 9.58 187.07 re B
+0.600 0.196 0.800 rg
+539.59 77.12 9.58 46.24 re B
+0.647 0.165 0.165 rg
+549.17 77.12 9.58 42.04 re B
+0.392 0.584 0.929 rg
+558.75 77.12 9.58 48.34 re B
+0.933 0.231 0.231 rg
+568.33 77.12 9.58 12.61 re B
+0.400 0.804 0.000 rg
+577.91 77.12 9.58 33.63 re B
+0.271 0.545 0.455 rg
+587.49 77.12 9.58 8.41 re B
+Q q
+BT
+0.000 0.000 0.000 rg
+/F2 1 Tf 12.00 0.00 -0.00 12.00 114.29 47.52 Tm (2006) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 219.67 47.52 Tm (2007) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 325.06 47.52 Tm (2008) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 430.44 47.52 Tm (2009) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 535.82 47.52 Tm (2010) Tj
+ET
+Q q
+BT
+0.000 0.000 0.000 rg
+/F3 1 Tf 14.00 0.00 -0.00 14.00 189.36 469.45 Tm (List activities for debian-med-packaging list) Tj
+ET
+Q q
+0.000 0.000 0.000 RG
+0.75 w
+[] 0 d
+1 J
+1 j
+10.00 M
+59.04 77.12 m 59.04 392.41 l S
+59.04 77.12 m 51.84 77.12 l S
+59.04 182.22 m 51.84 182.22 l S
+59.04 287.31 m 51.84 287.31 l S
+59.04 392.41 m 51.84 392.41 l S
+BT
+0.000 0.000 0.000 rg
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 73.78 Tm (0) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 175.54 Tm (50) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 277.31 Tm (100) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 382.40 Tm (150) Tj
+ET
+Q q 59.04 73.44 558.72 371.52 re W n
+0.000 0.000 0.000 RG
+0.75 w
+[] 0 d
+1 J
+1 j
+10.00 M
+86.98 426.38 170.38 -158.40 re S
+1.000 0.000 0.000 rg
+97.78 415.58 8.64 -7.20 re B
+0.000 0.000 1.000 rg
+97.78 401.18 8.64 -7.20 re B
+1.000 0.549 0.000 rg
+97.78 386.78 8.64 -7.20 re B
+0.000 0.392 0.000 rg
+97.78 372.38 8.64 -7.20 re B
+0.600 0.196 0.800 rg
+97.78 357.98 8.64 -7.20 re B
+0.647 0.165 0.165 rg
+97.78 343.58 8.64 -7.20 re B
+0.392 0.584 0.929 rg
+97.78 329.18 8.64 -7.20 re B
+0.933 0.231 0.231 rg
+97.78 314.78 8.64 -7.20 re B
+0.400 0.804 0.000 rg
+97.78 300.38 8.64 -7.20 re B
+0.271 0.545 0.455 rg
+97.78 285.98 8.64 -7.20 re B
+BT
+0.000 0.000 0.000 rg
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 407.68 Tm (Charles P.            	372) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 393.28 Tm (Andreas T.            	247) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 378.88 Tm (Shaun J.              	130) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 364.48 Tm (Michael H.            	 90) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 350.08 Tm (Nelson A. de O.       	 79) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 335.68 Tm (Mathieu M.            	 63) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 321.28 Tm (Steffen M.            	 54) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 306.88 Tm (LuisAntonio da Sila D.	 53) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 292.48 Tm (Lucas N.              	 48) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 278.08 Tm (Joerg J.              	 46) Tj
+ET
+Q
+endstream
+endobj
+8 0 obj
+4916
+endobj
+3 0 obj
+<<
+/Type /Pages
+/Kids [
+6 0 R
+]
+/Count 1
+/MediaBox [0 0 648 504]
+>>
+endobj
+4 0 obj
+<<
+/ProcSet [/PDF /Text]
+/Font << /F1 5 0 R /F2 10 0 R /F3 11 0 R >>
+/ExtGState << >>
+>>
+endobj
+9 0 obj
+<<
+/Type /Encoding
+/BaseEncoding /WinAnsiEncoding
+/Differences [ 45/minus 96/quoteleft
+144/dotlessi /grave /acute /circumflex /tilde /macron /breve /dotaccent
+/dieresis /.notdef /ring /cedilla /.notdef /hungarumlaut /ogonek /caron /space]
+>>
+endobj
+10 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Name /F2
+/BaseFont /Helvetica
+/Encoding 9 0 R
+>> endobj
+11 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Name /F3
+/BaseFont /Helvetica-Bold
+/Encoding 9 0 R
+>> endobj
+xref
+0 12
+0000000000 65535 f 
+0000000021 00000 n 
+0000000163 00000 n 
+0000005364 00000 n 
+0000005447 00000 n 
+0000000212 00000 n 
+0000000295 00000 n 
+0000000375 00000 n 
+0000005344 00000 n 
+0000005551 00000 n 
+0000005808 00000 n 
+0000005905 00000 n 
+trailer
+<<
+/Size 12
+/Info 1 0 R
+/Root 2 0 R
+>>
+startxref
+6007
+%%EOF

Added: trunk/community/papers/11_med-floss_luxemburg/debian-med.bib
===================================================================
--- trunk/community/papers/11_med-floss_luxemburg/debian-med.bib	                        (rev 0)
+++ trunk/community/papers/11_med-floss_luxemburg/debian-med.bib	2010-12-03 09:51:50 UTC (rev 5533)
@@ -0,0 +1,277 @@
+ at ARTICLE{bar:openmosix,
+	AUTHOR = "M. Bar and B. Knox",
+	TITLE = "OpenMosix: The Other Kind of HPC Cluster",
+	JOURNAL = "ClusterWorld",
+	VOLUME = {2},
+	NUMBER = {12},
+	YEAR = {2004},
+        URL = {http://www.openmosix.org}
+	}
+
+ at ARTICLE{eddelbuettel:quantian,
+	AUTHOR = "Dirk Eddelbuettel",
+	TITLE = "Quantian: A Scientific Computing Environment",
+	JOURNAL = {Proceedings of the 3rd International Workshop on Distributed Statistical Computing (DSC 2003)},
+	VOLUME = {12},
+	NUMBER = {2},
+	PAGES = {291-301},
+	MONTH = "March",
+	YEAR = {2003},
+        URL  = {http://dirk.eddelbuettel.com/quantian},
+        note = {Vienna, Austria},
+        editors = "Hornik K., Leisch F., Zeileis A." 
+	}
+
+ at ARTICLE{dfsg,
+        AUTHOR = "Bruce Perens and Ean Schuessler and Debian",
+	TITLE = "Debian Free Software Guidelines",
+	ORGANIZATION = "Debian",
+	MONTH = "June",
+	YEAR = {1997},
+        URL = {http://www.debian.org/social_contract#guidelines}
+	}
+
+ at INPROCEEDINGS{tille:ltk03,
+	AUTHOR = "Andreas Tille",
+	TITLE = "Freie Software im Gesundheitswesen",
+        BOOKTITLE = "Proceedings LinuxTag 2003",
+        ORGANIZATION = "LinuxTag",
+	MONTH = "July",
+	YEAR = {2003},
+        URL  = {http://people.debian.org/%7Etille/talks/200307_ltk/paper-305-de.html}
+	}
+
+ at ARTICLE{tille:cdd,
+	AUTHOR = "Andreas Tille",
+	TITLE = "Custom Debian Distributions",
+        ORGANIZATION = "Debian",
+	MONTH = "June",
+	YEAR = {2004},
+        URL  = {http://people.debian.org/%7Etille/cdd}
+	}
+
+ at INPROCEEDINGS{eerola:2004,
+	AUTHOR = "P. Eerola and T. Ekelöf and M. Ellert and J.R. Hansen and A. Konstantinov and B. Konya and J.L. Nielsen and F. Ould-Saada and O. Smirnova and A. Wäänänen",
+	TITLE = "Science on NorduGrid",
+	BOOKTITLE = "ECCOMAS 2004",
+	YEAR = "2004",
+        URL = {http://www.nordugrid.org/documents/eccomas04.pdf}
+	}
+
+ at ARTICLE{foster:2001,
+	AUTHOR="Foster I., Kesselman C., Tuecke S.",
+	YEAR=2001,
+	TITLE="The Anatomy of the Grid: Enabling Scalable Virtual Organizations.",
+	JOURNAL="International J. Supercomputer Applications",
+	VOLUME=15,
+	NUMBER=3
+}
+
+ at ARTICLE{hubbard:2005,
+	AUTHOR="T. Hubbard and D. Andrews and M. Caccamo and G. Cameron and Y. Chen and M. Clamp and L. Clarke and G. Coates and T. Cox and F. Cunningham and V. Curwen and T. Cutts and T. Down and R. Durbin and X.M. Fernandez-Suarez and J. Gilbert and M. Hammond and J. Herrero and H. Hotz and K. Howe and V. Iyer and K. Jekosch and A. Kahari and A. Kasprzyk and D. Keefe and S. Keenan and F. Kokocinsci and D. London and I. Longden and G. McVicker and C. Melsopp and P. Meidl and S. Potter and G. Proctor and M. Rae and D. Rios and M. Schuster and S. Searle and J. Severin and G. Slater and D. Smedley and J. Smith and W. Spooner and A. Stabenau and J. Stalker and R. Storey and S. Trevanion and A. Ureta-Vidal and J. Vogel and S. White and C. Woodwark and E. Birney",
+	TITLE="Ensembl 2005.",
+	JOURNAL="Nucleic Acids Res.",
+	YEAR=2005,
+	VOLUME=33,
+	NUMBER=1,
+	PAGES="D447-D453"
+}
+ at ARTICLE{stevens:2004,
+	AUTHOR="R. Stevens and H.J. Tipney and C. Wroe and T. Oinn and M. Senger and P. Lord and C.A. Goble C.A. and A. Brass and M. Tassabehji",
+	TITLE="Exploring Williams-Beuren Syndrome Using myGrid",
+	YEAR=2004,
+	ADDRESS="Glasgow, UK",
+	JOURNAL="Bioinformatics",
+	VOLUME=20,
+	NUMBER="Suppl. 1",
+	PAGES="i303-i310",
+	URL="http://www.mygrid.org.uk"
+}
+ at article{wilkinson:2005,
+	AUTHOR="M. Wilkinson and H. Schoof and R. Ernst and D. Haase",
+	YEAR=2005,
+	TITLE="BioMOBY successfully integrates disributed heterogenous bioinformatics web services. The PlaNet exemplar case.",
+	JOURNAL="Plant Physol.",
+	VOLUME=138,
+	PAGES="1-13"
+}
+ at ARTICLE{zdobnow:2002,
+	AUTHOR="E.M. Zdobnov and R. Lopez and R. Apweiler and T. Etzold",
+	TITLE="The EBI SRS server-new features.",
+	JOURNAL="Bioinformatics",
+	YEAR=2002,
+	VOLUME=18,
+	NUMBER=8,
+	PAGES="1149-1150",
+	URL="http://srs.ebi.ac.uk"
+}
+ at INPROCEEDINGS{lord:2004,
+	AUTHOR="P. Lord and S. Bechhofer and M.D. Wilkinson and G. Schiltz and D. Gessler and D. Hull and C. Goble and L. Stein",
+	YEAR=2004,
+	TITLE="Applying semantic web services to Bioinformatics: Experiences gained, lessons learnt",
+	BOOKTITLE="ISWC",
+	PUBLISHER="Springer-Verlag Berlin Heidelberg",
+	PAGES="350-364"
+}
+
+ at INPROCEEDINGS{merelli:2002,
+	AUTHOR="E. Merelli and L. Culmone and L. Mariani",
+	TITLE="BioAgent: A Mobile Agent System for Bioscientists",
+	BOOKTITLE="NETTAB02 Agents in Bioinformatics, Bologna",
+	YEAR="2002",
+	URL="http://www.bioagent.net"
+}
+
+ at ARTICLE{fink:2005,
+	AUTHOR="Fink Development Team",
+	TITLE="Fink",
+	YEAR="2005",
+	URL="http://fink.sourceforge.net"
+}
+
+ at ARTICLE{hess:2003,
+	AUTHOR="Joe Hess",
+	TITLE="Comparing Linux/UNIX Binary Package Formats",
+	YEAR="2003",
+	URL="http://www.kitenet.net/%7Ejoey/pkg-comp"
+}
+
+ at ARTICLE{knopper:2005,
+	AUTHOR="Klaus Knopper",
+	TITLE="Knoppix Live CD",
+	YEAR="2005",
+	URL="http://www.knopper.net"
+}
+
+ at ARTICLE{kojima:2000,
+	AUTHOR="Alfredo K. Kojima",
+	TITLE="An RPM port of APT",
+	YEAR="2000",
+	URL="http://freshmeat.net/articles/view/192 , http://apt4rpm.sourceforge.net"
+}
+
+ at ARTICLE{larsen:2005,
+	AUTHOR="Niels E. Larsen",
+	TITLE="ARC Knoppix",
+	YEAR="2005",
+	URL="http://cvs.nordugrid.org/knx/arcknoppix.iso"
+}
+
+ at ARTICLE{larsenscript:2005,
+	AUTHOR="Niels E. Larsen",
+	TITLE="Script to add the NorduGrid to the basic Knoppix distribution",
+	YEAR="2005",
+	URL="http://cvs.nordugrid.org/mkknx"
+}
+
+ at ARTICLE{lsb,
+	AUTHOR="LSB Workgroup",
+	TITLE="Linux Standard Base",
+	YEAR="2005",
+	URL="http://www.linuxbase.org"
+}
+
+ at ARTICLE{mysql,
+	AUTHOR="MySQL",
+	YEAR="2005",
+	URL="http://www.mysql.com"
+}
+
+
+ at ARTICLE{debianpolicy,
+	AUTHOR="Ian Jackson and Christian Schwarz and Debian",
+	TITLE="Debian Policy Manual ",
+	YEAR="2005",
+	URL="http://www.debian.org/doc/debian-policy"
+}
+
+
+ at ARTICLE{vandersmissen:2005,
+	AUTHOR="W. Vandersmissen",
+	TITLE="Clusterknoppix",
+	YEAR="2005",
+	URL="http://bofh.be/clusterknoppix"
+}
+
+ at ARTICLE{myers:2003,
+	AUTHOR="Daniel S. Myers and Michael P. Cummings",
+	TITLE="Necessity is the mother of invention: a simple grid computing system using commodity tools",
+	JOURNAL="Journal of Parallel and Distributed Computing",
+	Volume=63,
+	NUMBER=5,
+	YEAR=2003,
+	Pages="578-589",
+	URL="http://lattice.umiacs.umd.edu"
+}
+
+ at INPROCEEDINGS{anderson:2004,
+	AUTHOR="David P. Anderson",
+	TITLE="BOINC: A System for Public-Resource Computing and Storage",
+	BOOKTITLE="5th IEEE/ACM International Workshop on Grid Computing",
+	YEAR=2004,
+	ADDRESS="Pittsburgh, USA",
+	URL="http://boinc.berkeley.edu"
+}
+
+ at article{Wheeler2005,
+	author="DL Wheeler and T. Barrett and DA Benson and SH Bryant and K. Canese and DM Church and M. DiCuccio and R. Edgar and S. Federhen and W. Helmberg and DL Kenton and O. Khovayko and DJ. Lipman and TL Madden and DR Maglott and J. Ostell and JU Pontius and KD Pruitt and GD Schuler and LM Schriml and E. Sequeira and ST Sherry and K. Sirotkin and G. Starchenko and TO Suzek and R. Tatusov and TA Tatusova and L. Wagner and E. Yaschenko",
+	title="Database resources of the National Center for Biotechnology Information.",
+	journal="Nucleic Acids Res.",
+	year=2005,
+	volume=33,
+	number="1 (Database issue)",
+	Pages="D39-D45"
+}
+
+ at article{Jenuth2000,
+	author="JP. Jenuth",
+	title="The NCBI. Publicly available tools and resources on the Web.",
+	journal="Methods Mol. Biol.",
+	year=2000,
+	volume=132,
+	pages="301-312"
+}
+
+ at article{ncbi:2004,
+	author="NCBI",
+	title="The NCBI C++ Toolkit book.",
+	year=2004,
+	URL="http://www.ncbi.nlm.nih.gov/books/bv.fcgi?rid=toolkit.chapter.ch_datamod"
+}
+
+ at article{Bellifemine2001,
+	title="Developing multi-agent systems with a FIPA-compliant agent framework",
+	author="Fabio Bellifemine and Agostino Poggi and Giovanni Rimassa",
+	booktitle="Software - Practice And Experience",
+	year=2001,
+	volume=31,
+	pages="103-128"
+}
+
+ at ARTICLE{wikipediaoslist:2008,
+	AUTHOR="Wikipedia",
+	TITLE="List of open source healthcare software",
+	YEAR="2008",
+	URL="http://en.wikipedia.org/wiki/List_of_open_source_healthcare_software"
+}
+
+ at ARTICLE{openvista:2008,
+	AUTHOR="OpenVista",
+	TITLE="Enterprise grade health care information system developed by the U.S. Department of Veterans Affairs (VA)",
+	YEAR="2008",
+	URL="http://sourceforge.net/projects/openvista"
+}
+
+ at ARTICLE{bioimagesuite:2008,
+	AUTHOR="Yale University",
+	TITLE="BioImageSuite an integrated image analysis software suite",
+	YEAR="2008",
+	URL="http://www.bioimagesuite.org/"
+}
+
+ at ARTICLE{gnumed:2008,
+	AUTHOR="Karsten Hilbert",
+	TITLE={{GNUmed}},
+	YEAR="2008",
+	URL="http://www.gnumed.org/"
+}

Added: trunk/community/papers/11_med-floss_luxemburg/debian-med.tex
===================================================================
--- trunk/community/papers/11_med-floss_luxemburg/debian-med.tex	                        (rev 0)
+++ trunk/community/papers/11_med-floss_luxemburg/debian-med.tex	2010-12-03 09:51:50 UTC (rev 5533)
@@ -0,0 +1,88 @@
+% debian-med.tex
+% Authors: Andreas Tille, Steffen Möller
+% Revisions: 02 December 2010
+
+\documentclass[a4paper]{article}
+\usepackage{times}
+\usepackage{ifpdf}
+\ifpdf % we use PDFLaTeX
+  \PassOptionsToPackage{pdftex}{graphics}
+\else
+  \PassOptionsToPackage{dvips}{graphics}
+\fi
+\usepackage{graphics,color}
+\usepackage[latin1]{inputenc}
+\ifpdf
+  \PassOptionsToPackage{pdftex,colorlinks=true,urlcolor=blue,linkcolor=blue}{hyperref}
+  \pdfcompresslevel=9
+\else
+  \usepackage{url}
+\fi
+\usepackage{html}
+\usepackage[T1]{fontenc}
+%\usepackage[english]{babel} %%% conflicts with \cite !!!
+\usepackage{xspace}
+\usepackage{narrow}
+
+\def\addbibtoc{
+\addcontentsline{toc}{section}{\numberline{\mbox{}}\relax\bibname}
+}
+
+\newcommand{\Path}[1]{\path{#1}\xspace}
+\newcommand{\onlynameurl}[1]{\Path{#1}}
+\newcommand{\package}[1]{\Path{#1}}
+\newcommand{\command}[1]{\Path{#1}}
+\newcommand{\file}[1]{\Path{#1}}
+
+\newcommand{\printemail}[1]{%
+   \ifpdf
+   \href{mailto:#1}{$<$#1$>$}%
+   \else
+   \onlynameurl{$<$#1$>$}%
+   \fi
+   \xspace
+}
+\newcommand{\printurl}[2]{%
+   \htmladdnormallink{#2}{http://#1}%
+%   \ifpdf
+%   \htmladdnormallink{#2}{http://#1}%
+%   \else
+%   \onlynameurl{#2}%
+%   \fi
+   \xspace
+}
+
+\newcommand{\myinsertgraphic}[3]{%
+   \ifpdf
+   \resizebox{#2}{#3}{%
+%   \resizebox{80mm}{53mm}{%
+      \includegraphics{#1}%
+   }%
+   \else
+      \includegraphics{#1}%
+      %%\epsfig{file=#1.eps}%, height=#2, width=#3} 
+   \fi
+}
+
+\def\halfsloppy{%
+  \tolerance 1250%
+  \emergencystretch 0.75em}
+
+\date{02 December 2010}
+
+\begin{document}
+% http://www.biostec.org/OSEHC.htm
+% --- Author Metadata here ---
+\title{Debian Med \\
+       Integrated software environment for all medical purposes based on Debian GNU/Linux}
+%%% Bug in style: \titlenote creates extra page :-(
+\author{Andreas Tille, Steffen M\"oller}
+%\email{tille at debian.org}
+\maketitle
+
+\input paper-text
+
+\bibliographystyle{apalike}
+\bibliography{debian-med}
+
+\end{document}

Added: trunk/community/papers/11_med-floss_luxemburg/debian_med_stats
===================================================================
--- trunk/community/papers/11_med-floss_luxemburg/debian_med_stats	                        (rev 0)
+++ trunk/community/papers/11_med-floss_luxemburg/debian_med_stats	2010-12-03 09:51:50 UTC (rev 5533)
@@ -0,0 +1,36 @@
+#!/bin/sh
+# This script draws a barplot to visualise the dependant packages of
+# med-bio, med-imaging and med-practice over the years.  The data
+# are in debian_med_stats.dat
+
+R --no-save <<EOT
+library(plotrix)
+dmstats <- read.table(file='debian_med_stats.dat', sep = '\t', fill=TRUE, header=TRUE )
+# png("dmstats.png", width = 800, height = 600)
+# textcolor="yellow" # for the dark background
+textcolor="black"
+pdf("dmstats.pdf", fg=textcolor, width=9, height=7)
+par(col.axis=textcolor,col.main=textcolor)
+dmstats.mat <- as.matrix(dmstats)[,2:4]
+rownames(dmstats.mat) <- dmstats[['Year']]
+dmstats.mat <- t(dmstats.mat)
+
+# Larger font
+fontsize$default<-20
+fontsize$points<-20
+fontsize$text<-24
+
+# mycolors=rainbow(3)
+mycolors=c("red", "green", "darkorange")           
+par(ont.axis=2, font.lab=2)
+
+# barplot(dmstats.mat,beside=TRUE,col=mycolors,legend.text=TRUE)
+barplot(dmstats.mat,beside=TRUE,col=mycolors,
+        # legend = colnames(dmstats[,2:4]),
+        main = "Number of dependencies of selected Debian Med metapackages"
+        )
+legend(x="topleft", colnames(dmstats[,2:4]),fill=mycolors, inset=0.05,
+       text.col=textcolor
+      )
+
+EOT


Property changes on: trunk/community/papers/11_med-floss_luxemburg/debian_med_stats
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/community/papers/11_med-floss_luxemburg/debian_med_stats.dat
===================================================================
--- trunk/community/papers/11_med-floss_luxemburg/debian_med_stats.dat	                        (rev 0)
+++ trunk/community/papers/11_med-floss_luxemburg/debian_med_stats.dat	2010-12-03 09:51:50 UTC (rev 5533)
@@ -0,0 +1,10 @@
+Year	Microbiology	Imaging	Practice
+2002	4	2	0
+2003	12	3	0
+2004	20	6	0
+2005	35	8	1
+2006	45	12	1
+2007	53	17	1
+2008	73	19	2
+2009	82	24	4
+2010	90	38	6

Added: trunk/community/papers/11_med-floss_luxemburg/narrow.sty
===================================================================
--- trunk/community/papers/11_med-floss_luxemburg/narrow.sty	                        (rev 0)
+++ trunk/community/papers/11_med-floss_luxemburg/narrow.sty	2010-12-03 09:51:50 UTC (rev 5533)
@@ -0,0 +1,30 @@
+% Definiert Standard-Listenumgebungen ohne lange Zeilenzwischenräume
+% Aus einem News-Artikel von
+% Friedbert Widmann             mailto:texadmin at informatik.uni-koblenz.de
+% Universitaet Koblenz                http://www.uni-koblenz.de/~texadmin
+% (La)TeX Administration      oder  mailto:widi at informatik.uni-koblenz.de
+% Rheinau 1, D-56075 Koblenz, Germany\let\original at list\list
+%
+\let\original at list\list
+\newenvironment{narrowlist}[1]%
+  {\begingroup
+   \def\list##1##2{\original at list{##1}{##2%
+          \topsep\z at skip\parskip\z at skip
+          \partopsep\z at skip\parsep\z at skip\itemsep\z at skip}}%
+   \def\n at curr@list{#1}%
+   \@nameuse{\n at curr@list}}%
+  {\@nameuse{end\n at curr@list}%
+   \endgroup
+   \vskip-\parskip}
+
+\newenvironment{itemize*}%
+  {\begin{narrowlist}{itemize}}%
+  {\end{narrowlist}}
+\newenvironment{enumerate*}%
+  {\begin{narrowlist}{enumerate}}%
+  {\end{narrowlist}}
+\newenvironment{description*}%
+  {\begin{narrowlist}{description}}%
+  {\end{narrowlist}}
+
+

Added: trunk/community/papers/11_med-floss_luxemburg/paper-text.tex
===================================================================
--- trunk/community/papers/11_med-floss_luxemburg/paper-text.tex	                        (rev 0)
+++ trunk/community/papers/11_med-floss_luxemburg/paper-text.tex	2010-12-03 09:51:50 UTC (rev 5533)
@@ -0,0 +1,620 @@
+\newcommand{\DebianMed}{Debian\ Med\xspace}
+
+\begin{abstract}
+  The Debian Med project started in 2002 with the objective to bring
+  free medical software into the focus of users. The first step was
+  the investigation of available Free Software in this area and to
+  accomplish the conditions for a simple and solid installation of
+  this software in Debian GNU/Linux.  It has shown that the Debian Med
+  project has a positive effect for the cooperating upstream projects.
+
+  The fields molecular biology and medical imaging were covered quite
+  good with Free Software solutions and there are even Free Software
+  projects to manage a medical practice. The Debian Med project tries
+  to be the missing link between developers and users to support Free
+  Software solutions for all areas in medicine.
+
+  Debian Med is intended to be useful for service providers who want
+  to distribute their free or proprietary solutions in medical care.
+
+  The whole project is embeded into the Debian Pure Blends framework
+  as well as Debian Edu, Debian Science and others.
+\end{abstract}
+
+
+\section{Introduction}
+
+\subsection{Motivation and purpose of \DebianMed}
+
+The advent of \DebianMed is characterised by the rise of several new
+Free Software projects that were useful for certain tasks in medical
+care.  Several of these projects -- even if looking promising in the
+beginning -- do not really exist any more because they did not
+respected the principle of Free Software: care for a solid user base
+and recruit qualified developers from it.  This task is one of the
+hardest in the field of health care: there is a much smaller number of
+users for such specific software compared to a web browser or an
+office suite.
+
+A big problem was that it was quite hard to obtain solid information
+about all these projects.  Some engaged users tried to assemble lists
+of these projects and published these in the web.  While those lists
+are an interesting start they are finally not really helpful for
+users: Users just need ready to run programs with no effort to obtain
+and install the software.  The idea of \DebianMed was now to provide
+not only a list but exactly what users need.
+
+
+\subsection{Status of Free Software in health care}
+
+Common programs like a web server, or a mail user agent are installed
+on most computers and have a very large user base.  Knowing this, many
+gifted programmers feel obliged for this kind of Free Software - they
+just need it for their own and thus feel motivated to spend their time
+on it.
+
+The fact that a piece of software is needed for the own work is often
+the basic motivation to write Free Software.  Biological software is
+often developed by scientists themselves because they are the only
+persons who have the needed insight in the topic.  Many authors of
+this software just realised the profit they might gain to share the
+code and thus the field of biology is really well covered with Free
+Software.
+
+Another quite well covered part of \DebianMed is medical imaging.
+Even if there are quite important packages like Bio Image Suite
+\cite{bioimagesuite:2008} not yet packaged for Debian first steps are
+done and there is quite a variety of DICOM viewers and development
+tools as well as other software which is very useful in medical
+imaging.
+
+The field of patient management and medical health record applications
+which is considered by most people as the basic health care software.
+Currently the only representative of this software which is
+included into Debian id GNUmed \cite{gnumed:2008}.  It has turned out
+that there are a lot of similar Free Software projects that try to
+solve more or less the same problem but diverge in the techniques used
+(programming language, database server, etc.), user interface (GUI or
+web aplication) and the basic ideas about workflow and philosophy.  It
+is planed to include those alternatives that fit Debian quality
+standards and look promising regarding longevity of the project.
+
+The even larger task to manage a hospital is also tackled by several
+projects and the most famous one OpenVista\cite{openvista:2008} as a
+real enterprise grade health care information system is a really
+complex project and needs a stronger team than the current \DebianMed
+team with a larger technical background in the specific techniques
+used in OpenVista.  To overcome this problem the strategy of
+\DebianMed is to try to involve the upstream authors into the
+packaging.  This has happened in August 2009 and we are positive that
+we will see OpenVista in Debian sooner or later.
+
+
+\section{Methods}
+
+\subsection{Unique technology supporting Debian's principles in packaging}
+
+\subsubsection{Build daemons}
+
+Sites external to the Debian main distribution may offer packages only
+for a subset of architectures.  The Debian main distribution, however,
+automatically compiles software for all 13 architectures that are
+supported by the Debian effort.  To get a package into Debian, be it
+novel or an update of an existing package, the maintainer of a package
+submits the source code of the program together with his changes on
+the code to create the package. The build daemons (or autobuilders)
+compile the packages for each of the supported systems and make the
+resulting package publicly available for download. Logs of the build
+platforms are available online for everybody's inspection.
+
+
+\subsubsection{Bug tracking system}
+
+Users should give immediate feedback about problems arising in using a
+package.  They always have the choice of reporting these to the
+upstream developer, usually per email. A particular strength of
+\printurl{www.sourceforge.net}{SourceForget.net} is to bring users of
+a particular software together.  Earlier than this effort was the
+\printurl{www.debian.org/Bugs}{Debian Bug Tracking System} (BTS).  The
+maintainer of a software can decide if the bug should be forwarded to
+the upstream developers of the package or if it is fixed by
+himself. All problems are made public and hence the whole community
+may contribute to solving a particular issue.
+
+
+\subsection{Sharing the work}
+
+The Debian Project is an association of individuals who share the
+intention to create the best possible free operating system.  This
+operating system that is created is called Debian GNU/Linux, or simply
+Debian for short.  Everybody in the internet may initiate a site and
+offer packages for the installation in Debian. A local administrator
+has to decide, if this public source may be trusted.
+
+For Free Software development to work it requires a critical mass of
+supporters. Development without feedback prior to the submission of
+the final product is disadvantageous.  The development of programs is
+not the main concern of a regular Linux Distribution.  However, with
+the focus on Free Software and smooth local compilation, Debian
+considerably eases the contribution of comments and concise feedback
+of the technically skilled early adopters. Debian such helps to bring
+developers and users of applications together.
+
+
+\subsubsection{Debian Policy}
+
+All GNU/Linux distributions have a certain amount of common ground,
+and the \printurl{www.linuxbase.org/}{Linux Standard Base}
+(LSB)\cite{lsb} is attempting to develop and promote a set of
+standards that will increase compatibility among Linux distributions,
+hereby enabling software applications to run on any compliant system.
+The very essence of any distribution is the choice of {\itshape policy
+  statements\/}.
+
+While every single maintainer of a Debian package has to build the
+package in compliance with the policy he has the ability and the right
+to decide which software is worth packaging.  Normally maintainers
+choose the software which is used in their own work and they are free
+to move the development of Debian in a certain direction (as long as
+they follow the rules of the policy).  This is referred to as {\em
+  Do-o-cracy} in Debian which means: The doer decides what is done.
+
+\subsection{Selection of packages}
+
+Debian contains more than 20000 binary packages, and this number is
+constantly increasing.  There is no single user who needs all these
+packages.  The regular user is interested in a subset of these
+packages.  To specify packages of one's particular interest, several
+options are provided by Debian:
+\begin{description*}
+\item[tasksel] Provision of a reasonable selection of rather general
+  tasks that can be accomplished using a set of packages installed on
+  a Debian GNU/Linux system.  However, these are not yet covering
+  scientific applications. The Blend toolkit which is currently
+  developed will also support \command{tasksel} to enable selecting
+  for instance Debian Med right after a fresh installation of a
+  general Debian system.
+
+\item[command line package management] \command{apt} provide means to
+  search for packages of particular interest by its name or words in
+  the package's description. Every package also indicates, as set by
+  its maintainer, references to other packages of potential interest.
+
+\item[GUI] There are several graphical user interfaces to manipulate
+  the installation of packages on a Debian installation.  The most
+  popular is currently \command{synaptic} which eneables users to seek
+  for certain packages and displays detailed information about each
+  package.
+\end{description*}
+
+Debian officially maintains 13 different architectures with many more
+not officially supported ports to other operating systems, which
+includes some that run another flavour of UNIX. Its technology for
+package management has been adopted for other operating systems,
+i.e. Fink on MacOSX
+(\printurl{fink.sourceforge.net}{fink.sourceforge.net}).
+
+A {\itshape distribution\/} is a collection of software packages
+around the GNU Linux operating system that satisfies the needs of the
+target user group.  There are general distributions, which try to
+support all users, and there are several specialised distributions,
+which each target a special group of users.
+
+{\itshape Distributors\/} are those companies that are building these
+collections of software around the GNU Linux operating system.  Since
+the software is Free, the user who buys a distribution pays for the
+service that the distributor is providing.  These services might be:
+\begin{itemize*}
+  \item Preparing a useful collection of software around GNU Linux.
+  \item Caring for smooth installation that the target user is able to
+    manage.
+  \item Providing software updates and security fixes.
+  \item Writing documentation and translations to enable the user to
+    use the distribution with maximum effect.
+  \item Selling Boxes with ready to install CDs and printed
+    documentation.
+  \item Offering training and qualification.
+\end{itemize*}
+
+
+\section{Results}
+
+\subsection{Comparable Debian-associated repositories}
+
+\begin{description*}
+
+\item[Bio-Linux Bioinformatics package repository]
+
+  \halfsloppy The Bio-Linux Bioinformatics package repository contains
+  the \printurl{envgen.nox.ac.uk/pkg\_repository.html}{Bio-Linux 4
+    bioinformatics software} and can be installed from a centralised
+  repository located on the EGTDC server.  The packages available from
+  this site have been created by the EGTDC specifically for the
+  Bio-Linux project and are in deb format.
+
+  The packages are not, however, policy compliant Debian packages
+  because they install files into \Path{/usr/local} hierarchy in
+  contrast to the Debian policy which does not allow files inside
+  packages at this location because \Path{/usr/local} is reserved for
+  locally installed files that do not fall under responsibility of the
+  Debian package manager.
+
+  Besides this technical fact Bio-Linux authors were not that strict
+  regarding licensing and copyright of packaged projects.  Every
+  official Debian package has to comply to the Debian Free Software
+  Guidelines (DFSG) and the copyright information has to be shipped
+  with the file \Path{/usr/share/doc/<packagename>/copyright}.
+  Moreover the source of a binary Debian package has to be provided
+  next to the binary.  All these very important requirements are not
+  fulfilled in most cases in Bio-Linux.
+
+  However, the authors did a great job in collecting a certain amount
+  of very useful software for biologists and the \DebianMed project
+  is seeking for possibilities for cooperation.
+
+\item[BioLinux-BR Project]
+
+  \halfsloppy A similar project is the
+  \printurl{biolinux.df.ibilce.unesp.br/index.en.php}{BioLinux-BR
+    Project} which is a project directed to the scientific community.
+  Their goal is to create a Linux distribution for people with little
+  familiarity with the installation of the operational system and
+  mainly for people who do not know to proceed unpacking a program,
+  compile and install it correctly.
+
+  In fact, this project has assembled a huge amount of packages,
+  probably the most complete collection of Free Software in biology.
+  Packages for multiple distributions are provided, which includes
+  Debian, and a live CD.
+
+\end{description*}
+
+\subsection{Other repositories of biology related software}
+
+Looking beyond Debian and related distributions which share more or
+less the same technique we find similar efforts to deliver sets of
+ready to install software
+
+\begin{description*}
+
+\item[FreeBSD Ports: Biology] The Free Software world does not only
+  know Linux as free operating system.  There are others out there
+  like several BSD derivates, OpenSolaris, Hurd and others.  The
+  FreeBSD project has a really nice
+  \printurl{http://www.freebsd.org/ports/biology.html}{collection of
+    biological software}.
+\end{description*}
+
+\subsection{Bioinformatics Live CDs}
+
+The concept of a live CD allows to create a CD or DVD that boots a
+computer, starts a defined set of application without a user's
+intervention and has all tools in place that suits a particular
+community.  Such provide fully featured Linux workstations without
+additional installations of access to local disk space, alternatively
+booting via the network is supported by Debian, which particularly
+appeals to Blades or large clusters. The most successful such LiveCD
+is the Debian-derived Knoppix\cite{knopper:2005}.
+
+\begin{description*}
+\item[The Quantian Scientific Computing Environment]
+
+  Quantian is a remastering of a well established effort
+  (\printurl{www.knopper.net/knoppix/index-en.html}{Knoppix}).  The
+  interesting part for biologists is that Quantian contains in
+  addition all interesting packages of \DebianMed.  The author Dirk
+  Eddelbuettel, who is a Debian developer himself, just used the
+  simply to install biological software feature we provide and thus
+  made a great profit from \DebianMed.
+
+\item[Vigyaan - the biochemical software workbench]
+
+  \halfsloppy\printurl{www.vigyaancd.org}{Vigyaan} is an electronic
+  workbench for bioinformatics, computational biology and
+  computational chemistry.  It has been designed to meet the needs of
+  both beginners and experts.  VigyaanCD is a live Linux CD containing
+  all the required software to boot the computer with ready to use
+  modelling software.  VigyaanCD v0.1 is based on Knoppix v3.3.
+
+  Vigyann contains some programs which are not yet contained in
+  Debian.  It might be mutually beneficial to include these provided
+  that the license fits the DFSG.
+
+\item[BioKnoppix]
+
+  \printurl{bioknoppix.hpcf.upr.edu}{BioKnoppix} is a customised
+  distribution of Knoppix Linux Live CD.  It is a very similar project
+  to the previous which specialises Knoppix for computational biology
+  and chemistry.
+
+\item[VLinux Bioinformatics Workbench]
+
+  Also \printurl{bioinformatics.org/vlinux}{VLinux} is at the time of
+  writing a Live CD based on the same outdated Knoppix version 3.3 as
+  Vigyann and includes a slightly changed software selection and
+  surely a different background layout.
+
+\end{description*}
+
+These are too many different initiatives that could all well do much
+more in order to share the burden of maintenance and updates. With
+Debian they have he right basic infrastructure. The time will show,
+whose packages will gain most momentum.
+
+
+\subsection{Comparison with \DebianMed}
+
+\subsubsection{Other fields than only biology}
+
+Looking at all the projects above it becomes evident that they are all
+dealing only with biological software.  Above it was stated that one
+strong column of \DebianMed is this specific field and it is for a
+reason:  The amount of free biological software is large and most of
+these projects are relatively easy to turn into packages - so the
+amount of work per package is much smaller compared to for instance
+medical record applications with preparation of databases, dedicated
+user management, etc.
+
+So there is one major difference between the projects mentioned above
+and \DebianMed: While the biological part is really interesting for
+medical care \DebianMed tries to cover all other fields of medical
+care as well.  This goal is not yet reached but continuous work is
+done into this direction and some important steps are done.
+
+\subsubsection{Debian Pure Blend}
+
+An even more important difference than the more general approach
+compared to the other repositories is the fact that \DebianMed is not
+only about just packaging software.  The \DebianMed project is one of
+the earliest so called {\em Debian Pure Blends} and just wants to do
+more for the comfort of their users than adding binary packages to the
+Debian package pool.  The main goal is to turn Debian into the
+distribution of choice for people working in the field of medicine and
+to make Debian an operating system that is particularly well fit for
+the requirements for medical practice and research. The goal of
+\DebianMed is a complete system for all tasks in medical care which is
+build completely on free software.
+
+
+\subsubsection{Flexibility in supporting small user groups}
+
+On the organisational side the project tries to attract people working
+in the field of Free Software in medicine to share the effort of
+building a common platform which reduces the amount of work for
+developers and users.  Sharing the effort in publishing free medical
+software to a large user base is a main advantage of \DebianMed.
+
+The strength of Debian is the huge number of developers (more than
+1000) all over the world working in different fields.  Some of them
+are working in the field of biology or medicine and thus have a
+natural interest in developing a rock solid system they can relay on
+for their own work (not only commercial interest to sell service per
+accident).  So sometimes the chances to realise specific support for
+small user groups are better inside a community driven distribution
+than in a commercial distribution: You just need some developers who
+have a specific interest and they will realise and publish an
+environment for their needs and will share it with other users.  A
+company that has to gain a certain market share is not flexible enough
+in this regard to cover very specific interests.
+
+The underlying principle that those things will be done if there is
+somebody who just does the work is called {\em Do-O-Cracy} -- which
+just means the doer decides what gets done.
+
+That is the reason why Debian is often the platform of choice for
+researcher in the field of biology: Some biologists are Debian
+maintainers and so they added support for biological packages. The
+more the Debian user in the field of biology report back about
+problems or wishes the more Debian maintainers are able to enhance
+their system for their own and their users profit.
+
+\subsubsection{Metapackages}
+
+On the technical side \DebianMed contains a set of metapackages that
+declare dependencies on other Debian packages, and that way the
+complete system is prepared for solving particular tasks.  So the user
+has not to deal with the large number of package descriptions of 20000
+packages inside the Debian distribution -- it is just enough to seek
+for metapackages starting with prefix \package{med-} and install the
+metapackage of choice.  The package management system will care for
+the installation of all packages that are in the list of dependencies
+of this metapackage - so the user can be sure that all packages he
+might need for the job will be installed on his system.  Once one of
+the metapackages is installed a special user menu will be created to
+enhance usability for the user working in the field of medicine.
+
+Currently inside \DebianMed applications are provided in certain
+categories: medical practice and patient management, medical research,
+hospital information systems, medical imaging, documentation,
+molecular biology and medical genetics and others.
+
+There are two so called metapackages which are named \package{med-bio}
+and \package{med-bio-dev}.  The sense of a meta package is that you
+have to install only one single package using a package management
+software inside Debian to get all interesting packages which are
+necessary for a single task.  For instance if a
+user types in: \\
+\hspace*{10mm}\texttt{apt-get install med-bio} \\
+all applications inside Debian which are related to the field of
+molecular biology and medical genetics will be installed. The
+\package{med-bio-dev} package just installs programming libraries and
+tools which are interesting for users who want to develop biological
+applications.
+
+
+\subsubsection{Continuous growth}
+
+\begin{figure*}
+\centering
+\myinsertgraphic{dmstats.pdf}{100mm}{60mm}
+\caption{Number of dependencies of selected metapackages}\label{figure:dmstats}
+\end{figure*}
+
+Several Free Software projects which try to deal with small user group
+software started with a lot of enthusiasm but at some point in time
+developers had other interests or just were unable to maintain the
+project because of lack of man power.  The strategy of \DebianMed is
+to stay strictly inside Debian -- so even if manpower is a problem the
+whole infrastructure around will stay solid and does not drain extra
+resources.  So nobody of the \DebianMed team has to care about writing
+installers, running an online repository and mirrors work on a bug
+tracking system etc.  All this infrastructure is just there.
+
+The success of this strategy can be proven by a continuous growth for
+instance if the number of packages inside Debian which is interesting
+for health care.  Taking the number of dependencies of some
+metapackages into account (see figure \ref{figure:dmstats}) at the
+beginning of the project in 2002 a quite low number of packages useful
+for medical care was available.  A nearly linear growth with a
+gradient that perfectly reflects the availability of programs in this
+field can be observed.
+
+\begin{figure*}
+\centering
+\myinsertgraphic{authorstat.pdf}{100mm}{60mm}
+\caption{Activity of most active authors on the \DebianMed mailing list}\label{figure:authorstats}
+\end{figure*}
+
+This growth of the output of a project is an important part but we
+also try to measure the commitment of the people involved in the
+project.  It has to be ensured that fresh blood is flooding into the
+project to make sure it can cope with the normal loss of supporters
+which always happens in Free Software projects (people find new jobs
+with different orientation or less spare time for private reasons
+etc.)  A raw measure for the activity of members might be their mails
+to the project mailing list.  Figure \ref{figure:authorstats}) shows
+the number of mails of the ten most active posters of the \DebianMed
+mailing list.  This graph shows perfectly that the number of active
+supporters is growing solidly.  In the last two years three people can
+be considered as very active and there is no dramatic loss of people
+in the project.  The general activity on the mailing list is
+constantly growing.
+
+
+\subsubsection{Role inside Debian}
+
+The Debian Pure Blends framework was mainly inspired by the \DebianMed
+needs.  Regarding implementation the Debian Edu project -- another
+Blend -- is much more advanced.  There are several reasons for this
+fact.  The main reasons are the availability of software for education
+and the fact that a Norwegian company payed developers to work full
+day on this project.  \DebianMed tried to gain profit from common
+technologies and generalised some tools of Debian Edu for all Blends.
+Moreover inside \DebianMed some new Blend tools were developed which
+enhance the easy build of metapackages.  The latest contribution to
+the Blend framework is a set of automatically generated web pages
+which can be used by any Blend.  For instance there is an overview
+about all the so called tasks (fields like biology, medical imaging,
+practice management) which provides a nice list of all the packages
+including some metainformation and the description of the packages in
+this task.  So the output of the project can be easily viewed at
+\printurl{http://debian-med.alioth.debian.org/tasks/}{the tasks page
+  of \DebianMed}.
+
+There are also quality assurance tools developed for instance there is
+an overview about
+\printurl{http://debian-med.alioth.debian.org/bugs/}{all bugs
+  concerning the packages in \DebianMed}.
+
+By providing this kind of tools for other Blends as well \DebianMed
+has set some cornerstone in the technical cooperation between user
+oriented projects inside Debian.  This in turn awakes the interest of
+other Debian developers who might provide other tools for \DebianMed.
+
+\section{Discussion}
+
+The \DebianMed project serves as a common platform for all Free
+Software that may be utilised in medical care. Tools developed in
+computational biology is just a part of it because it is an important
+brick in medical science.  With \DebianMed's ambition to become the
+platform of choice for medical work, conform with the principles of
+the \printurl{www.debian.org/doc/debian-policy}{Debian
+  Policy}\cite{debianpolicy}, by the means of the distribution of
+development within the Debian Society, a well established reference
+platform for bioinformatics research and its medical applications has
+evolved and will continue to improve.  The organisation is open, both
+to new members and to external sites offering packages for
+installations.
+
+
+\subsection{Differences from other distributions}
+
+The Debian GNU/Linux distribution differs from others in several
+ways. Firstly, Debian is a non-commercial organisation of volunteers,
+that does not sell anything. The second and most appealing difference
+is the peer review and continuous pressure among the members to
+provide a high quality of packages. The Debian society has a
+constitution, elects its leader, and transparently describes policies
+for the creation of packages utilising specific technologies.
+
+With these principles, Debian achieved the largest collection
+of ready-to-install Free Software on the Internet.
+
+
+\subsubsection{Importance of community support}
+
+That strong support within the community of users is essential for the
+development of software, for quality assurance, feedback on features,
+and not at least for the motivation of staff, all commercial
+distributors are well aware of.  E.g., RedHat has initiated Fedora as
+a free supplement to their commercial distribution.  It is this reason
+why \DebianMed is part of Debian and why groups external to the Debian
+society, like BioLinux, are also keen on close collaborations with the
+community.
+
+
+\subsubsection{Road map to come closer to \DebianMed}
+
+\begin{enumerate*}
+\item Join the \printurl{lists.debian.org/debian-med}{\DebianMed
+    mailing list}.
+\item Check what projects are missing and ask Debian maintainers for
+  official inclusion.  There is a sponsoring program by which even non
+  Debian developers can provide packages which are checked and
+  uploaded by official maintainers.  There is no point in keeping good
+  quality softwares outside of Debian.
+\item \printurl{http://debian-med.alioth.debian.org/tasks/}{The tasks
+  page of \DebianMed} mentioned above does not only contain the work
+  that was done -- it contains also a nicely formated list which
+  projects would be interesting to reach the final goal to cover each
+  task in medical care with Free Software.  This list inside each
+  section might give some idea where help might be needed.
+\item \halfsloppy Verify whether one needs special configuration for
+  your project.  If yes, verify which possibilities are given in the
+  Debian Pure Blends effort.  It is more than collecting software but
+  bringing the software to your target users while taking the burden
+  from any configuration issues from his back.
+\item The only reason to keep things outside of Debian are licenses
+  which are not compatible with DFSG.  All other parts of your
+  projects can be included and your time for everyday package building
+  tasks can be saved and the workload shared with other people
+  following the same road.
+\end{enumerate*}
+
+
+\section{Conclusions}
+
+We have shown that there is a considerable heterogeneous shape of Free
+Software for medical care even if some fields like micro biology are
+better covered than others. The continuous updates of data and the
+addition of novel important tools for a general medical environment
+cannot be performed by a single maintainer. The adherence to a policy
+and the sharing of maintenance are basic technologies to allow
+inter-institutional software projects of different kind in health
+care.
+
+Debian and its special dedication to medical software in \DebianMed,
+but also the technical infrastructure behind this community project
+renders a comfortable solution.  The volunteers behind \DebianMed
+strive to support everybody's specific projects as best as they
+possibly can. It is the particular challenge of users of Free
+Software, to determine together with the community the available
+packages that already serve their needs or may be adapted
+respectively.
+
+For Debian GNU/Linux to become the race-horse for Free Software in
+health care, further important software which is listed at
+\printurl{http://en.wikipedia.org/wiki/List_of_open_source_healthcare_software}{Wikipedia
+  list of open source healthcare software}\cite{wikipediaoslist:2008}
+like for instance OpenVista\cite{openvista:2008} and other enterprise
+grade health care information systems has to be packaged for Debian.




More information about the debian-med-commit mailing list