<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.imk-tro.kit.edu/trowiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jv0059</id>
	<title>imk-tro wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.imk-tro.kit.edu/trowiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jv0059"/>
	<link rel="alternate" type="text/html" href="https://www.imk-tro.kit.edu/trowiki/index.php?title=Special:Contributions/Jv0059"/>
	<updated>2026-05-25T22:06:14Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://www.imk-tro.kit.edu/trowiki/index.php?title=Software&amp;diff=101</id>
		<title>Software</title>
		<link rel="alternate" type="text/html" href="https://www.imk-tro.kit.edu/trowiki/index.php?title=Software&amp;diff=101"/>
		<updated>2023-06-23T08:31:52Z</updated>

		<summary type="html">&lt;p&gt;Jv0059: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Essential Software ==&lt;br /&gt;
The following is a list of essential software packages and the links to their web pages:&lt;br /&gt;
&lt;br /&gt;
Many of these can be installed using anaconda [https://www.anaconda.com/].&lt;br /&gt;
&lt;br /&gt;
==== CDO ==== &lt;br /&gt;
https://code.mpimet.mpg.de/projects/cdo/. &lt;br /&gt;
&lt;br /&gt;
Note that CDO has a lot of built-in functions that are not well documented, but details about these can be usually found in their discussion forums, https://code.mpimet.mpg.de/projects/cdo/boards.&lt;br /&gt;
&lt;br /&gt;
==== Python ====&lt;br /&gt;
Instructions on how to download and install Python for all OSs can be found at: https://www.python.org/.&lt;br /&gt;
&lt;br /&gt;
It is usually recommended to use the Anaconda distribution to install Python. Details on how to do this are here: https://www.anaconda.com/&lt;br /&gt;
&lt;br /&gt;
Python can be combined with a good Integrated Development Environment (IDE) of your choice. All existing IDEs have their pros and cons. Some of the most popular IDEs are the following:&lt;br /&gt;
&lt;br /&gt;
*IDLE [https://docs.python.org/3/library/idle.html]&lt;br /&gt;
*PyCharm [https://www.jetbrains.com/pycharm/]&lt;br /&gt;
*Visual Studio Code[https://code.visualstudio.com/]&lt;br /&gt;
*Sublime Text [https://www.sublimetext.com/3]&lt;br /&gt;
*Jupyter [https://jupyter.org/]&lt;br /&gt;
*Atom [https://www.javatpoint.com/atom-python]&lt;br /&gt;
*Spyder [https://www.spyder-ide.org/]&lt;br /&gt;
&lt;br /&gt;
Python boasts a large number of packages. Some of the most used packages for manipulating large files in NetCDF, HDF5 or CSV formats are the following:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Data analysis&#039;&#039;&#039;:&lt;br /&gt;
*NumPy [https://numpy.org/]&lt;br /&gt;
*xarray [https://docs.xarray.dev/en/stable/#], easy handling of large nc files.&lt;br /&gt;
*pandas [https://pandas.pydata.org/]&lt;br /&gt;
*SciPy [https://scipy.org/]&lt;br /&gt;
&#039;&#039;&#039;Parallel computing, Machine learning, Deep learning etc.&#039;&#039;&#039;: &lt;br /&gt;
*dask [https://www.dask.org/]&lt;br /&gt;
*scikit-learn [https://scikit-learn.org/stable/]&lt;br /&gt;
*Keras [https://keras.io/]&lt;br /&gt;
*PyTorch [https://pytorch.org/]&lt;br /&gt;
*TensorFlow [https://www.tensorflow.org/]&lt;br /&gt;
*multiprocessing [https://docs.python.org/3/library/multiprocessing.html]&lt;br /&gt;
&#039;&#039;&#039;Data visualization&#039;&#039;&#039;:&lt;br /&gt;
*seaborn [https://seaborn.pydata.org/]&lt;br /&gt;
*matplotlib [https://matplotlib.org/]&lt;br /&gt;
*Bokeh [https://docs.bokeh.org/en/latest/]&lt;br /&gt;
*plotly [https://plotly.com/]&lt;br /&gt;
*Geoplotlib [https://github.com/andrea-cuttone/geoplotlib]&lt;br /&gt;
Most of these packages are distributed through either &#039;&#039;&#039;Conda&#039;&#039;&#039; [https://docs.conda.io/projects/conda/en/latest/user-guide/concepts/installing-with-conda.html] or &#039;&#039;&#039;Pip&#039;&#039;&#039; [https://packaging.python.org/en/latest/tutorials/installing-packages/].&lt;br /&gt;
&lt;br /&gt;
On top of these, various users also create packages tuned for specific purposes. They are usually made public through &#039;&#039;&#039;GitHub&#039;&#039;&#039; [https://github.com/python]. &lt;br /&gt;
&lt;br /&gt;
Various forums exist for the sole purpose of clearing specific questions about coding. One such forum is &#039;&#039;&#039;stackoverflow&#039;&#039;&#039;[https://stackoverflow.com/]. &#039;&#039;&#039;Medium&#039;&#039;&#039; [https://medium.com/] is also a good source for reading up about new ideas and tools in Python and other languages.&lt;br /&gt;
&lt;br /&gt;
== Visualisation ==&lt;br /&gt;
&lt;br /&gt;
The visualisation of &amp;quot;nc&amp;quot; files can be made easier using:&lt;br /&gt;
&lt;br /&gt;
* NcView [https://cirrus.ucsd.edu/~pierce/software/ncview/quick_intro.html]&lt;br /&gt;
* Panoply [https://www.giss.nasa.gov/tools/panoply/]&lt;br /&gt;
* Paraview for 3D rendering [https://www.paraview.org/], note this one requires more computational power and should ideally be run through a supercomputer via VNC client.&lt;br /&gt;
* Cartopy (python package) for maps [https://scitools.org.uk/cartopy/docs/latest/]&lt;br /&gt;
* Matplotlib (standard python package) [https://matplotlib.org/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Colourblind Friendly Plotting Tools==&lt;br /&gt;
&lt;br /&gt;
Here&#039;s a list of a few websites that have information and also palette generation for colourblind friendly plots:&lt;br /&gt;
&lt;br /&gt;
* https://colorbrewer2.org/#type=sequential&amp;amp;scheme=BuPu&amp;amp;n=9&lt;br /&gt;
* https://hclwizard.org/&lt;br /&gt;
* http://hclwizard.org:3000/hclwizard/&lt;br /&gt;
&lt;br /&gt;
== HPC (High-performance computing) commands ==&lt;br /&gt;
Usefull commands based on slurm [https://slurm.schedmd.com/], which is mainly used on large clusters are: &lt;br /&gt;
* sbatch [https://slurm.schedmd.com/sbatch.html]&lt;br /&gt;
:- Useful is the --array option to submit a job array, using the index as an argument. This can be used, for example, to apply an analysis to many files or a large dataset. (e.g. sbatch --array=0-99 script.sh) &lt;br /&gt;
* squeue -l &lt;br /&gt;
* salloc&lt;br /&gt;
* sinfo&lt;/div&gt;</summary>
		<author><name>Jv0059</name></author>
	</entry>
	<entry>
		<id>https://www.imk-tro.kit.edu/trowiki/index.php?title=Business_trips&amp;diff=59</id>
		<title>Business trips</title>
		<link rel="alternate" type="text/html" href="https://www.imk-tro.kit.edu/trowiki/index.php?title=Business_trips&amp;diff=59"/>
		<updated>2023-04-18T16:25:01Z</updated>

		<summary type="html">&lt;p&gt;Jv0059: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== &#039;&#039;&#039;Business Trips (CS and CN employees)&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Courtesy of AG Grams&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Here you find all information for business trips. Most links only work when you have a VPN connection to KIT!&lt;br /&gt;
&lt;br /&gt;
All KIT official information are provided in German (thank you) here: [https://www.pse.kit.edu/dienstreisen.php].&lt;br /&gt;
&lt;br /&gt;
And the legal stuff here: [https://www.pse.kit.edu/650.php]&lt;br /&gt;
&lt;br /&gt;
Also see the IMK FAQ respective section (might be not uptodate) here: [https://www.imk-tro.kit.edu/english/interna/7399.php]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: different rules, forms, travel agencies currently apply for CS / CN! Depending on from which funding the trip will be paid or on which contract you are the respective rules apply. Standard case is that you use the form according to which contract you are on.&lt;br /&gt;
&lt;br /&gt;
There is a &#039;&#039;&#039;KIT-Helpline&#039;&#039;&#039; via ArbMedVV (Email vom Bereich vom 27.7.2018) 24h emergency respone: +49 (0) 7121433660 [www.sos-call.eu] In case you have trouble during a business trip (health, crime, lost things). see [https://www.pse.kit.edu/intranet/dienstreisen/Vorsorgeuntersuchungen%20bei%20Dienstreisen.pdf]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Step 1: Business travel form and A1 form&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Travel form&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Fill out the business travel request form. Bring it to the secretary and let it sign there. It is mandatory to register each trip to ensure insurance coverage via KIT.&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: only the first page! Bring it to Ms. Alexandra Beideck. (secretary CS)&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: only the first paragraph! Bring it to Ms. Sarah Schneitz. (secretary CN)&lt;br /&gt;
&lt;br /&gt;
If you are not at campus,&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: you can also fill it in online and send it (digitally signed!) to alexandra.beideck@kit.edu. (secretary CS)&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: you can also fill it out by hand, scan it and send it to sarah.schneitz@kit.edu (secretary CN)&lt;br /&gt;
&lt;br /&gt;
What happens with the form:&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: You will get it back after a few days with a travel number on top. &#039;&#039;&#039;Keep that travel request form, you will need it after the business trip to get your money back!&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: The &#039;&#039;yellow carbon&#039;&#039; copy will be forwarded to the Zeiterfassung to register the trip in ESS. You will get the form back latest after the business trip, keep it and fill it out to get your money back.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IMPORTANT FOR ALL&#039;&#039;&#039;: if you reimburse money, also if you got an advance payment (Vorschuss), you always must send the form back via the secretary after the trip.&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: You find the travel request form here as PDF: [https://team.kit.edu/sites/kit-vorlagenmanagement/Vorlagenmanagement/U_PSE_DR_AN_01_06-17.pdf] or here as WORD: [https://team.kit.edu/sites/kit-vorlagenmanagement/Vorlagenmanagement/U_PSE_DR_AN_01_06-17.doc] The form for the advance payment (Vorschuss) you can find here as PDF:[https://team.kit.edu/sites/kit-vorlagenmanagement/Vorlagenmanagement/U_PSE_DR_VS_01_10-13.pdf] or here as WORD:[https://team.kit.edu/sites/kit-vorlagenmanagement/Vorlagenmanagement/U_PSE_DR_VS_01_10-13.doc] &lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: You get the paper form from Sarah Schneitz or Rosi Gräbner or Roswitha in the CN secretary offices. Please use a pen and press hard, so that carbon copies print through!&lt;br /&gt;
&lt;br /&gt;
The PhD&#039;s have made an English translation of the form, it might be helpful:&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: [https://www.imk-tro.kit.edu/trowiki/images/9/93/Business_Travel_Form_CS_translated.pdf]&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: [https://www.imk-tro.kit.edu/trowiki/images/f/f2/Business_Travel_Form_CN_translated.pdf]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A1 form (only EU, EWR, CH, UK travelling)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You need the A1 form / Entsendung when travelling on mission for KIT within EU/EWR/CH/UK: online form well before travelling: [https://my.scc.kit.edu/shib/a1.php]. Not sure which rules apply for other countries.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Step 2: Book your flight/train/hotel&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When booking hotel/flights/train tickets, ALWAYS specify the institute address as the billing address. This address applies for all bills to KIT (including papers, conferences, etc):&lt;br /&gt;
&lt;br /&gt;
The correct address for &#039;&#039;&#039;Campus South&#039;&#039;&#039; is:&lt;br /&gt;
&lt;br /&gt;
     Karlsruhe Institute of Technology (KIT)&lt;br /&gt;
     Institute of Meteorology and Climate Research&lt;br /&gt;
     Kaiserstraße 12&lt;br /&gt;
     76131 Karlsruhe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The correct address for &#039;&#039;&#039;Campus North&#039;&#039;&#039; is:&lt;br /&gt;
&lt;br /&gt;
     Karlsruhe Institute of Technology (KIT)&lt;br /&gt;
     Institute of Meteorology and Climate Research&lt;br /&gt;
     Hermann-von-Helmholtz-Platz 1&lt;br /&gt;
     76344 Eggenstein-Leopoldshafen&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KIT VAT Number (both campuses)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
    KIT VAT number DE266749428&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The actual procedures&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
KIT has a travel agency which in principle would book everything for you. Note for CS this is currently DER Stuttgart (only flights and trains). For CN it is DER business travel located at CN (flights, trains, hotels). Our general impression is that this service is slow and somehow an extra burden (extra forms) and therefore not worth the extra fees they charge when booking hotels (only CN) or trains through them. However, they are quite helpful for finding flights and often have better cancellation policies. So for long-distance flights which are expensive and might have to be changed, definitely go with them, but plan well ahead. For expensive train tickets it might also be better to go through the agency.&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;Travelling by train&#039;&#039;: If you travel by train, you can either book it by yourself and hand in later the invoice and proof of payment (in the form of a bank statement) or let it get booked by the travel agency at KIT. If you decide to do the latter, you can find the templates and the exact procedures here:&lt;br /&gt;
        &#039;&#039;&#039;CS&#039;&#039;&#039; train form: [https://team.kit.edu/sites/kit-vorlagenmanagement/Vorlagenmanagement/U_PSE_DR_BS_01_03-12.doc] or as PDF document here [https://team.kit.edu/sites/kit-vorlagenmanagement/Vorlagenmanagement/U_PSE_DR_BS_01_03-12.pdf]&lt;br /&gt;
        &#039;&#039;&#039;CN&#039;&#039;&#039; one form for hotel/train/flight: [https://www.pse.kit.edu/der_bestellformular.php] (information), [https://www.pse.kit.edu/intranet/dienstreisen/Bestellformular%20DER%20Business%20Travel.pdf] (form)&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;Travelling by plane&#039;&#039;:&lt;br /&gt;
        &#039;&#039;&#039;CS&#039;&#039;&#039; flight form: Fill out the form and send it to the travel agency via email (you will find the email address in the form): [https://www.pse.kit.edu/intranet/dienstreisen/2021_DER_Stuttgart_Bestellformular_Flug_LandBW.docx].&lt;br /&gt;
        &#039;&#039;&#039;CN&#039;&#039;&#039; one form for hotel/train/flight: [https://www.pse.kit.edu/der_bestellformular.php] (information), [https://www.pse.kit.edu/intranet/dienstreisen/Bestellformular%20DER%20Business%20Travel.pdf] (form)&lt;br /&gt;
&lt;br /&gt;
    They will then come back to you via email and they will then send you offers. In this case you don&#039;t have to pay something by yourself, it will already be charged with the project money!&lt;br /&gt;
&lt;br /&gt;
    Book a hotel: If you stay over night, you might need to book a hotel. The easiest (and most safe) way is to do it by HRS: [https://www.hrs.de/web3/?clientId=ZGVfX2J2YXp1d2U,1]. You need to log in with the password provided here: [https://www.pse.kit.edu/1075.php].)&lt;br /&gt;
        &#039;&#039;&#039;CS&#039;&#039;&#039;: &#039;&#039;&#039;The most important thing is that you stay below 95€ per night per person&#039;&#039;&#039; as Campus South employee! You can directly book the hotel via this webpage and don&#039;t forget to fill in the institute address as billing address!&lt;br /&gt;
        &#039;&#039;&#039;CN&#039;&#039;&#039;: &#039;&#039;&#039;Only hotels which stay below 70€ per night per person will be reimbursed as Campus North employee without further question&#039;&#039;&#039;! In addition also hotels with the &amp;quot;TMS&amp;quot; Logo will be reimbursed. HRS lists the local allowance (Bund) for the destination, which is helpful. In doubt ask back, and see information below.&lt;br /&gt;
&lt;br /&gt;
    It might be that you have to pay the hotel by yourself once you arrive, so don&#039;t forget to hand in later (in Step 3) the invoice and proof of payment (in the form of a bank statement).&lt;br /&gt;
&lt;br /&gt;
There are partner hotels of KIT, which you can find here for hotel within Germany: [https://www.pse.kit.edu/intranet/dienstreisen/TMS-Hotelliste%20Inland%202022%20Stand%202022-02-18.xlsx] and here for hotels out of Germany [https://www.pse.kit.edu/intranet/dienstreisen/TMS-Hotelliste%20Ausland%202022%20Stand%202022-02-18.xlsx]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IMPORTANT&#039;&#039;&#039;: If you want or need a hotel other than listed, either (1) stay below the limit, (2) give proof of what an allowed hotel on HRS would have costed (screenshot), (3) talk back to your group leader and write a written explanation why you need to stay in that hotel (e.g. specific conference hotel during a workshop).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Step 3: Get back the money you spent&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
After you returned from your business trip you need to collect all your invoices from the trip and get the proof of payments in form of a bank statement. Now you fill out the second page (CS) / the remaining section (CN) of the travel request form and bring that form together with all invoices and the bank statements to the respective secretary. After 2-3 months you will receive a letter (CS) / an email (CN) with the information that your payment has been processed by the human resources department and also the information how much money you will receive. The money will be transferred to your specified account.&lt;br /&gt;
&lt;br /&gt;
In addition to the expenses you had you get daily allowances. These depend on your destination. For Germany:&lt;br /&gt;
&lt;br /&gt;
    * 24h absence 24€/100%; &amp;gt;8h absence 12€/80%; &amp;lt;8h 0%&lt;br /&gt;
    * if you get a meal (as part of hotel / conference) this allowance will be cut by 20% for breakfast 40% for lunch, 40 % for dinner (thus for Germany from 24€ cut by 4.80/9.60/9.60)&lt;br /&gt;
&lt;br /&gt;
Contact persons for requests of the processing at HR = PSE:&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: Jacob, Vera (PSE) vera.jacob@kit.edu Tel. 25016 (contact only as last resort, always indicate the travel form number, be polite)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Further information&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please check the various PSE pages (in German) and IMK FAQ for specific things. All rules are explained there. The most frequent things we list below:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Combining business trip and holidays&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: in principle you can do that and we also encourage it if you travel long distance by plane (make most out of the carbon emission). Still talk to group leader and eventually the HR (PSE) person.&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: you can extend a stay by at most 5 working days, otherwise the transportation will not be reimbursed (private character of the trip).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vorschuss - advance payment&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You can request an advance payment, in particular if you have to pay expensive registration fees, hotels, trains, flights on your own in advance. You need to give a proof of the payments already made (invoice, bank statement) or a proof of the anticipated costs (e.g. conference announcement, informal letter listing the expected costs). Talk to group leader.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Paying invoice via institute&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
    * First fill out and get signed your Dienstreisenatrag.&lt;br /&gt;
    * Make sure that the invoice is properly done. It should contain:&lt;br /&gt;
    * adress (CN or CS) and &#039;&#039;&#039;KIT5250&#039;&#039;&#039; (in the address field or subject line; without quotation marks, spaces or hyphen)&lt;br /&gt;
    * detailed information about issuer: address of the institution, bank account of the institution, bank name, BIC, official adress associated with the account (which might sometimes differ from the account of the institution), contact details&lt;br /&gt;
    * &#039;&#039;What&#039;s important is that you are not the one sending the invoice but it has to be send by issuing institution to rechnung@fima.kit.edu&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Bahncard&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
DB Bahncard 25/50/100 can be reimbursed if you make proof that you save the costs via the savings made on business trips. Either do it afterwards, handing in all receipts of DB tickets, where you used your bahncard on business trips or make a projection of planned trips and KIT will directly pay for a Bahncard. For us the first option might apply if at all.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Only online conference fees&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you have a single invoice, do not do the travel form procedure. Instead go via an invoice, use this form [https://git.scc.kit.edu/groups/spreadout/-/wikis/uploads/892281a12907134dd538a43d82a0a1ce/ErstattungAuslagen_IMK-TRO_virtuelleKonferenzen.docx] and follow the following procedure (Email of Roswitha from 14.1.2021) (collapsable menu):&lt;br /&gt;
&lt;br /&gt;
    * Before registering, please obtain written permission from the group leadership (please with a separate email that refers only to this process, subject: &amp;quot;Permission to attend virtual conference XY&amp;quot;). The e-mail reply from the group leader should also include information about the project from which the costs are to be paid (for Transregio W2W, please specify the exact subproject).&lt;br /&gt;
    * It is neither necessary nor desired to create an order in SAP!&lt;br /&gt;
    * For all invoices, the central KIT address (Kaiserstr. 12 or Hermann-von-Helmholtz-Platz) must be given as the invoice address. Invoices issued to a private address cannot be reimbursed.&lt;br /&gt;
    * If invoices are to be paid directly by our financial department, please specify rechnung@fima.kit.edu as the invoice e-mail address and specify the cost center (Kostenstelle) with the prefix &amp;quot;KIT&amp;quot; as the invoice reference (i.e., KIT5250 (CN) KIT??? (CS), without spaces or hyphens!)! If not possible otherwise, the cost center can also be indicated in the address field.&lt;br /&gt;
    * After the conference please hand in the following documents to Rosi Gräbner:&lt;br /&gt;
        E-mail printout of the approval of the participation including the information from which project the costs are to be paid&lt;br /&gt;
        Printout of all invoices&lt;br /&gt;
        If abstract fees are billed: Receipt showing active participation (conference program or similar).&lt;br /&gt;
        Bank statements as proof of payment (please black out all information about other bookings).&lt;br /&gt;
&lt;br /&gt;
This procedure only applies to virtual conferences. In general, it is seldom necessary and should therefore be avoided to lay out costs privately, especially for the procurement of equipment. &lt;br /&gt;
&lt;br /&gt;
Rosi Gräbner (rosalba.graebner@kit.edu) will be happy to answer any questions in this regard - preferably before payments are made.&lt;/div&gt;</summary>
		<author><name>Jv0059</name></author>
	</entry>
	<entry>
		<id>https://www.imk-tro.kit.edu/trowiki/index.php?title=General_Info&amp;diff=55</id>
		<title>General Info</title>
		<link rel="alternate" type="text/html" href="https://www.imk-tro.kit.edu/trowiki/index.php?title=General_Info&amp;diff=55"/>
		<updated>2023-02-21T12:26:48Z</updated>

		<summary type="html">&lt;p&gt;Jv0059: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Page for random information that does not fit in anywhere else!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Mental Health Offers at KIT&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Mental Health First Aid: soon to be filled, meanwhile contact Selina Kiefer (selina.kiefer@kit.edu, CN, Building 435, Room 501, 0721 608-28715)&lt;br /&gt;
&lt;br /&gt;
General Support for Severe Issues: Conflict Management and Psychosocial Counseling (KMB) at KIT -&amp;gt; https://www.kmb.kit.edu/english/index.php&lt;br /&gt;
&lt;br /&gt;
Offers by the &amp;quot;Netzwerk Gesundheit&amp;quot; (&amp;quot;Network Health&amp;quot;) at KIT: https://gesundheit.net.kit.edu/50.php (only intranet)&lt;br /&gt;
&lt;br /&gt;
e.g. Online active break WS 2022/2023: &lt;br /&gt;
&lt;br /&gt;
Monday/Thursday: 13.45 -14.00 h&lt;br /&gt;
https://us04web.zoom.us/j/76281698502?pwd=DtjVbScK49vcrT9Ggt2oR1MFaOUDAa.1&lt;br /&gt;
Meeting-ID: 762 8169 8502; Kenncode: Ze2AUT&lt;br /&gt;
&lt;br /&gt;
Tuesday/Wednesday: 11.15-11.30h&lt;br /&gt;
https://us04web.zoom.us/j/79566102771?pwd=bHb3kCAJ4ZjfEb7zwkVZjv42WVXMbb.1&lt;br /&gt;
Meeting-ID: 795 6610 2771; Kenncode: fc7TKT&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Reporting Building Incidents at CS&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
A description on how to report building related incidents (e.g. lights, heating, doors, windows, sanitary facilities,...) is described [https://www.fm.kit.edu/english/124.php here].&lt;br /&gt;
&lt;br /&gt;
In case of an urgent incident you can call them, otherwise there is a [https://tts.fm.kit.edu/(wavewareprod)/1141/Start.html web formular], to set up a ticket specifying the incident.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Booking the Library at CS&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
* In your KIT Outlook choose the Calendar (works on web client). &lt;br /&gt;
* To add the calendar for the library:&lt;br /&gt;
*# Click on &amp;quot;Add calendar&amp;quot; - &amp;quot;From directory&amp;quot; &lt;br /&gt;
*# Type in, select, and open: IMK-TRO-lib-13.16-cs&lt;br /&gt;
* To add a new appointment:&lt;br /&gt;
*# Click on &amp;quot;New&amp;quot;&lt;br /&gt;
*# Select date and time and name of event (optional)&lt;br /&gt;
*# Under &amp;quot;People&amp;quot; add lib-13.16-cs@imk-tro.kit.edu and send the calendar appointment, if the library is free during this time you will get an email saying your request was accepted.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039; Colourblind Friendly Plotting Tools&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Here&#039;s a list of a few websites that have information and also palette generation for colourblind friendly plots:&lt;br /&gt;
&lt;br /&gt;
* https://colorbrewer2.org/#type=sequential&amp;amp;scheme=BuPu&amp;amp;n=9&lt;br /&gt;
* https://hclwizard.org/&lt;br /&gt;
* http://hclwizard.org:3000/hclwizard/&lt;/div&gt;</summary>
		<author><name>Jv0059</name></author>
	</entry>
	<entry>
		<id>https://www.imk-tro.kit.edu/trowiki/index.php?title=Business_trips&amp;diff=50</id>
		<title>Business trips</title>
		<link rel="alternate" type="text/html" href="https://www.imk-tro.kit.edu/trowiki/index.php?title=Business_trips&amp;diff=50"/>
		<updated>2023-02-03T09:50:44Z</updated>

		<summary type="html">&lt;p&gt;Jv0059: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== &#039;&#039;&#039;Business Trips (CS and CN employees)&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Courtesy of AG Grams&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Here you find all information for business trips. Most links only work when you have a VPN connection to KIT!&lt;br /&gt;
&lt;br /&gt;
All KIT official information are provided in German (thank you) here: [https://www.pse.kit.edu/dienstreisen.php].&lt;br /&gt;
&lt;br /&gt;
And the legal stuff here: [https://www.pse.kit.edu/650.php]&lt;br /&gt;
&lt;br /&gt;
Also see the IMK FAQ respective section (might be not uptodate) here: [https://www.imk-tro.kit.edu/english/interna/7399.php]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: different rules, forms, travel agencies currently apply for CS / CN! Depending on from which funding the trip will be paid or on which contract you are the respective rules apply. Standard case is that you use the form according to which contract you are on.&lt;br /&gt;
&lt;br /&gt;
There is a &#039;&#039;&#039;KIT-Helpline&#039;&#039;&#039; via ArbMedVV (Email vom Bereich vom 27.7.2018) 24h emergency respone: +49 (0) 7121433660 [www.sos-call.eu] In case you have trouble during a business trip (health, crime, lost things). see [https://www.pse.kit.edu/intranet/dienstreisen/Vorsorgeuntersuchungen%20bei%20Dienstreisen.pdf]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Step 1: Business travel form and A1 form&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Travel form&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Fill out the business travel request form. Bring it to the secretary and let it sign there. It is mandatory to register each trip to ensure insurance coverage via KIT.&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: only the first page! Bring it to Ms. Alexandra Beideck. (secretary CS)&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: only the first paragraph! Bring it to Ms. Sarah Schneitz. (secretary CN)&lt;br /&gt;
&lt;br /&gt;
If you are not at campus,&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: you can also fill it in online and send it (digitally signed!) to alexandra.beideck@kit.edu. (secretary CS)&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: you can also fill it out by hand, scan it and send it to sarah.schneitz@kit.edu (secretary CN)&lt;br /&gt;
&lt;br /&gt;
What happens with the form:&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: You will get it back after a few days with a travel number on top. &#039;&#039;&#039;Keep that travel request form, you will need it after the business trip to get your money back!&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: The &#039;&#039;yellow carbon&#039;&#039; copy will be forwarded to the Zeiterfassung to register the trip in ESS. You will get the form back latest after the business trip, keep it and fill it out to get your money back.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IMPORTANT FOR ALL&#039;&#039;&#039;: if you reimburse money, also if you got an advance payment (Vorschuss), you always must send the form back via the secretary after the trip.&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: You find the travel request form here as PDF: [https://team.kit.edu/sites/kit-vorlagenmanagement/Vorlagenmanagement/U_PSE_DR_AN_01_06-17.pdf] or here as WORD: [https://team.kit.edu/sites/kit-vorlagenmanagement/Vorlagenmanagement/U_PSE_DR_AN_01_06-17.doc]&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: You get the paper form from Sarah Schneitz or Rosi Gräbner or Roswitha in the CN secretary offices. Please use a pen and press hard, so that carbon copies print through!&lt;br /&gt;
&lt;br /&gt;
The PhD&#039;s have made an English translation of the form, it might be helpful:&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: [https://www.imk-tro.kit.edu/trowiki/images/9/93/Business_Travel_Form_CS_translated.pdf]&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: [https://www.imk-tro.kit.edu/trowiki/images/f/f2/Business_Travel_Form_CN_translated.pdf]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A1 form (only EU, EWR, CH, UK travelling)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You need the A1 form / Entsendung when travelling on mission for KIT within EU/EWR/CH/UK: online form well before travelling: [https://my.scc.kit.edu/shib/a1.php]. Not sure which rules apply for other countries.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Step 2: Book your flight/train/hotel&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When booking hotel/flights/train tickets, ALWAYS specify the institute address as the billing address. This address applies for all bills to KIT (including papers, conferences, etc):&lt;br /&gt;
&lt;br /&gt;
The correct address for &#039;&#039;&#039;Campus South&#039;&#039;&#039; is:&lt;br /&gt;
&lt;br /&gt;
     Karlsruhe Institute of Technology (KIT)&lt;br /&gt;
     Institute of Meteorology and Climate Research&lt;br /&gt;
     Kaiserstraße 12&lt;br /&gt;
     76131 Karlsruhe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The correct address for &#039;&#039;&#039;Campus North&#039;&#039;&#039; is:&lt;br /&gt;
&lt;br /&gt;
     Karlsruhe Institute of Technology (KIT)&lt;br /&gt;
     Institute of Meteorology and Climate Research&lt;br /&gt;
     Hermann-von-Helmholtz-Platz 1&lt;br /&gt;
     76344 Eggenstein-Leopoldshafen&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KIT VAT Number (both campuses)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
    KIT VAT number DE266749428&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The actual procedures&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
KIT has a travel agency which in principle would book everything for you. Note for CS this is currently DER Stuttgart (only flights and trains). For CN it is DER business travel located at CN (flights, trains, hotels). Our general impression is that this service is slow and somehow an extra burden (extra forms) and therefore not worth the extra fees they charge when booking hotels (only CN) or trains through them. However, they are quite helpful for finding flights and often have better cancellation policies. So for long-distance flights which are expensive and might have to be changed, definitely go with them, but plan well ahead. For expensive train tickets it might also be better to go through the agency.&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;Travelling by train&#039;&#039;: If you travel by train, you can either book it by yourself and hand in later the invoice and proof of payment (in the form of a bank statement) or let it get booked by the travel agency at KIT. If you decide to do the latter, you can find the templates and the exact procedures here:&lt;br /&gt;
        &#039;&#039;&#039;CS&#039;&#039;&#039; train form: [https://team.kit.edu/sites/kit-vorlagenmanagement/Vorlagenmanagement/U_PSE_DR_BS_01_03-12.doc] or as PDF document here [https://team.kit.edu/sites/kit-vorlagenmanagement/Vorlagenmanagement/U_PSE_DR_BS_01_03-12.pdf]&lt;br /&gt;
        &#039;&#039;&#039;CN&#039;&#039;&#039; one form for hotel/train/flight: [https://www.pse.kit.edu/der_bestellformular.php] (information), [https://www.pse.kit.edu/intranet/dienstreisen/Bestellformular%20DER%20Business%20Travel.pdf] (form)&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;Travelling by plane&#039;&#039;:&lt;br /&gt;
        &#039;&#039;&#039;CS&#039;&#039;&#039; flight form: Fill out the form and send it to the travel agency via email (you will find the email address in the form): [https://www.pse.kit.edu/intranet/dienstreisen/2021_DER_Stuttgart_Bestellformular_Flug_LandBW.docx].&lt;br /&gt;
        &#039;&#039;&#039;CN&#039;&#039;&#039; one form for hotel/train/flight: [https://www.pse.kit.edu/der_bestellformular.php] (information), [https://www.pse.kit.edu/intranet/dienstreisen/Bestellformular%20DER%20Business%20Travel.pdf] (form)&lt;br /&gt;
&lt;br /&gt;
    They will then come back to you via email and they will then send you offers. In this case you don&#039;t have to pay something by yourself, it will already be charged with the project money!&lt;br /&gt;
&lt;br /&gt;
    Book a hotel: If you stay over night, you might need to book a hotel. The easiest (and most safe) way is to do it by HRS: [https://www.hrs.de/web3/?clientId=ZGVfX2J2YXp1d2U,1]. You need to log in with the password provided here: [https://www.pse.kit.edu/1075.php].)&lt;br /&gt;
        &#039;&#039;&#039;CS&#039;&#039;&#039;: &#039;&#039;&#039;The most important thing is that you stay below 95€ per night per person&#039;&#039;&#039; as Campus South employee! You can directly book the hotel via this webpage and don&#039;t forget to fill in the institute address as billing address!&lt;br /&gt;
        &#039;&#039;&#039;CN&#039;&#039;&#039;: &#039;&#039;&#039;Only hotels which stay below 70€ per night per person will be reimbursed as Campus North employee without further question&#039;&#039;&#039;! In addition also hotels with the &amp;quot;TMS&amp;quot; Logo will be reimbursed. HRS lists the local allowance (Bund) for the destination, which is helpful. In doubt ask back, and see information below.&lt;br /&gt;
&lt;br /&gt;
    It might be that you have to pay the hotel by yourself once you arrive, so don&#039;t forget to hand in later (in Step 3) the invoice and proof of payment (in the form of a bank statement).&lt;br /&gt;
&lt;br /&gt;
There are partner hotels of KIT, which you can find here for hotel within Germany: [https://www.pse.kit.edu/intranet/dienstreisen/TMS-Hotelliste%20Inland%202022%20Stand%202022-02-18.xlsx] and here for hotels out of Germany [https://www.pse.kit.edu/intranet/dienstreisen/TMS-Hotelliste%20Ausland%202022%20Stand%202022-02-18.xlsx]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IMPORTANT&#039;&#039;&#039;: If you want or need a hotel other than listed, either (1) stay below the limit, (2) give proof of what an allowed hotel on HRS would have costed (screenshot), (3) talk back to your group leader and write a written explanation why you need to stay in that hotel (e.g. specific conference hotel during a workshop).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Step 3: Get back the money you spent&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
After you returned from your business trip you need to collect all your invoices from the trip and get the proof of payments in form of a bank statement. Now you fill out the second page (CS) / the remaining section (CN) of the travel request form and bring that form together with all invoices and the bank statements to the respective secretary. After 2-3 months you will receive a letter (CS) / an email (CN) with the information that your payment has been processed by the human resources department and also the information how much money you will receive. The money will be transferred to your specified account.&lt;br /&gt;
&lt;br /&gt;
In addition to the expenses you had you get daily allowances. These depend on your destination. For Germany:&lt;br /&gt;
&lt;br /&gt;
    * 24h absence 24€/100%; &amp;gt;8h absence 12€/80%; &amp;lt;8h 0%&lt;br /&gt;
    * if you get a meal (as part of hotel / conference) this allowance will be cut by 20% for breakfast 40% for lunch, 40 % for dinner (thus for Germany from 24€ cut by 4.80/9.60/9.60)&lt;br /&gt;
&lt;br /&gt;
Contact persons for requests of the processing at HR = PSE:&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: Jacob, Vera (PSE) vera.jacob@kit.edu Tel. 25016 (contact only as last resort, always indicate the travel form number, be polite)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Further information&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please check the various PSE pages (in German) and IMK FAQ for specific things. All rules are explained there. The most frequent things we list below:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Combining business trip and holidays&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: in principle you can do that and we also encourage it if you travel long distance by plane (make most out of the carbon emission). Still talk to group leader and eventually the HR (PSE) person.&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: you can extend a stay by at most 5 working days, otherwise the transportation will not be reimbursed (private character of the trip).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vorschuss - advance payment&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You can request an advance payment, in particular if you have to pay expensive registration fees, hotels, trains, flights on your own in advance. You need to give a proof of the payments already made (invoice, bank statement) or a proof of the anticipated costs (e.g. conference announcement, informal letter listing the expected costs). Talk to group leader.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Paying invoice via institute&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
    * First fill out and get signed your Dienstreisenatrag.&lt;br /&gt;
    * Make sure that the invoice is properly done. It should contain:&lt;br /&gt;
    * adress (CN or CS) and &#039;&#039;&#039;KIT5250&#039;&#039;&#039; (in the address field or subject line; without quotation marks, spaces or hyphen)&lt;br /&gt;
    * detailed information about issuer: address of the institution, bank account of the institution, bank name, BIC, official adress associated with the account (which might sometimes differ from the account of the institution), contact details&lt;br /&gt;
    * &#039;&#039;What&#039;s important is that you are not the one sending the invoice but it has to be send by issuing institution to rechnung@fima.kit.edu&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Bahncard&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
DB Bahncard 25/50/100 can be reimbursed if you make proof that you save the costs via the savings made on business trips. Either do it afterwards, handing in all receipts of DB tickets, where you used your bahncard on business trips or make a projection of planned trips and KIT will directly pay for a Bahncard. For us the first option might apply if at all.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Only online conference fees&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you have a single invoice, do not do the travel form procedure. Instead go via an invoice, use this form [https://git.scc.kit.edu/groups/spreadout/-/wikis/uploads/892281a12907134dd538a43d82a0a1ce/ErstattungAuslagen_IMK-TRO_virtuelleKonferenzen.docx] and follow the following procedure (Email of Roswitha from 14.1.2021) (collapsable menu):&lt;br /&gt;
&lt;br /&gt;
    * Before registering, please obtain written permission from the group leadership (please with a separate email that refers only to this process, subject: &amp;quot;Permission to attend virtual conference XY&amp;quot;). The e-mail reply from the group leader should also include information about the project from which the costs are to be paid (for Transregio W2W, please specify the exact subproject).&lt;br /&gt;
    * It is neither necessary nor desired to create an order in SAP!&lt;br /&gt;
    * For all invoices, the central KIT address (Kaiserstr. 12 or Hermann-von-Helmholtz-Platz) must be given as the invoice address. Invoices issued to a private address cannot be reimbursed.&lt;br /&gt;
    * If invoices are to be paid directly by our financial department, please specify rechnung@fima.kit.edu as the invoice e-mail address and specify the cost center (Kostenstelle) with the prefix &amp;quot;KIT&amp;quot; as the invoice reference (i.e., KIT5250 (CN) KIT??? (CS), without spaces or hyphens!)! If not possible otherwise, the cost center can also be indicated in the address field.&lt;br /&gt;
    * After the conference please hand in the following documents to Rosi Gräbner:&lt;br /&gt;
        E-mail printout of the approval of the participation including the information from which project the costs are to be paid&lt;br /&gt;
        Printout of all invoices&lt;br /&gt;
        If abstract fees are billed: Receipt showing active participation (conference program or similar).&lt;br /&gt;
        Bank statements as proof of payment (please black out all information about other bookings).&lt;br /&gt;
&lt;br /&gt;
This procedure only applies to virtual conferences. In general, it is seldom necessary and should therefore be avoided to lay out costs privately, especially for the procurement of equipment. &lt;br /&gt;
&lt;br /&gt;
Rosi Gräbner (rosalba.graebner@kit.edu) will be happy to answer any questions in this regard - preferably before payments are made.&lt;/div&gt;</summary>
		<author><name>Jv0059</name></author>
	</entry>
	<entry>
		<id>https://www.imk-tro.kit.edu/trowiki/index.php?title=PhD_Information&amp;diff=36</id>
		<title>PhD Information</title>
		<link rel="alternate" type="text/html" href="https://www.imk-tro.kit.edu/trowiki/index.php?title=PhD_Information&amp;diff=36"/>
		<updated>2022-12-09T14:23:57Z</updated>

		<summary type="html">&lt;p&gt;Jv0059: /* PhD Committee and Representatives */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki hopes to cover most information regarding the admin part about doing a PhD at IMK, however there are many other places that also supply information and some are listed here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== General Information for PhD Students ==&lt;br /&gt;
A nice overview about doing a doctorate at IMK(TRO) can be found [https://www.imk-tro.kit.edu/trowiki/images/7/77/Doctorate_IMK-TRO_v2022.pdf here].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== PhD Council and Representatives ==&lt;br /&gt;
&lt;br /&gt;
We have now started a PhD Council at IMK with two representatives in charge of the contact with the group leaders. We are informally in charge of adding things to this wiki as well as other projects for improving PhD life at IMK. If you are interested in joining us or you have small or big ideas send us an email (imk-phd-committee@lists.kit.edu) !&lt;br /&gt;
&lt;br /&gt;
We are aiming at organising a bi-annual PhD Assembly to improve our networking as well as an opportunity to voice any concerns. These will hopefully be in conjunction with the semester start and will be announced in the TRO Newsletter as well through the PhD emailing lists.&lt;br /&gt;
&lt;br /&gt;
== Business trips ==&lt;br /&gt;
&lt;br /&gt;
Please see the page on  [https://www.imk-tro.kit.edu/trowiki/index.php?title=Business_trips business trips].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== On-boarding Checklist ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Registering as a PhD Student  ==&lt;br /&gt;
&lt;br /&gt;
The registration procedure can be quite complicated for a new PhD student, [https://www.imk-tro.kit.edu/trowiki/images/8/80/PhD_induction_day_2022_Registration.pdf here] is the information given on the latest PhD Induction day. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Further information can be found here:&lt;br /&gt;
&lt;br /&gt;
* [https://www.khys.kit.edu/english/doing-phd-at-kit.php KHYS (Karlsruhe House of Young Scientists)]&lt;br /&gt;
&lt;br /&gt;
* [https://www.imk-tro.kit.edu/interna/7399.php Internal IMK-TRO Page]&lt;br /&gt;
&lt;br /&gt;
* [https://www.khys.kit.edu/doktorandenkonvent-physik/english/index.php# Doktorandenkonvent of the Department of Physics]&lt;br /&gt;
&lt;br /&gt;
* [https://www.imk-tro.kit.edu/trowiki/images/7/77/Doctorate_IMK-TRO_v2022.pdf General info about doing a PhD at IMK-TRO]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Teaching ==&lt;br /&gt;
A nice intro to teaching at the IMK can be found [https://www.imk-tro.kit.edu/trowiki/images/e/e6/Leaflet_Teaching_Participation_IMK_PHD_v20220927.pdf here].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Reporting building related incidents ==&lt;br /&gt;
Please see the page on [[Report building related incidents|reporting building related incidents]].&lt;/div&gt;</summary>
		<author><name>Jv0059</name></author>
	</entry>
	<entry>
		<id>https://www.imk-tro.kit.edu/trowiki/index.php?title=PhD_Information&amp;diff=27</id>
		<title>PhD Information</title>
		<link rel="alternate" type="text/html" href="https://www.imk-tro.kit.edu/trowiki/index.php?title=PhD_Information&amp;diff=27"/>
		<updated>2022-12-08T11:57:41Z</updated>

		<summary type="html">&lt;p&gt;Jv0059: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== General Information for PhD Students ==&lt;br /&gt;
A nice overview about doing a doctorate at IMK(TRO) can be found [https://www.imk-tro.kit.edu/trowiki/images/7/77/Doctorate_IMK-TRO_v2022.pdf here].&lt;br /&gt;
&lt;br /&gt;
This wiki hopes to cover most information regarding the admin part about doing a PhD at IMK, however there are many other places that also supply information:&lt;br /&gt;
&lt;br /&gt;
* [https://www.khys.kit.edu/english/doing-phd-at-kit.php KHYS (Karlsruhe House of Young Scientists)]&lt;br /&gt;
&lt;br /&gt;
* [https://www.imk-tro.kit.edu/interna/7399.php Internal IMK-TRO Page]&lt;br /&gt;
&lt;br /&gt;
== PhD Committee and Representatives ==&lt;br /&gt;
&lt;br /&gt;
We have now started a PhD Committee at IMK with two representatives in charge of the contact with the group leaders. We are informally in charge of adding things to this wiki as well as other projects for improving PhD life at IMK. If you are interested in joining us or you have small or big ideas send us an email (imk-phd-committee@lists.kit.edu) !&lt;br /&gt;
&lt;br /&gt;
We are aiming at organising a bi-annual PhD Assembly to improve our networking as well as an opportunity to voice any concerns. These will hopefully be in conjunction with the semester start and will be announced in the TRO Newsletter as well through the PhD emailing lists. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Business trips ==&lt;br /&gt;
&lt;br /&gt;
Please see the page on  [https://www.imk-tro.kit.edu/trowiki/index.php?title=Business_trips business trips].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== On-boarding Checklist ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Registering as a PhD Student  ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Teaching ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Reporting building related incidents ==&lt;br /&gt;
Please see the page on [[Report building related incidents|reporting building related incidents]].&lt;/div&gt;</summary>
		<author><name>Jv0059</name></author>
	</entry>
	<entry>
		<id>https://www.imk-tro.kit.edu/trowiki/index.php?title=PhD_Information&amp;diff=26</id>
		<title>PhD Information</title>
		<link rel="alternate" type="text/html" href="https://www.imk-tro.kit.edu/trowiki/index.php?title=PhD_Information&amp;diff=26"/>
		<updated>2022-12-08T10:41:41Z</updated>

		<summary type="html">&lt;p&gt;Jv0059: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== General Information for PhD Students ==&lt;br /&gt;
A nice overview about doing a doctorate at IMK(TRO) can be found [https://www.imk-tro.kit.edu/trowiki/images/7/77/Doctorate_IMK-TRO_v2022.pdf here].&lt;br /&gt;
&lt;br /&gt;
This wiki hopes to cover most information regarding the admin part about doing a PhD at IMK, however there are many other places that also supply information:&lt;br /&gt;
&lt;br /&gt;
* [https://www.khys.kit.edu/english/doing-phd-at-kit.php KHYS (Karlsruhe House of Young Scientists)]&lt;br /&gt;
&lt;br /&gt;
* [https://www.imk-tro.kit.edu/interna/7399.php Internal IMK-TRO Page]&lt;br /&gt;
&lt;br /&gt;
== PhD Committee and Representatives ==&lt;br /&gt;
&lt;br /&gt;
We have now started a PhD Committee at IMK with two representatives in charge of the contact with the group leaders. We are informally in charge of adding things to this wiki as well as other projects for improving PhD life at IMK. If you are interested in joining us or you have small or big ideas send us an email (imk-phd-committee@lists.kit.edu) !&lt;br /&gt;
&lt;br /&gt;
We are aiming at organising a bi-annual PhD Assembly to improve our networking as well as an opportunity to voice any concerns. These will hopefully be in conjunction with the semester start and will be announced in the TRO Newsletter as well through the PhD emailing lists. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Business trips ==&lt;br /&gt;
&lt;br /&gt;
Please see the page on  [https://www.imk-tro.kit.edu/trowiki/index.php?title=Business_trips business trips].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== On-boarding Checklist ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Registering as a PhD Student  ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Teaching ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Reporting building related incidents ==&lt;br /&gt;
Please see the page on [https://www.imk-tro.kit.edu/trowiki/index.php?title=building_related_incidents building related incidents].&lt;/div&gt;</summary>
		<author><name>Jv0059</name></author>
	</entry>
	<entry>
		<id>https://www.imk-tro.kit.edu/trowiki/index.php?title=Business_trips&amp;diff=25</id>
		<title>Business trips</title>
		<link rel="alternate" type="text/html" href="https://www.imk-tro.kit.edu/trowiki/index.php?title=Business_trips&amp;diff=25"/>
		<updated>2022-12-08T10:33:04Z</updated>

		<summary type="html">&lt;p&gt;Jv0059: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== &#039;&#039;&#039;Business Trips (CS and CN employees)&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Courtesy of AG Grams&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Here you find all information for business trips. Most links only work when you have a VPN connection to KIT!&lt;br /&gt;
&lt;br /&gt;
All KIT official information are provided in German (thank you) here: [https://www.pse.kit.edu/dienstreisen.php].&lt;br /&gt;
&lt;br /&gt;
And the legal stuff here: [https://www.pse.kit.edu/650.php]&lt;br /&gt;
&lt;br /&gt;
Also see the IMK FAQ respective section (might be not uptodate) here: [https://www.imk-tro.kit.edu/english/interna/7399.php]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: different rules, forms, travel agencies currently apply for CS / CN! Depending on from which funding the trip will be paid or on which contract you are the respective rules apply. Standard case is that you use the form according to which contract you are on.&lt;br /&gt;
&lt;br /&gt;
There is a &#039;&#039;&#039;KIT-Helpline&#039;&#039;&#039; via ArbMedVV (Email vom Bereich vom 27.7.2018) 24h emergency respone: +49 (0) 7121433660 [www.sos-call.eu] In case you have trouble during a business trip (health, crime, lost things). see [https://www.pse.kit.edu/intranet/dienstreisen/Vorsorgeuntersuchungen%20bei%20Dienstreisen.pdf]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Step 1: Business travel form and A1 form&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Travel form&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Fill out the business travel request form. Bring it to the secretary and let it sign there. It is mandatory to register each trip to ensure insurance coverage via KIT.&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: only the first page! Bring it to Ms. Alexandra Beideck. (secretary CS)&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: only the first paragraph! Bring it to Ms. Doris Stenschke. (secretary CN)&lt;br /&gt;
&lt;br /&gt;
If you are not at campus,&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: you can also fill it in online and send it (digitally signed!) to alexandra.beideck@kit.edu. (secretary CS)&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: you can also fill it out by hand, scan it and send it to doris.stenschke@kit.edu (secretary CN)&lt;br /&gt;
&lt;br /&gt;
What happens with the form:&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: You will get it back after a few days with a travel number on top. &#039;&#039;&#039;Keep that travel request form, you will need it after the business trip to get your money back!&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: The &#039;&#039;yellow carbon&#039;&#039; copy will be forwarded to the Zeiterfassung to register the trip in ESS. You will get the form back latest after the business trip, keep it and fill it out to get your money back.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IMPORTANT FOR ALL&#039;&#039;&#039;: if you reimburse money, also if you got an advance payment (Vorschuss), you always must send the form back via the secretary after the trip.&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: You find the travel request form here as PDF: [https://team.kit.edu/sites/kit-vorlagenmanagement/Vorlagenmanagement/U_PSE_DR_AN_01_06-17.pdf] or here as WORD: [https://team.kit.edu/sites/kit-vorlagenmanagement/Vorlagenmanagement/U_PSE_DR_AN_01_06-17.doc]&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: You get the paper form from Doris Stenschke or Rosi Gräbner or Roswitha in the CN secretary offices. Please use a pen and press hard, so that carbon copies print through!&lt;br /&gt;
&lt;br /&gt;
The PhD&#039;s have made an English translation of the form, it might be helpful:&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: [https://www.imk-tro.kit.edu/trowiki/images/9/93/Business_Travel_Form_CS_translated.pdf]&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: [https://www.imk-tro.kit.edu/trowiki/images/f/f2/Business_Travel_Form_CN_translated.pdf]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A1 form (only EU, EWR, CH, UK travelling)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You need the A1 form / Entsendung when travelling on mission for KIT within EU/EWR/CH/UK: online form well before travelling: [https://my.scc.kit.edu/shib/a1.php]. Not sure which rules apply for other countries.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Step 2: Book your flight/train/hotel&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When booking hotel/flights/train tickets, ALWAYS specify the institute address as the billing address. This address applies for all bills to KIT (including papers, conferences, etc):&lt;br /&gt;
&lt;br /&gt;
The correct address for &#039;&#039;&#039;Campus South&#039;&#039;&#039; is:&lt;br /&gt;
&lt;br /&gt;
     Karlsruhe Institute of Technology (KIT)&lt;br /&gt;
     Institute of Meteorology and Climate Research&lt;br /&gt;
     Kaiserstraße 12&lt;br /&gt;
     76131 Karlsruhe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The correct address for &#039;&#039;&#039;Campus North&#039;&#039;&#039; is:&lt;br /&gt;
&lt;br /&gt;
     Karlsruhe Institute of Technology (KIT)&lt;br /&gt;
     Institute of Meteorology and Climate Research&lt;br /&gt;
     Hermann-von-Helmholtz-Platz 1&lt;br /&gt;
     76344 Eggenstein-Leopoldshafen&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KIT VAT Number (both campuses)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
    KIT VAT number DE266749428&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The actual procedures&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
KIT has a travel agency which in principle would book everything for you. Note for CS this is currently DER Stuttgart (only flights and trains). For CN it is DER business travel located at CN (flights, trains, hotels). Our general impression is that this service is slow and somehow an extra burden (extra forms) and therefore not worth the extra fees they charge when booking hotels (only CN) or trains through them. However, they are quite helpful for finding flights and often have better cancellation policies. So for long-distance flights which are expensive and might have to be changed, definitely go with them, but plan well ahead. For expensive train tickets it might also be better to go through the agency.&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;Travelling by train&#039;&#039;: If you travel by train, you can either book it by yourself and hand in later the invoice and proof of payment (in the form of a bank statement) or let it get booked by the travel agency at KIT. If you decide to do the latter, you can find the templates and the exact procedures here:&lt;br /&gt;
        &#039;&#039;&#039;CS&#039;&#039;&#039; train form: [https://team.kit.edu/sites/kit-vorlagenmanagement/Vorlagenmanagement/U_PSE_DR_BS_01_03-12.doc] or as PDF document here [https://team.kit.edu/sites/kit-vorlagenmanagement/Vorlagenmanagement/U_PSE_DR_BS_01_03-12.pdf]&lt;br /&gt;
        &#039;&#039;&#039;CN&#039;&#039;&#039; one form for hotel/train/flight: [https://www.pse.kit.edu/der_bestellformular.php] (information), [https://www.pse.kit.edu/intranet/dienstreisen/Bestellformular%20DER%20Business%20Travel.pdf] (form)&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;Travelling by plane&#039;&#039;:&lt;br /&gt;
        &#039;&#039;&#039;CS&#039;&#039;&#039; flight form: Fill out the form and send it to the travel agency via email (you will find the email address in the form): [https://www.pse.kit.edu/intranet/dienstreisen/2021_DER_Stuttgart_Bestellformular_Flug_LandBW.docx].&lt;br /&gt;
        &#039;&#039;&#039;CN&#039;&#039;&#039; one form for hotel/train/flight: [https://www.pse.kit.edu/der_bestellformular.php] (information), [https://www.pse.kit.edu/intranet/dienstreisen/Bestellformular%20DER%20Business%20Travel.pdf] (form)&lt;br /&gt;
&lt;br /&gt;
    They will then come back to you via email and they will then send you offers. In this case you don&#039;t have to pay something by yourself, it will already be charged with the project money!&lt;br /&gt;
&lt;br /&gt;
    Book a hotel: If you stay over night, you might need to book a hotel. The easiest (and most safe) way is to do it by HRS: [https://www.hrs.de/web3/?clientId=ZGVfX2J2YXp1d2U,1]. You need to log in with the password provided here: [https://www.pse.kit.edu/1075.php].)&lt;br /&gt;
        &#039;&#039;&#039;CS&#039;&#039;&#039;: &#039;&#039;&#039;The most important thing is that you stay below 95€ per night per person&#039;&#039;&#039; as Campus South employee! You can directly book the hotel via this webpage and don&#039;t forget to fill in the institute address as billing address!&lt;br /&gt;
        &#039;&#039;&#039;CN&#039;&#039;&#039;: &#039;&#039;&#039;Only hotels which stay below 70€ per night per person will be reimbursed as Campus North employee without further question&#039;&#039;&#039;! In addition also hotels with the &amp;quot;TMS&amp;quot; Logo will be reimbursed. HRS lists the local allowance (Bund) for the destination, which is helpful. In doubt ask back, and see information below.&lt;br /&gt;
&lt;br /&gt;
    It might be that you have to pay the hotel by yourself once you arrive, so don&#039;t forget to hand in later (in Step 3) the invoice and proof of payment (in the form of a bank statement).&lt;br /&gt;
&lt;br /&gt;
There are partner hotels of KIT, which you can find here for hotel within Germany: [https://www.pse.kit.edu/intranet/dienstreisen/TMS-Hotelliste%20Inland%202022%20Stand%202022-02-18.xlsx] and here for hotels out of Germany [https://www.pse.kit.edu/intranet/dienstreisen/TMS-Hotelliste%20Ausland%202022%20Stand%202022-02-18.xlsx]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IMPORTANT&#039;&#039;&#039;: If you want or need a hotel other than listed, either (1) stay below the limit, (2) give proof of what an allowed hotel on HRS would have costed (screenshot), (3) talk back to your group leader and write a written explanation why you need to stay in that hotel (e.g. specific conference hotel during a workshop).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Step 3: Get back the money you spent&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
After you returned from your business trip you need to collect all your invoices from the trip and get the proof of payments in form of a bank statement. Now you fill out the second page (CS) / the remaining section (CN) of the travel request form and bring that form together with all invoices and the bank statements to the respective secretary. After 2-3 months you will receive a letter (CS) / an email (CN) with the information that your payment has been processed by the human resources department and also the information how much money you will receive. The money will be transferred to your specified account.&lt;br /&gt;
&lt;br /&gt;
In addition to the expenses you had you get daily allowances. These depend on your destination. For Germany:&lt;br /&gt;
&lt;br /&gt;
    * 24h absence 24€/100%; &amp;gt;8h absence 12€/80%; &amp;lt;8h 0%&lt;br /&gt;
    * if you get a meal (as part of hotel / conference) this allowance will be cut by 20% for breakfast 40% for lunch, 40 % for dinner (thus for Germany from 24€ cut by 4.80/9.60/9.60)&lt;br /&gt;
&lt;br /&gt;
Contact persons for requests of the processing at HR = PSE:&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: Jacob, Vera (PSE) vera.jacob@kit.edu Tel. 25016 (contact only as last resort, always indicate the travel form number, be polite)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Further information&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please check the various PSE pages (in German) and IMK FAQ for specific things. All rules are explained there. The most frequent things we list below:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Combining business trip and holidays&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: in principle you can do that and we also encourage it if you travel long distance by plane (make most out of the carbon emission). Still talk to group leader and eventually the HR (PSE) person.&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: you can extend a stay by at most 5 working days, otherwise the transportation will not be reimbursed (private character of the trip).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vorschuss - advance payment&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You can request an advance payment, in particular if you have to pay expensive registration fees, hotels, trains, flights on your own in advance. You need to give a proof of the payments already made (invoice, bank statement) or a proof of the anticipated costs (e.g. conference announcement, informal letter listing the expected costs). Talk to group leader.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Paying invoice via institute&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
    * First fill out and get signed your Dienstreisenatrag.&lt;br /&gt;
    * Make sure that the invoice is properly done. It should contain:&lt;br /&gt;
    * adress (CN or CS) and &#039;&#039;&#039;KIT5250&#039;&#039;&#039; (in the address field or subject line; without quotation marks, spaces or hyphen)&lt;br /&gt;
    * detailed information about issuer: address of the institution, bank account of the institution, bank name, BIC, official adress associated with the account (which might sometimes differ from the account of the institution), contact details&lt;br /&gt;
    * &#039;&#039;What&#039;s important is that you are not the one sending the invoice but it has to be send by issuing institution to rechnung@fima.kit.edu&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Bahncard&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
DB Bahncard 25/50/100 can be reimbursed if you make proof that you save the costs via the savings made on business trips. Either do it afterwards, handing in all receipts of DB tickets, where you used your bahncard on business trips or make a projection of planned trips and KIT will directly pay for a Bahncard. For us the first option might apply if at all.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Only online conference fees&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you have a single invoice, do not do the travel form procedure. Instead go via an invoice, use this form [https://git.scc.kit.edu/groups/spreadout/-/wikis/uploads/892281a12907134dd538a43d82a0a1ce/ErstattungAuslagen_IMK-TRO_virtuelleKonferenzen.docx] and follow the following procedure (Email of Roswitha from 14.1.2021) (collapsable menu):&lt;br /&gt;
&lt;br /&gt;
    * Before registering, please obtain written permission from the group leadership (please with a separate email that refers only to this process, subject: &amp;quot;Permission to attend virtual conference XY&amp;quot;). The e-mail reply from the group leader should also include information about the project from which the costs are to be paid (for Transregio W2W, please specify the exact subproject).&lt;br /&gt;
    * It is neither necessary nor desired to create an order in SAP!&lt;br /&gt;
    * For all invoices, the central KIT address (Kaiserstr. 12 or Hermann-von-Helmholtz-Platz) must be given as the invoice address. Invoices issued to a private address cannot be reimbursed.&lt;br /&gt;
    * If invoices are to be paid directly by our financial department, please specify rechnung@fima.kit.edu as the invoice e-mail address and specify the cost center (Kostenstelle) with the prefix &amp;quot;KIT&amp;quot; as the invoice reference (i.e., KIT5250 (CN) KIT??? (CS), without spaces or hyphens!)! If not possible otherwise, the cost center can also be indicated in the address field.&lt;br /&gt;
    * After the conference please hand in the following documents to Rosi Gräbner:&lt;br /&gt;
        E-mail printout of the approval of the participation including the information from which project the costs are to be paid&lt;br /&gt;
        Printout of all invoices&lt;br /&gt;
        If abstract fees are billed: Receipt showing active participation (conference program or similar).&lt;br /&gt;
        Bank statements as proof of payment (please black out all information about other bookings).&lt;br /&gt;
&lt;br /&gt;
This procedure only applies to virtual conferences. In general, it is seldom necessary and should therefore be avoided to lay out costs privately, especially for the procurement of equipment. &lt;br /&gt;
&lt;br /&gt;
Rosi Gräbner (rosalba.graebner@kit.edu) will be happy to answer any questions in this regard - preferably before payments are made.&lt;/div&gt;</summary>
		<author><name>Jv0059</name></author>
	</entry>
	<entry>
		<id>https://www.imk-tro.kit.edu/trowiki/index.php?title=File:Business_Travel_Form_CN_translated.pdf&amp;diff=24</id>
		<title>File:Business Travel Form CN translated.pdf</title>
		<link rel="alternate" type="text/html" href="https://www.imk-tro.kit.edu/trowiki/index.php?title=File:Business_Travel_Form_CN_translated.pdf&amp;diff=24"/>
		<updated>2022-12-08T10:31:52Z</updated>

		<summary type="html">&lt;p&gt;Jv0059: Unofficial translation of the business travel form for Campus North.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Unofficial translation of the business travel form for Campus North.&lt;/div&gt;</summary>
		<author><name>Jv0059</name></author>
	</entry>
	<entry>
		<id>https://www.imk-tro.kit.edu/trowiki/index.php?title=File:Business_Travel_Form_CS_translated.pdf&amp;diff=23</id>
		<title>File:Business Travel Form CS translated.pdf</title>
		<link rel="alternate" type="text/html" href="https://www.imk-tro.kit.edu/trowiki/index.php?title=File:Business_Travel_Form_CS_translated.pdf&amp;diff=23"/>
		<updated>2022-12-08T10:31:21Z</updated>

		<summary type="html">&lt;p&gt;Jv0059: Unofficial translation of the business travel form for Campus South.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Unofficial translation of the business travel form for Campus South.&lt;/div&gt;</summary>
		<author><name>Jv0059</name></author>
	</entry>
	<entry>
		<id>https://www.imk-tro.kit.edu/trowiki/index.php?title=PhD_Information&amp;diff=22</id>
		<title>PhD Information</title>
		<link rel="alternate" type="text/html" href="https://www.imk-tro.kit.edu/trowiki/index.php?title=PhD_Information&amp;diff=22"/>
		<updated>2022-12-08T10:30:23Z</updated>

		<summary type="html">&lt;p&gt;Jv0059: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== General Information for PhD Students ==&lt;br /&gt;
A nice overview about doing a doctorate at IMK(TRO) can be found [https://www.imk-tro.kit.edu/trowiki/images/7/77/Doctorate_IMK-TRO_v2022.pdf here].&lt;br /&gt;
&lt;br /&gt;
This wiki hopes to cover most information regarding the admin part about doing a PhD at IMK, however there are many other places that also supply information:&lt;br /&gt;
&lt;br /&gt;
* [https://www.khys.kit.edu/english/doing-phd-at-kit.php KHYS (Karlsruhe House of Young Scientists)]&lt;br /&gt;
&lt;br /&gt;
* [https://www.imk-tro.kit.edu/interna/7399.php Internal IMK-TRO Page]&lt;br /&gt;
&lt;br /&gt;
== PhD Committee and Representatives ==&lt;br /&gt;
&lt;br /&gt;
We have now started a PhD Committee at IMK with two representatives in charge of the contact with the group leaders. We are informally in charge of adding things to this wiki as well as other projects for improving PhD life at IMK. If you are interested in joining us or you have small or big ideas send us an email (imk-phd-committee@lists.kit.edu) !&lt;br /&gt;
&lt;br /&gt;
We are aiming at organising a bi-annual PhD Assembly to improve our networking as well as an opportunity to voice any concerns. These will hopefully be in conjunction with the semester start and will be announced in the TRO Newsletter as well through the PhD emailing lists. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Business trips ==&lt;br /&gt;
&lt;br /&gt;
Please see the page on  [https://www.imk-tro.kit.edu/trowiki/index.php?title=Business_trips business trips].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== On-boarding Checklist ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Registering as a PhD Student  ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Teaching ==&lt;/div&gt;</summary>
		<author><name>Jv0059</name></author>
	</entry>
	<entry>
		<id>https://www.imk-tro.kit.edu/trowiki/index.php?title=File:Doctorate_IMK-TRO_v2022.pdf&amp;diff=21</id>
		<title>File:Doctorate IMK-TRO v2022.pdf</title>
		<link rel="alternate" type="text/html" href="https://www.imk-tro.kit.edu/trowiki/index.php?title=File:Doctorate_IMK-TRO_v2022.pdf&amp;diff=21"/>
		<updated>2022-12-08T10:26:35Z</updated>

		<summary type="html">&lt;p&gt;Jv0059: /* Summary */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Doctorate at IMK-TRO at the KIT-Faculty of Physics&lt;br /&gt;
&lt;br /&gt;
- Important Link&lt;br /&gt;
&lt;br /&gt;
- Become a member of the KIT-Faculty of Physics&lt;br /&gt;
&lt;br /&gt;
- Consider to become a member of GRACE (Graduate School for Climate and&lt;br /&gt;
Environment)&lt;br /&gt;
&lt;br /&gt;
- Teaching IMK-students&lt;br /&gt;
&lt;br /&gt;
- Writing your dissertation&lt;br /&gt;
&lt;br /&gt;
- Organizational procedure before the exam&lt;br /&gt;
&lt;br /&gt;
- Preparation of presentation and oral exam&lt;br /&gt;
&lt;br /&gt;
- Defense talk/presentation and oral exam&lt;br /&gt;
&lt;br /&gt;
- Publishing your dissertation - printed and online version&lt;/div&gt;</summary>
		<author><name>Jv0059</name></author>
	</entry>
	<entry>
		<id>https://www.imk-tro.kit.edu/trowiki/index.php?title=File:Doctorate_IMK-TRO_v2022.pdf&amp;diff=20</id>
		<title>File:Doctorate IMK-TRO v2022.pdf</title>
		<link rel="alternate" type="text/html" href="https://www.imk-tro.kit.edu/trowiki/index.php?title=File:Doctorate_IMK-TRO_v2022.pdf&amp;diff=20"/>
		<updated>2022-12-08T10:25:06Z</updated>

		<summary type="html">&lt;p&gt;Jv0059: Doctorate at IMK-TRO at the KIT-Faculty of Physics
- Important Link
- Become a member of the KIT-Faculty of Physics
- Consider to become a member of GRACE (Graduate School for Climate and
Environment)
- Teaching IMK-students
- Writing your dissertation...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Doctorate at IMK-TRO at the KIT-Faculty of Physics&lt;br /&gt;
- Important Link&lt;br /&gt;
- Become a member of the KIT-Faculty of Physics&lt;br /&gt;
- Consider to become a member of GRACE (Graduate School for Climate and&lt;br /&gt;
Environment)&lt;br /&gt;
- Teaching IMK-students&lt;br /&gt;
- Writing your dissertation&lt;br /&gt;
- Organizational procedure before the exam&lt;br /&gt;
- Preparation of presentation and oral exam&lt;br /&gt;
- Defense talk/presentation and oral exam&lt;br /&gt;
- Publishing your dissertation - printed and online version&lt;/div&gt;</summary>
		<author><name>Jv0059</name></author>
	</entry>
	<entry>
		<id>https://www.imk-tro.kit.edu/trowiki/index.php?title=Business_trips&amp;diff=19</id>
		<title>Business trips</title>
		<link rel="alternate" type="text/html" href="https://www.imk-tro.kit.edu/trowiki/index.php?title=Business_trips&amp;diff=19"/>
		<updated>2022-12-08T09:54:50Z</updated>

		<summary type="html">&lt;p&gt;Jv0059: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== &#039;&#039;&#039;Business Trips (CS and CN employees)&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Courtesy of AG Grams&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Here you find all information for business trips. Most links only work when you have a VPN connection to KIT!&lt;br /&gt;
&lt;br /&gt;
All KIT official information are provided in German (thank you) here: [https://www.pse.kit.edu/dienstreisen.php].&lt;br /&gt;
&lt;br /&gt;
And the legal stuff here: [https://www.pse.kit.edu/650.php]&lt;br /&gt;
&lt;br /&gt;
Also see the IMK FAQ respective section (might be not uptodate) here: [https://www.imk-tro.kit.edu/english/interna/7399.php]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: different rules, forms, travel agencies currently apply for CS / CN! Depending on from which funding the trip will be paid or on which contract you are the respective rules apply. Standard case is that you use the form according to which contract you are on.&lt;br /&gt;
&lt;br /&gt;
There is a &#039;&#039;&#039;KIT-Helpline&#039;&#039;&#039; via ArbMedVV (Email vom Bereich vom 27.7.2018) 24h emergency respone: +49 (0) 7121433660 [www.sos-call.eu] In case you have trouble during a business trip (health, crime, lost things). see [https://www.pse.kit.edu/intranet/dienstreisen/Vorsorgeuntersuchungen%20bei%20Dienstreisen.pdf]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Step 1: Business travel form and A1 form&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Travel form&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Fill out the business travel request form. Bring it to the secretary and let it sign there. It is mandatory to register each trip to ensure insurance coverage via KIT.&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: only the first page! Bring it to Ms. Alexandra Beideck. (secretary CS)&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: only the first paragraph! Bring it to Ms. Doris Stenschke. (secretary CN)&lt;br /&gt;
&lt;br /&gt;
If you are not at campus,&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: you can also fill it in online and send it (digitally signed!) to alexandra.beideck@kit.edu. (secretary CS)&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: you can also fill it out by hand, scan it and send it to doris.stenschke@kit.edu (secretary CN)&lt;br /&gt;
&lt;br /&gt;
What happens with the form:&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: You will get it back after a few days with a travel number on top. &#039;&#039;&#039;Keep that travel request form, you will need it after the business trip to get your money back!&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: The &#039;&#039;yellow carbon&#039;&#039; copy will be forwarded to the Zeiterfassung to register the trip in ESS. You will get the form back latest after the business trip, keep it and fill it out to get your money back.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IMPORTANT FOR ALL&#039;&#039;&#039;: if you reimburse money, also if you got an advance payment (Vorschuss), you always must send the form back via the secretary after the trip.&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: You find the travel request form here as PDF: [https://team.kit.edu/sites/kit-vorlagenmanagement/Vorlagenmanagement/U_PSE_DR_AN_01_06-17.pdf] or here as WORD: [https://team.kit.edu/sites/kit-vorlagenmanagement/Vorlagenmanagement/U_PSE_DR_AN_01_06-17.doc]&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: You get the paper form from Doris Stenschke or Rosi Gräbner or Roswitha in the CN secretary offices. Please use a pen and press hard, so that carbon copies print through!&lt;br /&gt;
&lt;br /&gt;
The PhD&#039;s have made an English translation of the form, it might be helpful:&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: [https://git.scc.kit.edu/groups/spreadout/-/wikis/uploads/d39c65f35439d4480ec4ae8a7c43c675/Business_Travel_Form_CS_translated.pdf]&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: [https://git.scc.kit.edu/groups/spreadout/-/wikis/uploads/9878c5a2a0a4872193b637630a6e77c4/Business_Travel_Form_CN_translated.pdf]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A1 form (only EU, EWR, CH, UK travelling)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You need the A1 form / Entsendung when travelling on mission for KIT within EU/EWR/CH/UK: online form well before travelling: [https://my.scc.kit.edu/shib/a1.php]. Not sure which rules apply for other countries.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Step 2: Book your flight/train/hotel&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When booking hotel/flights/train tickets, ALWAYS specify the institute address as the billing address. This address applies for all bills to KIT (including papers, conferences, etc):&lt;br /&gt;
&lt;br /&gt;
The correct address for &#039;&#039;&#039;Campus South&#039;&#039;&#039; is:&lt;br /&gt;
&lt;br /&gt;
     Karlsruhe Institute of Technology (KIT)&lt;br /&gt;
     Institute of Meteorology and Climate Research&lt;br /&gt;
     Kaiserstraße 12&lt;br /&gt;
     76131 Karlsruhe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The correct address for &#039;&#039;&#039;Campus North&#039;&#039;&#039; is:&lt;br /&gt;
&lt;br /&gt;
     Karlsruhe Institute of Technology (KIT)&lt;br /&gt;
     Institute of Meteorology and Climate Research&lt;br /&gt;
     Hermann-von-Helmholtz-Platz 1&lt;br /&gt;
     76344 Eggenstein-Leopoldshafen&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KIT VAT Number (both campuses)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
    KIT VAT number DE266749428&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The actual procedures&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
KIT has a travel agency which in principle would book everything for you. Note for CS this is currently DER Stuttgart (only flights and trains). For CN it is DER business travel located at CN (flights, trains, hotels). Our general impression is that this service is slow and somehow an extra burden (extra forms) and therefore not worth the extra fees they charge when booking hotels (only CN) or trains through them. However, they are quite helpful for finding flights and often have better cancellation policies. So for long-distance flights which are expensive and might have to be changed, definitely go with them, but plan well ahead. For expensive train tickets it might also be better to go through the agency.&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;Travelling by train&#039;&#039;: If you travel by train, you can either book it by yourself and hand in later the invoice and proof of payment (in the form of a bank statement) or let it get booked by the travel agency at KIT. If you decide to do the latter, you can find the templates and the exact procedures here:&lt;br /&gt;
        &#039;&#039;&#039;CS&#039;&#039;&#039; train form: [https://team.kit.edu/sites/kit-vorlagenmanagement/Vorlagenmanagement/U_PSE_DR_BS_01_03-12.doc] or as PDF document here [https://team.kit.edu/sites/kit-vorlagenmanagement/Vorlagenmanagement/U_PSE_DR_BS_01_03-12.pdf]&lt;br /&gt;
        &#039;&#039;&#039;CN&#039;&#039;&#039; one form for hotel/train/flight: [https://www.pse.kit.edu/der_bestellformular.php] (information), [https://www.pse.kit.edu/intranet/dienstreisen/Bestellformular%20DER%20Business%20Travel.pdf] (form)&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;Travelling by plane&#039;&#039;:&lt;br /&gt;
        &#039;&#039;&#039;CS&#039;&#039;&#039; flight form: Fill out the form and send it to the travel agency via email (you will find the email address in the form): [https://www.pse.kit.edu/intranet/dienstreisen/2021_DER_Stuttgart_Bestellformular_Flug_LandBW.docx].&lt;br /&gt;
        &#039;&#039;&#039;CN&#039;&#039;&#039; one form for hotel/train/flight: [https://www.pse.kit.edu/der_bestellformular.php] (information), [https://www.pse.kit.edu/intranet/dienstreisen/Bestellformular%20DER%20Business%20Travel.pdf] (form)&lt;br /&gt;
&lt;br /&gt;
    They will then come back to you via email and they will then send you offers. In this case you don&#039;t have to pay something by yourself, it will already be charged with the project money!&lt;br /&gt;
&lt;br /&gt;
    Book a hotel: If you stay over night, you might need to book a hotel. The easiest (and most safe) way is to do it by HRS: [https://www.hrs.de/web3/?clientId=ZGVfX2J2YXp1d2U,1]. You need to log in with the password provided here: [https://www.pse.kit.edu/1075.php].)&lt;br /&gt;
        &#039;&#039;&#039;CS&#039;&#039;&#039;: &#039;&#039;&#039;The most important thing is that you stay below 95€ per night per person&#039;&#039;&#039; as Campus South employee! You can directly book the hotel via this webpage and don&#039;t forget to fill in the institute address as billing address!&lt;br /&gt;
        &#039;&#039;&#039;CN&#039;&#039;&#039;: &#039;&#039;&#039;Only hotels which stay below 70€ per night per person will be reimbursed as Campus North employee without further question&#039;&#039;&#039;! In addition also hotels with the &amp;quot;TMS&amp;quot; Logo will be reimbursed. HRS lists the local allowance (Bund) for the destination, which is helpful. In doubt ask back, and see information below.&lt;br /&gt;
&lt;br /&gt;
    It might be that you have to pay the hotel by yourself once you arrive, so don&#039;t forget to hand in later (in Step 3) the invoice and proof of payment (in the form of a bank statement).&lt;br /&gt;
&lt;br /&gt;
There are partner hotels of KIT, which you can find here for hotel within Germany: [https://www.pse.kit.edu/intranet/dienstreisen/TMS-Hotelliste%20Inland%202022%20Stand%202022-02-18.xlsx] and here for hotels out of Germany [https://www.pse.kit.edu/intranet/dienstreisen/TMS-Hotelliste%20Ausland%202022%20Stand%202022-02-18.xlsx]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IMPORTANT&#039;&#039;&#039;: If you want or need a hotel other than listed, either (1) stay below the limit, (2) give proof of what an allowed hotel on HRS would have costed (screenshot), (3) talk back to your group leader and write a written explanation why you need to stay in that hotel (e.g. specific conference hotel during a workshop).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Step 3: Get back the money you spent&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
After you returned from your business trip you need to collect all your invoices from the trip and get the proof of payments in form of a bank statement. Now you fill out the second page (CS) / the remaining section (CN) of the travel request form and bring that form together with all invoices and the bank statements to the respective secretary. After 2-3 months you will receive a letter (CS) / an email (CN) with the information that your payment has been processed by the human resources department and also the information how much money you will receive. The money will be transferred to your specified account.&lt;br /&gt;
&lt;br /&gt;
In addition to the expenses you had you get daily allowances. These depend on your destination. For Germany:&lt;br /&gt;
&lt;br /&gt;
    * 24h absence 24€/100%; &amp;gt;8h absence 12€/80%; &amp;lt;8h 0%&lt;br /&gt;
    * if you get a meal (as part of hotel / conference) this allowance will be cut by 20% for breakfast 40% for lunch, 40 % for dinner (thus for Germany from 24€ cut by 4.80/9.60/9.60)&lt;br /&gt;
&lt;br /&gt;
Contact persons for requests of the processing at HR = PSE:&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: Jacob, Vera (PSE) vera.jacob@kit.edu Tel. 25016 (contact only as last resort, always indicate the travel form number, be polite)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Further information&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please check the various PSE pages (in German) and IMK FAQ for specific things. All rules are explained there. The most frequent things we list below:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Combining business trip and holidays&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: in principle you can do that and we also encourage it if you travel long distance by plane (make most out of the carbon emission). Still talk to group leader and eventually the HR (PSE) person.&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: you can extend a stay by at most 5 working days, otherwise the transportation will not be reimbursed (private character of the trip).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vorschuss - advance payment&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You can request an advance payment, in particular if you have to pay expensive registration fees, hotels, trains, flights on your own in advance. You need to give a proof of the payments already made (invoice, bank statement) or a proof of the anticipated costs (e.g. conference announcement, informal letter listing the expected costs). Talk to group leader.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Paying invoice via institute&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
    * First fill out and get signed your Dienstreisenatrag.&lt;br /&gt;
    * Make sure that the invoice is properly done. It should contain:&lt;br /&gt;
    * adress (CN or CS) and &#039;&#039;&#039;KIT5250&#039;&#039;&#039; (in the address field or subject line; without quotation marks, spaces or hyphen)&lt;br /&gt;
    * detailed information about issuer: address of the institution, bank account of the institution, bank name, BIC, official adress associated with the account (which might sometimes differ from the account of the institution), contact details&lt;br /&gt;
    * &#039;&#039;What&#039;s important is that you are not the one sending the invoice but it has to be send by issuing institution to rechnung@fima.kit.edu&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Bahncard&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
DB Bahncard 25/50/100 can be reimbursed if you make proof that you save the costs via the savings made on business trips. Either do it afterwards, handing in all receipts of DB tickets, where you used your bahncard on business trips or make a projection of planned trips and KIT will directly pay for a Bahncard. For us the first option might apply if at all.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Only online conference fees&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you have a single invoice, do not do the travel form procedure. Instead go via an invoice, use this form [https://git.scc.kit.edu/groups/spreadout/-/wikis/uploads/892281a12907134dd538a43d82a0a1ce/ErstattungAuslagen_IMK-TRO_virtuelleKonferenzen.docx] and follow the following procedure (Email of Roswitha from 14.1.2021) (collapsable menu):&lt;br /&gt;
&lt;br /&gt;
    * Before registering, please obtain written permission from the group leadership (please with a separate email that refers only to this process, subject: &amp;quot;Permission to attend virtual conference XY&amp;quot;). The e-mail reply from the group leader should also include information about the project from which the costs are to be paid (for Transregio W2W, please specify the exact subproject).&lt;br /&gt;
    * It is neither necessary nor desired to create an order in SAP!&lt;br /&gt;
    * For all invoices, the central KIT address (Kaiserstr. 12 or Hermann-von-Helmholtz-Platz) must be given as the invoice address. Invoices issued to a private address cannot be reimbursed.&lt;br /&gt;
    * If invoices are to be paid directly by our financial department, please specify rechnung@fima.kit.edu as the invoice e-mail address and specify the cost center (Kostenstelle) with the prefix &amp;quot;KIT&amp;quot; as the invoice reference (i.e., KIT5250 (CN) KIT??? (CS), without spaces or hyphens!)! If not possible otherwise, the cost center can also be indicated in the address field.&lt;br /&gt;
    * After the conference please hand in the following documents to Rosi Gräbner:&lt;br /&gt;
        E-mail printout of the approval of the participation including the information from which project the costs are to be paid&lt;br /&gt;
        Printout of all invoices&lt;br /&gt;
        If abstract fees are billed: Receipt showing active participation (conference program or similar).&lt;br /&gt;
        Bank statements as proof of payment (please black out all information about other bookings).&lt;br /&gt;
&lt;br /&gt;
This procedure only applies to virtual conferences. In general, it is seldom necessary and should therefore be avoided to lay out costs privately, especially for the procurement of equipment. &lt;br /&gt;
&lt;br /&gt;
Rosi Gräbner (rosalba.graebner@kit.edu) will be happy to answer any questions in this regard - preferably before payments are made.&lt;/div&gt;</summary>
		<author><name>Jv0059</name></author>
	</entry>
	<entry>
		<id>https://www.imk-tro.kit.edu/trowiki/index.php?title=Business_trips&amp;diff=18</id>
		<title>Business trips</title>
		<link rel="alternate" type="text/html" href="https://www.imk-tro.kit.edu/trowiki/index.php?title=Business_trips&amp;diff=18"/>
		<updated>2022-12-08T09:52:45Z</updated>

		<summary type="html">&lt;p&gt;Jv0059: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== &#039;&#039;&#039;Business Trips (CS and CN employees)&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Courtesy of AG Grams&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Here you find all information for business trips. Most links only work when you have a VPN connection to KIT!&lt;br /&gt;
&lt;br /&gt;
All KIT official information are provided in German (thank you) here: [https://www.pse.kit.edu/dienstreisen.php].&lt;br /&gt;
&lt;br /&gt;
And the legal stuff here: [https://www.pse.kit.edu/650.php]&lt;br /&gt;
&lt;br /&gt;
Also see the IMK FAQ respective section (might be not uptodate) here: [https://www.imk-tro.kit.edu/english/interna/7399.php]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: different rules, forms, travel agencies currently apply for CS / CN! Depending on from which funding the trip will be paid or on which contract you are the respective rules apply. Standard case is that you use the form according to which contract you are on.&lt;br /&gt;
&lt;br /&gt;
There is a &#039;&#039;&#039;KIT-Helpline&#039;&#039;&#039; via ArbMedVV (Email vom Bereich vom 27.7.2018) 24h emergency respone: +49 (0) 7121433660 [www.sos-call.eu] In case you have trouble during a business trip (health, crime, lost things). see [https://www.pse.kit.edu/intranet/dienstreisen/Vorsorgeuntersuchungen%20bei%20Dienstreisen.pdf]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Step 1: Business travel form and A1 form&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Travel form&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Fill out the business travel request form. Bring it to the secretary and let it sign there. It is mandatory to register each trip to ensure insurance coverage via KIT.&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: only the first page! Bring it to Ms. Alexandra Beideck. (secretary CS)&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: only the first paragraph! Bring it to Ms. Doris Stenschke. (secretary CN)&lt;br /&gt;
&lt;br /&gt;
If you are not at campus,&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: you can also fill it in online and send it (digitally signed!) to alexandra.beideck@kit.edu. (secretary CS)&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: you can also fill it out by hand, scan it and send it to doris.stenschke@kit.edu (secretary CN)&lt;br /&gt;
&lt;br /&gt;
What happens with the form:&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: You will get it back after a few days with a travel number on top. &#039;&#039;&#039;Keep that travel request form, you will need it after the business trip to get your money back!&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: The &#039;&#039;yellow carbon&#039;&#039; copy will be forwarded to the Zeiterfassung to register the trip in ESS. You will get the form back latest after the business trip, keep it and fill it out to get your money back.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IMPORTANT FOR ALL&#039;&#039;&#039;: if you reimburse money, also if you got an advance payment (Vorschuss), you always must send the form back via the secretary after the trip.&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: You find the travel request form here as PDF: [https://team.kit.edu/sites/kit-vorlagenmanagement/Vorlagenmanagement/U_PSE_DR_AN_01_06-17.pdf] or here as WORD: [https://team.kit.edu/sites/kit-vorlagenmanagement/Vorlagenmanagement/U_PSE_DR_AN_01_06-17.doc]&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: You get the paper form from Doris Stenschke or Rosi Gräbner or Roswitha in the CN secretary offices. Please use a pen and press hard, so that carbon copies print through!&lt;br /&gt;
&lt;br /&gt;
The PhD&#039;s have made an English translation of the form, it might be helpful:&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: [https://bwsyncandshare.kit.edu/s/pQsPGCnBocanqQt?dir=undefined&amp;amp;path=%2Fwebsite_files&amp;amp;openfile=2540932261]&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: [https://git.scc.kit.edu/groups/spreadout/-/wikis/uploads/9878c5a2a0a4872193b637630a6e77c4/Business_Travel_Form_CN_translated.pdf]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A1 form (only EU, EWR, CH, UK travelling)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You need the A1 form / Entsendung when travelling on mission for KIT within EU/EWR/CH/UK: online form well before travelling: [https://my.scc.kit.edu/shib/a1.php]. Not sure which rules apply for other countries.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Step 2: Book your flight/train/hotel&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When booking hotel/flights/train tickets, ALWAYS specify the institute address as the billing address. This address applies for all bills to KIT (including papers, conferences, etc):&lt;br /&gt;
&lt;br /&gt;
The correct address for &#039;&#039;&#039;Campus South&#039;&#039;&#039; is:&lt;br /&gt;
&lt;br /&gt;
     Karlsruhe Institute of Technology (KIT)&lt;br /&gt;
     Institute of Meteorology and Climate Research&lt;br /&gt;
     Kaiserstraße 12&lt;br /&gt;
     76131 Karlsruhe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The correct address for &#039;&#039;&#039;Campus North&#039;&#039;&#039; is:&lt;br /&gt;
&lt;br /&gt;
     Karlsruhe Institute of Technology (KIT)&lt;br /&gt;
     Institute of Meteorology and Climate Research&lt;br /&gt;
     Hermann-von-Helmholtz-Platz 1&lt;br /&gt;
     76344 Eggenstein-Leopoldshafen&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KIT VAT Number (both campuses)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
    KIT VAT number DE266749428&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The actual procedures&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
KIT has a travel agency which in principle would book everything for you. Note for CS this is currently DER Stuttgart (only flights and trains). For CN it is DER business travel located at CN (flights, trains, hotels). Our general impression is that this service is slow and somehow an extra burden (extra forms) and therefore not worth the extra fees they charge when booking hotels (only CN) or trains through them. However, they are quite helpful for finding flights and often have better cancellation policies. So for long-distance flights which are expensive and might have to be changed, definitely go with them, but plan well ahead. For expensive train tickets it might also be better to go through the agency.&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;Travelling by train&#039;&#039;: If you travel by train, you can either book it by yourself and hand in later the invoice and proof of payment (in the form of a bank statement) or let it get booked by the travel agency at KIT. If you decide to do the latter, you can find the templates and the exact procedures here:&lt;br /&gt;
        &#039;&#039;&#039;CS&#039;&#039;&#039; train form: [https://team.kit.edu/sites/kit-vorlagenmanagement/Vorlagenmanagement/U_PSE_DR_BS_01_03-12.doc] or as PDF document here [https://team.kit.edu/sites/kit-vorlagenmanagement/Vorlagenmanagement/U_PSE_DR_BS_01_03-12.pdf]&lt;br /&gt;
        &#039;&#039;&#039;CN&#039;&#039;&#039; one form for hotel/train/flight: [https://www.pse.kit.edu/der_bestellformular.php] (information), [https://www.pse.kit.edu/intranet/dienstreisen/Bestellformular%20DER%20Business%20Travel.pdf] (form)&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;Travelling by plane&#039;&#039;:&lt;br /&gt;
        &#039;&#039;&#039;CS&#039;&#039;&#039; flight form: Fill out the form and send it to the travel agency via email (you will find the email address in the form): [https://www.pse.kit.edu/intranet/dienstreisen/2021_DER_Stuttgart_Bestellformular_Flug_LandBW.docx].&lt;br /&gt;
        &#039;&#039;&#039;CN&#039;&#039;&#039; one form for hotel/train/flight: [https://www.pse.kit.edu/der_bestellformular.php] (information), [https://www.pse.kit.edu/intranet/dienstreisen/Bestellformular%20DER%20Business%20Travel.pdf] (form)&lt;br /&gt;
&lt;br /&gt;
    They will then come back to you via email and they will then send you offers. In this case you don&#039;t have to pay something by yourself, it will already be charged with the project money!&lt;br /&gt;
&lt;br /&gt;
    Book a hotel: If you stay over night, you might need to book a hotel. The easiest (and most safe) way is to do it by HRS: [https://www.hrs.de/web3/?clientId=ZGVfX2J2YXp1d2U,1]. You need to log in with the password provided here: [https://www.pse.kit.edu/1075.php].)&lt;br /&gt;
        &#039;&#039;&#039;CS&#039;&#039;&#039;: &#039;&#039;&#039;The most important thing is that you stay below 95€ per night per person&#039;&#039;&#039; as Campus South employee! You can directly book the hotel via this webpage and don&#039;t forget to fill in the institute address as billing address!&lt;br /&gt;
        &#039;&#039;&#039;CN&#039;&#039;&#039;: &#039;&#039;&#039;Only hotels which stay below 70€ per night per person will be reimbursed as Campus North employee without further question&#039;&#039;&#039;! In addition also hotels with the &amp;quot;TMS&amp;quot; Logo will be reimbursed. HRS lists the local allowance (Bund) for the destination, which is helpful. In doubt ask back, and see information below.&lt;br /&gt;
&lt;br /&gt;
    It might be that you have to pay the hotel by yourself once you arrive, so don&#039;t forget to hand in later (in Step 3) the invoice and proof of payment (in the form of a bank statement).&lt;br /&gt;
&lt;br /&gt;
There are partner hotels of KIT, which you can find here for hotel within Germany: [https://www.pse.kit.edu/intranet/dienstreisen/TMS-Hotelliste%20Inland%202022%20Stand%202022-02-18.xlsx] and here for hotels out of Germany [https://www.pse.kit.edu/intranet/dienstreisen/TMS-Hotelliste%20Ausland%202022%20Stand%202022-02-18.xlsx]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IMPORTANT&#039;&#039;&#039;: If you want or need a hotel other than listed, either (1) stay below the limit, (2) give proof of what an allowed hotel on HRS would have costed (screenshot), (3) talk back to your group leader and write a written explanation why you need to stay in that hotel (e.g. specific conference hotel during a workshop).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Step 3: Get back the money you spent&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
After you returned from your business trip you need to collect all your invoices from the trip and get the proof of payments in form of a bank statement. Now you fill out the second page (CS) / the remaining section (CN) of the travel request form and bring that form together with all invoices and the bank statements to the respective secretary. After 2-3 months you will receive a letter (CS) / an email (CN) with the information that your payment has been processed by the human resources department and also the information how much money you will receive. The money will be transferred to your specified account.&lt;br /&gt;
&lt;br /&gt;
In addition to the expenses you had you get daily allowances. These depend on your destination. For Germany:&lt;br /&gt;
&lt;br /&gt;
    * 24h absence 24€/100%; &amp;gt;8h absence 12€/80%; &amp;lt;8h 0%&lt;br /&gt;
    * if you get a meal (as part of hotel / conference) this allowance will be cut by 20% for breakfast 40% for lunch, 40 % for dinner (thus for Germany from 24€ cut by 4.80/9.60/9.60)&lt;br /&gt;
&lt;br /&gt;
Contact persons for requests of the processing at HR = PSE:&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: Jacob, Vera (PSE) vera.jacob@kit.edu Tel. 25016 (contact only as last resort, always indicate the travel form number, be polite)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Further information&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please check the various PSE pages (in German) and IMK FAQ for specific things. All rules are explained there. The most frequent things we list below:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Combining business trip and holidays&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;CS&#039;&#039;&#039;: in principle you can do that and we also encourage it if you travel long distance by plane (make most out of the carbon emission). Still talk to group leader and eventually the HR (PSE) person.&lt;br /&gt;
    &#039;&#039;&#039;CN&#039;&#039;&#039;: you can extend a stay by at most 5 working days, otherwise the transportation will not be reimbursed (private character of the trip).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vorschuss - advance payment&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You can request an advance payment, in particular if you have to pay expensive registration fees, hotels, trains, flights on your own in advance. You need to give a proof of the payments already made (invoice, bank statement) or a proof of the anticipated costs (e.g. conference announcement, informal letter listing the expected costs). Talk to group leader.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Paying invoice via institute&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
    * First fill out and get signed your Dienstreisenatrag.&lt;br /&gt;
    * Make sure that the invoice is properly done. It should contain:&lt;br /&gt;
    * adress (CN or CS) and &#039;&#039;&#039;KIT5250&#039;&#039;&#039; (in the address field or subject line; without quotation marks, spaces or hyphen)&lt;br /&gt;
    * detailed information about issuer: address of the institution, bank account of the institution, bank name, BIC, official adress associated with the account (which might sometimes differ from the account of the institution), contact details&lt;br /&gt;
    * &#039;&#039;What&#039;s important is that you are not the one sending the invoice but it has to be send by issuing institution to rechnung@fima.kit.edu&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Bahncard&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
DB Bahncard 25/50/100 can be reimbursed if you make proof that you save the costs via the savings made on business trips. Either do it afterwards, handing in all receipts of DB tickets, where you used your bahncard on business trips or make a projection of planned trips and KIT will directly pay for a Bahncard. For us the first option might apply if at all.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Only online conference fees&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you have a single invoice, do not do the travel form procedure. Instead go via an invoice, use this form [https://git.scc.kit.edu/groups/spreadout/-/wikis/uploads/892281a12907134dd538a43d82a0a1ce/ErstattungAuslagen_IMK-TRO_virtuelleKonferenzen.docx] and follow the following procedure (Email of Roswitha from 14.1.2021) (collapsable menu):&lt;br /&gt;
&lt;br /&gt;
    * Before registering, please obtain written permission from the group leadership (please with a separate email that refers only to this process, subject: &amp;quot;Permission to attend virtual conference XY&amp;quot;). The e-mail reply from the group leader should also include information about the project from which the costs are to be paid (for Transregio W2W, please specify the exact subproject).&lt;br /&gt;
    * It is neither necessary nor desired to create an order in SAP!&lt;br /&gt;
    * For all invoices, the central KIT address (Kaiserstr. 12 or Hermann-von-Helmholtz-Platz) must be given as the invoice address. Invoices issued to a private address cannot be reimbursed.&lt;br /&gt;
    * If invoices are to be paid directly by our financial department, please specify rechnung@fima.kit.edu as the invoice e-mail address and specify the cost center (Kostenstelle) with the prefix &amp;quot;KIT&amp;quot; as the invoice reference (i.e., KIT5250 (CN) KIT??? (CS), without spaces or hyphens!)! If not possible otherwise, the cost center can also be indicated in the address field.&lt;br /&gt;
    * After the conference please hand in the following documents to Rosi Gräbner:&lt;br /&gt;
        E-mail printout of the approval of the participation including the information from which project the costs are to be paid&lt;br /&gt;
        Printout of all invoices&lt;br /&gt;
        If abstract fees are billed: Receipt showing active participation (conference program or similar).&lt;br /&gt;
        Bank statements as proof of payment (please black out all information about other bookings).&lt;br /&gt;
&lt;br /&gt;
This procedure only applies to virtual conferences. In general, it is seldom necessary and should therefore be avoided to lay out costs privately, especially for the procurement of equipment. &lt;br /&gt;
&lt;br /&gt;
Rosi Gräbner (rosalba.graebner@kit.edu) will be happy to answer any questions in this regard - preferably before payments are made.&lt;/div&gt;</summary>
		<author><name>Jv0059</name></author>
	</entry>
</feed>