Please wait, loading data...
<s:event b:on="construct" b:action="show"/> <!-- research overview --> <b:window id="win_am_overview" b:open="false" style="left: 100px; top: 10px; width: 70%; height: 80%" b:minwidth="700px" b:minheight="600px" b:windowbuttons="close;minimize;maximize"> <b:windowhead>Research Overview</b:windowhead> <b:windowbody> <s:include b:url="airline_intro.xml" /> </b:windowbody> </b:window> <b:window id="win_scm_overview" b:open="false" style="left: 100px; top: 10px; width: 70%; height: 80%" b:minwidth="700px" b:minheight="600px" b:windowbuttons="close;minimize;maximize"> <b:windowhead>Research Overview</b:windowhead> <b:windowbody> <s:include b:url="scm_intro.xml" /> </b:windowbody> </b:window> <b:window id="win_rfid_overview" b:open="false" style="left: 100px; top: 10px; width: 70%; height: 80%" b:minwidth="700px" b:minheight="600px" b:windowbuttons="close;minimize;maximize"> <b:windowhead>Research Overview</b:windowhead> <b:windowbody> <s:include b:url="rfid_intro.xml" /> </b:windowbody> </b:window> <s:behavior b:name="rfid_overview"> <s:event b:on="command"> <s:task b:action="trigger" b:target="id('win_scm_overview')" b:event="close" /> <s:task b:action="trigger" b:target="id('win_am_overview')" b:event="close" /> <s:task b:action="trigger" b:target="id('win_rfid_overview')" b:event="open" /> </s:event> </s:behavior> <s:behavior b:name="am_overview"> <s:event b:on="command"> <s:task b:action="trigger" b:target="id('win_scm_overview')" b:event="close" /> <s:task b:action="trigger" b:target="id('win_rfid_overview')" b:event="close" /> <s:task b:action="trigger" b:target="id('win_am_overview')" b:event="open" /> </s:event> </s:behavior> <s:behavior b:name="scm_overview"> <s:event b:on="command"> <s:task b:action="trigger" b:target="id('win_am_overview')" b:event="close" /> <s:task b:action="trigger" b:target="id('win_rfid_overview')" b:event="close" /> <s:task b:action="trigger" b:target="id('win_scm_overview')" b:event="open" /> </s:event> </s:behavior> <!-- bio window and behavior --> <b:window id="win_bio" b:open="false" style="left: 50px; top: 20px; width: 70%; height: 90%" b:minwidth="700px" b:minheight="600px" b:windowbuttons="close;minimize;maximize"> <b:windowhead>Vita</b:windowhead> <b:windowbody> <s:include b:url="bio.xml"></s:include> </b:windowbody> </b:window> <s:behavior b:name="openbio"> <s:event b:on="command"> <s:task b:action="trigger" b:target="id('win_bio')" b:event="open" /> </s:event> </s:behavior> <b:window id="win_CV" b:open="false" style="left: 50px; top: 50px; width: 80%; height: 80%" b:minwidth="750px" b:minheight="600px" b:windowbuttons="close;minimize;maximize"> <b:windowhead>CV</b:windowhead> <b:windowbody> <a href="Klabjan_CV.pdf" target="_blank"><h3>Load the pdf file!</h3></a> <s:include b:url="CV.xml"></s:include> </b:windowbody> </b:window> <s:behavior b:name="openCV"> <s:event b:on="command"> <s:task b:action="trigger" b:target="id('win_CV')" b:event="open" /> </s:event> </s:behavior> <!-- white papers window and behavior --> <b:window id="win_wp_aml" b:open="false" style="left: 10px; top: 50px; width: 90%; height: 90%" b:minwidth="700px" b:minheight="600px" b:windowbuttons="close;minimize;maximize"> <b:windowhead>White Papers</b:windowhead> <b:windowbody> <p style="margin-left: .25in" align="center"><strong><font size="6">LIST OF PUBLICATIONS</font></strong></p> <b:spacer b:height="0.5cm" /> <b:tabbox style="height: 100%"> <b:tab b:label="Airline Management and Logistics" b:url="data/airline_management.xml" /> <b:tab b:label="Supply Chain Management" b:url="data/supply_chain_management.xml" /> <b:tab b:label="Radio Frequency Identification" b:url="data/RFID.xml" /> <b:tab b:label="Integer Programming" b:url="data/integer_programming.xml" /> <b:tab b:label="Miscellaneous" b:url="data/miscellaneous.xml" /> </b:tabbox> </b:windowbody> </b:window> <b:window id="win_wp_scm" b:open="false" style="left: 10px; top: 50px; width: 90%; height: 90%" b:minwidth="700px" b:minheight="600px" b:windowbuttons="close;minimize;maximize"> <b:windowhead>White Papers</b:windowhead> <b:windowbody> <p style="margin-left: .25in" align="center"><strong><font size="6">LIST OF PUBLICATIONS</font></strong></p> <b:spacer b:height="0.5cm" /> <b:tabbox style="height: 100%"> <b:tab b:label="Airline Management and Logistics" b:url="data/airline_management.xml" /> <b:tab b:label="Supply Chain Management" b:url="data/supply_chain_management.xml" b:state="selected" /> <b:tab b:label="Radio Frequency Identification" b:url="data/RFID.xml" /> <b:tab b:label="Integer Programming" b:url="data/integer_programming.xml" /> <b:tab b:label="Miscellaneous" b:url="data/miscellaneous.xml" /> </b:tabbox> </b:windowbody> </b:window> <b:window id="win_wp_rfid" b:open="false" style="left: 10px; top: 50px; width: 90%; height: 90%" b:minwidth="700px" b:minheight="600px" b:windowbuttons="close;minimize;maximize"> <b:windowhead>White Papers</b:windowhead> <b:windowbody> <p style="margin-left: .25in" align="center"><strong><font size="6">LIST OF PUBLICATIONS</font></strong></p> <b:spacer b:height="0.5cm" /> <b:tabbox style="height: 100%"> <b:tab b:label="Airline Management and Logistics" b:url="data/airline_management.xml" /> <b:tab b:label="Supply Chain Management" b:url="data/supply_chain_management.xml" /> <b:tab b:label="Radio Frequency Identification" b:url="data/RFID.xml" b:state="selected" /> <b:tab b:label="Integer Programming" b:url="data/integer_programming.xml" /> <b:tab b:label="Miscellaneous" b:url="data/miscellaneous.xml" /> </b:tabbox> </b:windowbody> </b:window> <b:window id="win_wp_ip" b:open="false" style="left: 10px; top: 50px; width: 90%; height: 90%" b:minwidth="700px" b:minheight="600px" b:windowbuttons="close;minimize;maximize"> <b:windowhead>White Papers</b:windowhead> <b:windowbody> <p style="margin-left: .25in" align="center"><strong><font size="6">LIST OF PUBLICATIONS</font></strong></p> <b:spacer b:height="0.5cm" /> <b:tabbox style="height: 100%"> <b:tab b:label="Airline Management and Logistics" b:url="data/airline_management.xml" /> <b:tab b:label="Supply Chain Management" b:url="data/supply_chain_management.xml" /> <b:tab b:label="Radio Frequency Identification" b:url="data/RFID.xml" /> <b:tab b:label="Integer Programming" b:url="data/integer_programming.xml" b:state="selected" /> <b:tab b:label="Miscellaneous" b:url="data/miscellaneous.xml" /> </b:tabbox> </b:windowbody> </b:window> <b:window id="win_wp_misc" b:open="false" style="left: 10px; top: 50px; width: 90%; height: 90%" b:minwidth="700px" b:minheight="600px" b:windowbuttons="close;minimize;maximize"> <b:windowhead>White Papers</b:windowhead> <b:windowbody> <p style="margin-left: .25in" align="center"><strong><font size="6">LIST OF PUBLICATIONS</font></strong></p> <b:spacer b:height="0.5cm" /> <b:tabbox style="height: 100%"> <b:tab b:label="Airline Management and Logistics" b:url="data/airline_management.xml" /> <b:tab b:label="Supply Chain Management" b:url="data/supply_chain_management.xml" /> <b:tab b:label="Radio Frequency Identification" b:url="data/RFID.xml" /> <b:tab b:label="Integer Programming" b:url="data/integer_programming.xml" /> <b:tab b:label="Miscellaneous" b:url="data/miscellaneous.xml" b:state="selected" /> </b:tabbox> </b:windowbody> </b:window> <s:include b:url="white_papers.xml" /> <!-- proceedings window and behavior --> <b:window id="win_proc_aml" b:open="false" style="left: 10px; top: 50px; width: 90%; height: 90%" b:minwidth="700px" b:minheight="600px" b:windowbuttons="close;minimize;maximize"> <b:windowhead>Proceedings</b:windowhead> <b:windowbody> <p style="margin-left: .25in" align="center"><strong><font size="6">REVIEWED PROCEEDINGS</font></strong></p> <b:spacer b:height="0.5cm" /> <b:tabbox style="height: 100%"> <b:tab b:label="Airline Management and Logistics" b:url="data/airline_management_proc.xml" /> <b:tab b:label="Supply Chain Management" b:url="data/supply_chain_management_proc.xml" /> <b:tab b:label="Radio Frequency Identification" b:url="data/RFID_proc.xml" /> <b:tab b:label="Integer Programming" b:url="data/integer_programming_proc.xml" /> <b:tab b:label="Miscellaneous" b:url="data/miscellaneous_proc.xml" /> </b:tabbox> </b:windowbody> </b:window> <b:window id="win_proc_scm" b:open="false" style="left: 10px; top: 50px; width: 90%; height: 90%" b:minwidth="700px" b:minheight="600px" b:windowbuttons="close;minimize;maximize"> <b:windowhead>Proceedings</b:windowhead> <b:windowbody> <p style="margin-left: .25in" align="center"><strong><font size="6">REVIEWED PROCEEDINGS</font></strong></p> <b:spacer b:height="0.5cm" /> <b:tabbox style="height: 100%"> <b:tab b:label="Airline Management and Logistics" b:url="data/airline_management_proc.xml" /> <b:tab b:label="Supply Chain Management" b:url="data/supply_chain_management_proc.xml" b:state="selected" /> <b:tab b:label="Radio Frequency Identification" b:url="data/RFID_proc.xml" /> <b:tab b:label="Integer Programming" b:url="data/integer_programming_proc.xml" /> <b:tab b:label="Miscellaneous" b:url="data/miscellaneous_proc.xml" /> </b:tabbox> </b:windowbody> </b:window> <b:window id="win_proc_rfid" b:open="false" style="left: 10px; top: 50px; width: 90%; height: 90%" b:minwidth="700px" b:minheight="600px" b:windowbuttons="close;minimize;maximize"> <b:windowhead>Proceedings</b:windowhead> <b:windowbody> <p style="margin-left: .25in" align="center"><strong><font size="6">REVIEWED PROCEEDINGS</font></strong></p> <b:spacer b:height="0.5cm" /> <b:tabbox style="height: 100%"> <b:tab b:label="Airline Management and Logistics" b:url="data/airline_management_proc.xml" /> <b:tab b:label="Supply Chain Management" b:url="data/supply_chain_management_proc.xml" /> <b:tab b:label="Radio Frequency Identification" b:url="data/RFID_proc.xml" b:state="selected" /> <b:tab b:label="Integer Programming" b:url="data/integer_programming_proc.xml" /> <b:tab b:label="Miscellaneous" b:url="data/miscellaneous_proc.xml" /> </b:tabbox> </b:windowbody> </b:window> <b:window id="win_proc_ip" b:open="false" style="left: 10px; top: 50px; width: 90%; height: 90%" b:minwidth="700px" b:minheight="600px" b:windowbuttons="close;minimize;maximize"> <b:windowhead>Proceedings</b:windowhead> <b:windowbody> <p style="margin-left: .25in" align="center"><strong><font size="6">REVIEWED PROCEEDINGS</font></strong></p> <b:spacer b:height="0.5cm" /> <b:tabbox style="height: 100%"> <b:tab b:label="Airline Management and Logistics" b:url="data/airline_management_proc.xml" /> <b:tab b:label="Supply Chain Management" b:url="data/supply_chain_management_proc.xml" /> <b:tab b:label="Radio Frequency Identification" b:url="data/RFID_proc.xml" /> <b:tab b:label="Integer Programming" b:url="data/integer_programming_proc.xml" b:state="selected" /> <b:tab b:label="Miscellaneous" b:url="data/miscellaneous_proc.xml" /> </b:tabbox> </b:windowbody> </b:window> <b:window id="win_proc_misc" b:open="false" style="left: 10px; top: 50px; width: 90%; height: 90%" b:minwidth="700px" b:minheight="600px" b:windowbuttons="close;minimize;maximize"> <b:windowhead>Proceedings</b:windowhead> <b:windowbody> <p style="margin-left: .25in" align="center"><strong><font size="6">REVIEWED PROCEEDINGS</font></strong></p> <b:spacer b:height="0.5cm" /> <b:tabbox style="height: 100%"> <b:tab b:label="Airline Management and Logistics" b:url="data/airline_management_proc.xml" /> <b:tab b:label="Supply Chain Management" b:url="data/supply_chain_management_proc.xml" /> <b:tab b:label="Radio Frequency Identification" b:url="data/RFID_proc.xml" /> <b:tab b:label="Integer Programming" b:url="data/integer_programming_proc.xml" /> <b:tab b:label="Miscellaneous" b:url="data/miscellaneous_proc.xml" b:state="selected" /> </b:tabbox> </b:windowbody> </b:window> <s:include b:url="proceedings.xml" /> <!-- book chapters windows and behavior --> <b:window id="win_book_chapters_aml" b:open="false" style="left: 10px; top: 50px; width: 90%; height: 90%" b:minwidth="700px" b:minheight="600px" b:windowbuttons="close;minimize;maximize"> <b:windowhead>Chapters in Books</b:windowhead> <b:windowbody> <p style="margin-left: .25in" align="center"><strong><font size="6">CHAPTERS IN BOOKS</font></strong></p> <b:spacer b:height="0.5cm" /> <b:tabbox style="height: 100%"> <b:tab b:label="Airline Management and Logistics" b:url="data/airline_management_book_chapters.xml" b:state="selected" /> <b:tab b:label="Radio Frequency Identification" b:url="data/RFID_book_chapters.xml" /> </b:tabbox> </b:windowbody> </b:window> <b:window id="win_book_chapters_RFID" b:open="false" style="left: 10px; top: 50px; width: 90%; height: 90%" b:minwidth="700px" b:minheight="600px" b:windowbuttons="close;minimize;maximize"> <b:windowhead>Chapters in Books</b:windowhead> <b:windowbody> <p style="margin-left: .25in" align="center"><strong><font size="6">CHAPTERS IN BOOKS</font></strong></p> <b:spacer b:height="0.5cm" /> <b:tabbox style="height: 100%"> <b:tab b:label="Airline Management and Logistics" b:url="data/airline_management_book_chapters.xml" /> <b:tab b:label="Radio Frequency Identification" b:url="data/RFID_book_chapters.xml" b:state="selected" /> </b:tabbox> </b:windowbody> </b:window> <s:include b:url="book_chapters.xml" /> <!-- projects --> <b:window id="win_col" b:open="false" style="left: 10px; top: 50px; width: 90%; height: 90%" b:minwidth="700px" b:minheight="600px" b:windowbuttons="close;minimize;maximize"> <b:windowhead>Ongoing Projects</b:windowhead> <b:windowbody> <s:include b:url="col.xml"></s:include> </b:windowbody> </b:window> <s:behavior b:name="opencol"> <s:event b:on="command"> <s:task b:action="trigger" b:target="id('win_col')" b:event="open" /> </s:event> </s:behavior> <!-- THE MAIN PANEL --> <b:panelset b:rows="60px * 30px" style="color: white;"> <!-- the title panel --> <b:panel style="background-color: #A8DAFF; color: #666;" b:resize="vertical" b:minheight="60px" b:resizeconstrait=".."> <p align="center" style="font-size: 50px"><font color="#000000"><b>Diego Klabjan</b></font></p> </b:panel> <b:panelset b:cols="275px * 185px"> <!-- panel on the left --> <b:panel style="background-color: #FDF260; color: #666;" b:resize="horizontal" b:minwidth="275px" b:resizeconstrait=".."> <!-- vita --> <b:tree b:label="Vita" b:open="true" style="width: 250px" b:image-when-open="figures/arrow.gif" b:image-when-closed="figures/arrow.gif"> <b:tree b:label="Vita" b:image-when-open="figures/arrow1.gif" b:image-when-closed="figures/arrow1.gif" b:behavior="openbio" /> <b:tree b:label="CV" b:image-when-open="figures/arrow1.gif" b:image-when-closed="figures/arrow1.gif" b:behavior="openCV" /> </b:tree> <!-- research overview --> <b:tree b:label="Research Overview" b:open="true" style="width: 250px" b:image-when-open="figures/arrow.gif" b:image-when-closed="figures/arrow.gif"> <b:tree b:label="Airline Management" b:image-when-open="figures/arrow1.gif" b:image-when-closed="figures/arrow1.gif" b:behavior="am_overview" /> <b:tree b:label="Supply Chain Management" b:image-when-open="figures/arrow1.gif" b:image-when-closed="figures/arrow1.gif" b:behavior="scm_overview" /> <b:tree b:label="Radio Frequency Identification" b:image-when-open="figures/arrow1.gif" b:image-when-closed="figures/arrow1.gif" b:behavior="rfid_overview" /> </b:tree> <!-- papers --> <b:tree b:label="White Papers" b:open="true" style="width: 250px" b:image-when-open="figures/arrow.gif" b:image-when-closed="figures/arrow.gif"> <b:tree b:label="Airline Management and Logistics" b:image-when-open="figures/arrow1.gif" b:image-when-closed="figures/arrow1.gif" b:behavior="am"/> <b:tree b:label="Supply Chain Management" b:image-when-open="figures/arrow1.gif" b:image-when-closed="figures/arrow1.gif" b:behavior="scm" /> <b:tree b:label="Radio Frequency Identification" b:image-when-open="figures/arrow1.gif" b:image-when-closed="figures/arrow1.gif" b:behavior="rfid" /> <b:tree b:label="Integer Programming" b:image-when-open="figures/arrow1.gif" b:image-when-closed="figures/arrow1.gif" b:behavior="ip" /> <b:tree b:label="Miscellaneous" b:image-when-open="figures/arrow1.gif" b:image-when-closed="figures/arrow1.gif" b:behavior="misc" /> </b:tree> <!-- chapters in books --> <b:tree b:label="Chapters in Books" b:open="true" style="width: 250px" b:image-when-open="figures/arrow.gif" b:image-when-closed="figures/arrow.gif"> <b:tree b:label="Airline Management and Logistics" b:image-when-open="figures/arrow1.gif" b:image-when-closed="figures/arrow1.gif" b:behavior="am_book_chapters" /> <b:tree b:label="Radio Frequency Identification" b:image-when-open="figures/arrow1.gif" b:image-when-closed="figures/arrow1.gif" b:behavior="RFID_book_chapters" /> </b:tree> <!-- proceedings --> <b:tree b:label="Proceedings" b:open="false" style="width: 250px" b:image-when-open="figures/arrow.gif" b:image-when-closed="figures/arrow.gif"> <b:tree b:label="Airline Management and Logistics" b:image-when-open="figures/arrow1.gif" b:image-when-closed="figures/arrow1.gif" b:behavior="am_proc" /> <b:tree b:label="Supply Chain Management" b:image-when-open="figures/arrow1.gif" b:image-when-closed="figures/arrow1.gif" b:behavior="scm_proc" /> <b:tree b:label="Radio Frequency Identification" b:image-when-open="figures/arrow1.gif" b:image-when-closed="figures/arrow1.gif" b:behavior="rfid_proc" /> <b:tree b:label="Integer Programming" b:image-when-open="figures/arrow1.gif" b:image-when-closed="figures/arrow1.gif" b:behavior="ip_proc" /> <b:tree b:label="Miscellaneous" b:image-when-open="figures/arrow1.gif" b:image-when-closed="figures/arrow1.gif" b:behavior="misc_proc" /> </b:tree> <!-- magazines --> <b:tree b:label="Magazine Publications" b:open="true" style="width: 250px" b:image-when-open="figures/arrow.gif" b:image-when-closed="figures/arrow.gif"> <b:tree b:label="Publications" b:image-when-open="figures/arrow1.gif" b:image-when-closed="figures/arrow1.gif" b:behavior="openmagazines" /> </b:tree> <!-- col --> <b:tree b:label="Ongoing Projects" b:open="true" style="width: 250px" b:image-when-open="figures/arrow.gif" b:image-when-closed="figures/arrow.gif"> <b:tree b:label="Projects" b:image-when-open="figures/arrow1.gif" b:image-when-closed="figures/arrow1.gif" b:behavior="opencol" /> </b:tree> <b:spacer height="20px" /> <p><b:spacer width="30px"/> <a title="Learn more about successful stories of the science of better, i.e. Operations Management" target="_blank" href="http://www.scienceofbetter.org"> <img border="0" src="figures/SOB_button_lg.jpg" width="175" height="100" /></a></p> <b:spacer height="20px" /> <!-- collaborators --> <b:box style="position: relative; left: 10px;width: 80%"> <h2>Collaborators</h2> <font size="2"> <ul> <li> LogicBlox Inc.</li> <li> Illinois Department of Transportation</li> <li> United Airlines </li> <li> FedEx Express </li> <li> Sabre Holdings </li> <li> SBS International </li> <li> Intel </li> <li> NASA </li> </ul> </font> </b:box> </b:panel> <b:panel style="background-color: #64747F; color: white;"> <img src="figures/main_graphics.gif" /> </b:panel> <!-- the right panel --> <b:panel style="background-color: #FDF260; color: #666;" b:resize="horizontal" b:minwidth="185px" b:resizeconstrait=".."> <div style="background-color:#FDF260; width: 170px; padding: 10px; height: 300px"> <b:navbox style="width: 150px;"> <b:navhead>Interplanetary Logistics</b:navhead> <b:navbody> <a href="http://spacelogistics.mit.edu" target="_blank">Web site</a> <br /> <a href="http://www.forbes.com/logistics/2006/04/25/space-shipping-logistics-cx_rm_0426spaceship.html" target="_blank">Interview at Forbes.com</a> </b:navbody> </b:navbox> <br /> <b:navbox style="width: 150px;"> <b:navhead>Presentation on RFID</b:navhead> <b:navbody> <a href="presentations/Radio%20Frequency%20Identification.pdf" target="_blank">Presentation given to IEEE</a> </b:navbody> </b:navbox> <br /> <b:navbox style="width: 150px;" b:open="true"> <b:navhead>Featured interview with me at Forbes.com</b:navhead> <b:navbody> <a href="http://www.forbes.com/logistics/2006/04/25/space-shipping-logistics-cx_rm_0426spaceship.html" target="_blank">The interview</a> </b:navbody> </b:navbox> <br /> <b:navbox style="width: 150px;" b:open="true"> <b:navhead>Quoted in Chicago Sun-Times</b:navhead> <b:navbody> <a href="http://www.suntimes.com/news/metro/437534,CST-NWS-delay21.article" target="_blank">Opinion on an glitch of an airline</a> </b:navbody> </b:navbox> </div> <b:box style="position: relative;left: 10px; width: 150px"><font color="#800000" size="3"> Interplanetary Supply Chain Management and Logistics</font></b:box> <img src="figures/ISCMLA_opt1.jpg" /> <!-- the bottom panel --> </b:panel> </b:panelset> <b:panel style="background-color: #7D8FCE; color: white;" b:resize="vertical" b:minheight="30px" b:resizeconstrait=".."> <table border="0" width="100%"> <tr> <td width="45%" valign="top"> <font color="#FFFFFF"><p style="font-size: 20px"><b>Interplanetary Supply Chain Management and Logistics</b></p></font> </td> <td width="10%" valign="top"> <div> <a style="font-size: 15px"> <font color="#000000"> Info <s:tooltip> <ul> <li>If the panels do not display clearly, try to resize them by dragging a border.</li> <li>The manuscripts that have already appeared or have already been accepted for publication are displayed with a red colored list of authors.</li> </ul> </s:tooltip> </font></a> </div> </td> <td width="45%" valign="top"> <font color="#FFFFFF"><p align="right" style="font-size: 20px"><b>Radio Frequency Identification</b></p></font> </td> </tr> </table> </b:panel> </b:panelset>