[med-svn] r13061 - in trunk/community/papers: . 13_healthcafe

Andreas Tille tille at alioth.debian.org
Fri Feb 22 17:24:26 UTC 2013


Author: tille
Date: 2013-02-22 17:24:26 +0000 (Fri, 22 Feb 2013)
New Revision: 13061

Added:
   trunk/community/papers/13_healthcafe/
   trunk/community/papers/13_healthcafe/Makefile
   trunk/community/papers/13_healthcafe/debian-med-healthcafe.tex
   trunk/community/papers/13_healthcafe/paper-text.tex
Log:
First version for an article in Indian magazine Healthcafe


Added: trunk/community/papers/13_healthcafe/Makefile
===================================================================
--- trunk/community/papers/13_healthcafe/Makefile	                        (rev 0)
+++ trunk/community/papers/13_healthcafe/Makefile	2013-02-22 17:24:26 UTC (rev 13061)
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+
+text=debian-med-healthcafe
+
+DISTDIR=debian-med-paper
+
+all: pdf
+
+pdf: $(text).pdf
+
+$(text).pdf: $(text).tex paper-text.tex
+	make clean
+	pdflatex $(text).tex
+	pdflatex $(text).tex
+
+distclean: clean
+	rm -f $(text).pdf
+
+clean:
+	rm -f $(text)*.log $(text)*.aux $(text)*.dvi $(text)*.toc $(text)*.out $(text)*.bbl $(text)*.blg
+	rm -f *.log

