<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Doctoral students at EE</title>
	<atom:link href="http://blogs.sys.kth.se/blogs/phdstudents-ee/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.sys.kth.se/blogs/phdstudents-ee</link>
	<description> </description>
	<lastBuildDate>Mon, 15 Apr 2013 14:46:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Software for research: TeXworks</title>
		<link>http://www.kth.se/blogs/phdstudents-ee/2013/04/software-for-research-texworks/</link>
		<comments>http://www.kth.se/blogs/phdstudents-ee/2013/04/software-for-research-texworks/#comments</comments>
		<pubDate>Mon, 15 Apr 2013 14:46:03 +0000</pubDate>
		<dc:creator>Camille Hamon</dc:creator>
				<category><![CDATA[Software for research]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[texworks]]></category>

		<guid isPermaLink="false">http://www.kth.se/blogs/phdstudents-ee/?p=134</guid>
		<description><![CDATA[<a href="http://www.kth.se/blogs/phdstudents-ee/2013/04/software-for-research-texworks/"><img align="left" hspace="5" width="150" src="http://www.kth.se/blogs/phdstudents-ee/files/2013/04/2013-0410-TexWorks-500.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>This is the first article in a new series of articles about useful software for research such as LateX editors, reference managers and note-taking applications. Feel free to comment the posts and to present other software you use yourself! There &#8230; <a href="http://www.kth.se/blogs/phdstudents-ee/2013/04/software-for-research-texworks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>This is the first article in a new series of articles about useful software for research such as LateX editors, reference managers and note-taking applications.<br />
Feel free to comment the posts and to present other software you use yourself!</p>
<p>There is a comprehensive table which compares many LateX editors on <a href="http://en.wikipedia.org/wiki/Comparison_of_TeX_editors">Wikipedia</a>, but I will talk more about my personal experience of using TeXworks.</p>
<p><a href="http://www.tug.org/texworks/">TeXworks</a> is inspired by another editor, <a href="http://pages.uoregon.edu/koch/texshop/">TeXShop</a>. I personally like the uncluttered environment that it offers. TeXShop is shipped with the main LateX distributions such as TeX Live and MiKTeX. It is multiplatform so that once you get used to it (which doesn&#8217;t require much time) you&#8217;ll be comfortable on Windows, Mac OS and Linux.</p>
<div class="figure">
<div id="attachment_141" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.kth.se/blogs/phdstudents-ee/files/2013/04/2013-0410-TexWorks-500.png"><img class="size-full wp-image-141" src="http://www.kth.se/blogs/phdstudents-ee/files/2013/04/2013-0410-TexWorks-500.png" alt="" width="500" height="313" /></a><p class="wp-caption-text">TeXworks: the LateX editor and the PDF viewer side-by-side</p></div>
</div>
<p>One of the best things about TeXworks is its integrated PDF reader. On Windows, for example, many LateX editors rely on <a href="http://en.wikipedia.org/wiki/Yet_Another_Previewer">YAP</a> for viewing DVI files. Just as a reminder, PDF files are usually what you would like to get (although IEEE requires you to upload PS files) and there are mainly two ways to get PDFs when using LateX: either you run latex + dvips + ps2pdf or you run pdflatex. Most of LateX editors on Windows use by default the first solution, and actually by default stop after the <em>latex</em> step, thus giving out a DVI file, which you can then preview with YAP. I think everybody has experienced frustrating glitches or lags in scrolling when using YAP. TeXworks, on the other hand, has chosen to be PDF centered, and thus gives out a PDF file by default. The PDF reader is integrated while other editors usually rely on an external PDF reader such as Adobe Acrobat Reader. The nice thing about having an integrated PDF reader is that you don&#8217;t have to close your PDF file before running LateX. Indeed, if you view your PDF file in Adobe Acrobat and make some changes in the LateX source file, you need to close the PDF file before running LateX. Otherwise, having the file opened in Adobe Acrobat will prevent any other program, and in particular your LateX editor, from writing in the file (Edit: although apparently some LateX editors automatically control your PDF reader to close it, run LateX and open it again, more on that in another post). Nothing like that to worry about with TeXworks, and this is really a time saver.</p>
<p>The PDF reader integrates forward and reverse search so you can control-click (apple-click on Mac) somewhere in the source file and that&#8217;ll take you to the corresponding line of the PDF file, and vice versa.</p>
<div class="outline-2">
<h2 id="sec-1">Some tips and tricks</h2>
<div class="outline-text-2"></div>
<div class="outline-3">
<h3 id="sec-1-1">Completion</h3>
<div class="outline-text-3">
<p>Another handy feature is that you can define your own completions so that if you type, for example, <em>bfig</em> and TAB, TeXworks will automatically replace <em>bfig</em> with a whole figure environment:</p>
<pre>\begin{figure}
\end{figure}</pre>
<p>It is easy to define your own completions, or to modify the existing ones. To do so, go to the <em>Help</em> menu and click on <em>Settings and resources</em>. A window appears with two links. Click on the second link <em>Resources</em>. This will take you to a folder. Open the <em>completion</em> folder. This folder contains text files which define the completions. If you want to add your own completion, open, for example, <em>tw-latex.txt</em> in a text editor. Then follow the instruction in the manual (<em>Help</em> menu -&gt;/A short manual for TeXworks/ -&gt; Section A.3 <em>Roots for completion</em>). See also the <a href="https://code.google.com/p/texworks/wiki/CodeCompletion">wiki</a>.</p>
</div>
</div>
<div class="outline-3">
<h3 id="sec-1-2">Easy configuration of run modes</h3>
<div class="outline-text-3">
<p>If you are just interested in getting a PDF out of your LateX code, the most straightforward way is probably the default use of <em>pdflatex</em>. It is, however, possible to run <em>latex + dvips + ps2pdf</em> if you wish (and you probably do, for example when you send a publication to IEEE). The procedure is well explained in TeXWorks&#8217; <a href="https://code.google.com/p/texworks/wiki/AdvancedTypesettingTools">wiki</a>.</p>
</div>
</div>
<div class="outline-3">
<h3 id="sec-1-3">Templates</h3>
<div class="outline-text-3">
<p>If you start writing a lot of LateX documents, you&#8217;ll probably want to have default templates for articles, presentations, …<br />
In these templates you define which packages you would like to load, which commands you would like to be defined and so on, so that you can start off writing a new LateX document comfortably with everything already set up.</p>
<p>So you can just create your template (that is a LateX source file with everything – preambles, packages, … – but the main content) and save it in the folder <em>templates</em> in your <em>Resources</em> folder (already discussed <a href="#sec-1-1">above</a>).<br />
You might need to create the folder <em>templates</em> if it doesn&#8217;t already exist.<br />
Then you can create a new document from this template by clicking on <em>File</em> -&gt; <em>New from Template…</em>.</p>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kth.se/blogs/phdstudents-ee/2013/04/software-for-research-texworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EE PhD Council 2013</title>
		<link>http://www.kth.se/blogs/phdstudents-ee/2012/11/ee-phd-council-2013/</link>
		<comments>http://www.kth.se/blogs/phdstudents-ee/2012/11/ee-phd-council-2013/#comments</comments>
		<pubDate>Thu, 29 Nov 2012 15:45:58 +0000</pubDate>
		<dc:creator>Pia Grahn</dc:creator>
				<category><![CDATA[Okategoriserat]]></category>

		<guid isPermaLink="false">http://www.kth.se/blogs/phdstudents-ee/?p=125</guid>
		<description><![CDATA[<a href="http://www.kth.se/blogs/phdstudents-ee/2012/11/ee-phd-council-2013/"><img align="left" hspace="5" width="150" height="150" src="http://blogs.sys.kth.se/blogs/phdstudents-ee/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>A new EE PhD council for 2013 was elected 2012-11-28. The representative positions and members were elected as follows; Chair Pia Grahn (Electric Power Systems) Vice-Chair Nicolas Schrammar (Communication Theory) Employment committee Kristina Östman (Electric Power Systems), Richard Scharff (Electric &#8230; <a href="http://www.kth.se/blogs/phdstudents-ee/2012/11/ee-phd-council-2013/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<div><span style="font-family: Garamond,serif;font-size: medium">A new </span><span style="font-family: Garamond,serif;font-size: medium">EE PhD council </span><span style="font-family: Garamond,serif;font-size: medium">for 2013 </span><span style="font-family: Garamond,serif;font-size: medium">was elected 2012-11-28. </span><span style="font-family: Garamond,serif;font-size: medium">The </span><span style="font-family: Garamond;font-size: medium">representative </span><span style="font-family: Garamond,serif;font-size: medium">positions and members were elected as follows;</span></div>
<div><span style="font-family: Garamond,serif;font-size: medium"><br />
</span></div>
<div><span style="font-family: Garamond,serif;font-size: medium"><strong>Chair</strong></span><span style="font-family: Garamond,serif;font-size: medium"> Pia Grahn (Electric Power Systems)</span></div>
<div><span style="font-family: Garamond,serif;font-size: medium"><strong>Vice-Chair </strong></span><span style="font-family: Garamond,serif;font-size: medium">Nicolas Schrammar (Communication Theory)</span></div>
<div><span style="font-family: Garamond,serif;font-size: medium"><strong>Employment committee</strong></span><span style="font-family: Garamond,serif;font-size: medium"> Kristina Östman (Electric Power Systems), Richard Scharff (Electric Power Systems) and Mariana Dalarsson (Electromagnetic Engineering)</span></div>
<div><span style="font-family: Garamond,serif;font-size: medium"><strong>Undergraduate education </strong></span><span style="font-family: Garamond,serif;font-size: medium">Camille Hamon (Electric Power Systems)</span></div>
<div><span style="font-family: Garamond,serif;font-size: medium"><strong>Graduate education </strong></span><span style="font-family: Garamond,serif;font-size: medium">Davood Babazadeh (Industrial Information and Control Systems), Per Westerlund (</span><span style="font-family: Garamond,serif;font-size: medium">Electromagnetic </span><span style="font-family: Garamond,serif;font-size: medium">Engineering</span><span style="font-family: Garamond,serif;font-size: medium">)</span><span style="font-family: Garamond,serif;font-size: medium"><br />
</span></div>
<div><span style="font-family: Garamond,serif;font-size: medium"><strong>Member </strong></span><span style="font-family: Garamond,serif;font-size: medium">Andreas Krings (<span style="color: black;font-family: Tahoma;font-size: small"><span style="font-family: Times New Roman;font-size: small"><span style="font-family: Times New Roman,serif;font-size: medium"><span style="color: #002060;font-family: Calibri,sans-serif;font-size: small">Electrical Energy Conversion</span></span></span></span>),</span><span style="font-family: Garamond,serif;font-size: medium"> Antonios Antonopoulos (<span style="color: black;font-family: Tahoma;font-size: small"><span style="font-family: Times New Roman;font-size: small"><span style="font-family: Times New Roman,serif;font-size: medium"><span style="color: #002060;font-family: Calibri,sans-serif;font-size: small">Electrical Energy Conversion</span></span></span></span>)</span></div>
<div></div>
<div><span style="font-family: Garamond,serif;font-size: medium">We thank Kun Zhu for the two year</span><span style="font-family: Garamond,serif;font-size: medium">s with us in the Council and wish h</span><span style="font-family: Garamond,serif;font-size: medium">im the best of luck for the fu</span><span style="font-family: Garamond,serif;font-size: medium">ture</span><span style="font-family: Garamond,serif;font-size: medium">!</span><span style="font-family: Garamond,serif;font-size: medium"><br />
</span></div>
<div></div>
<div><span style="font-family: Garamond,serif;font-size: medium">A</span><span style="font-family: Garamond,serif;font-size: medium">lso, a</span><span style="font-family: Garamond,serif;font-size: medium"> warm </span><span style="font-family: Garamond,serif;font-size: medium">welcome goes to the new me</span><span style="font-family: Garamond,serif;font-size: medium">mbers </span><span style="font-family: Garamond,serif;font-size: medium">Kristina Östman</span><span style="font-family: Garamond,serif;font-size: medium">, </span><span style="font-family: Garamond,serif;font-size: medium">Davood Babazadeh and </span><span style="font-family: Garamond,serif;font-size: medium">Per Westerlund!</span><span style="font-family: Garamond,serif;font-size: medium"><br />
</span></div>
<div><span style="font-family: Garamond,serif;font-size: medium"><br />
</span></div>
<div><span style="font-family: Garamond,serif;font-size: medium">Please feel free to conta</span><span style="font-family: Garamond,serif;font-size: medium">ct us if you have questions in any of these areas.</span><span style="font-family: Garamond,serif;font-size: medium"><br />
</span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.kth.se/blogs/phdstudents-ee/2012/11/ee-phd-council-2013/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fika for all PhD Students and Post Docs from the EE school</title>
		<link>http://www.kth.se/blogs/phdstudents-ee/2012/03/fika-for-all-phd-students-and-post-docs-from-the-ee-school/</link>
		<comments>http://www.kth.se/blogs/phdstudents-ee/2012/03/fika-for-all-phd-students-and-post-docs-from-the-ee-school/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 12:42:11 +0000</pubDate>
		<dc:creator>Camille Hamon</dc:creator>
				<category><![CDATA[Social Activities]]></category>

		<guid isPermaLink="false">http://www.kth.se/blogs/phdstudents-ee/?p=115</guid>
		<description><![CDATA[<a href="http://www.kth.se/blogs/phdstudents-ee/2012/03/fika-for-all-phd-students-and-post-docs-from-the-ee-school/"><img align="left" hspace="5" width="150" src="http://www.kth.se/blogs/phdstudents-ee/files/2012/03/FikaEvent-724x1024.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>All PhD students and Post Docs from the EE school are warmly welcome to drop by for a coffee break on Wednesday, 21 March at 15.00 in the entrance floor of the Q building.]]></description>
				<content:encoded><![CDATA[<p>All PhD students and Post Docs from the EE school are warmly welcome to drop by for a coffee break on <strong>Wednesday, 21 March at 15.00</strong> in the <strong>entrance floor of the Q building.</strong></p>
<p><a href="http://www.kth.se/blogs/phdstudents-ee/files/2012/03/FikaEvent.png"><img class="alignnone  wp-image-117" src="http://www.kth.se/blogs/phdstudents-ee/files/2012/03/FikaEvent-724x1024.png" alt="" width="550" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kth.se/blogs/phdstudents-ee/2012/03/fika-for-all-phd-students-and-post-docs-from-the-ee-school/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PhD Council 2012</title>
		<link>http://www.kth.se/blogs/phdstudents-ee/2012/01/phd-council-2012/</link>
		<comments>http://www.kth.se/blogs/phdstudents-ee/2012/01/phd-council-2012/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 09:53:06 +0000</pubDate>
		<dc:creator>Pia Grahn</dc:creator>
				<category><![CDATA[Okategoriserat]]></category>

		<guid isPermaLink="false">http://blogs.sys.kth.se/blogs/phdstudents-ee/?p=110</guid>
		<description><![CDATA[<a href="http://www.kth.se/blogs/phdstudents-ee/2012/01/phd-council-2012/"><img align="left" hspace="5" width="150" height="150" src="http://blogs.sys.kth.se/blogs/phdstudents-ee/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>Before Christmas, the EE PhD council held the yearly election meeting for the next period. The new EE PHD council members for 2012 are presented here: Chair Pia Grahn (Electric Power Systems) Vice-Chair Kun Zhu (Industrial Control Systems) Employment committee &#8230; <a href="http://www.kth.se/blogs/phdstudents-ee/2012/01/phd-council-2012/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Before Christmas, the EE PhD council held the yearly election meeting for the next period.</p>
<p>The new EE PHD council members for 2012 are presented here:</p>
<p><strong>Chair</strong> Pia Grahn (Electric Power Systems)</p>
<p><strong>Vice-Chair</strong> Kun Zhu (Industrial Control Systems)</p>
<p><strong>Employment committee</strong> Camille Hamon (Electric Power Systems), Richard Scharff (Electric Power Systems) and Mariana Dalarsson (Electromagnetic Engineering)</p>
<p><strong>Undergraduate education </strong>Camille Hamon (Electric Power Systems)</p>
<p><strong>Graduate education </strong>Antonios Antonopoulos (Electrical Machines and Power Electronics) and Nicolas Schrammar (Communication Theory)</p>
<p><strong>Member </strong>Andreas Krings (Electrical Machines and Power Electronics)</p>
<p>&nbsp;</p>
<p>We thank Leefke for her efforts as chairwoman during last year, and wish her the best.</p>
<p>&nbsp;</p>
<p>Kind regards,</p>
<p>Pia Grahn,</p>
<p>Chair of the EE PhD council 2012</p>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.kth.se/blogs/phdstudents-ee/2012/01/phd-council-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated web pages for the new doctoral program</title>
		<link>http://www.kth.se/blogs/phdstudents-ee/2011/10/updated-web-pages-for-the-new-doctoral-program/</link>
		<comments>http://www.kth.se/blogs/phdstudents-ee/2011/10/updated-web-pages-for-the-new-doctoral-program/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 11:57:06 +0000</pubDate>
		<dc:creator>Leefke Grosjean</dc:creator>
				<category><![CDATA[Okategoriserat]]></category>

		<guid isPermaLink="false">http://blogs.sys.kth.se/blogs/phdstudents-ee/?p=101</guid>
		<description><![CDATA[<a href="http://www.kth.se/blogs/phdstudents-ee/2011/10/updated-web-pages-for-the-new-doctoral-program/"><img align="left" hspace="5" width="150" height="150" src="http://blogs.sys.kth.se/blogs/phdstudents-ee/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>Here you can find all information about the new doctoral program: http://www.kth.se/ees/utbildning/forskarutbildning/doctoral-program?l=en_UK Including basic and advanced courses per track. Unfortunately there is still no course list for the general skills&#8230;.]]></description>
				<content:encoded><![CDATA[<p>Here you can find all information about the new doctoral program:</p>
<p><a href="http://www.kth.se/ees/utbildning/forskarutbildning/doctoral-program?l=en_UK"> http://www.kth.se/ees/utbildning/forskarutbildning/doctoral-program?l=en_UK</a></p>
<p>Including basic and advanced courses per track. Unfortunately there is still no course list for the general skills&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kth.se/blogs/phdstudents-ee/2011/10/updated-web-pages-for-the-new-doctoral-program/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Innebandy on Tuesdays again</title>
		<link>http://www.kth.se/blogs/phdstudents-ee/2011/09/innebandy-on-tuesdays-again/</link>
		<comments>http://www.kth.se/blogs/phdstudents-ee/2011/09/innebandy-on-tuesdays-again/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 10:15:07 +0000</pubDate>
		<dc:creator>Andreas Krings</dc:creator>
				<category><![CDATA[Okategoriserat]]></category>

		<guid isPermaLink="false">http://blogs.sys.kth.se/blogs/phdstudents-ee/?p=93</guid>
		<description><![CDATA[<a href="http://www.kth.se/blogs/phdstudents-ee/2011/09/innebandy-on-tuesdays-again/"><img align="left" hspace="5" width="150" height="150" src="http://blogs.sys.kth.se/blogs/phdstudents-ee/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>Innebandy (also known as floorball or street hockey) has started again for all employees of the EE school. We play every Tuesday morning from 8:30 to 9:30 in KTH Hallen. All PhD students are very welcome to join! &#160;]]></description>
				<content:encoded><![CDATA[<p>Innebandy (also known as floorball or street hockey) has started again for all employees of the EE school.</p>
<p>We play every Tuesday morning from 8:30 to 9:30 in KTH Hallen.</p>
<p>All PhD students are very welcome to join!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kth.se/blogs/phdstudents-ee/2011/09/innebandy-on-tuesdays-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PhD courses in general skills fall 2011</title>
		<link>http://www.kth.se/blogs/phdstudents-ee/2011/07/phd-courses-in-general-skills-fall-2011/</link>
		<comments>http://www.kth.se/blogs/phdstudents-ee/2011/07/phd-courses-in-general-skills-fall-2011/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 12:24:39 +0000</pubDate>
		<dc:creator>Leefke Grosjean</dc:creator>
				<category><![CDATA[The new PhD program]]></category>

		<guid isPermaLink="false">http://blogs.sys.kth.se/blogs/phdstudents-ee/?p=89</guid>
		<description><![CDATA[<a href="http://www.kth.se/blogs/phdstudents-ee/2011/07/phd-courses-in-general-skills-fall-2011/"><img align="left" hspace="5" width="150" height="150" src="http://blogs.sys.kth.se/blogs/phdstudents-ee/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>Within the new doctoral program there are 2 courses in general skills planned for the fall 2011: LH200V Grundläggande kommunikations- och undervisningslära (GKU) 3hp Pedagogical course. Given in the fall. In Swedish. Doctoral students from the School of EE  can &#8230; <a href="http://www.kth.se/blogs/phdstudents-ee/2011/07/phd-courses-in-general-skills-fall-2011/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Within the new doctoral program there are 2 courses in general skills planned for the fall 2011:</p>
<p><strong>LH200V Grundläggande kommunikations- och undervisningslära (GKU) 3hp</strong></p>
<p>Pedagogical course. Given in the fall. In Swedish. Doctoral students from the School of EE  can participate. For more information and how to apply see <a href="http://www.kth.se/ece/avdteach/ped/kurser/grundkurser/LH200V/HT11-1">http://www.kth.se/ece/avdteach/ped/kurser/grundkurser/LH200V/HT11-1</a></p>
<p>(This course will be revised and given in English in the spring 2012. More details to follow later.)</p>
<p>&nbsp;</p>
<p><strong>Forskningsmetodik 3 hp &#8211; Hösten 2011</strong></p>
<p>Starting date and course information to be announced later. Interested students should contact Kathy Hammar <a href="mailto:kathyh@kth.se">kathyh@kth.se</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kth.se/blogs/phdstudents-ee/2011/07/phd-courses-in-general-skills-fall-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Waffle and Icecream for those work hard in step competition</title>
		<link>http://www.kth.se/blogs/phdstudents-ee/2011/05/waffle-icecream/</link>
		<comments>http://www.kth.se/blogs/phdstudents-ee/2011/05/waffle-icecream/#comments</comments>
		<pubDate>Sun, 15 May 2011 09:02:41 +0000</pubDate>
		<dc:creator>Kun Zhu</dc:creator>
				<category><![CDATA[Okategoriserat]]></category>

		<guid isPermaLink="false">http://blogs.sys.kth.se/blogs/phdstudents-ee/?p=76</guid>
		<description><![CDATA[<a href="http://www.kth.se/blogs/phdstudents-ee/2011/05/waffle-icecream/"><img align="left" hspace="5" width="150" height="150" src="http://blogs.sys.kth.se/blogs/phdstudents-ee/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>EE PhD council is planning an Waffel and Icecream event in the middle of June for all PhD students and Postdoc. Special awards will go to our colleagues who have been working hard in step competition. Let us decide a &#8230; <a href="http://www.kth.se/blogs/phdstudents-ee/2011/05/waffle-icecream/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>EE PhD council is planning an Waffel and Icecream event in the middle of June for all PhD students and Postdoc. Special awards will go to our colleagues who have been working hard in step competition.</p>
<p>Let us decide a date:<a id="participationLink" name="participationLink" href="http://www.doodle.com/aqki7w4s29g5snvs"></a></p>
<p><a id="participationLink" name="participationLink" href="http://www.doodle.com/aqki7w4s29g5snvs">http://www.doodle.com/aqki7w4s29g5snvs</a></p>
<p>Cheers</p>
<p>Kun ZHU<br />
Vicechair of EE PhD council</p>
<p>zhuk@ics.kth.se</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kth.se/blogs/phdstudents-ee/2011/05/waffle-icecream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IEEE PDF eXpress: problems and solutions</title>
		<link>http://www.kth.se/blogs/phdstudents-ee/2011/05/ieee-pdf-express-problems-and-solutions/</link>
		<comments>http://www.kth.se/blogs/phdstudents-ee/2011/05/ieee-pdf-express-problems-and-solutions/#comments</comments>
		<pubDate>Wed, 11 May 2011 14:14:27 +0000</pubDate>
		<dc:creator>Camille Hamon</dc:creator>
				<category><![CDATA[Latex tips]]></category>

		<guid isPermaLink="false">http://blogs.sys.kth.se/blogs/phdstudents-ee/?p=67</guid>
		<description><![CDATA[<a href="http://www.kth.se/blogs/phdstudents-ee/2011/05/ieee-pdf-express-problems-and-solutions/"><img align="left" hspace="5" width="150" src="http://www.kth.se/blogs/phdstudents-ee/files/2011/05/WinEdt-1-500.png" class="alignleft wp-post-image tfe" alt="Options" title="" /></a>Some of you may have run into the following problem: you have been accepted to an IEEE conference but your paper cannot be published on IEEE Xplore because it does not fulfill the requirements for publication on this website. You &#8230; <a href="http://www.kth.se/blogs/phdstudents-ee/2011/05/ieee-pdf-express-problems-and-solutions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Some of you may have run into the following problem: you have been accepted to an IEEE conference but your paper cannot be published on <a href="http://ieeexplore.ieee.org/Xplore/dynhome.jsp">IEEE Xplore</a> because it does not fulfill the requirements for publication on this website.</p>
<p>You can check whether your paper fulfills these requirements by uploading it on the IEEE PDF eXpress Plus <a href="http://www.pdf-express.org/plus/">webpage</a> (you need a login usually provided by the conference you registered to). Then you get a report stating what you need to change to make your paper compatible, if it is not.</p>
<p>IEEE has some guidelines to help you solve compatibility issues. However, they were not useful in my case. My paper did not fulfill the requirements because of two main reasons: bookmarks were found in the pdf file of my article and some fonts were not embedded in the pdf file.</p>
<p>If you ever have the same problems, here are some solutions I found.</p>
<p>[Edit: The solutions below apply when you create a pdf file through latex + dvips + ps2pdf. Those of you who use pdflatex can try Sébastien's suggestion in the comments. Thanks Sébastien for sharing this!]</p>
<p>For the bookmark issues, you need to load the hyperref package with the option “bookmarks=false”. This means that you need to write this in the preamble of your latex file:</p>
<blockquote><p>\usepackage[bookmarks=false]</p></blockquote>
<p>For the font issue, the problem seems to arise when converting the ps file to pdf. On this <a href="http://sites.google.com/site/mhfirooz/home/technical-articles/ieee-express-pdf-compatibility">website</a>, a solution is given by running gswin32 on your ps file with some options:</p>
<blockquote><p>gswin32c.exe -dSAFER -dNOPLATFONTS -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sPAPERSIZE=letter -dCompatibilityLevel=1.4 -dPDFSETTINGS=/printer -dCompatibilityLevel=1.4 -dMaxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true -sOutputFile=mypaper.pdf -f mypaper.ps</p></blockquote>
<p>Where you replace mypaper.ps by the name of your ps file.</p>
<p>This is not very simple because you have to invoke the command line. Most latex editors let you customize the ps to pdf process. Here is how I have done it for winedt:</p>
<p>You have to change the execution mode for conversion from ps to pdf. It is in the menu “options”:</p>
<p><img src="http://www.kth.se/blogs/phdstudents-ee/files/2011/05/WinEdt-1-500.png" alt="Options" /></p>
<p>There you have to change the field named “switches” with the following line:</p>
<blockquote><p>-dSAFER -dNOPLATFONTS -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sPAPERSIZE=letter -dCompatibilityLevel=1.4 -dPDFSETTINGS=/printer -dCompatibilityLevel=1.4 -dMaxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true</p></blockquote>
<p><img src="http://www.kth.se/blogs/phdstudents-ee/files/2011/05/WinEdt-2-500.png" alt="Change switches" /></p>
<p>That’s it!</p>
<p>Try now to reupload your new pdf file to the IEEE PDF eXpress website. You should now have got rid of both bookmark and font issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kth.se/blogs/phdstudents-ee/2011/05/ieee-pdf-express-problems-and-solutions/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Election meeting on Wednesday 11th</title>
		<link>http://www.kth.se/blogs/phdstudents-ee/2011/05/election-meeting-on-wednesday-11th/</link>
		<comments>http://www.kth.se/blogs/phdstudents-ee/2011/05/election-meeting-on-wednesday-11th/#comments</comments>
		<pubDate>Mon, 09 May 2011 11:49:59 +0000</pubDate>
		<dc:creator>Leefke Grosjean</dc:creator>
				<category><![CDATA[Organisation]]></category>

		<guid isPermaLink="false">http://blogs.sys.kth.se/blogs/phdstudents-ee/?p=54</guid>
		<description><![CDATA[<a href="http://www.kth.se/blogs/phdstudents-ee/2011/05/election-meeting-on-wednesday-11th/"><img align="left" hspace="5" width="150" height="150" src="http://blogs.sys.kth.se/blogs/phdstudents-ee/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>The election meeting for the two vacant positions in the employment committee is going to be on Wednesday 11th at 17:30 at Osquldasväg 10, 8th floor.]]></description>
				<content:encoded><![CDATA[<p>The election meeting for the two vacant positions in the employment committee is going to be on Wednesday 11<sup>th</sup> at 17:30 at Osquldasväg 10, 8<sup>th</sup> floor.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kth.se/blogs/phdstudents-ee/2011/05/election-meeting-on-wednesday-11th/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