Added: trunk/community/papers/13_healthcafe/debian-med-healthcafe.tex
===================================================================
--- trunk/community/papers/13_healthcafe/debian-med-healthcafe.tex	                        (rev 0)
+++ trunk/community/papers/13_healthcafe/debian-med-healthcafe.tex	2013-02-22 17:24:26 UTC (rev 13061)
@@ -0,0 +1,56 @@
+% debian-med.tex
+% Authors: Andreas Tille
+% Revisions: 22 Februar 2013
+
+\documentclass[a4paper]{article}
+
+% get rid of some old paragraphs without really deleting them
+\newif\ifmetacomment
+\metacommentfalse
+
+\usepackage{times}
+\usepackage{graphics,color}
+\usepackage[utf8]{inputenc}
+\PassOptionsToPackage{pdftex,colorlinks=true,urlcolor=blue,linkcolor=blue}{hyperref}
+\pdfcompresslevel=9
+\usepackage{html}
+\usepackage[T1]{fontenc}
+%\usepackage[english]{babel} %%% conflicts with \cite !!!
+\usepackage{xspace}
+
+\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]{%
+   \href{mailto:#1}{$<$#1$>$}%
+   \xspace
+}
+\newcommand{\printurl}[2]{%
+   \htmladdnormallink{#2}{http://#1}%
+   \xspace
+}
+
+\newcommand{\DebianMed}{Debian~Med\xspace}
+
+\def\halfsloppy{%
+  \tolerance 1250%
+  \emergencystretch 0.75em}
+
+\date{27. Februar 2013}
+
+\begin{document}
+% http://www.biostec.org/OSEHC.htm
+% --- Author Metadata here ---
+\title{\DebianMed \\
+       Integrated software environment for all medical purposes}
+%%% Bug in style: \titlenote creates extra page :-(
+\author{Andreas Tille}
+%\email{tille at debian.org}
+\maketitle
+
+\input paper-text
+
+\end{document}

Added: trunk/community/papers/13_healthcafe/paper-text.tex
===================================================================
--- trunk/community/papers/13_healthcafe/paper-text.tex	                        (rev 0)
+++ trunk/community/papers/13_healthcafe/paper-text.tex	2013-02-22 17:24:26 UTC (rev 13061)
@@ -0,0 +1,132 @@
+When people hear the term `\DebianMed' the first time there are usually
+two kind of misconceptions.  Sorting out these in the first place seems
+to be the best way to explain what it really is.
+
+People who know Debian well as a large distribution of Free Software
+usually consider Debian Med as some kind of customisation of Debian
+which is derived from Debian to serve some purpose in medical care.
+Astonishingly the idea that customisation can be done perfectly {\em
+inside} Debian is not well known and the technical term {\em Debian Pure
+Blend} seems to be hidden well enough in the Debian universe that most
+people have failed perfectly to understand the concept.  There are no
+separate repositories like PPAs or something like this -- a Debian Pure
+Blend (as the term pure implies) is Debian itself and if you have
+received Debian you have full \DebianMed included.  There are other
+Blends inside Debian like Debian Science, Debian Edu, Debian GIS and
+others.
+
+The other misconception about the term `\DebianMed' comes from people
+working in health care.  They tend to assume that \DebianMed is some
+dedicated software primarily targeting at managing a doctors practice.
+Sometimes the expectation goes that far that people assume the
+\DebianMed team would actually develop this software.  However, the
+truth about the \DebianMed team is that we are a group of Debian
+developers working hard to include {\em existing} medical software right
+into the Debian distribution.  We have no chance to include anything
+that does not yet exist and so we try to cherry-pick from the set of
+Free Software that is useful for several tasks in medical care.  Because
+we do not restrict ourselves to pure practice management Debian now
+contains besides two practice management systems (GNUmed and
+FreeMedForms) way more other software useful in medical care.  The main
+fields to be mentioned are bioinformatics (next generation sequencing,
+phylogeny, etc.) and medical imaging.  We do also maintain a todo list
+of software that should be included as time and manpower permits.  For
+instance one of the main candidates at the horizon is VistA - an
+integrated health information system which is successfully running in
+several hospitals.
+
+After having clarified the misconceptions about \DebianMed we try to
+give a positive definition: \DebianMed is a pure subset of Debian that
+tries to integrate any existing Free Software that might be used in any
+of the several subfields of medical care.  In other words it is a Debian
+Pure Blend covering medical and microbiological software.
+
+The \DebianMed project started in 2002 with a very small team but
+evolved over time to about 25 people working more or less actively in
+adding more and more relevant software to the package pool and caring
+for some general infrastructure inside Debian.  Ten of the Debian
+developers got this developer status only because the \DebianMed project
+existed.  In other words the subproject has a positive effect onto the
+Debian distribution as a whole because it attracts manpower.
+
+\DebianMed to some extend works as the missing link between the
+developers of Free Software in medicine (in Debian slang `upstream') and
+the end user (as receiving end of the software.)  It drastically
+decreases the effort of installation on a system (by so called
+metapackages - if you install such a metapackage you get all relevant
+software from a specific subfield.)  We try to care about security
+problems and bugfixes and quite frequently we support upstream with
+patches to enhance their software.  Because of this we have established
+a quite good connection to the authors of the software in our focus and
+thus try to help forming a large community around the universe of Free
+Software of medicine - on a solid and well known technical basis as the
+Debian distribution.
+
+Once the \DebianMed idea is explained this way and people got the idea
+they usually start dreaming:  Oh, that's nice I could start to work on
+my medical tasks without needing to spend any money any more, wonderful.
+Well, that's a nice dream but we need to wake up you because we try to
+be honest and do not want to trick you with false promises.  Yes, you
+get the software with no cost for the license to use and this for sure
+will effectively reduce your costs.  We also like to state that it is
+not only free of charge but high quality software which can be even be
+proven by showing the code.  We will not play dirty tricks with your
+data and we will not be the stumbling stone when it comes to porting
+your data from one to another system.
+
+However, the truth is that on one side health care and on the other side
+computer science are complex fields of work and you will barely find
+professionals who are experts in both fields at the same time.  So if
+you are working in health care you are responsible for the health of the
+patient and not primarily for the health of your IT systems.  In other
+words:  You finally need to spend some money to hire an IT expert who
+maintains your IT infrastructure and provides the service you need for
+your work.
+
+\DebianMed is targeting at these service providers to hand over some
+high quality software free of charge with strong ties established to the
+developers.  They do easily have the chance to adapt the code to the
+needs of their clients and can become part of the fascinating world of
+Free Software by providing back their enhancements to the upstream
+developers.  These unique features of Free Software will bring service
+providers selling support for Free Software in medical care in a very
+good position compared to others selling proprietary software:  They can
+provide better service for less money.  Finally the clients in medical
+care will profit as well from the better service for less money and this
+is possibly the way the dream from above might become reality.
+
+Finally we can conclude: \DebianMed tries do be the fundament on which
+you can base a cheaper, more reliable and more flexible IT
+infrastructure for medical care by at the same time gaining independence
+from proprietary companies.
+
+As you probably know Debian itself has a lot of derivatives (Ubuntu,
+Linux Mint, etc.) -- it is actually the most derived existing Linux
+distribution.  The advantage of working strictly inside Debian has the
+positive side effect that also all derivatives will profit from the work
+of the \DebianMed team.  Sometimes there even exist strong connections
+to derivatives like 
+\printurl{http://nebc.nerc.ac.uk/tools/bio-linux/bio-linux-7-info}{BioLinux}
+which is in turn is an Ubuntu derivative
+but works closely together with \DebianMed to profit from our work via
+Ubuntu.
+
+% How do we work together
+
+How to get more information about the project:
+\begin{itemize}
+   \item \printurl
+           {debian-med.alioth.debian.org/tasks}
+           {Overview about packaged software (and software we are working on)}
+   \item \printurl
+           {debian-med.alioth.debian.org/doc/policy.html}
+           {Policy if you want to start joining the development process}
+   \item \printurl
+           {people.debian.org/\~tille/talks}
+           {Several talks about \DebianMed and related topics, some also video recorded}
+\end{itemize}
+
+Many thanks go to all contributors to Debian and \DebianMed,
+\emph{i.e.}, the providers of the packages, the developers of the Free
+Software and to all those who donate the resources for the project.
+




More information about the debian-med-commit mailing list