<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="publications.xsl" ?>
<!DOCTYPE pubs [
	<!ELEMENT pubs (paper+)>
	<!ELEMENT paper (author+,title+,url+,award+,book*,journal*,chapter*,conference*,presentation*,thesis*)>
	<!ELEMENT author (first_name,last_name,initials)>
	<!ELEMENT journal (title,url,special_issue?, volume,number,year,pages_start,pages_end,publisher)>
	<!ELEMENT chapter (editors,title,url,year,pages_start,pages_end,publisher)>
	<!ELEMENT book (year,pages,publisher,ISBN)>
	<!ELEMENT editors (editor+)>
	<!ELEMENT editor (first_name,last_name,initials)>
	<!ELEMENT conference (title,abbreviation,within?,year,pages_start,pages_end,publisher,city,state,country)>
	<!ELEMENT presentation (organizer,title,url,year,month?,city,state,country)>
	<!ELEMENT thesis (type,institution,department,url,year,city,state,country)>
	<!ELEMENT first_name (#PCDATA)>
	<!ELEMENT last_name (#PCDATA)>
	<!ELEMENT initials (#PCDATA)>
	<!ELEMENT title (#PCDATA)>
	<!ELEMENT url (#PCDATA)>
	<!ELEMENT volume (#PCDATA)>
	<!ELEMENT number (#PCDATA)>
	<!ELEMENT ISBN (#PCDATA)>
	<!ELEMENT pages (#PCDATA)>
	<!ELEMENT pages_start (#PCDATA)>
	<!ELEMENT pages_end (#PCDATA)>
	<!ELEMENT publisher (#PCDATA)>
	<!ELEMENT year (#PCDATA)>
	<!ELEMENT month (#PCDATA)>
	<!ELEMENT special_issue (#PCDATA)>
	<!ELEMENT city (#PCDATA)>
	<!ELEMENT state (#PCDATA)>
	<!ELEMENT country (#PCDATA)>
	<!ELEMENT abbreviation (#PCDATA)>
	<!ELEMENT within (#PCDATA)>
	<!ELEMENT organizer (#PCDATA)>
	<!ELEMENT type (#PCDATA)>
	<!ELEMENT institution (#PCDATA)>
	<!ELEMENT department (#PCDATA)>
	<!ELEMENT award (#PCDATA)>
	<!ATTLIST paper type (journal | book | chapter | conference | presentation | thesis | in_preparations) #REQUIRED>
	<!ATTLIST paper status (published | accepted | submitted) #REQUIRED>
	<!ATTLIST paper research_topic (data_mining | computational_biology | other) #REQUIRED>
	<!ATTLIST book edited (yes | no) #REQUIRED>
	<!ATTLIST author student (true | false) #REQUIRED>
	<!ATTLIST journal special_issue (yes | no) #REQUIRED>
	<!ATTLIST conference in_conjuctions (yes | no) #REQUIRED>
	<!ATTLIST thesis type (MSC | PHD) #REQUIRED>
	<!ATTLIST thesis honour (yes | no) #REQUIRED>
]>
<pubs>
	<paper type = "book" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Yaoqi</first_name>
			<last_name>Zhou</last_name>
			<initials>Y</initials>
		</author>
		<title>Editorial for special issue on Machine Learning Models in Protein Bioinformatics, Current Protein and Peptide Science, 12(6):455</title>
		<url>papers/CPPS-Editorial2011.pdf</url>
		<book edited = "yes">
			<year>2011</year>
			<pages></pages>
			<publisher>Bentham Science Publishers</publisher>
			<ISBN></ISBN>
		</book>
	</paper>
	<paper type = "book" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Arif</first_name>
			<last_name>Wani</last_name>
			<initials>A</initials>
		</author>
		<author student = "false">
			<first_name>Mehmed</first_name>
			<last_name>Kantardzic</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Vasile</first_name>
			<last_name>Palade</last_name>
			<initials>V</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Alan</first_name>
			<last_name>Qi</last_name>
			<initials>A</initials>
		</author>
		<title>Proceedings of the Eight International Conference on Machine Learning and Applications (ICMLA'09)</title>
		<url>http://ieeexplore.ieee.org/</url>
		<book edited = "yes">
			<year>2009</year>
			<pages>812</pages>
			<publisher>IEEE Press</publisher>
			<ISBN>978-0-7695-3926-3</ISBN>
		</book>
	</paper>
	<paper type = "book" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Arif</first_name>
			<last_name>Wani</last_name>
			<initials>A</initials>
		</author>
		<author student = "false">
			<first_name>Xue-wen</first_name>
			<last_name>Chen</last_name>
			<initials>X</initials>
		</author>
		<author student = "false">
			<first_name>David</first_name>
			<last_name>Casasent</last_name>
			<initials>D</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Tony</first_name>
			<last_name>Hu</last_name>
			<initials>T</initials>
		</author>
		<author student = "false">
			<first_name>Khalid</first_name>
			<last_name>Hafeez</last_name>
			<initials>K</initials>
		</author>
		<title>Proceedings of the Seventh International Conference on Machine Learning and Applications (ICMLA'08)</title>
		<url>http://ieeexplore.ieee.org/</url>
		<book edited = "yes">
			<year>2008</year>
			<pages>905</pages>
			<publisher>IEEE Press</publisher>
			<ISBN>978-0-7695-3495-4</ISBN>
		</book>
	</paper>
	<paper type = "book" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Krzysztof</first_name>
			<last_name>Cios</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Witold</first_name>
			<last_name>Pedrycz</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Ryszard</first_name>
			<last_name>Swiniarski</last_name>
			<initials>R</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Data Mining: A Knowledge Discovery Approach</title>
		<url>http://www.springer.com/978-0-387-33333-5</url>
		<book edited = "no">
			<year>2007</year>
			<pages>700</pages>
			<publisher>Springer</publisher>
			<ISBN>0-387-33333-9</ISBN>
		</book>
	</paper>
	<paper type = "book" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Arif</first_name>
			<last_name>Wani</last_name>
			<initials>A</initials>
		</author>
		<author student = "false">
			<first_name>Mehmed</first_name>
			<last_name>Kantardzic</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Tao</first_name>
			<last_name>Li</last_name>
			<initials>T</initials>
		</author>
		<author student = "false">
			<first_name>Ying</first_name>
			<last_name>Liu</last_name>
			<initials>Y</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Jieping</first_name>
			<last_name>Ye</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Mitsunori</first_name>
			<last_name>Ogihara</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Seref</first_name>
			<last_name>Sagiroglu</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Xue-wen</first_name>
			<last_name>Chen</last_name>
			<initials>X</initials>
		</author>
		<author student = "false">
			<first_name>Leif</first_name>
			<last_name>Peterson</last_name>
			<initials>L</initials>
		</author>
		<author student = "false">
			<first_name>Khalid</first_name>
			<last_name>Hafeez</last_name>
			<initials>K</initials>
		</author>
		<title>Proceedings of the Sixth International Conference on Machine Learning and Applications (ICMLA'07)</title>
		<url>http://ieeexplore.ieee.org/xpl/RecentCon.jsp?punumber=4457183</url>
		<book edited = "yes">
			<year>2007</year>
			<pages>638</pages>
			<publisher>IEEE Press</publisher>
			<ISBN>0-7695-3069-9</ISBN>
		</book>
	</paper>
	<paper type = "book" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Marek</first_name>
			<last_name>Reformat</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Krzysztof</first_name>
			<last_name>Cios</last_name>
			<initials>KJ</initials>
		</author>
		<title>Editorial for special issue on Machine Learning in the Life Sciences, IEEE Engineering in Medicine and Biology Magazine, 26(2):14-16</title>
		<url>papers/EMB-Editorial2007.pdf</url>
		<book edited = "yes">
			<year>2007</year>
			<pages></pages>
			<publisher>IEEE Press</publisher>
			<ISBN></ISBN>
		</book>
	</paper>
	<paper type = "book" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Marek</first_name>
			<last_name>Reformat</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Proceedings of the Human Centric Computing and Data Processing (HC2DP 2007) Symposium</title>
		<url></url>
		<book edited = "yes">
			<year>2007</year>
			<pages>25</pages>
			<publisher></publisher>
			<ISBN></ISBN>
		</book>
	</paper>
	<paper type = "book" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Arif</first_name>
			<last_name>Wani</last_name>
			<initials>A</initials>
		</author>
		<author student = "false">
			<first_name>Tao</first_name>
			<last_name>Li</last_name>
			<initials>T</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Jieping</first_name>
			<last_name>Ye</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Ying</first_name>
			<last_name>Liu</last_name>
			<initials>J</initials>
		</author>
		<title>Proceedings of the Fifth International Conference on Machine Learning and Applications (ICMLA'06)</title>
		<url>http://ieeexplore.ieee.org/xpl/RecentCon.jsp?punumber=4041453</url>
		<book edited = "yes">
			<year>2006</year>
			<pages>303</pages>
			<publisher>IEEE Press</publisher>
			<ISBN>0-7695-2735-3</ISBN>
		</book>
	</paper>
	<paper type = "book" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Petr</first_name>
			<last_name>Musilek</last_name>
			<initials>P</initials>
		</author>
		<author student = "false">
			<first_name>Marek</first_name>
			<last_name>Reformat</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Editorial for special issue on Biologically Inspired Computing and Computers in Biology, Neural Networks World, 15(3):187</title>
		<url>papers/NNW-Editorial2005.pdf</url>
		<book edited = "yes">
			<year>2005</year>
			<pages></pages>
			<publisher></publisher>
			<ISBN></ISBN>
		</book>
	</paper>
	<paper type = "book" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Arif</first_name>
			<last_name>Wani</last_name>
			<initials>A</initials>
		</author>
		<author student = "false">
			<first_name>Mariofanna</first_name>
			<last_name>Milanowa</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Marek</first_name>
			<last_name>Reformat</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Khalid</first_name>
			<last_name>Hafeez</last_name>
			<initials>K</initials>
		</author>
		<title>Proceedings of the Fourth International Conference on Machine Learning and Applications (ICMLA'05)</title>
		<url>http://ieeexplore.ieee.org/xpl/RecentCon.jsp?punumber=10693</url>
		<book edited = "yes">
			<year>2005</year>
			<pages>412</pages>
			<publisher>IEEE Press</publisher>
			<ISBN>0-7695-2495-8</ISBN>
		</book>
	</paper>
	<paper type = "book" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Scott</first_name>
			<last_name>Dick</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Petr</first_name>
			<last_name>Musilek</last_name>
			<initials>P</initials>
		</author>
		<author student = "false">
			<first_name>Witold</first_name>
			<last_name>Pedrycz</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Marek</first_name>
			<last_name>Reformat</last_name>
			<initials>M</initials>
		</author>
		<title>Proceedings of the 2004 North American Fuzzy Information Proceesing Society (NAFIPS'04) Conference</title>
		<url></url>
		<book edited = "yes">
			<year>2004</year>
			<pages>1024</pages>
			<publisher>IEEE Press</publisher>
			<ISBN>0-7803-8376-1</ISBN>
		</book>
	</paper>
	<paper type = "book" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Petr</first_name>
			<last_name>Musilek</last_name>
			<initials>P</initials>
		</author>
		<author student = "false">
			<first_name>Witold</first_name>
			<last_name>Pedrycz</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Marek</first_name>
			<last_name>Reformat</last_name>
			<initials>M</initials>
		</author>
		<title>Proceedings of the Human Centric Computing (HC2 2005) Symposium</title>
		<url></url>
		<book edited = "yes">
			<year>2005</year>
			<pages>71</pages>
			<publisher></publisher>
			<ISBN></ISBN>
		</book>
	</paper>

	<paper type = "journal" status = "accepted" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Bin</first_name>
			<last_name>Xue</last_name>
			<initials>B</initials>
		</author>
		<author student = "false">
			<first_name>Pedro</first_name>
			<last_name>Romero</last_name>
			<initials>P</initials>
		</author>
		<author student = "false">
			<first_name>Maria</first_name>
			<last_name>Noutsou</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Madelon</first_name>
			<last_name>Maurice</last_name>
			<initials>MM</initials>
		</author>
		<author student = "false">
			<first_name>Stefan</first_name>
			<last_name>Rudiger</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Albert</first_name>
			<last_name>William Jr.</last_name>
			<initials>AM</initials>
		</author>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Vladimir</first_name>
			<last_name>Uversky</last_name>
			<initials>VN</initials>
		</author>
		<author student = "false">
			<first_name>Keith</first_name>
			<last_name>Dunker</last_name>
			<initials>AK</initials>
		</author>
		<title>Stochastic Machines as a Colocalization Mechanism for Scaffold Protein Function</title>
		<url></url>
		<journal special_issue = "no">
			<title>FEBS Letters</title>
			<url>http://www.febsletters.org/</url>
			<volume></volume>
			<number></number>
			<year>2013</year>
			<pages_start></pages_start>
			<pages_end></pages_end>
			<publisher>Elsevier</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "accepted" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "true">
			<first_name>Zhenling</first_name>
			<last_name>Peng</last_name>
			<initials>Z</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>MFDp2 - Accurate Predictor of Disorder in Proteins by Fusion of Disorder Probabilities, Content and
Profiles</title>
		<url></url>
		<journal special_issue = "no">
			<title>Intrinsically Disordered Proteins</title>
			<url>http://www.landesbioscience.com/journals/idp/</url>
			<volume>1</volume>
			<number>1</number>
			<year>2013</year>
			<pages_start></pages_start>
			<pages_end></pages_end>
			<publisher>Landes Bioscience</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "accepted" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Xiao</first_name>
			<last_name>Fan</last_name>
			<initials>X</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Accurate Prediction of Disorder in Protein Chains with a Comprehensive and Empirically Designed Consensus</title>
		<url></url>
		<journal special_issue = "no">
			<title>Journal of Biomolecular Structure and Dynamics</title>
			<url>http://www.tandfonline.com/loi/tbsd20</url>
			<volume></volume>
			<number></number>
			<year>2013</year>
			<pages_start></pages_start>
			<pages_end></pages_end>
			<publisher>Taylor and Francis</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "accepted" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Jing</first_name>
			<last_name>Yan</last_name>
			<initials>J</initials>
		</author>
		<author student = "true">
			<first_name>Max</first_name>
			<last_name>Marcus</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Comprehensively Designed Consensus of Standalone Secondary Structure Predictors Improves Q3 by Over 3%</title>
		<url></url>
		<journal special_issue = "no">
			<title>Journal of Biomolecular Structure and Dynamics</title>
			<url>http://www.tandfonline.com/loi/tbsd20</url>
			<volume></volume>
			<number></number>
			<year>2013</year>
			<pages_start></pages_start>
			<pages_end></pages_end>
			<publisher>Taylor and Francis</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Marianne</first_name>
			<last_name>Durand</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Svetlana</first_name>
			<last_name>Komarova</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Ajay</first_name>
			<last_name>Bhargava</last_name>
			<initials>A</initials>
		</author>
		<author student = "false">
			<first_name>Keying</first_name>
			<last_name>Li</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Cara</first_name>
			<last_name>Fiorino</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Osama</first_name>
			<last_name>Maria</last_name>
			<initials>O</initials>
		</author>
		<author student = "false">
			<first_name>Noushin</first_name>
			<last_name>Nabavi</last_name>
			<initials>N</initials>
		</author>
		<author student = "false">
			<first_name>Morris</first_name>
			<last_name>Monolson</last_name>
			<initials>MF</initials>
		</author>
		<author student = "false">
			<first_name>Rene</first_name>
			<last_name>Harrison</last_name>
			<initials>R</initials>
		</author>
		<author student = "false">
			<first_name>Jeff</first_name>
			<last_name>Dixon</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Stephen</first_name>
			<last_name>Sims</last_name>
			<initials>SM</initials>
		</author>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Sonia</first_name>
			<last_name>Haroun</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Gilles</first_name>
			<last_name>Boire</last_name>
			<initials>G</initials>
		</author>
		<author student = "false">
			<first_name>Maria de Fatima</first_name>
			<last_name>Lucena-Fernandes</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Artur</first_name>
			<last_name>de Brum-Fernandes</last_name>
			<initials>AJ</initials>
		</author>
		<title>Monocytes from Patients with Osteoarthritis Display Increased Osteoclastogenesis and
Bone Resorption: The In Vitro Osteoclast Differentiation in Arthritis (IODA) Study</title>
		<url></url>
		<journal special_issue = "no">
			<title>Arthritis and Rheumatism</title>
			<url></url>
			<volume>65</volume>
			<number>1</number>
			<year>2013</year>
			<pages_start>148</pages_start>
			<pages_end>158</pages_end>
			<publisher>Wiley and Sons</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Dat</first_name>
			<last_name>Nguyen</last_name>
			<initials>D.T.</initials>
		</author>
		<author student = "false">
			<first_name>C.D.</first_name>
			<last_name>Nguyen</last_name>
			<initials>C.D.</initials>
		</author>
		<author student = "false">
			<first_name>R.</first_name>
			<last_name>Hargraves</last_name>
			<initials>R.</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Krzysztof</first_name>
			<last_name>Cios</last_name>
			<initials>KJ</initials>
		</author>
		<title>mi-DS: Multiple-Instance Learning Algorithm</title>
		<url></url>
		<journal special_issue = "no">
			<title>IEEE Transactions on Cybernetics</title>
			<url>http://www.ieeesmc.org/publications/</url>
			<volume>43</volume>
			<number>1</number>
			<year>2013</year>
			<pages_start>143</pages_start>
			<pages_end>154</pages_end>
			<publisher>IEEE Press</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Matt</first_name>
			<last_name>Oates</last_name>
			<initials>ME</initials>
		</author>
		<author student = "false">
			<first_name>Pedro</first_name>
			<last_name>Romero</last_name>
			<initials>P</initials>
		</author>
		<author student = "false">
			<first_name>Ishida</first_name>
			<last_name>Wang</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Takashi</first_name>
			<last_name>Ishida</last_name>
			<initials>T</initials>
		</author>
		<author student = "false">
			<first_name>Mohamed</first_name>
			<last_name>Ghalwash</last_name>
			<initials>M</initials>
		</author>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>Bin</first_name>
			<last_name>Xue</last_name>
			<initials>B</initials>
		</author>
		<author student = "false">
			<first_name>Zsuzsanna</first_name>
			<last_name>Dosztanyi</last_name>
			<initials>Z</initials>
		</author>
		<author student = "false">
			<first_name>Vladimir</first_name>
			<last_name>Uversky</last_name>
			<initials>V</initials>
		</author>
		<author student = "false">
			<first_name>Zoran</first_name>
			<last_name>Obradovic</last_name>
			<initials>Z</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>A. Keith</first_name>
			<last_name>Dunker</last_name>
			<initials>AK</initials>
		</author>
		<author student = "false">
			<first_name>Julian</first_name>
			<last_name>Gough</last_name>
			<initials>J</initials>
		</author>
		<title>D2P2: Database of Disordered Protein Predictions</title>
		<url>http://nar.oxfordjournals.org/content/41/D1/D508</url>
		<journal special_issue = "no">
			<title>Nucleic Acids Research</title>
			<url>http://nar.oxfordjournals.org/</url>
			<volume>41</volume>
			<number></number>
			<year>2012</year>
			<pages_start>D508</pages_start>
			<pages_end>516</pages_end>
			<publisher>Oxford University Press</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Gang</first_name>
			<last_name>Hu</last_name>
			<initials>G</initials>
		</author>
		<author student = "false">
			<first_name>Jianzhao</first_name>
			<last_name>Gao</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Kui</first_name>
			<last_name>Wang</last_name>
			<initials>K</initials>
		</author>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>Jishou</first_name>
			<last_name>Ruan</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Finding Protein Targets for Small Biologically Relevant Ligands Across Fold Space Using Inverse Ligand Binding Predictions</title>
		<url>papers/STRUCTURE-InverseBinding2012.pdf</url>
		<journal special_issue = "no">
			<title>Structure</title>
			<url>http://www.cell.com/structure/</url>
			<volume>20</volume>
			<number></number>
			<year>2012</year>
			<pages_start>1815</pages_start>
			<pages_end>1822</pages_end>
			<publisher>Cell Press</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Mark</first_name>
			<last_name>Howell</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Ryan</first_name>
			<last_name>Green</last_name>
			<initials>R</initials>
		</author>
		<author student = "false">
			<first_name>Alexis</first_name>
			<last_name>Killeen</last_name>
			<initials>A</initials>
		</author>
		<author student = "false">
			<first_name>Lamar</first_name>
			<last_name>Wedderburn</last_name>
			<initials>L</initials>
		</author>
		<author student = "false">
			<first_name>Vincent</first_name>
			<last_name>Picascio</last_name>
			<initials>V</initials>
		</author>
		<author student = "false">
			<first_name>Rabionet</first_name>
			<last_name>Alejandro</last_name>
			<initials>A</initials>
		</author>
		<author student = "true">
			<first_name>Zhenling</first_name>
			<last_name>Peng</last_name>
			<initials>Z</initials>
		</author>
		<author student = "false">
			<first_name>Maya</first_name>
			<last_name>Larina</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Bin</first_name>
			<last_name>Xue</last_name>
			<initials>B</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Vladimir</first_name>
			<last_name>Uversky</last_name>
			<initials>V</initials>
		</author>
		<title>Not that Rigid Midgets and not so Flexible Giants: On the Abundance and Roles of Intrinsic Disorder in Short and Long Proteins</title>
		<url>papers/JBS-DisorderMidgetsGiants2012.pdf</url>
		<journal special_issue = "no">
			<title>Journal of Biological Systems</title>
			<url>http://www.worldscientific.com/worldscinet/jbs</url>
			<special_issue>Genomic Signal Processing</special_issue>
			<volume>20</volume>
			<number>4</number>
			<year>2012</year>
			<pages_start>471</pages_start>
			<pages_end>511</pages_end>
			<publisher>World Scientific</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Fatemeh</first_name>
			<last_name>Miri Disfani</last_name>
			<initials>F</initials>
		</author>
		<author student = "false">
			<first_name>Wei-Lun</first_name>
			<last_name>Hsu</last_name>
			<initials>W-L</initials>
		</author>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>Christopher</first_name>
			<last_name>Oldfield</last_name>
			<initials>CJ</initials>
		</author>
		<author student = "false">
			<first_name>Bin</first_name>
			<last_name>Xue</last_name>
			<initials>B</initials>
		</author>
		<author student = "false">
			<first_name>A. Keith</first_name>
			<last_name>Dunker</last_name>
			<initials>AK</initials>
		</author>
		<author student = "false">
			<first_name>Vladimir N</first_name>
			<last_name>Uversky</last_name>
			<initials>VN</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>MoRFpred, a Computational Tool for Sequence-based Prediction and Characterization of Short Disorder-to-order Transitioning Binding Regions in Proteins</title>
		<url>http://bioinformatics.oxfordjournals.org/content/28/12/i75.abstract</url>
		<journal special_issue = "no">
			<title>Bioinformatics</title>
			<url></url>
			<volume>28</volume>
			<number>12</number>
			<year>2012</year>
			<pages_start>i75</pages_start>
			<pages_end>i83</pages_end>
			<publisher>Oxford University Press</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Jianzhao</first_name>
			<last_name>Gao</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Faraggi</first_name>
			<last_name>Eshel</last_name>
			<initials>E</initials>
		</author>
		<author student = "false">
			<first_name>Yaoqi</first_name>
			<last_name>Zhou</last_name>
			<initials>Y</initials>
		</author>
		<author student = "false">
			<first_name>Ruan</first_name>
			<last_name>Jishou</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>BEST: improved prediction of B-cell epitopes from antigen sequences</title>
		<url>http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0040104</url>
		<journal special_issue = "no">
			<title>PLoS ONE</title>
			<url>http://www.plosone.org/</url>
			<volume>7(6): e40104</volume>
			<number></number>
			<year>2012</year>
			<pages_start></pages_start>
			<pages_end></pages_end>
			<publisher>Public Library of Science</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award>images\top_ten.gif</award>
		<author student = "true">
			<first_name>Zhenling</first_name>
			<last_name>Peng</last_name>
			<initials>Z-L</initials>
		</author>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>Bin</first_name>
			<last_name>Xue</last_name>
			<initials>B</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Vladimir N</first_name>
			<last_name>Uversky</last_name>
			<initials>VN</initials>
		</author>
		<title>More Than Just Tails: Intrinsic Disorder in Histone Proteins</title>
		<url>papers/MB-histones-disorder2012.pdf</url>
		<journal special_issue = "no">
			<title>Molecular BioSystems</title>
			<url>http://pubs.rsc.org/en/journals/journalissues/mb</url>
			<volume>8</volume>
			<number></number>
			<year>2012</year>
			<pages_start>1886</pages_start>
			<pages_end>1901</pages_end>
			<publisher>Oxford University Press</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Bin</first_name>
			<last_name>Xue</last_name>
			<initials>B</initials>
		</author>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Vladimir N</first_name>
			<last_name>Uversky</last_name>
			<initials>VN</initials>
		</author>
		<title>Protein Intrinsic Disorder as Flexible Armor and Weapon of HIV-1</title>
		<url>papers/CMLS-HIV-1disorder2011.pdf</url>
		<journal special_issue = "no">
			<title>Cellular and Molecular Life Sciences</title>
			<url>http://www.springer.com/birkhauser/biosciences/journal/18</url>
			<volume>69</volume>
			<number></number>
			<year>2012</year>
			<pages_start>1211</pages_start>
			<pages_end>1259</pages_end>
			<publisher>Springer</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Prediction and Analysis of Nucleotide Binding Residues Using Sequence and Sequence-derived Structural Descriptors</title>
		<url>http://bioinformatics.oxfordjournals.org/content/28/3/331.abstract</url>
		<journal special_issue = "no">
			<title>Bioinformatics</title>
			<url>http://bioinformatics.oxfordjournals.org/</url>
			<volume>28</volume>
			<number>3</number>
			<year>2012</year>
			<pages_start>331</pages_start>
			<pages_end>341</pages_end>
			<publisher>Oxford University Press</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>CRYSpred: Accurate Sequence-Based Protein Crystallization Propensity Prediction Using Sequence-Derived Structural Characteristics</title>
		<url>papers/PPL-CRYSpred2012.pdf</url>
		<journal special_issue = "no">
			<title>Protein and Peptide Letters</title>
			<url>http://www.benthamscience.com/ppl/</url>
			<volume>19</volume>
			<number>1</number>
			<year>2012</year>
			<pages_start>40</pages_start>
			<pages_end>49</pages_end>
			<publisher>Bentham Science</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Hua</first_name>
			<last_name>Zhang</last_name>
			<initials>H</initials>
		</author>
		<author student = "true">
			<first_name>Tuo</first_name>
			<last_name>Zhang</last_name>
			<initials>T</initials>
		</author>
		<author student = "true">
			<first_name>Jianzhao</first_name>
			<last_name>Gao</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Jishou</first_name>
			<last_name>Ruan</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Shiyi</first_name>
			<last_name>Shen</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Determination of Protein Folding Kinetic Types Using Sequence and Predicted Secondary Structure and Solvent Accessibility</title>
		<url>papers/AA-FOKIT2012.pdf</url>
		<journal special_issue = "no">
			<title>Amino Acids</title>
			<url>http://www.springerlink.com/content/0939-4451/</url>
			<volume>42</volume>
			<number></number>
			<year>2012</year>
			<pages_start>271</pages_start>
			<pages_end>283</pages_end>
			<publisher>Springer</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Eshel</first_name>
			<last_name>Faraggi</last_name>
			<initials>E</initials>
		</author>
		<author student = "false">
			<first_name>Tuo</first_name>
			<last_name>Zhang</last_name>
			<initials>T</initials>
		</author>
		<author student = "false">
			<first_name>Yuedong</first_name>
			<last_name>Yang</last_name>
			<initials>Y</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Yaoqi</first_name>
			<last_name>Zhou</last_name>
			<initials>Y</initials>
		</author>
		<title>SPINE X: Improving Protein Secondary Structure Prediction by Multi-step Learning Coupled with Prediction of Solvent Accessible Surface Area and Backbone Torsion Angles</title>
		<url>papers/JCC-SPINEX2012.pdf</url>
		<journal special_issue = "no">
			<title>Journal of Computational Chemistry</title>
			<url>http://journals.wiley.com/0192-8651/</url>
			<volume>33</volume>
			<number>3</number>
			<year>2012</year>
			<pages_start>259</pages_start>
			<pages_end>267</pages_end>
			<publisher>Wiley</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Zhen-Ling</first_name>
			<last_name>Peng</last_name>
			<initials>Z-L</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Comprehensive Comparative Assessment of In-silico Predictors of Disordered Regions</title>
		<url>papers/CPPS-DisorderReview2012.pdf</url>
		<journal special_issue = "yes">
			<title>Current Protein and Peptide Science</title>
			<url>http://www.bentham.org/cpps/</url>
			<special_issue>Intrinsically Disordered Proteins</special_issue>
			<volume>13</volume>
			<number></number>
			<year>2012</year>
			<pages_start>6</pages_start>
			<pages_end>18</pages_end>
			<publisher>Bentham Science Publishers</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "true">
			<first_name>Wojciech</first_name>
			<last_name>Stach</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Witold</first_name>
			<last_name>Pedrycz</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Learning of Fuzzy Cognitive Maps Using Density Estimate</title>
		<url>papers/IEEETSMCB-SparseFCM2012.pdf</url>
		<journal special_issue = "no">
			<title>IEEE Transactions on Systems, Man, and Cybernetics, Part B</title>
			<url>http://www.ieeesmc.org/publications/</url>
			<volume>42</volume>
			<number>3</number>
			<year>2012</year>
			<pages_start>900</pages_start>
			<pages_end>912</pages_end>
			<publisher>IEEE Press</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Sequence-based Prediction of Protein Crystallization, Purification, and Production Propensity</title>
		<url>http://bioinformatics.oxfordjournals.org/content/27/13/i24.full</url>
		<journal special_issue = "no">
			<title>Bioinformatics</title>
			<url>http://bioinformatics.oxfordjournals.org/</url>
			<volume>27</volume>
			<number>13</number>
			<year>2011</year>
			<pages_start>i24</pages_start>
			<pages_end>i33</pages_end>
			<publisher>Oxford University Press</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award>images/highly_accessed.gif</award>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>Tuo</first_name>
			<last_name>Zhang</last_name>
			<initials>T</initials>
		</author>
		<author student = "false">
			<first_name>Bin</first_name>
			<last_name>Xue</last_name>
			<initials>B</initials>
		</author>
		<author student = "false">
			<first_name>Yaoqi</first_name>
			<last_name>Zhou</last_name>
			<initials>Y</initials>
		</author>
		<author student = "false">
			<first_name>A. Keith</first_name>
			<last_name>Dunker</last_name>
			<initials>AK</initials>
		</author>
		<author student = "false">
			<first_name>Vladimir N</first_name>
			<last_name>Uversky</last_name>
			<initials>VN</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>In-silico prediction of disorder content using hybrid sequence representation</title>
		<url>http://www.biomedcentral.com/1471-2105/12/245/abstract</url>
		<journal special_issue = "no">
			<title>BMC Bioinformatics</title>
			<url>http://www.biomedcentral.com/bmcbioinformatics</url>
			<volume>12:245</volume>
			<number></number>
			<year>2011</year>
			<pages_start></pages_start>
			<pages_end></pages_end>
			<publisher>BMC Central</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>Jianzhao</first_name>
			<last_name>Gao</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>A Critical Comparative Assessment of Predictions of Protein Binding Sites for Biologically Relevant Organic Compounds</title>
		<url>papers/STRUCTURE-BindingSitePredictions2011.pdf</url>
		<journal special_issue = "no">
			<title>Structure</title>
			<url>http://www.cell.com/structure/</url>
			<volume>19</volume>
			<number>5</number>
			<year>2011</year>
			<pages_start>613</pages_start>
			<pages_end>621</pages_end>
			<publisher>Cell Press</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>ATPsite: Sequence-based Prediction of ATP-binding Residues</title>
		<url>http://www.proteomesci.com/content/9/S1/S4</url>
		<journal special_issue = "no">
			<title>Proteome Science</title>
			<url>http://www.proteomesci.com/</url>
			<volume>9(Suppl. 1):S4</volume>
			<number></number>
			<year>2011</year>
			<pages_start></pages_start>
			<pages_end></pages_end>
			<publisher>BioMed Central</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Hua</first_name>
			<last_name>Zhang</last_name>
			<initials>H</initials>
		</author>
		<author student = "true">
			<first_name>Tuo</first_name>
			<last_name>Zhang</last_name>
			<initials>T</initials>
		</author>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "true">
			<first_name>Kanaka Durga</first_name>
			<last_name>Kedarisetti</last_name>
			<initials>KD</initials>
		</author>
		<author student = "true">
			<first_name>Marcin J.</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>Qingbo</first_name>
			<last_name>Bao</last_name>
			<initials>Q</initials>
		</author>
		<author student = "true">
			<first_name>Wojciech</first_name>
			<last_name>Stach</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Critical Assessment of High-throughput Standalone Methods for Secondary Structure Prediction</title>
		<url>http://bib.oxfordjournals.org/cgi/reprint/bbq088</url>
		<journal special_issue = "no">
			<title>Briefings in Bioinformatics</title>
			<url>http://bib.oxfordjournals.org/</url>
			<volume>12</volume>
			<number>6</number>
			<year>2011</year>
			<pages_start>672</pages_start>
			<pages_end>688</pages_end>
			<publisher>Oxford University Press</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Kanaka Durga</first_name>
			<last_name>Kedarisetti</last_name>
			<initials>KD</initials>
		</author>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>Scott</first_name>
			<last_name>Dick</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Improved Sequence-based Prediction of Strand Residues</title>
		<url>http://www.worldscinet.com/jbcb/09/0901/S0219720011005355.html</url>
		<journal special_issue = "no">
			<title>Journal of Bioinformatics and Computational Biology</title>
			<url>http://www.worldscinet.com/jbcb/jbcb.shtml</url>
			<volume>9</volume>
			<number>1</number>
			<year>2011</year>
			<pages_start>67</pages_start>
			<pages_end>89</pages_end>
			<publisher>World Scientific</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Improved Identification of Outer Membrane Beta Barrel Proteins Using Primary Sequence, Predicted Secondary Structure and Evolutionary Information</title>
		<url>http://onlinelibrary.wiley.com/doi/10.1002/prot.22882/abstract</url>
		<journal special_issue = "no">
			<title>Proteins: Structure, Function, and Bioinformatics</title>
			<url>http://www3.interscience.wiley.com/journal/36176/home</url>
			<volume>79</volume>
			<number>1</number>
			<year>2011</year>
			<pages_start>294</pages_start>
			<pages_end>303</pages_end>
			<publisher>Wiley-Blackwell</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Marianne</first_name>
			<last_name>Durand</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Gilles</first_name>
			<last_name>Boire</last_name>
			<initials>G</initials>
		</author>
		<author student = "false">
			<first_name>Svetlana</first_name>
			<last_name>Komarova</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Jeff</first_name>
			<last_name>Dixon</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Stephen</first_name>
			<last_name>Sims</last_name>
			<initials>SM</initials>
		</author>
		<author student = "false">
			<first_name>Rene</first_name>
			<last_name>Harrison</last_name>
			<initials>R</initials>
		</author>
		<author student = "false">
			<first_name>N</first_name>
			<last_name>Nabavi</last_name>
			<initials>N</initials>
		</author>
		<author student = "false">
			<first_name>Osama</first_name>
			<last_name>Maria</last_name>
			<initials>O</initials>
		</author>
		<author student = "false">
			<first_name>Morris</first_name>
			<last_name>Monolson</last_name>
			<initials>MF</initials>
		</author>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Artur</first_name>
			<last_name>de Brum-Fernandes</last_name>
			<initials>AJ</initials>
		</author>
		<title>The Increased In Vitro Osteoclastogenesis in Patients with Rheumatoid Arthritis is Due to Increased Percentage of Precursors and Decreased Apoptosis - The In Vitro Osteoclast Differentiation in Arthritis (Ioda) Study</title>
		<url>http://authors.elsevier.com/redirect/http://dx.doi.org/10.1016/j.bone.2010.10.167</url>
		<journal special_issue = "no">
			<title>Bone</title>
			<url>http://www.sciencedirect.com/science/journal/87563282</url>
			<volume>48</volume>
			<number></number>
			<year>2011</year>
			<pages_start>588</pages_start>
			<pages_end>596</pages_end>
			<publisher>Elsevier</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "true">
			<first_name>Wojciech</first_name>
			<last_name>Stach</last_name>
			<initials>W</initials>
		</author>
		<author student = "true">
			<first_name>Leila</first_name>
			<last_name>Homaeian</last_name>
			<initials>L</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>iFC2: An Integrated Web-server for Improved Prediction of Protein Structural Class, Fold Type, and Secondary Structure Content</title>
		<url>http://springerlink.com/content/q4jn6228517t10pq/</url>
		<journal special_issue = "no">
			<title>Amino Acids</title>
			<url>http://www.springerlink.com/content/0939-4451/</url>
			<volume>40</volume>
			<number>3</number>
			<year>2011</year>
			<pages_start>963</pages_start>
			<pages_end>973</pages_end>
			<publisher>Springer</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "true">
			<first_name>Fatemeh</first_name>
			<last_name>Miri Disfani</last_name>
			<initials>F</initials>
		</author>
		<title>Structural Protein Descriptors in 1-Dimension and Their Sequence-Based Predictions</title>
		<url>papers/CPPS-Review1Ddescriptors2011.pdf</url>
		<journal special_issue = "yes">
			<title>Current Protein and Peptide Science</title>
			<url>http://www.bentham.org/cpps/</url>
			<special_issue>Machine Learning Models in Protein Bioinformatics</special_issue>
			<volume>12</volume>
			<number>6</number>
			<year>2011</year>
			<pages_start>470</pages_start>
			<pages_end>489</pages_end>
			<publisher>Bentham Science Publishers</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "true">
			<first_name>Wojciech</first_name>
			<last_name>Stach</last_name>
			<initials>W</initials>
		</author>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "true">
			<first_name>Kanaka Durga</first_name>
			<last_name>Kedarisetti</last_name>
			<initials>KD</initials>
		</author>
		<author student = "true">
			<first_name>Fatemeh</first_name>
			<last_name>Miri Disfani</last_name>
			<initials>F</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Improved Sequence-based Prediction of Disordered Regions with Multilayer Fusion of Multiple Information Sources</title>
		<url>http://bioinformatics.oxfordjournals.org/content/26/18/i489.full</url>
		<journal special_issue = "no">
			<title>Bioinformatics</title>
			<url>http://bioinformatics.oxfordjournals.org/</url>
			<volume>26</volume>
			<number>18</number>
			<year>2010</year>
			<pages_start>i489</pages_start>
			<pages_end>i496</pages_end>
			<publisher>Oxford University Press</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Jianzhao</first_name>
			<last_name>Gao</last_name>
			<initials>J</initials>
		</author>
		<author student = "true">
			<first_name>Tuo</first_name>
			<last_name>Zhang</last_name>
			<initials>T</initials>
		</author>
		<author student = "true">
			<first_name>Hua</first_name>
			<last_name>Zhang</last_name>
			<initials>H</initials>
		</author>
		<author student = "false">
			<first_name>Shiyi</first_name>
			<last_name>Shen</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Jishou</first_name>
			<last_name>Ruan</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Accurate Prediction of Protein Folding Rates from Sequence and Sequence-derived Residue Flexibility and Solvent Accessibility</title>
		<url>papers/PROTEINS-PFRAF2010.pdf</url>
		<journal special_issue = "no">
			<title>Proteins: Structure, Function, and Bioinformatics</title>
			<url>http://www3.interscience.wiley.com/journal/36176/home</url>
			<volume>78</volume>
			<number>9</number>
			<year>2010</year>
			<pages_start>2114</pages_start>
			<pages_end>2130</pages_end>
			<publisher>Wiley-Blackwell</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Tuo</first_name>
			<last_name>Zhang</last_name>
			<initials>T</initials>
		</author>
		<author student = "true">
			<first_name>Hua</first_name>
			<last_name>Zhang</last_name>
			<initials>H</initials>
		</author>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Jishou</first_name>
			<last_name>Ruan</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Shiyi</first_name>
			<last_name>Shen</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Analysis and Prediction of RNA-Binding Residues Using Sequence, Evolutionary Conservation, and Predicted Secondary Structure and Solvent Accessibility</title>
		<url>papers/CPPS-RNAbinding2010.pdf</url>
		<journal special_issue = "yes">
			<title>Current Protein and Peptide Science</title>
			<url>http://www.bentham.org/cpps/</url>
			<special_issue>Protein Folding, Stability and Interactions</special_issue>
			<volume>11</volume>
			<number>7</number>
			<year>2010</year>
			<pages_start>609</pages_start>
			<pages_end>628</pages_end>
			<publisher>Bentham Science Publishers</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Joo-Heon</first_name>
			<last_name>Shin</last_name>
			<initials>J-H</initials>
		</author>
		<author student = "false">
			<first_name>Dave</first_name>
			<last_name>Smith</last_name>
			<initials>D</initials>
		</author>
		<author student = "false">
			<first_name>Waldemar</first_name>
			<last_name>Swiercz</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Kevin</first_name>
			<last_name>Staley</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Terry</first_name>
			<last_name>Rickard</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Javier</first_name>
			<last_name>Montero</last_name>
			<initials>F</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Krzysztof</first_name>
			<last_name>Cios</last_name>
			<initials>K</initials>
		</author>
		<title>Recognition of Partially Occluded and Rotated Images with a Network of Spiking Neurons</title>
		<url></url>
		<journal special_issue = "no">
			<title>IEEE Transactions on Neural Networks</title>
			<url>http://www.ieee.org/organizations/pubs/transactions/tnn.htm</url>
			<volume>21</volume>
			<number>11</number>
			<year>2010</year>
			<pages_start>1697</pages_start>
			<pages_end>1709</pages_end>
			<publisher>IEEE Press</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "true">
			<first_name>Wojciech</first_name>
			<last_name>Stach</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Witold</first_name>
			<last_name>Pedrycz</last_name>
			<initials>W</initials>
		</author>
		<title>A Divide and Conquer Method for Learning Large Fuzzy Cognitive Maps</title>
		<url>papers/FSS-div_and_conq2010.pdf</url>
		<journal special_issue = "no">
			<title>Fuzzy Sets and Systems</title>
			<url>http://www.elsevier.com/locate/issn/01650114</url>
			<volume>161</volume>
			<number>19</number>
			<year>2010</year>
			<pages_start>2515</pages_start>
			<pages_end>2532</pages_end>
			<publisher>Elsevier</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "true">
			<first_name>Scott</first_name>
			<last_name>Bass</last_name>
			<initials>SD</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Discovery of Factors Influencing Patent Value Based on Machine Learning in Patents in the Field of Nanotechnology</title>
		<url>papers/Scientometrics-MLnano2010.pdf</url>
		<journal special_issue = "no">
			<title>Scientometrics</title>
			<url>http://www.kluweronline.com/issn/0138-9130/</url>
			<volume>82</volume>
			<number>2</number>
			<year>2010</year>
			<pages_start>217</pages_start>
			<pages_end>241</pages_end>
			<publisher>Springer</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Marek</first_name>
			<last_name>Ogiela</last_name>
			<initials>M</initials>
		</author>		
		<title>Discretization as the Enabling Technique for the Naive Bayes and Semi-Naive Bayes Based Classification</title>
		<url>papers/KER-NBDiscretization.pdf</url>
		<journal special_issue = "no">
			<title>Knowledge Engineering Review</title>
			<url>http://journals.cambridge.org/action/displayJournal?jid=ker</url>
			<volume>25</volume>
			<number>4</number>
			<year>2010</year>
			<pages_start>421</pages_start>
			<pages_end>449</pages_end>
			<publisher>Cambridge University Press</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award>images/highly_accessed.gif</award>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Modular Prediction of Protein Structural Classes from Sequences of Twilight-Zone Identity with Predicting Sequences</title>
		<url>http://www.biomedcentral.com/1471-2105/10/414</url>
		<journal special_issue = "no">
			<title>BMC Bioinformatics</title>
			<url>http://www.biomedcentral.com/bmcbioinformatics/</url>
			<volume>10:414</volume>
			<number></number>
			<year>2009</year>
			<pages_start></pages_start>
			<pages_end></pages_end>
			<publisher>BioMed Central</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Meta Prediction of Protein Crystallization Propensity</title>
		<url>papers/BBRC-MetaPPCP2009.pdf</url>
		<journal special_issue = "no">
			<title>Biochemical and Biophysical Research Communications</title>
			<url>http://www.elsevier.com/locate/issn/0006291X</url>
			<volume>390</volume>
			<number>1</number>
			<year>2009</year>
			<pages_start>10</pages_start>
			<pages_end>15</pages_end>
			<publisher>Elsevier</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<title>Sequence-Based Protein Crystallization Propensity Prediction for Structural Genomics: Review and Comparative Analysis</title>
		<url>papers/NS-ProteinCrystallization2009.pdf</url>
		<journal special_issue = "no">
			<title>Natural Science</title>
			<url>http://www.scirp.org/journal/ns/</url>
			<volume>1</volume>
			<number>2</number>
			<year>2009</year>
			<pages_start>93</pages_start>
			<pages_end>106</pages_end>
			<publisher>Scientific Research</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award>images/highly_accessed.gif</award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Ali</first_name>
			<last_name>Razib</last_name>
			<initials>AA</initials>
		</author>
		<author student = "false">
			<first_name>Sara</first_name>
			<last_name>Aghakhani</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Scott</first_name>
			<last_name>Dick</last_name>
			<initials>S</initials>
		</author>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>Samad</first_name>
			<last_name>Jahandideh</last_name>
			<initials>S</initials>
		</author>
		<title>CRYSTALP2: Sequence-based Protein Crystallization Propensity Prediction</title>
		<url>http://www.biomedcentral.com/1472-6807/9/50</url>
		<journal special_issue = "no">
			<title>BMC Structural Biology</title>
			<url>https://www.biomedcentral.com/bmcstructbiol/</url>
			<volume>9:50</volume>
			<number></number>
			<year>2009</year>
			<pages_start></pages_start>
			<pages_end></pages_end>
			<publisher>BioMed Central</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Investigation of Atomic Level Patterns in Protein - Small Ligand Interactions</title>
		<url>http://dx.plos.org/10.1371/journal.pone.0004473</url>
		<journal special_issue = "no">
			<title>PLoS ONE</title>
			<url>http://www.plosone.org/</url>
			<volume>4(2):e4473</volume>
			<number></number>
			<year>2009</year>
			<pages_start></pages_start>
			<pages_end></pages_end>
			<publisher>Public Library of Science</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Hua</first_name>
			<last_name>Zhang</last_name>
			<initials>H</initials>
		</author>
		<author student = "true">
			<first_name>Tuo</first_name>
			<last_name>Zhang</last_name>
			<initials>T</initials>
		</author>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Shiyi</first_name>
			<last_name>Shen</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Jishou</first_name>
			<last_name>Ruan</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>On the Relation between Residue Flexibility and Local Solvent Accessibility in Proteins</title>
		<url>papers/PROTEINS-FlexibilitySolventAccessibility.pdf</url>
		<journal special_issue = "no">
			<title>Proteins: Structure, Function, and Bioinformatics</title>
			<url>http://www3.interscience.wiley.com/journal/36176/home</url>
			<volume>76</volume>
			<number>3</number>
			<year>2009</year>
			<pages_start>617</pages_start>
			<pages_end>636</pages_end>
			<publisher>Wiley</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Yingfu</first_name>
			<last_name>Jiang</last_name>
			<initials>Y</initials>
		</author>
		<author student = "false">
			<first_name>Paul</first_name>
			<last_name>Iglinski</last_name>
			<initials>P</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Prediction of Protein Folding Rates from Primary Sequences using Hybrid Sequence Representation</title>
		<url>papers/JCC-PPFR2009.pdf</url>
		<journal special_issue = "no">
			<title>Journal of Computational Chemistry</title>
			<url>http://www.interscience.wiley.com/jpages/0192-8651/</url>
			<volume>30</volume>
			<number>5</number>
			<year>2009</year>
			<pages_start>772</pages_start>
			<pages_end>783</pages_end>
			<publisher>Wiley</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "true">
			<first_name>Yingfu</first_name>
			<last_name>Jiang</last_name>
			<initials>Y</initials>
		</author>
		<author student = "true">
			<first_name>Li</first_name>
			<last_name>Du</last_name>
			<initials>L</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Prediction of Integral Membrane Protein Type by Collocated Hydrophobic Amino Acid Pairs</title>
		<url>papers/JCC-IMPtype2009.pdf</url>
		<journal special_issue = "no">
			<title>Journal of Computational Chemistry</title>
			<url>http://www.interscience.wiley.com/jpages/0192-8651/</url>
			<volume>30</volume>
			<number>1</number>
			<year>2009</year>
			<pages_start>163</pages_start>
			<pages_end>172</pages_end>
			<publisher>Wiley</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Allison S</first_name>
			<last_name>Gehrke</last_name>
			<initials>AS</initials>
		</author>
		<author student = "false">
			<first_name>Shaojun</first_name>
			<last_name>Sun</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Natalie</first_name>
			<last_name>Ahn</last_name>
			<initials>N</initials>
		</author>
		<author student = "false">
			<first_name>Katheryn</first_name>
			<last_name>Resing</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Karen</first_name>
			<last_name>Kafadar</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Krzysztof</first_name>
			<last_name>Cios</last_name>
			<initials>KJ</initials>
		</author>
		<title>Improved Machine Learning Method for Analysis of Gas Phase Chemistry of Peptides</title>
		<url>http://www.biomedcentral.com/1471-2105/9/515</url>
		<journal special_issue = "no">
			<title>BMC Bioinformatics</title>
			<url>http://www.biomedcentral.com/bmcbioinformatics/</url>
			<volume>9:515</volume>
			<number></number>
			<year>2008</year>
			<pages_start></pages_start>
			<pages_end></pages_end>
			<publisher>BioMed Central</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award>images/highly_accessed.gif</award>
		<author student = "true">
			<first_name>Ce</first_name>
			<last_name>Zheng</last_name>
			<initials>C</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Prediction of &#223;-turns at Over 80% Accuracy Based on an Ensemble of Predicted Secondary Structures and Multiple Alignments</title>
		<url>http://www.biomedcentral.com/1471-2105/9/430</url>
		<journal special_issue = "no">
			<title>BMC Bioinformatics</title>
			<url>http://www.biomedcentral.com/bmcbioinformatics/</url>
			<volume>9:430</volume>
			<number></number>
			<year>2008</year>
			<pages_start></pages_start>
			<pages_end></pages_end>
			<publisher>BioMed Central</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Tuo</first_name>
			<last_name>Zhang</last_name>
			<initials>T</initials>
		</author>
		<author student = "true">
			<first_name>Hua</first_name>
			<last_name>Zhang</last_name>
			<initials>H</initials>
		</author>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Shiyi</first_name>
			<last_name>Shen</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Jishou</first_name>
			<last_name>Ruan</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Accurate Sequence-based Prediction of Catalytic Residues</title>
		<url>http://bioinformatics.oxfordjournals.org/cgi/content/full/24/20/2329</url>
		<journal special_issue = "no">
			<title>Bioinformatics</title>
			<url>http://bioinformatics.oxfordjournals.org/</url>
			<volume>24</volume>
			<number>20</number>
			<year>2008</year>
			<pages_start>2329</pages_start>
			<pages_end>2338</pages_end>
			<publisher>Oxford University Press</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award>images/highly_accessed.gif</award>
		<author student = "false">
			<first_name>Jishou</first_name>
			<last_name>Ruan</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Hanzhe</first_name>
			<last_name>Chen</last_name>
			<initials>H</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Chunsheng</first_name>
			<last_name>Kang</last_name>
			<initials>C</initials>
		</author>
		<author student = "false">
			<first_name>Peiyu</first_name>
			<last_name>Pu</last_name>
			<initials>P</initials>
		</author>
		<title>HuMiTar: A sequence-based Method for Prediction of Human microRNA Targets</title>
		<url>http://www.almob.org/content/3/1/16</url>
		<journal special_issue = "no">
			<title>Algorithms for Molecular Biology</title>
			<url>http://www.almob.org/</url>
			<volume>3:16</volume>
			<number></number>
			<year>2008</year>
			<pages_start></pages_start>
			<pages_end></pages_end>
			<publisher>BioMed Central</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award>images/highly_accessed.gif</award>
		<author student = "true">
			<first_name>Hua</first_name>
			<last_name>Zhang</last_name>
			<initials>H</initials>
		</author>
		<author student = "true">
			<first_name>Tuo</first_name>
			<last_name>Zhang</last_name>
			<initials>T</initials>
		</author>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Shiyi</first_name>
			<last_name>Shen</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Jishou</first_name>
			<last_name>Ruan</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Sequence Based Residue Depth Prediction Using Evolutionary Information and Predicted Secondary Structure</title>
		<url>http://www.biomedcentral.com/1471-2105/9/388</url>
		<journal special_issue = "no">
			<title>BMC Bioinformatics</title>
			<url>http://www.biomedcentral.com/bmcbioinformatics/</url>
			<volume>9:388</volume>
			<number></number>
			<year>2008</year>
			<pages_start></pages_start>
			<pages_end></pages_end>
			<publisher>BioMed Central</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Torin</first_name>
			<last_name>Huzil</last_name>
			<initials>T</initials>
		</author>
		<author student = "false">
			<first_name>Holly</first_name>
			<last_name>Friedman</last_name>
			<initials>H</initials>
		</author>
		<author student = "false">
			<first_name>Parameswaran</first_name>
			<last_name>Ramachandran</last_name>
			<initials>P</initials>
		</author>
		<author student = "false">
			<first_name>Andreas</first_name>
			<last_name>Antoniou</last_name>
			<initials>A</initials>
		</author>
		<author student = "false">
			<first_name>Jack</first_name>
			<last_name>Tuszynski</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Identification of Tubulin Drug Binding Sites and Prediction of Relative Differences in Binding Affinities to Tubulin Isotypes Using Digital Signal Processing</title>
		<url>http://linkinghub.elsevier.com/retrieve/pii/S1093326308001046</url>
		<journal special_issue = "no">
			<title>Journal of Molecular Graphics and Modelling</title>
			<url>http://www.elsevier.com/locate/jmgm/</url>
			<volume>27</volume>
			<number>4</number>
			<year>2008</year>
			<pages_start>497</pages_start>
			<pages_end>505</pages_end>
			<publisher>Elsevier</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Krzysztof</first_name>
			<last_name>Cios</last_name>
			<initials>KJ</initials>
		</author>
		<author student = "true">
			<first_name>Hua</first_name>
			<last_name>Zhang</last_name>
			<initials>H</initials>
		</author>
		<author student = "true">
			<first_name>Tuo</first_name>
			<last_name>Zhang</last_name>
			<initials>T</initials>
		</author>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Shiyi</first_name>
			<last_name>Shen</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Jishou</first_name>
			<last_name>Ruan</last_name>
			<initials>J</initials>
		</author>
		<title>Sequence-based Methods for Real Value Predictions of Protein Structure</title>
		<url>papers/CBIO-RealValuePrediction2008.pdf</url>
		<journal special_issue = "no">
			<title>Current Bioinformatics</title>
			<url>http://www.bentham.org/cbio/index.htm</url>
			<volume>3</volume>
			<number>3</number>
			<year>2008</year>
			<pages_start>183</pages_start>
			<pages_end>196</pages_end>
			<publisher>Bentham Science</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Kevin</first_name>
			<last_name>Campbell</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Sequence-only Based Prediction of &#223;-turn Location and Type Using Collocation of Amino Acid Pairs</title>
		<url>papers/OBJ-BetaTurns2008.pdf</url>
		<journal special_issue = "no">
			<title>Open Bioinformatics Journal</title>
			<url>http://www.bentham.org/open/tobioij/index.htm</url>
			<volume>2</volume>
			<number></number>
			<year>2008</year>
			<pages_start>37</pages_start>
			<pages_end>49</pages_end>
			<publisher>Bentham Science</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award>images/highly_accessed.gif</award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Krzysztof</first_name>
			<last_name>Cios</last_name>
			<initials>KJ</initials>
		</author>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<title>SCPRED: Accurate Prediction of Protein Structural Class for Sequences of Twilight-zone Similarity with Predicting Sequences</title>
		<url>http://www.biomedcentral.com/1471-2105/9/226</url>
		<journal special_issue = "no">
			<title>BMC Bioinformatics</title>
			<url>http://www.biomedcentral.com/bmcbioinformatics/</url>
			<volume>9:226</volume>
			<number></number>
			<year>2008</year>
			<pages_start></pages_start>
			<pages_end></pages_end>
			<publisher>BioMed Central</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "true">
			<first_name>Alireza</first_name>
			<last_name>Farhangfar</last_name>
			<initials>A</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Jennifer</first_name>
			<last_name>Dy</last_name>
			<initials>J</initials>
		</author>
		<title>Impact of Imputation of Missing Values on Classification Error for Discrete Data</title>
		<url>papers/PR-ImputationClassification2008.pdf</url>
		<journal special_issue = "no">
			<title>Pattern Recognition</title>
			<url>http://www.elsevier.com/locate/pr</url>
			<volume>41</volume>
			<number>12</number>
			<year>2008</year>
			<pages_start>3692</pages_start>
			<pages_end>3705</pages_end>
			<publisher>Elsevier</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Michal</first_name>
			<last_name>Kurgan</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Sequence Based Prediction of Relative Solvent Accessibility Using Two-stage Support Vector Regression with Confidence Values</title>
		<url>papers/JBiSE-SolventAccessibity2008.pdf</url>
		<journal special_issue = "no">
			<title>Journal of Biomedical Science and Engineering</title>
			<url>http://www.srpublishing.org/website/journal/jbise/</url>
			<volume>1</volume>
			<number>1</number>
			<year>2008</year>
			<pages_start>1</pages_start>
			<pages_end>9</pages_end>
			<publisher>Scientific Research Publishing</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "true">
			<first_name>Tuo</first_name>
			<last_name>Zhang</last_name>
			<initials>T</initials>
		</author>
		<author student = "true">
			<first_name>Hua</first_name>
			<last_name>Zhang</last_name>
			<initials>H</initials>
		</author>
		<author student = "false">
			<first_name>Shiyi</first_name>
			<last_name>Shen</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Jishou</first_name>
			<last_name>Ruan</last_name>
			<initials>J</initials>
		</author>
		<title>Secondary Structure Based Assignment of the Protein Structural Classes</title>
		<url>papers/AA2008-SCOPclass.pdf</url>
		<journal special_issue = "no">
			<title>Amino Acids</title>
			<url>http://www.springerlink.com/content/0939-4451/</url>
			<volume>35</volume>
			<number>3</number>
			<year>2008</year>
			<pages_start>551</pages_start>
			<pages_end>564</pages_end>
			<publisher>Springer</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Kanaka</first_name>
			<last_name>Kedarisetti</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Scott</first_name>
			<last_name>Dick</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Searching for Factors that Distinguish Disease-prone and Disease-resistant Prions via Sequence Analysis</title>
		<url>papers/BBI-Prions2008.pdf</url>
		<journal special_issue = "no">
			<title>Bioinformatics and Biology Insights</title>
			<url>http://la-press.com/journal.php?journal_id=39</url>
			<volume>2</volume>
			<number></number>
			<year>2008</year>
			<pages_start>133</pages_start>
			<pages_end>144</pages_end>
			<publisher>Libertas Academica</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Seyed Koosha</first_name>
			<last_name>Golmohammadi</last_name>
			<initials>SK</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "true">
			<first_name>Brendan</first_name>
			<last_name>Crowley</last_name>
			<initials>B</initials>
		</author>
		<author student = "false">
			<first_name>Marek</first_name>
			<last_name>Reformat</last_name>
			<initials>M</initials>
		</author>
		<title>Amino Acid Sequence Based Method for Prediction of Cell Membrane Protein Types</title>
		<url>papers/IJHIT-CellMembraneType2008.pdf</url>
		<journal special_issue = "no">
			<title>International Journal of Hybrid Information Technology</title>
			<url>http://www.sersc.org/journals/IJHIT/</url>
			<volume>1</volume>
			<number>1</number>
			<year>2008</year>
			<pages_start>95</pages_start>
			<pages_end>109</pages_end>
			<publisher>SERSC</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Jishou</first_name>
			<last_name>Ruan</last_name>
			<initials>J</initials>
		</author>
		<title>Prediction of Protein Structural Class Using Novel Evolutionary Collocation Based Sequence Representation</title>
		<url>papers/JCC-SCcollocation2008.pdf</url>
		<journal special_issue = "no">
			<title>Journal of Computational Chemistry</title>
			<url>http://www.interscience.wiley.com/jpages/0192-8651/</url>
			<volume>29</volume>
			<number>10</number>
			<year>2008</year>
			<pages_start>1596</pages_start>
			<pages_end>1604</pages_end>
			<publisher>Wiley</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>On the Relation between the Predicted Secondary Structure and the Protein Size</title>
		<url>papers/PJ-SSandProteinSize2008.pdf</url>
		<journal special_issue = "no">
			<title>Protein Journal</title>
			<url>http://www.springerlink.com/content/1573-4943/</url>
			<volume>24</volume>
			<number>4</number>
			<year>2008</year>
			<pages_start>234</pages_start>
			<pages_end>239</pages_end>
			<publisher>Springer</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "true">
			<first_name>Wojciech</first_name>
			<last_name>Stach</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Witold</first_name>
			<last_name>Pedrycz</last_name>
			<initials>W</initials>
		</author>
		<title>Numerical and Linguistic Prediction of Time Series with the Use of Fuzzy Cognitive Maps</title>
		<url>papers/TFS-FSM2008.pdf</url>
		<journal special_issue = "no">
			<title>IEEE Transactions on Fuzzy Systems</title>
			<url></url>
			<volume>16</volume>
			<number>1</number>
			<year>2008</year>
			<pages_start>61</pages_start>
			<pages_end>72</pages_end>
			<publisher>IEEE Press</publisher>
		</journal>
	</paper>	
	<paper type = "journal" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "true">
			<first_name>Rafal</first_name>
			<last_name>Rak</last_name>
			<initials>R</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Marek</first_name>
			<last_name>Reformat</last_name>
			<initials>M</initials>
		</author>
		<title>A Tree-projection-based Algorithm for Multi-label Recurrent-item Associative-Classification Rule Generation</title>
		<url>papers/DKE-AssociativeClassification2008.pdf</url>
		<journal special_issue = "no">
			<title>Data and Knowledge Engineering</title>
			<url>http://www.elsevier.com/wps/find/journaldescription.cws_home/505608/description</url>
			<volume>64</volume>
			<number>1</number>
			<year>2008</year>
			<pages_start>171</pages_start>
			<pages_end>197</pages_end>
			<publisher>Elsevier</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>PFRES: Protein Fold Classification by Using Evolutionary Information and Predicted Secondary Structure</title>
		<url>http://bioinformatics.oxfordjournals.org/cgi/reprint/23/21/2843</url>
		<journal special_issue = "no">
			<title>Bioinformatics</title>
			<url>http://bioinformatics.oxfordjournals.org/</url>
			<volume>23</volume>
			<number>21</number>
			<year>2007</year>
			<pages_start>2843</pages_start>
			<pages_end>2850</pages_end>
			<publisher>Oxford University Press</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award>images/highly_accessed.gif</award>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Jishou</first_name>
			<last_name>Ruan</last_name>
			<initials>J</initials>
		</author>
		<title>Prediction of Flexible/Rigid Regions in Proteins from Sequences Using Collocated Amino Acid Pairs</title>
		<url>http://www.biomedcentral.com/content/pdf/1472-6807-7-25.pdf</url>
		<journal special_issue = "no">
			<title>BMC Structural Biology</title>
			<url>https://www.biomedcentral.com/bmcstructbiol/</url>
			<volume>7:25</volume>
			<number></number>
			<year>2007</year>
			<pages_start></pages_start>
			<pages_end></pages_end>
			<publisher>BioMed Central</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<title>Prediction of Protein Structural Class for the Twilight Zone Sequences</title>
		<url>papers/BBRC-LLSC-PRED2007.pdf</url>
		<journal special_issue = "no">
			<title>Biochemical and Biophysical Research Communications</title>
			<url>http://www.elsevier.com/locate/issn/0006291X</url>
			<volume>357</volume>
			<number>2</number>
			<year>2007</year>
			<pages_start>453</pages_start>
			<pages_end>460</pages_end>
			<publisher>Elsevier</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Rafal</first_name>
			<last_name>Rak</last_name>
			<initials>R</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Marek</first_name>
			<last_name>Reformat</last_name>
			<initials>M</initials>
		</author>
		<title>xGENIA: A comprehensive OWL ontology based on the GENIA corpus</title>
		<url>papers/BIOINF-xGenia2007.pdf</url>
		<journal special_issue = "no">
			<title>Bioinformation</title>
			<url>http://www.bioinformation.net/</url>
			<volume>1</volume>
			<number>9</number>
			<year>2007</year>
			<pages_start>360</pages_start>
			<pages_end>362</pages_end>
			<publisher>Biomedical Informatics Publishing Group</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Leila</first_name>
			<last_name>Homaeian</last_name>
			<initials>L</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Krzysztof</first_name>
			<last_name>Cios</last_name>
			<initials>KJ</initials>
		</author>
		<author student = "false">
			<first_name>Jishou</first_name>
			<last_name>Ruan</last_name>
			<initials>J</initials>
		</author>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<title>Prediction of Protein Secondary Structure Content for the Twilight Zone Sequences</title>
		<url>papers/PROTEINS-PSSCcore.pdf</url>
		<journal special_issue = "no">
			<title>Proteins: Structure, Function, and Bioinformatics</title>
			<url>http://www3.interscience.wiley.com/journal/36176/home</url>
			<volume>69</volume>
			<number>3</number>
			<year>2007</year>
			<pages_start>486</pages_start>
			<pages_end>498</pages_end>
			<publisher>Wiley</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "true">
			<first_name>Mandana</first_name>
			<last_name>Rahbari</last_name>
			<initials>M</initials>
		</author>
		<title>Prediction of Protein Crystallization Using Collocation of AA pairs</title>
		<url>papers/BBRC-Crystallization2007.pdf</url>
		<journal special_issue = "no">
			<title>Biochemical and Biophysical Research Communications</title>
			<url>http://www.elsevier.com/locate/issn/0006291X</url>
			<volume>355</volume>
			<number>3</number>
			<year>2007</year>
			<pages_start>764</pages_start>
			<pages_end>769</pages_end>
			<publisher>Elsevier</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Torin</first_name>
			<last_name>Huzil</last_name>
			<initials>T</initials>
		</author>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Jack</first_name>
			<last_name>Tuszynski</last_name>
			<initials>J</initials>
		</author>
		<title>The Roles of Beta-Tubulin Mutations and Isotype Expression in Acquired Drug Resistance</title>
		<url>papers/CINF-Tubulin2007.pdf</url>
		<journal special_issue = "no">
			<title>Cancer Informatics</title>
			<url>http://www.la-press.com/caninfo.htm</url>
			<volume>3</volume>
			<number></number>
			<year>2007</year>
			<pages_start>159</pages_start>
			<pages_end>181</pages_end>
			<publisher>Libertas Academica</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Rafal</first_name>
			<last_name>Rak</last_name>
			<initials>R</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Marek</first_name>
			<last_name>Reformat</last_name>
			<initials>M</initials>
		</author>
		<title>Multilabel Associative Classification Categorization of MEDLINE Articles into MeSH Keywords</title>
		<url>papers/EMB-AssociativeClassification2007.pdf</url>
		<journal special_issue = "yes">
			<title>IEEE Engineering in Medicine and Biology Magazine</title>
			<url>http://www.ieee.org/organizations/pubs/magazines/emb.htm</url>
			<special_issue>Machine Learning in the Life Sciences</special_issue>
			<volume>26</volume>
			<number>2</number>
			<year>2007</year>
			<pages_start>47</pages_start>
			<pages_end>55</pages_end>
			<publisher>IEEE Press</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "true">
			<first_name>Wojciech</first_name>
			<last_name>Stach</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Jishou</first_name>
			<last_name>Ruan</last_name>
			<initials>J</initials>
		</author>
		<title>Novel Scales Based on Hydrophobicity Indices for Secondary Protein Structure</title>
		<url>papers/JTB-Hydro2007.pdf</url>
		<journal special_issue = "no">
			<title>Journal of Theoretical Biology</title>
			<url>http://www.elsevier.com/locate/issn/00225193/</url>
			<volume>248</volume>
			<number>2</number>
			<year>2007</year>
			<pages_start>354</pages_start>
			<pages_end>366</pages_end>
			<publisher>Elsevier</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "true">
			<first_name>Alireza</first_name>
			<last_name>Farhangfar</last_name>
			<initials>A</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Witold</first_name>
			<last_name>Pedrycz</last_name>
			<initials>W</initials>
		</author>
		<title>A Novel Framework for Imputation of Missing Values in Databases</title>
		<url>papers/SMCA-Imputation2007.pdf</url>
		<journal special_issue = "no">
			<title>IEEE Transactions on Systems, Man, and Cybernetics, Part A</title>
			<url>http://www.ieeesmc.org/publications/</url>
			<volume>37</volume>
			<number>5</number>
			<year>2007</year>
			<pages_start>692</pages_start>
			<pages_end>709</pages_end>
			<publisher>IEEE Press</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "true">
			<first_name>Kanaka</first_name>
			<last_name>Kedarisetti</last_name>
			<initials>K</initials>
		</author>
		<title>Sequence Representation and Prediction of Protein Secondary Structure for Structural Motifs in Twilight Zone Proteins</title>
		<url>papers/PJ-SFs2006.pdf</url>
		<journal special_issue = "no">
			<title>Protein Journal</title>
			<url>http://www.springerlink.com/content/1573-4943/</url>
			<volume>25</volume>
			<number>7-8</number>
			<year>2006</year>
			<pages_start>463</pages_start>
			<pages_end>474</pages_end>
			<publisher>Springer</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Kanaka</first_name>
			<last_name>Kedarisetti</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Scott</first_name>
			<last_name>Dick</last_name>
			<initials>S</initials>
		</author>
		<title>Classifier Ensembles for Protein Structural Class Prediction with Varying Homology</title>
		<url>papers/BBRC-Ensemble2006.pdf</url>
		<journal special_issue = "no">
			<title>Biochemical and Biophysical Research Communications</title>
			<url>http://www.elsevier.com/locate/issn/0006291X</url>
			<volume>348</volume>
			<number>3</number>
			<year>2006</year>
			<pages_start>981</pages_start>
			<pages_end>988</pages_end>
			<publisher>Elsevier</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Kanaka</first_name>
			<last_name>Kedarisetti</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Scott</first_name>
			<last_name>Dick</last_name>
			<initials>S</initials>
		</author>
		<title>A Comment on 'Prediction of protein structural classes by a new measure of information discrepancy'</title>
		<url>papers/CBC-Comment2006.pdf</url>
		<journal special_issue = "no">
			<title>Computational Biology and Chemistry</title>
			<url>http://www.elsevier.com/locate/issn/14769271</url>
			<volume>30</volume>
			<number>5</number>
			<year>2006</year>
			<pages_start>393</pages_start>
			<pages_end>394</pages_end>
			<publisher>Elsevier</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Jishou</first_name>
			<last_name>Ruan</last_name>
			<initials>J</initials>
		</author>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Jack</first_name>
			<last_name>Tuszynski</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Quantitative Analysis of the Conservation of the Tertiary Structure of Protein Segments</title>
		<url>papers/PJ-Conservation2006.pdf</url>
		<journal special_issue = "no">
			<title>Protein Journal</title>
			<url>http://www.springerlink.com/content/1573-4943/</url>
			<volume>25</volume>
			<number>5</number>
			<year>2006</year>
			<pages_start>301</pages_start>
			<pages_end>315</pages_end>
			<publisher>Springer</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Jishou</first_name>
			<last_name>Ruan</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Prediction of Three Dimensional Structure of Calmodulin</title>
		<url>papers/PJ-Calmodulin2006.pdf</url>
		<journal special_issue = "no">
			<title>Protein Journal</title>
			<url>http://www.springerlink.com/content/1573-4943/</url>
			<volume>25</volume>
			<number>1</number>
			<year>2006</year>
			<pages_start>57</pages_start>
			<pages_end>70</pages_end>
			<publisher>Springer</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "true">
			<first_name>Leila</first_name>
			<last_name>Homaeian</last_name>
			<initials>L</initials>
		</author>
		<title>Prediction of Structural Classes for Protein Sequences and Domains - Impact of Prediction Algorithms, Sequence Representation and Homology, and Test Procedures on Accuracy</title>
		<url>papers/PR-ProteinStructuralClasses2006.pdf</url>
		<journal special_issue = "yes">
			<title>Pattern Recognition</title>
			<url>http://www.elsevier.com/locate/pr</url>
			<special_issue>Bioinformatics</special_issue>
			<volume>39</volume>
			<number>12</number>
			<year>2006</year>
			<pages_start>2323</pages_start>
			<pages_end>2343</pages_end>
			<publisher>Elsevier</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Waldemar</first_name>
			<last_name>Swiercz</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Krzysztof</first_name>
			<last_name>Cios</last_name>
			<initials>KJ</initials>
		</author>
		<author student = "false">
			<first_name>Kevin</first_name>
			<last_name>Staley</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Frank</first_name>
			<last_name>Accurso</last_name>
			<initials>F</initials>
		</author>
		<author student = "false">
			<first_name>Scott</first_name>
			<last_name>Sagel</last_name>
			<initials>S</initials>
		</author>
		<title>A New Synaptic Plasticity Rule for Networks of Spiking Neurons</title>
		<url></url>
		<journal special_issue = "no">
			<title>IEEE Transactions on Neural Networks</title>
			<url>http://www.ieee.org/organizations/pubs/transactions/tnn.htm</url>
			<volume>17</volume>
			<number>1</number>
			<year>2006</year>
			<pages_start>94</pages_start>
			<pages_end>105</pages_end>
			<publisher>IEEE Press</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "data_mining">
		<award>images/top10.gif</award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Petr</first_name>
			<last_name>Musilek</last_name>
			<initials>P</initials>
		</author>
		<title>A Survey of Knowledge Discovery and Data Mining Process Models</title>
		<url>papers/KER-KDDM2006.pdf</url>
		<journal special_issue = "no">
			<title>Knowledge Engineering Review</title>
			<url>http://journals.cambridge.org/action/displayJournal?jid=ker</url>
			<volume>21</volume>
			<number>1</number>
			<year>2006</year>
			<pages_start>1</pages_start>
			<pages_end>24</pages_end>
			<publisher>Cambridge University Press</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Krzysztof</first_name>
			<last_name>Cios</last_name>
			<initials>KJ</initials>
		</author>
		<author student = "false">
			<first_name>Scott</first_name>
			<last_name>Dick</last_name>
			<initials>S</initials>
		</author>
		<title>Highly Scalable and Robust Rule Learner: Performance Evaluation and Comparison</title>
		<url>papers/SMCB-DS2006.pdf</url>
		<journal special_issue = "no">
			<title>IEEE Transactions on Systems, Man, and Cybernetics, Part B</title>
			<url>http://www.ieeesmc.org/publications/</url>
			<volume>36</volume>
			<number>1</number>
			<year>2006</year>
			<pages_start>32</pages_start>
			<pages_end>53</pages_end>
			<publisher>IEEE Press</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award>images/top25_AIM2005.gif</award>
		<author student = "false">
			<first_name>Jishou</first_name>
			<last_name>Ruan</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>K.</first_name>
			<last_name>Wang</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>J.</first_name>
			<last_name>Yang</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Krzysztof</first_name>
			<last_name>Cios</last_name>
			<initials>KJ</initials>
		</author>
		<title>Highly Accurate and Consistent Method for Prediction of Helix and Strand Content from Primary Protein Sequences</title>
		<url>papers/AIM-CONTENT2005.pdf</url>
		<journal special_issue = "yes">
			<title>Artificial Intelligence in Medicine</title>
			<url>http://www.elsevier.com/locate/artmed</url>
			<special_issue>Computational Intelligence Techniques in Bioinformatics</special_issue>
			<volume>35</volume>
			<number>1-2</number>
			<year>2005</year>
			<pages_start>19</pages_start>
			<pages_end>35</pages_end>
			<publisher>Elsevier</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "data_mining">
		<award>images/top25_FSS2005.gif</award>
		<author student = "true">
			<first_name>Wojciech</first_name>
			<last_name>Stach</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Witold</first_name>
			<last_name>Pedrycz</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Marek</first_name>
			<last_name>Reformat</last_name>
			<initials>M</initials>
		</author>
		<title>Genetic Learning of Fuzzy Cognitive Maps</title>
		<url>papers/FSS-FCM2005.pdf</url>
		<journal special_issue = "no">
			<title>Fuzzy Sets and Systems</title>
			<url>http://www.elsevier.com/locate/issn/01650114</url>
			<volume>153</volume>
			<number>3</number>
			<year>2005</year>
			<pages_start>371</pages_start>
			<pages_end>401</pages_end>
			<publisher>Elsevier</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "true">
			<first_name>Wojciech</first_name>
			<last_name>Stach</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Witold</first_name>
			<last_name>Pedrycz</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Marek</first_name>
			<last_name>Reformat</last_name>
			<initials>M</initials>
		</author>
		<title>Learning Fuzzy Cognitive Maps with Required Precision using Genetic Algorithm Approach</title>
		<url>papers/EL-FCM.pdf</url>
		<journal special_issue = "no">
			<title>Electronics Letters</title>
			<url>http://www.iee.org/Publish/Journals/ProfJourn/JournEL/index.cfm</url>
			<volume>40</volume>
			<number>24</number>
			<year>2004</year>
			<pages_start>1519</pages_start>
			<pages_end>1520</pages_end>
			<publisher>IEE Press</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Krzysztof</first_name>
			<last_name>Cios</last_name>
			<initials>KJ</initials>
		</author>
		<title>CAIM Discretization Algorithm</title>
		<url>papers/TKDE-CAIM2004.pdf</url>
		<journal special_issue = "no">
			<title>IEEE Transactions on Data and Knowledge Engineering</title>
			<url>http://www.computer.org/tkde/</url>
			<volume>16</volume>
			<number>2</number>
			<year>2004</year>
			<pages_start>145</pages_start>
			<pages_end>153</pages_end>
			<publisher>IEEE Press</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Krzysztof</first_name>
			<last_name>Cios</last_name>
			<initials>KJ</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>CLIP4: Hybrid Inductive Machine Learning Algorithm that Generates Inequality Rules</title>
		<url>papers/IS-CLIP4.pdf</url>
		<journal special_issue = "yes">
			<title>Information Sciences</title>
			<url>http://www.elsevier.com/inca/publications/store/5/0/5/7/3/0/</url>
			<special_issue>Soft Computing Data Mining</special_issue>
			<volume>163</volume>
			<number>1-3</number>
			<year>2004</year>
			<pages_start>37</pages_start>
			<pages_end>83</pages_end>
			<publisher>Elsevier</publisher>
		</journal>
	</paper>
	<paper type = "journal" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Krzysztof</first_name>
			<last_name>Cios</last_name>
			<initials>KJ</initials>
		</author>
		<author student = "false">
			<first_name>Ryszard</first_name>
			<last_name>Tadeusiewicz</last_name>
			<initials>R</initials>
		</author>
		<author student = "false">
			<first_name>Marek</first_name>
			<last_name>Ogiela</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Lucy</first_name>
			<last_name>Goodenday</last_name>
			<initials>LS</initials>
		</author>
		<title>Knowledge Discovery Approach to Automated Cardiac SPECT Diagnosis</title>
		<url>papers/AIM-SPECT2001.pdf</url>
		<journal special_issue = "no">
			<title>Artificial Intelligence in Medicine</title>
			<url>http://www.elsevier.com/locate/artmed</url>
			<volume>23</volume>
			<number>2</number>
			<year>2001</year>
			<pages_start>149</pages_start>
			<pages_end>169</pages_end>
			<publisher>Elsevier</publisher>
		</journal>
	</paper>

	<paper type = "chapter" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Computational Prediction of Secondary and Supersecondary Structures</title>
		<url>papers/chapterSuperSecondaryStructure2012.pdf</url>
		<chapter>
			<editors>
				<editor>
					<first_name>Alexander</first_name>
					<last_name>Kister</last_name>
					<initials>A</initials>
				</editor>
			</editors>
			<title>Methods in Molecular Biology</title>
			<url>link.springer.com/book/10.1007/978-1-62703-065-6/</url>
			<year>2013</year>
			<pages_start>932:63</pages_start>
			<pages_end>86</pages_end>
			<publisher>Humana Press (ISBN 978-1-62703-064-9)</publisher>
		</chapter>
	</paper>
	<paper type = "chapter" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Neural Networks in Bioinformatics</title>
		<url>papers/chapterNNbioinformatics.pdf</url>
		<chapter>
			<editors>
				<editor>
					<first_name>Grzegorz</first_name>
					<last_name>Rozenberg</last_name>
					<initials>R</initials>
				</editor>
				<editor>
					<first_name>Thomas</first_name>
					<last_name>Baeck</last_name>
					<initials>T</initials>
				</editor>
				<editor>
					<first_name>Joost</first_name>
					<last_name>Kok</last_name>
					<initials>J</initials>
				</editor>
			</editors>
			<title>Handbook of Natural Computing</title>
			<url>http://www.springer.com/computer/theoretical+computer+science/book/978-3-540-92911-6</url>
			<year>2012</year>
			<pages_start>565</pages_start>
			<pages_end>583</pages_end>
			<publisher>Springer (ISBN 978-3-540-92909-3)</publisher>
		</chapter>
	</paper>
	<paper type = "chapter" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "true">
			<first_name>Wojciech</first_name>
			<last_name>Stach</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Witold</first_name>
			<last_name>Pedrycz</last_name>
			<initials>W</initials>
		</author>
		<title>Expert-Based and Computational Methods for Developing Fuzzy Cognitive Maps</title>
		<url>papers/chapterMethodsFCM2010.pdf</url>
		<chapter>
			<editors>
				<editor>
					<first_name>M</first_name>
					<last_name>Glykas</last_name>
					<initials>M</initials>
				</editor>
			</editors>
			<title>Advances in Theory, Methodologies, Tools and Applications, Studies in Fuzziness and Soft Computing, vol. 247</title>
			<url>https://www.springer.com/engineering/book/978-3-642-03219-6</url>
			<year>2010</year>
			<pages_start>23</pages_start>
			<pages_end>41</pages_end>
			<publisher>Springer (ISBN 978-3-642-03219-6)</publisher>
		</chapter>
	</paper>
	<paper type = "chapter" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Krzysztof</first_name>
			<last_name>Cios</last_name>
			<initials>KJ</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Machine Learning Algorithms Inspired by the work of Ryszard Spencer Michalski</title>
		<url>papers/chapterMichalski2010.pdf</url>
		<chapter>
			<editors>
				<editor>
					<first_name>J</first_name>
					<last_name>Koronacki</last_name>
					<initials>J</initials>
				</editor>
				<editor>
					<first_name>ZW</first_name>
					<last_name>Ras</last_name>
					<initials>ZW</initials>
				</editor>
				<editor>
					<first_name>ST</first_name>
					<last_name>Wierzchon</last_name>
					<initials>ST</initials>
				</editor>
				<editor>
					<first_name>Janusz</first_name>
					<last_name>Kacprzyk</last_name>
					<initials>J</initials>
				</editor>
			</editors>
			<title>Advances in Machine Learning I (In memoriam of Prof. Ryszard S. Michalski), Studies in Computational Intelligence vol. 262</title>
			<url>http://www.springer.com/engineering/book/978-3-642-05176-0</url>
			<year>2010</year>
			<pages_start>49</pages_start>
			<pages_end>74</pages_end>
			<publisher>Springer (ISBN 978-3-642-05176-0)</publisher>
		</chapter>
	</paper>
	<paper type = "chapter" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "true">
			<first_name>Wojciech</first_name>
			<last_name>Stach</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Witold</first_name>
			<last_name>Pedrycz</last_name>
			<initials>W</initials>
		</author>
		<title>A Survey of Fuzzy Cognitive Map Learning Methods</title>
		<url>papers/chapterSurveyFCM2003.pdf</url>
		<chapter>
			<editors>
				<editor>
					<first_name>Przemyslaw</first_name>
					<last_name>Grzegorzewski</last_name>
					<initials>P</initials>
				</editor>
				<editor>
					<first_name>Maciej</first_name>
					<last_name>Krawczak</last_name>
					<initials>M</initials>
				</editor>
				<editor>
					<first_name>Slawomir</first_name>
					<last_name>Zadrozny</last_name>
					<initials>S</initials>
				</editor>
			</editors>
			<title>Issues in Soft Computing: Theory and Applications</title>
			<url>http://www.exit.pl/issues4.htm</url>
			<year>2005</year>
			<pages_start>71</pages_start>
			<pages_end>84</pages_end>
			<publisher>Exit (ISBN 83-87674-98-2)</publisher>
		</chapter>
	</paper>
	<paper type = "chapter" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Krzysztof</first_name>
			<last_name>Cios</last_name>
			<initials>KJ</initials>
		</author>
		<author student = "false">
			<first_name>Marci</first_name>
			<last_name>Sontag</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Frank</first_name>
			<last_name>Accurso</last_name>
			<initials>F</initials>
		</author>
		<title>Mining the Cystic Fibrosis Data</title>
		<url>papers/chapterCF2005.pdf</url>
		<chapter>
			<editors>
				<editor>
					<first_name>Jacek</first_name>
					<last_name>Zurada</last_name>
					<initials>J</initials>
				</editor>
				<editor>
					<first_name>Mehmed</first_name>
					<last_name>Kantardzic</last_name>
					<initials>M</initials>
				</editor>
			</editors>
			<title>Next Generation of Data-Mining Applications</title>
			<url>http://ca.wiley.com/WileyCDA/WileyTitle/productCd-0471656054.html</url>
			<year>2005</year>
			<pages_start>415</pages_start>
			<pages_end>444</pages_end>
			<publisher>IEEE Press - Wiley (ISBN 0-471-65605-4)</publisher>
		</chapter>
	</paper>
	<paper type = "chapter" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Krzysztof</first_name>
			<last_name>Cios</last_name>
			<initials>KJ</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Trends in Data Mining and Knowledge Discovery</title>
		<url>papers/chapterTrendsDM2003.pdf</url>
		<chapter>
			<editors>
				<editor>
					<first_name>Nikhil</first_name>
					<last_name>Pal</last_name>
					<initials>NR</initials>
				</editor>
				<editor>
					<first_name>Lakhmi</first_name>
					<last_name>Jain</last_name>
					<initials>LC</initials>
				</editor>
			</editors>
			<title>Advanced Techniques in Knowledge Discovery and Data Mining</title>
			<url>http://www.springeronline.com/sgw/cda/frontpage/0,11855,5-146-22-33835058-0,00.html</url>
			<year>2005</year>
			<pages_start>1</pages_start>
			<pages_end>26</pages_end>
			<publisher>Springer (ISBN 1-85233-867-9)</publisher>
		</chapter>
	</paper>
	<paper type = "chapter" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Krzysztof</first_name>
			<last_name>Cios</last_name>
			<initials>KJ</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Hybrid Inductive Machine Learning: An Overview of CLIP Algorithms</title>
		<url>papers/chapterCLIP42001.pdf</url>
		<chapter>
			<editors>
				<editor>
					<first_name>Lakhmi</first_name>
					<last_name>Jain</last_name>
					<initials>LC</initials>
				</editor>
				<editor>
					<first_name>Janusz</first_name>
					<last_name>Kacprzyk</last_name>
					<initials>J</initials>
				</editor>
			</editors>
			<title>New Learning Paradigms in Soft Computing</title>
			<url>http://www.springer.de/cgi-bin/search_book.pl?isbn=3-7908-1436-9/</url>
			<year>2002</year>
			<pages_start>276</pages_start>
			<pages_end>322</pages_end>
			<publisher>Springer (ISBN 3-7908-1436-9)</publisher>
		</chapter>
	</paper>

	<paper type = "conference" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Zhenling</first_name>
			<last_name>Peng</last_name>
			<initials>Z</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>On the Complementarity of the Consensus-based Disorder Prediction</title>
		<url>papers/PSB2012.pdf</url>
		<conference in_conjuctions = "no">
			<title>Pacific Symposium on Biocomputing</title>
			<abbreviation>PSB 2012</abbreviation>
			<year>2012</year>
			<pages_start>17:176</pages_start>
			<pages_end>187</pages_end>
			<publisher>PSB</publisher>
			<city>Big Island of Hawaii</city>
			<state>Hawaii</state>
			<country>U.S.A.</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Accurate Prediction of ATP-binding Residues Using Sequence and Sequence derived Structural Descriptors</title>
		<url>papers/BIBM2010.pdf</url>
		<conference in_conjuctions = "no">
			<title>IEEE International Conference on Bioinformatics and Biomedicine</title>
			<abbreviation>BIBM 2010</abbreviation>
			<year>2010</year>
			<pages_start>43</pages_start>
			<pages_end>48</pages_end>
			<publisher>IEEE</publisher>
			<city>Hong Kong</city>
			<state></state>
			<country>PRC</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Rafal</first_name>
			<last_name>Rak</last_name>
			<initials>R</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Marek</first_name>
			<last_name>Reformat</last_name>
			<initials>M</initials>
		</author>
		<title>Use of OWL 2 to Facilitate a Biomedical Knowledge Base Extracted from the GENIA Corpus</title>
		<url>papers/OWLED2008.pdf</url>
		<conference in_conjuctions = "no">
			<title>5th International Workshop on OWL: Experiences and Directions (co-located with the 7th International Semantic Web Conference)</title>
			<abbreviation>OWLED'08</abbreviation>
			<year>2008</year>
			<pages_start></pages_start>
			<pages_end></pages_end>
			<publisher></publisher>
			<city>Karlsruhe</city>
			<state></state>
			<country>Germany</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Marek</first_name>
			<last_name>Ogiela</last_name>
			<initials>M</initials>
		</author>		
		<title>Comparative Analysis of the Impact of Discretization on the Classification with Naive Bayes and Semi-Naive Bayes Classifiers</title>
		<url>papers/ICMLA2008.pdf</url>
		<conference in_conjuctions = "no">
			<title>7th International Conference on Machine Learning and Applications</title>
			<abbreviation>ICMLA'08</abbreviation>
			<year>2008</year>
			<pages_start>823</pages_start>
			<pages_end>828</pages_end>
			<publisher>IEEE Press</publisher>
			<city>San Diego</city>
			<state>CA</state>
			<country>U.S.A.</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "true">
			<first_name>Wojciech</first_name>
			<last_name>Stach</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Witold</first_name>
			<last_name>Pedrycz</last_name>
			<initials>W</initials>
		</author>		
		<title>Data-Driven Nonlinear Hebbian Learning Method for Fuzzy Cognitive Maps</title>
		<url>papers/WCCI2008.pdf</url>
		<conference in_conjuctions = "no">
			<title>IEEE International Conference on Fuzzy Systems (IEEE World Congress on Computational Intelligence)</title>
			<abbreviation>FUZZ-IEEE'08</abbreviation>
			<year>2008</year>
			<pages_start>1975</pages_start>
			<pages_end>1981</pages_end>
			<publisher>IEEE Press</publisher>
			<city>Hong Kong</city>
			<state></state>
			<country>China</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Seyed Koosha</first_name>
			<last_name>Golmohammadi</last_name>
			<initials>SK</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "true">
			<first_name>Brendan</first_name>
			<last_name>Crowley</last_name>
			<initials>B</initials>
		</author>
		<author student = "false">
			<first_name>Marek</first_name>
			<last_name>Reformat</last_name>
			<initials>M</initials>
		</author>
		<title>Classification of Cell Membrane Proteins</title>
		<url>papers/FBIT2007.pdf</url>
		<conference in_conjuctions = "no">
			<title>Frontiers in the Convergence of Bioscience and Information Technologies 2007</title>
			<abbreviation>FBIT'07</abbreviation>
			<year>2007</year>
			<pages_start>153</pages_start>
			<pages_end>159</pages_end>
			<publisher>IEEE Press</publisher>
			<city>Jeju Island</city>
			<state></state>
			<country>Korea</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Michal</first_name>
			<last_name>Kurgan</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Improved Prediction of Relative Solvent Accessibility Using Two-stage Support Vector Regression</title>
		<url>papers/IEEEBBE07-2.pdf</url>
		<conference in_conjuctions = "no">
			<title>1st International Conference on Bioinformatics and Biomedical Engineering</title>
			<abbreviation>ICBBE'07</abbreviation>
			<year>2007</year>
			<pages_start>37</pages_start>
			<pages_end>40</pages_end>
			<publisher>IEEE Press</publisher>
			<city>Wuhan</city>
			<state></state>
			<country>China</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Jishou</first_name>
			<last_name>Ruan</last_name>
			<initials>J</initials>
		</author>		
		<title>Prediction of Protein Structural Class Using PSI-BLAST Profile Based Collocation of Amino Acid Pairs</title>
		<url>papers/IEEEBBE07-1.pdf</url>
		<conference in_conjuctions = "no">
			<title>1st International Conference on Bioinformatics and Biomedical Engineering</title>
			<abbreviation>ICBBE'07</abbreviation>
			<year>2007</year>
			<pages_start>17</pages_start>
			<pages_end>20</pages_end>
			<publisher>IEEE Press</publisher>
			<city>Wuhan</city>
			<state></state>
			<country>China</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "true">
			<first_name>Wojciech</first_name>
			<last_name>Stach</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Witold</first_name>
			<last_name>Pedrycz</last_name>
			<initials>W</initials>
		</author>		
		<title>Parallel Learning of Large Fuzzy Cognitive Maps</title>
		<url>papers/IJCNN2007.pdf</url>
		<conference in_conjuctions = "no">
			<title>2007 International Joint Conference on Neural Networks</title>
			<abbreviation>IJCNN'07</abbreviation>
			<year>2007</year>
			<pages_start>1584</pages_start>
			<pages_end>1589</pages_end>
			<publisher>IEEE Press</publisher>
			<city>Orlando</city>
			<state>FL</state>
			<country>U.S.A.</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "true">
			<first_name>Wojciech</first_name>
			<last_name>Stach</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Witold</first_name>
			<last_name>Pedrycz</last_name>
			<initials>W</initials>
		</author>
		<title>A Framework for a Novel Scalable Fuzzy Cognitive Map Learning Method</title>
		<url>papers/HC2DP-2007.pdf</url>
		<conference in_conjuctions = "no">
			<title>Symposium on Human-Centric Computing and Data Processing</title>
			<abbreviation>HC2DP'07</abbreviation>
			<year>2007</year>
			<pages_start>13</pages_start>
			<pages_end>14</pages_end>
			<publisher></publisher>
			<city>Banff</city>
			<state>Alberta</state>
			<country>Canada</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "true">
			<first_name>Mandana</first_name>
			<last_name>Rahbari</last_name>
			<initials>M</initials>
		</author>
		<author student = "true">
			<first_name>Leila</first_name>
			<last_name>Homaeian</last_name>
			<initials>L</initials>
		</author>		
		<title>Impact of the Predicted Protein Structural Content on Prediction of Structural Classes for the Twilight Zone Proteins</title>
		<url>papers/ICMLA2006.pdf</url>
		<conference in_conjuctions = "no">
			<title>5th International Conference on Machine Learning and Applications, Special Session on Applications of Machine Learning in Medicine and Biology</title>
			<abbreviation>ICMLA'06</abbreviation>
			<year>2006</year>
			<pages_start>180</pages_start>
			<pages_end>186</pages_end>
			<publisher>IEEE Press</publisher>
			<city>Orlando</city>
			<state>FL</state>
			<country>U.S.A.</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Jishou</first_name>
			<last_name>Ruan</last_name>
			<initials>J</initials>
		</author>
		<title>Optimization of the Sliding Window Size for Protein Structure Prediction</title>
		<url>papers/CIBCB2006-1.pdf</url>
		<conference in_conjuctions = "no">
			<title>2006 IEEE Symposium on Computational Intelligence in Bioinformatics and Computational Biology</title>
			<abbreviation>CIBCB'06</abbreviation>
			<year>2006</year>
			<pages_start>366</pages_start>
			<pages_end>372</pages_end>
			<publisher>IEEE Press</publisher>
			<city>Toronto</city>
			<state>Ontario</state>
			<country>Canada</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Kanaka Durga</first_name>
			<last_name>Kedarisetti</last_name>
			<initials>K</initials>
		</author>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "true">
			<first_name>Aashima</first_name>
			<last_name>Kapoor</last_name>
			<initials>A</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Prediction of the Number of Helices for the Twilight Zone Proteins</title>
		<url>papers/CIBCB2006-2.pdf</url>
		<conference in_conjuctions = "no">
			<title>2006 IEEE Symposium on Computational Intelligence in Bioinformatics and Computational Biology</title>
			<abbreviation>CIBCB'06</abbreviation>
			<year>2006</year>
			<pages_start>459</pages_start>
			<pages_end>465</pages_end>
			<publisher>IEEE Press</publisher>
			<city>Toronto</city>
			<state>Ontario</state>
			<country>Canada</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "true">
			<first_name>Wojciech</first_name>
			<last_name>Stach</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Witold</first_name>
			<last_name>Pedrycz</last_name>
			<initials>W</initials>
		</author>
		<title>Higher-Order Fuzzy Cognitive Maps</title>
		<url>papers/NAFIPS2006.pdf</url>
		<conference in_conjuctions = "no">
			<title>2006 North American Fuzzy Information Processing Society Conference </title>
			<abbreviation>NAFIPS'06</abbreviation>
			<year>2006</year>
			<pages_start>166</pages_start>
			<pages_end>171</pages_end>
			<publisher>IEEE Press</publisher>
			<city>Montreal</city>
			<state>Quebec</state>
			<country>Canada</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Rafal</first_name>
			<last_name>Rak</last_name>
			<initials>R</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Marek</first_name>
			<last_name>Reformat</last_name>
			<initials>M</initials>
		</author>
		<title>Multi-label Associative Classification of Medical Documents from MEDLINE</title>
		<url>papers/ICMLA2005.pdf</url>
		<conference in_conjuctions = "no">
			<title>International Conference on Machine Learning and Applications</title>
			<abbreviation>ICMLA'05</abbreviation>
			<year>2005</year>
			<pages_start>177</pages_start>
			<pages_end>184</pages_end>
			<publisher>IEEE Press</publisher>
			<city>Los Angeles</city>
			<state>CA</state>
			<country>U.S.A.</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "true">
			<first_name>Leila</first_name>
			<last_name>Homaeian</last_name>
			<initials>L</initials>
		</author>
		<title>Prediction of Secondary Protein Structure Content from Primary Sequence Alone - a Feature Selection Based Approach</title>
		<url>papers/MLDM2005.pdf</url>
		<conference in_conjuctions = "no">
			<title>International Conference on Machine Learning and Data Mining in Pattern Recognition</title>
			<abbreviation>MLDM'05</abbreviation>
			<year>2005</year>
			<pages_start>334</pages_start>
			<pages_end>345</pages_end>
			<publisher>Springer Verlag, LNAI 4587</publisher>
			<city>Leipzig</city>
			<state></state>
			<country>Germany</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "true">
			<first_name>Wojciech</first_name>
			<last_name>Stach</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Witold</first_name>
			<last_name>Pedrycz</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Marek</first_name>
			<last_name>Reformat</last_name>
			<initials>M</initials>
		</author>
		<title>Evolutionary Development of Fuzzy Cognitive Maps</title>
		<url>papers/FUZZIEEE2005.pdf</url>
		<conference in_conjuctions = "no">
			<title>2005 IEEE International Conference on Fuzzy Systems</title>
			<abbreviation>FUZZ IEEE'05</abbreviation>
			<year>2005</year>
			<pages_start>619</pages_start>
			<pages_end>624</pages_end>
			<publisher>IEEE Press</publisher>
			<city>Reno</city>
			<state>NV</state>
			<country>U.S.A.</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "true">
			<first_name>Kanaka</first_name>
			<last_name>Kedarisetti</last_name>
			<initials>K</initials>
		</author>
		<title>Secondary Protein Structure Fragments &#45; Feasibility Study in Prediction and Analysis</title>
		<url>papers/HC2-2005a.pdf</url>
		<conference in_conjuctions = "no">
			<title>Symposium on Human-Centric Computing </title>
			<abbreviation>HC2'05</abbreviation>
			<year>2005</year>
			<pages_start>26</pages_start>
			<pages_end>36</pages_end>
			<publisher></publisher>
			<city>Banff</city>
			<state>Alberta</state>
			<country>Canada</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Wojciech</first_name>
			<last_name>Stach</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Witold</first_name>
			<last_name>Pedrycz</last_name>
			<initials>W</initials>
		</author>
		<title>Linguistic Signal Prediction with the use of Fuzzy Cognitive Maps</title>
		<url>papers/HC2-2005b.pdf</url>
		<conference in_conjuctions = "no">
			<title>Symposium on Human-Centric Computing </title>
			<abbreviation>HC2'05</abbreviation>
			<year>2005</year>
			<pages_start>64</pages_start>
			<pages_end>71</pages_end>
			<publisher></publisher>
			<city>Banff</city>
			<state>Alberta</state>
			<country>Canada</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Reducing Complexity of Rule Based Models via Meta Mining</title>
		<url>papers/ICMLA2004.pdf</url>
		<conference in_conjuctions = "no">
			<title>2004 International Conference on Machine Learning and Applications</title>
			<abbreviation>ICMLA'04</abbreviation>
			<year>2004</year>
			<pages_start>242</pages_start>
			<pages_end>249</pages_end>
			<publisher>CSREA Press</publisher>
			<city>Lousville</city>
			<state>KY</state>
			<country>U.S.A.</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Krzysztof</first_name>
			<last_name>Cios</last_name>
			<initials>KJ</initials>
		</author>
		<title>Meta Mining Architecture for Supervised Learning</title>
		<url>papers/HPDM2004.pdf</url>
		<conference in_conjuctions = "yes">
			<title>7th International Workshop on High Performance and Distributed Mining</title>
			<abbreviation>HPDM'04</abbreviation>
			<within>4th International SIAM Conference on Data Mining</within>
			<year>2004</year>
			<pages_start>18</pages_start>
			<pages_end>26</pages_end>
			<publisher></publisher>
			<city>Lake Buena Vista</city>
			<state>FL</state>
			<country>U.S.A.</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "other">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Scott</first_name>
			<last_name>Dick</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Petr</first_name>
			<last_name>Musilek</last_name>
			<initials>P</initials>
		</author>
		<author student = "false">
			<first_name>Marek</first_name>
			<last_name>Reformat</last_name>
			<initials>M</initials>
		</author>
		<title>Shaping the Software Option at the University of Alberta</title>
		<url>papers/C3SEE2004.pdf</url>
		<conference in_conjuctions = "no">
			<title>2004 IEEE Canadian Conference on Computer and Software Engineering Education</title>
			<abbreviation>C3SEE'04</abbreviation>
			<year>2004</year>
			<pages_start>97</pages_start>
			<pages_end>103</pages_end>
			<publisher></publisher>
			<city>Calgary</city>
			<state>AB</state>
			<country>Canada</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "true">
			<first_name>Wojciech</first_name>
			<last_name>Stach</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Witold</first_name>
			<last_name>Pedrycz</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Marek</first_name>
			<last_name>Reformat</last_name>
			<initials>M</initials>
		</author>
		<title>Fuzzy Cognitive Maps as a Tool for Modeling Parallel Software Development Projects</title>
		<url>papers/NAFIPS2004.pdf</url>
		<conference in_conjuctions = "no">
			<title>2004 North American Fuzzy Information Processing Society Conference</title>
			<abbreviation>NAFIPS'04</abbreviation>
			<year>2004</year>
			<pages_start>28</pages_start>
			<pages_end>33</pages_end>
			<publisher>IEEE Press</publisher>
			<city>Banff</city>
			<state>Alberta</state>
			<country>Canada</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "true">
			<first_name>Alireza</first_name>
			<last_name>Farhangfar</last_name>
			<initials>A</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Witold</first_name>
			<last_name>Pedrycz</last_name>
			<initials>W</initials>
		</author>
		<title>Experimental Analysis of Methods for Handling Missing Values in Databases</title>
		<url>papers/SPIE2004.pdf</url>
		<conference in_conjuctions = "yes">
			<title>Intelligent Computing: Theory and Applications II Conference</title>
			<abbreviation>ICTA II</abbreviation>
			<within>SPIE Defense and Security Symposium (formerly AeroSense)</within>
			<year>2004</year>
			<pages_start>172</pages_start>
			<pages_end>182</pages_end>
			<publisher>SPIE Press</publisher>
			<city>Orlando</city>
			<state>FL</state>
			<country>U.S.A.</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Yifan</first_name>
			<last_name>Li</last_name>
			<initials>Y.</initials>
		</author>
		<author student = "false">
			<first_name>Petr</first_name>
			<last_name>Musilek</last_name>
			<initials>P</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Battlecity Revived: Game Design with BDI.net</title>
		<url>papers/QSSE2004b.pdf</url>
		<conference in_conjuctions = "no">
			<title>4th ASERC Workshop on Quantitative and Soft Software Engineering</title>
			<abbreviation>QSSE'04</abbreviation>
			<year>2004</year>
			<pages_start>24</pages_start>
			<pages_end>28</pages_end>
			<publisher></publisher>
			<city>Banff</city>
			<state>Alberta</state>
			<country>Canada</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "true">
			<first_name>Wojciech</first_name>
			<last_name>Stach</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Modeling Software Development Projects Using Fuzzy Cognitive Maps</title>
		<url>papers/QSSE2004a.pdf</url>
		<conference in_conjuctions = "no">
			<title>4th ASERC Workshop on Quantitative and Soft Software Engineering</title>
			<abbreviation>QSSE'04</abbreviation>
			<year>2004</year>
			<pages_start>55</pages_start>
			<pages_end>60</pages_end>
			<publisher></publisher>
			<city>Banff</city>
			<state>Alberta</state>
			<country>Canada</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Krzysztof</first_name>
			<last_name>Cios</last_name>
			<initials>KJ</initials>
		</author>
		<title>Fast Class-Attribute Interdependence Maximization (CAIM) Discretization Algorithm</title>
		<url>papers/ICMLA2003.pdf</url>
		<conference in_conjuctions = "no">
			<title>2003 International Conference on Machine Learning and Applications</title>
			<abbreviation>ICMLA'03</abbreviation>
			<year>2003</year>
			<pages_start>30</pages_start>
			<pages_end>36</pages_end>
			<publisher>CSREA Press</publisher>
			<city>Los Angeles</city>
			<state>CA</state>
			<country>U.S.A.</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Krzysztof</first_name>
			<last_name>Cios</last_name>
			<initials>KJ</initials>
		</author>
		<title>Ensemble of Classifiers to Improve Accuracy of the CLIP4 Machine Learning Algorithm</title>
		<url>papers/AeroSense2002.pdf</url>
		<conference in_conjuctions = "yes">
			<title>SPIE International Conference on Sensor Fusion: Architectures, Algorithms, and Applications VI</title>
			<abbreviation>ICSF: AAA VI</abbreviation>
			<within>SPIE AeroSense Symposium</within>
			<year>2002</year>
			<pages_start>22</pages_start>
			<pages_end>31</pages_end>
			<publisher>SPIE Press</publisher>
			<city>Orlando</city>
			<state>FL</state>
			<country>U.S.A.</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Waldemar</first_name>
			<last_name>Swiercz</last_name>
			<initials>W</initials>
		</author>
		<author student = "false">
			<first_name>Krzysztof</first_name>
			<last_name>Cios</last_name>
			<initials>KJ</initials>
		</author>
		<title>Semantic Mapping of XML Tags Using Inductive Machine Learning</title>
		<url>papers/ICMLA2002.pdf</url>
		<conference in_conjuctions = "no">
			<title>2002 International Conference on Machine Learning and Applications</title>
			<abbreviation>ICMLA'02</abbreviation>
			<year>2002</year>
			<pages_start>99</pages_start>
			<pages_end>109</pages_end>
			<publisher>CSREA Press</publisher>
			<city>Las Vegas</city>
			<state>NV</state>
			<country>U.S.A.</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Krzysztof</first_name>
			<last_name>Cios</last_name>
			<initials>KJ</initials>
		</author>
		<author student = "false">
			<first_name>Michael</first_name>
			<last_name>Trombley</last_name>
			<initials>M</initials>
		</author>
		<title>The WWW Based Data Mining Toolbox Architecture</title>
		<url>papers/ICNNSC2002.pdf</url>
		<conference in_conjuctions = "no">
			<title>6th International Conference on Neural Networks and Soft Computing</title>
			<abbreviation>ICNNSN'02</abbreviation>
			<year>2002</year>
			<pages_start>855</pages_start>
			<pages_end>860</pages_end>
			<publisher>Springer Verlag</publisher>
			<city>Zakopane</city>
			<state></state>
			<country>Poland</country>
		</conference>
	</paper>
	<paper type = "conference" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Krzysztof</first_name>
			<last_name>Cios</last_name>
			<initials>KJ</initials>
		</author>
		<title>Discretization Algorithm that Uses Class-Attribute Interdependence Maximization</title>
		<url>papers/IC-AI2001.pdf</url>
		<conference in_conjuctions = "no">
			<title>2001 International Conference on Artificial Intelligence</title>
			<abbreviation>IC-AI'01</abbreviation>
			<year>2001</year>
			<pages_start>980</pages_start>
			<pages_end>987</pages_end>
			<publisher></publisher>
			<city>Las Vegas</city>
			<state>NV</state>
			<country>U.S.A.</country>
		</conference>
	</paper>

	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Disorder in Proteins: Abundance and Functional Characterization in 1000 Proteomes across the Three Domains of Life and Viruses</title>
		<url>papers/presentationBIT2012.pdf</url>
		<presentation>
			<organizer></organizer>
			<title>Bioinformatics in Torun (BIT 2012) Conference</title>
			<url>http://ptbi.org.pl/BIT12/</url>
			<year>2012</year>
			<month>September</month>
			<city>Torun</city>
			<state></state>
			<country>Poland</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Disorder in Proteins: Functional Lack of Structure</title>
		<url>papers/presentationDisorder2012.pdf</url>
		<presentation>
			<organizer>Chern Institute of Mathematics at the Nankai University</organizer>
			<title></title>
			<url></url>
			<year>2012</year>
			<month>June</month>
			<city>Tianjin</city>
			<state></state>
			<country>China</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Disorder in Proteins: Current Characterization Efforts</title>
		<url>papers/GLBIO2012.pdf</url>
		<presentation>
			<organizer></organizer>
			<title>Great Lakes Bioinformatics Conference (GLBIO)</title>
			<url>http://www.iscb.org/glbio2012</url>
			<year>2012</year>
			<month>May</month>
			<city>Ann Arbor</city>
			<state>MI</state>
			<country>U.S.A.</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Zhenling</first_name>
			<last_name>Peng</last_name>
			<initials>Z</initials>
		</author>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>New Insights into Computational Disorder Prediction</title>
		<url>papers/PRSP2011.pdf</url>
		<presentation>
			<organizer></organizer>
			<title>Protein and RNA Structure Prediction Conference</title>
			<url>http://www.zingconferences.com/</url>
			<year>2011</year>
			<month>December</month>
			<city>Riviera Maya</city>
			<state></state>
			<country>Mexico</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Structure-based Detection of Distant Functional Relations</title>
		<url>papers/MultiPole2011.pdf</url>
		<presentation>
			<organizer></organizer>
			<title>Multi-Pole Approach to Structural Biology</title>
			<url>http://iimcb.genesilico.pl/multipole/</url>
			<year>2011</year>
			<month>November</month>
			<city>Warsaw</city>
			<state></state>
			<country>Poland</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>A.</first_name>
			<last_name>Bhargava</last_name>
			<initials>A</initials>
		</author>
		<author student = "false">
			<first_name>Artur</first_name>
			<last_name>de Brum-Fernandes</last_name>
			<initials>AJ</initials>
		</author>
		<author student = "false">
			<first_name>Jeff</first_name>
			<last_name>Dixon</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Marianne</first_name>
			<last_name>Durand</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Rene</first_name>
			<last_name>Harrison</last_name>
			<initials>R</initials>
		</author>
		<author student = "false">
			<first_name>Svetlana</first_name>
			<last_name>Komarova</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>M.F.</first_name>
			<last_name>Lucena-Fernandes</last_name>
			<initials>MF</initials>
		</author>
		<author student = "false">
			<first_name>Morris</first_name>
			<last_name>Monolson</last_name>
			<initials>MF</initials>
		</author>
		<author student = "false">
			<first_name>Stephen</first_name>
			<last_name>Sims</last_name>
			<initials>S</initials>
		</author>
		<title>Multivariate Diagnostic Model for Osteoarthritis Highlights the Importance of Osteoclastogenesis and Expression of Interleukin 1 Receptors</title>
		<url>papers/CAN2011poster1.pdf</url>
		<presentation>
			<organizer>Canadian Arthritis Network</organizer>
			<title>2011 CAN Annual Scientific Conference</title>
			<url>http://arthritisnetwork.ca/events/conf_2011_en.php</url>
			<year>2011</year>
			<month>October</month>
			<city>Quebec City</city>
			<state>QC</state>
			<country>Canada</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>S.M.</first_name>
			<last_name>Maria</last_name>
			<initials>SM</initials>
		</author>
		<author student = "false">
			<first_name>A.</first_name>
			<last_name>Bhargava</last_name>
			<initials>A</initials>
		</author>
		<author student = "false">
			<first_name>Artur</first_name>
			<last_name>de Brum-Fernandes</last_name>
			<initials>AJ</initials>
		</author>
		<author student = "false">
			<first_name>Jeff</first_name>
			<last_name>Dixon</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Marianne</first_name>
			<last_name>Durand</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Rene</first_name>
			<last_name>Harrison</last_name>
			<initials>R</initials>
		</author>
		<author student = "false">
			<first_name>Svetlana</first_name>
			<last_name>Komarova</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>M.F.</first_name>
			<last_name>Lucena-Fernandes</last_name>
			<initials>MF</initials>
		</author>
		<author student = "false">
			<first_name>Morris</first_name>
			<last_name>Monolson</last_name>
			<initials>MF</initials>
		</author>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>Stephen</first_name>
			<last_name>Sims</last_name>
			<initials>S</initials>
		</author>
		<title>Mineral Homeostasis is Altered in Rheumatoid Arthritis Patients</title>
		<url>papers/CAN2011poster2.pdf</url>
		<presentation>
			<organizer>Canadian Arthritis Network</organizer>
			<title>2011 CAN Annual Scientific Conference</title>
			<url>http://arthritisnetwork.ca/events/conf_2011_en.php</url>
			<year>2011</year>
			<month>October</month>
			<city>Quebec City</city>
			<state>QC</state>
			<country>Canada</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Jody</first_name>
			<last_name>Groenendyk</last_name>
			<initials>J</initials>
		</author>
		<author student = "true">
			<first_name>Marcin J</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Marek</first_name>
			<last_name>Michalak</last_name>
			<initials>M</initials>
		</author>
		<title>A Genome-wide siRNA Screen Identification of Proteins Involved in the Modulation of ER Stress</title>
		<url>papers/posterICW2011.pdf</url>
		<presentation>
			<organizer></organizer>
			<title>9th International Calreticulin Workshop</title>
			<url>http://www.crt2011.com/</url>
			<year>2011</year>
			<month>August</month>
			<city>Copenhagen</city>
			<state></state>
			<country>Denmark</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Inverse Docking as a Platform to Elucidate Mechanisms Defining Adverse Reactions to Drugs</title>
		<url></url>
		<presentation>
			<organizer></organizer>
			<title>2011 China-Canada Annual Workshop on Mathematical Modeling of Infectious Diseases</title>
			<url></url>
			<year>2011</year>
			<month>August</month>
			<city>Beijing</city>
			<state></state>
			<country>China</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "true">
			<first_name>Wojciech</first_name>
			<last_name>Stach</last_name>
			<initials>W</initials>
		</author>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "true">
			<first_name>Kanaka Durga</first_name>
			<last_name>Kedarisetti</last_name>
			<initials>KD</initials>
		</author>
		<author student = "true">
			<first_name>Fatemeh</first_name>
			<last_name>Miri Disfani</last_name>
			<initials>F</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Improved Sequence-based Prediction of Disordered Regions with Multilayer Fusion of Multiple Information Sources</title>
		<url></url>
		<presentation>
			<organizer>ECCB</organizer>
			<title>9th European Conference on Computational Biology (ECCB)</title>
			<url>http://www.eccb10.org/</url>
			<year>2010</year>
			<month>September</month>
			<city>Ghent</city>
			<state></state>
			<country>Belgium</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>In-silico Characterization of Crystallization Propensity of Protein Chains</title>
		<url>papers/presentationCrystallization2010.pdf</url>
		<presentation>
			<organizer>Department of Computer Science at the Purdue University</organizer>
			<title></title>
			<url></url>
			<year>2010</year>
			<month>June</month>
			<city>West Lafayette</city>
			<state>IN</state>
			<country>U.S.A.</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Characterization of Crystallization Propensity of Protein Chains </title>
		<url>papers/presentationCrystallization2010.pdf</url>
		<presentation>
			<organizer>Center for Computational Biology and Bioinformatics, IUPUI</organizer>
			<title></title>
			<url></url>
			<year>2010</year>
			<month>April</month>
			<city>Indianapolis</city>
			<state>IN</state>
			<country>U.S.A.</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Characterization of Crystallization Propensity of Protein Chains for Structural Genomics</title>
		<url>papers/presentationCrystallization2010.pdf</url>
		<presentation>
			<organizer>Department of Automation at the Shanghai Jiao Tong University</organizer>
			<title></title>
			<url></url>
			<year>2010</year>
			<month>January</month>
			<city>Shanghai</city>
			<state></state>
			<country>China</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Characterization of Crystallization Propensity of Protein Chains for Structural Genomics</title>
		<url>papers/presentationCrystallization2010.pdf</url>
		<presentation>
			<organizer>Chern Institute of Mathematics at the Nankai University</organizer>
			<title></title>
			<url></url>
			<year>2010</year>
			<month>January</month>
			<city>Tianjin</city>
			<state></state>
			<country>China</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Artur</first_name>
			<last_name>de Brum-Fernandes</last_name>
			<initials>AJ</initials>
		</author>
		<author student = "false">
			<first_name>Gilles</first_name>
			<last_name>Boire</last_name>
			<initials>G</initials>
		</author>
		<author student = "false">
			<first_name>Jeff</first_name>
			<last_name>Dixon</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Marianne</first_name>
			<last_name>Durand</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Rene</first_name>
			<last_name>Harrison</last_name>
			<initials>R</initials>
		</author>
		<author student = "false">
			<first_name>Svetlana</first_name>
			<last_name>Komarova</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Morris</first_name>
			<last_name>Monolson</last_name>
			<initials>MF</initials>
		</author>
		<author student = "false">
			<first_name>Osama</first_name>
			<last_name>Maria</last_name>
			<initials>O</initials>
		</author>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>N</first_name>
			<last_name>Nabavi</last_name>
			<initials>N</initials>
		</author>
		<author student = "true">
			<first_name>Rafal</first_name>
			<last_name>Rak</last_name>
			<initials>R</initials>
		</author>
		<author student = "false">
			<first_name>M</first_name>
			<last_name>Roy</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Stephen</first_name>
			<last_name>Sims</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>D.P.</first_name>
			<last_name>Trebec-Reynolds</last_name>
			<initials>DP</initials>
		</author>
		<title>The in vitro osteoclast differentiation in arthritis (IODA) project: Osteoclastogenesis as a marker of presence and activity of disease in arthritis</title>
		<url></url>
		<presentation>
			<organizer>Canadian Rheumatology Association</organizer>
			<title>2010 Canadian Rheumatology Association Annual Meeting</title>
			<url>http://www.rheum.ca/en/index.asp</url>
			<year>2010</year>
			<month>February</month>
			<city>Quebec City</city>
			<state>QC</state>
			<country>Canada</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Artur</first_name>
			<last_name>de Brum-Fernandes</last_name>
			<initials>AJ</initials>
		</author>
		<author student = "false">
			<first_name>Gilles</first_name>
			<last_name>Boire</last_name>
			<initials>G</initials>
		</author>
		<author student = "false">
			<first_name>Jeff</first_name>
			<last_name>Dixon</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Marianne</first_name>
			<last_name>Durand</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Rene</first_name>
			<last_name>Harrison</last_name>
			<initials>R</initials>
		</author>
		<author student = "false">
			<first_name>Svetlana</first_name>
			<last_name>Komarova</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Morris</first_name>
			<last_name>Monolson</last_name>
			<initials>MF</initials>
		</author>
		<author student = "false">
			<first_name>Osama</first_name>
			<last_name>Maria</last_name>
			<initials>O</initials>
		</author>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>N</first_name>
			<last_name>Nabavi</last_name>
			<initials>N</initials>
		</author>
		<author student = "true">
			<first_name>Rafal</first_name>
			<last_name>Rak</last_name>
			<initials>R</initials>
		</author>
		<author student = "false">
			<first_name>M</first_name>
			<last_name>Roy</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Stephen</first_name>
			<last_name>Sims</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>D.P.</first_name>
			<last_name>Trebec-Reynolds</last_name>
			<initials>DP</initials>
		</author>
		<title>The In vitro Osteoclast Differentiation in Arthritis (IODA) project: Osteoclastogenesis as a Marker of Presence and Activity of Disease in Arthritis</title>
		<url>papers/CAN2009.pdf</url>
		<presentation>
			<organizer>Canadian Arthritis Network</organizer>
			<title>2009 CAN Annual Scientific Conference</title>
			<url>http://www.arthritisnetwork.ca/events/conf_2009_en.php</url>
			<year>2009</year>
			<month>November</month>
			<city>Vancouver</city>
			<state>BC</state>
			<country>Canada</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Crystallization propensity of protein chains</title>
		<url>papers/presentationICBBE2009.pdf</url>
		<presentation>
			<organizer>Invited keynote presentation</organizer>
			<title>3rd International Conference on Bioinformatics and Biomedical Engineering (iCBBE 2009)</title>
			<url>http://www.icbbe.org/2009/</url>
			<year>2009</year>
			<month>June</month>
			<city>Beijing</city>
			<state></state>
			<country>China</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Kanaka</first_name>
			<last_name>Kedarisetti</last_name>
			<initials>K</initials>
		</author>
		<author student = "true">
			<first_name>Marcin</first_name>
			<last_name>Mizianty</last_name>
			<initials>MJ</initials>
		</author>
		<author student = "false">
			<first_name>Scott</first_name>
			<last_name>Dick</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>&#223;-strand segments prediction based on protein sequence and predicted neighboring structural information</title>
		<url>papers/posterISMB2009.pdf</url>
		<presentation>
			<organizer>ISCB (International Society for Computational Biology)</organizer>
			<title>17th Annual International Conference on Intelligent Systems for Molecular Biology</title>
			<url>http://www.iscb.org/ismbeccb2009/</url>
			<year>2009</year>
			<month>June-July</month>
			<city>Stockholm</city>
			<state></state>
			<country>Sweden</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Jacek</first_name>
			<last_name>Tuszynski</last_name>
			<initials>J</initials>
		</author>
		<title>Inverse docking as a platform to elucidate mechanisms defining adverse reactions to drugs</title>
		<url>papers/presentation2009CanadaChinaWorkshop.pdf</url>
		<presentation>
			<organizer>Nankai University and MITACS</organizer>
			<title>2009 China-Canada Biomedical Problem Solving Workshop </title>
			<url>http://bio.math.nankai.edu.cn/ccbps/</url>
			<year>2009</year>
			<month>May</month>
			<city>Tianjin</city>
			<state></state>
			<country>China</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Phillipe</first_name>
			<last_name>Dufort</last_name>
			<initials>P</initials>
		</author>
		<author student = "false">
			<first_name>Marianne</first_name>
			<last_name>Durand</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Hugues</first_name>
			<last_name>Allard-Chamard</last_name>
			<initials>H</initials>
		</author>
		<author student = "false">
			<first_name>Maxime</first_name>
			<last_name>Gallant</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Svetlana</first_name>
			<last_name>Komarova</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Morris</first_name>
			<last_name>Monolson</last_name>
			<initials>MF</initials>
		</author>
		<author student = "false">
			<first_name>Rene</first_name>
			<last_name>Harrison</last_name>
			<initials>R</initials>
		</author>
		<author student = "false">
			<first_name>Jeff</first_name>
			<last_name>Dixon</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Stephen</first_name>
			<last_name>Sims</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Gilles</first_name>
			<last_name>Boire</last_name>
			<initials>G</initials>
		</author>
		<author student = "false">
			<first_name>Artur</first_name>
			<last_name>de Brum-Fernandes</last_name>
			<initials>AJ</initials>
		</author>
		<title>Increased Osteoclastogenesis in Patients with Rheumatoid Arthritis</title>
		<url>papers/ACR2008.pdf</url>
		<presentation>
			<organizer>Americal College of Rheumatology</organizer>
			<title>Arthritis and Rheumatism</title>
			<url>http://www3.interscience.wiley.com/journal/76509746/home</url>
			<year>2008</year>
			<month>October</month>
			<city>58(9):S768-S768, (ACR'2008) San Francisco</city>
			<state>CA</state>
			<country>U.S.A.</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Artur</first_name>
			<last_name>de Brum-Fernandes</last_name>
			<initials>AJ</initials>
		</author>
		<author student = "false">
			<first_name>Gilles</first_name>
			<last_name>Boire</last_name>
			<initials>G</initials>
		</author>
		<author student = "false">
			<first_name>Jeff</first_name>
			<last_name>Dixon</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Marianne</first_name>
			<last_name>Durand</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Rene</first_name>
			<last_name>Harrison</last_name>
			<initials>R</initials>
		</author>
		<author student = "false">
			<first_name>Svetlana</first_name>
			<last_name>Komarova</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Morris</first_name>
			<last_name>Monolson</last_name>
			<initials>MF</initials>
		</author>
		<author student = "false">
			<first_name>Osama</first_name>
			<last_name>Maria</last_name>
			<initials>O</initials>
		</author>
		<author student = "true">
			<first_name>Rafal</first_name>
			<last_name>Rak</last_name>
			<initials>R</initials>
		</author>
		<author student = "false">
			<first_name>M</first_name>
			<last_name>Roy</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Stephen</first_name>
			<last_name>Sims</last_name>
			<initials>S</initials>
		</author>
		<title>Osteoclastogenesis as a Marker of Presence and Activity of Disease in Rheumatoid Arthritis and Osteoarthritis</title>
		<url>papers/CAN2008.pdf</url>
		<presentation>
			<organizer>Canadian Arthritis Network</organizer>
			<title>2008 CAN Annual Scientific Conference</title>
			<url>http://www.arthritisnetwork.ca/events/conf_2008.php</url>
			<year>2008</year>
			<month>October</month>
			<city>Toronto</city>
			<state>ON</state>
			<country>Canada</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Investigation of Atomic Level Patterns in Protein-ligand Interactions</title>
		<url>papers/posterISMB2008-2.pdf</url>
		<presentation>
			<organizer>ISCB (International Society for Computational Biology)</organizer>
			<title>16th Annual International Conference on Intelligent Systems for Molecular Biology</title>
			<url>http://www.iscb.org/ismb2008/</url>
			<year>2008</year>
			<month>July</month>
			<city>Toronto</city>
			<state>ON</state>
			<country>Canada</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Kanaka</first_name>
			<last_name>Kedarisetti</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Scott</first_name>
			<last_name>Dick</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Ensembles of Secondary Structure Predictors for Sequence-based &#223;-residue Pair Prediction</title>
		<url>papers/posterISMB2008-1.pdf</url>
		<presentation>
			<organizer>ISCB (International Society for Computational Biology)</organizer>
			<title>16th Annual International Conference on Intelligent Systems for Molecular Biology</title>
			<url>http://www.iscb.org/ismb2008/</url>
			<year>2008</year>
			<month>July</month>
			<city>Toronto</city>
			<state>ON</state>
			<country>Canada</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Artur</first_name>
			<last_name>de Brum-Fernandes</last_name>
			<initials>AJ</initials>
		</author>
		<author student = "false">
			<first_name>P</first_name>
			<last_name>Dufort</last_name>
			<initials>P</initials>
		</author>
		<author student = "false">
			<first_name>Gilles</first_name>
			<last_name>Boire</last_name>
			<initials>G</initials>
		</author>
		<author student = "false">
			<first_name>Jeff</first_name>
			<last_name>Dixon</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>M.</first_name>
			<last_name>Durand</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Rene</first_name>
			<last_name>Harrison</last_name>
			<initials>R</initials>
		</author>
		<author student = "false">
			<first_name>Svetlana</first_name>
			<last_name>Komarova</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Morris</first_name>
			<last_name>Monolson</last_name>
			<initials>MF</initials>
		</author>
		<author student = "true">
			<first_name>Rafal</first_name>
			<last_name>Rak</last_name>
			<initials>R</initials>
		</author>
		<author student = "false">
			<first_name>Stephen</first_name>
			<last_name>Sims</last_name>
			<initials>S</initials>
		</author>
		<title>Osteoclast-related Biomarkers in Rheumatoid Arthritis</title>
		<url>papers/CCTC2008.pdf</url>
		<presentation>
			<organizer>CCTC</organizer>
			<title>14th Canadian Connective Tissue Conference</title>
			<url>http://cctc2008.mcgill.ca/index.html</url>
			<year>2008</year>
			<month>June</month>
			<city>Montreal</city>
			<state>Quebec</state>
			<country>Canada</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Mandana</first_name>
			<last_name>Rahbari</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Dmitri</first_name>
			<last_name>Truhachev</last_name>
			<initials>D</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Protein Content Prediction Based on Principal Component Analysis and Support Vector Machine Regression</title>
		<url>papers/MITACS2008.pdf</url>
		<presentation>
			<organizer>MITACS</organizer>
			<title>Second Congress Canada-France 2008</title>
			<url>http://www.cms.math.ca/Events/summer08/</url>
			<year>2008</year>
			<month>June</month>
			<city>Montreal</city>
			<state>Quebec</state>
			<country>Canada</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Osama</first_name>
			<last_name>Maria</last_name>
			<initials>O</initials>
		</author>
		<author student = "false">
			<first_name>M.</first_name>
			<last_name>Durand</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Artur</first_name>
			<last_name>de Brum-Fernandes</last_name>
			<initials>AJ</initials>
		</author>
		<author student = "false">
			<first_name>Gilles</first_name>
			<last_name>Boire</last_name>
			<initials>G</initials>
		</author>
		<author student = "false">
			<first_name>Morris</first_name>
			<last_name>Monolson</last_name>
			<initials>MF</initials>
		</author>
		<author student = "false">
			<first_name>Jeff</first_name>
			<last_name>Dixon</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Stephen</first_name>
			<last_name>Sims</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Rene</first_name>
			<last_name>Harrison</last_name>
			<initials>R</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Svetlana</first_name>
			<last_name>Komarova</last_name>
			<initials>S</initials>
		</author>
		<title>Investigations of Gene Expression in Osteoclasts Formed from Peripheral Blood Monocytes of Patients with Rheumatoid Arthritis</title>
		<url>papers/abstract2007CAN-1.pdf</url>
		<presentation>
			<organizer>Canadian Arthritis Network</organizer>
			<title>2007 CAN Annual Scientific Conference</title>
			<url>http://www.arthritisnetwork.ca/events/conf_2007.php</url>
			<year>2007</year>
			<month>October</month>
			<city>Halifax</city>
			<state>NS</state>
			<country>Canada</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Rafal</first_name>
			<last_name>Rak</last_name>
			<initials>R</initials>
		</author>
		<author student = "false">
			<first_name>Gilles</first_name>
			<last_name>Boire</last_name>
			<initials>G</initials>
		</author>
		<author student = "false">
			<first_name>Artur</first_name>
			<last_name>de Brum-Fernandes</last_name>
			<initials>AJ</initials>
		</author>
		<author student = "false">
			<first_name>Jeff</first_name>
			<last_name>Dixon</last_name>
			<initials>J</initials>
		</author>
		<author student = "false">
			<first_name>Rene</first_name>
			<last_name>Harrison</last_name>
			<initials>R</initials>
		</author>
		<author student = "false">
			<first_name>Svetlana</first_name>
			<last_name>Komarova</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Morris</first_name>
			<last_name>Monolson</last_name>
			<initials>MF</initials>
		</author>
		<author student = "false">
			<first_name>Stephen</first_name>
			<last_name>Sims</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Using Data Mining to Find Markers Related to the Role of Osteoclasts in Bone and Joint Destruction</title>
		<url>papers/abstract2007CAN-2.pdf</url>
		<presentation>
			<organizer>Canadian Arthritis Network</organizer>
			<title>2007 CAN Annual Scientific Conference</title>
			<url>http://www.arthritisnetwork.ca/events/conf_2007.php</url>
			<year>2007</year>
			<month>October</month>
			<city>Halifax</city>
			<state>NS</state>
			<country>Canada</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Kanaka</first_name>
			<last_name>Kedarisetti</last_name>
			<initials>K</initials>
		</author>
		<author student = "false">
			<first_name>Scott</first_name>
			<last_name>Dick</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Searching for Factors Involved in Misfolding of the PrPC via In-silico Techniques</title>
		<url>papers/poster2007PrPCanada.pdf</url>
		<presentation>
			<organizer>Alberta Prion Research Institute and PrioNet Canada</organizer>
			<title>PrPCanada 2007</title>
			<url>http://www.prionmeeting.ca/</url>
			<year>2007</year>
			<month>February</month>
			<city>Calgary</city>
			<state>AB</state>
			<country>Canada</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Discovering Structure in Data - Fast Classification Using the DataSqueezer Algorithm</title>
		<url>papers/presentationDS2006.pdf</url>
		<presentation>
			<organizer>Chern Institute of Mathematics at the Nankai University</organizer>
			<title></title>
			<url></url>
			<year>2006</year>
			<month>June</month>
			<city>Tianjin</city>
			<state></state>
			<country>China</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>What, Why and How of Computational Protein Structure Prediction</title>
		<url>papers/presentationPIMS-MITACS2006.pdf</url>
		<presentation>
			<organizer>Center for Mathematical Biology at the University of Alberta</organizer>
			<title>PIMS-MITACS Mathematical Biology Seminar Series</title>
			<url>http://www.math.ualberta.ca/~mathbio/events.html</url>
			<year>2006</year>
			<month>March</month>
			<city>Edmonton</city>
			<state>AB</state>
			<country>Canada</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Discovering Structure in the Data</title>
		<url>papers/presentationBIRS2005Tumours.pdf</url>
		<presentation>
			<organizer>MITACS-MSRI-CMM sponsored meeting at the Banff International Research Station </organizer>
			<title>Workshop on Growth and Control of Tumours</title>
			<url>http://www.mitacs.ca/main.php?mid=10000162&amp;pid=102&amp;eventid=240</url>
			<year>2005</year>
			<month>October</month>
			<city>Banff</city>
			<state>AB</state>
			<country>Canada</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "true">
			<first_name>Alireza</first_name>
			<last_name>Farhangfar</last_name>
			<initials>A</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>Witold</first_name>
			<last_name>Pedrycz</last_name>
			<initials>W</initials>
		</author>
		<title>Novel Method for Handling Missing Values in Databases Based on Mean Pre-Imputation, Confidence Intervals and Boosting</title>
		<url>papers/MITACS2004.pdf</url>
		<presentation>
			<organizer>MITACS</organizer>
			<title>MITACS 5th Annual Conference</title>
			<url>http://www.mitacs.ca/goto/AC04/</url>
			<year>2004</year>
			<month>June</month>
			<city>Halifax</city>
			<state>Nova Scotia</state>
			<country>Canada</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>The Ensemble of Classifiers to Improve Accuracy of SPECT Heart Image Analysis System</title>
		<url>papers/presentationEnsemble2002.pdf</url>
		<presentation>
			<organizer>University of Colorado Center for Computational Biology</organizer>
			<title>2002 Annual Meeting Poster Session</title>
			<url>http://thunder1.cudenver.edu/ccb/main/home.php</url>
			<year>2002</year>
			<month>March</month>
			<city>Denver</city>
			<state>CO</state>
			<country>U.S.A.</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Data Mining and Knowledge Discovery</title>
		<url>papers/presentationDMKD2002.pdf</url>
		<presentation>
			<organizer>University of Colorado at Denver, Department of Computer Science and Engineering</organizer>
			<title>the 2002 Computer Science Seminars</title>
			<url>http://www.cse.cudenver.edu/</url>
			<year>2002</year>
			<month>March</month>
			<city>Denver</city>
			<state>CO</state>
			<country>U.S.A.</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Krzysztof</first_name>
			<last_name>Cios</last_name>
			<initials>KJ</initials>
		</author>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<author student = "false">
			<first_name>S</first_name>
			<last_name>Mitchell</last_name>
			<initials>S</initials>
		</author>
		<author student = "false">
			<first_name>M</first_name>
			<last_name>Bailey</last_name>
			<initials>M</initials>
		</author>
		<author student = "false">
			<first_name>Dion</first_name>
			<last_name>Duckett</last_name>
			<initials>D</initials>
		</author>
		<author student = "false">
			<first_name>Kristy</first_name>
			<last_name>Gau</last_name>
			<initials>K</initials>
		</author>
		<title>Report for the OAI Phase I Collaborative Core Research Project on Data Mining and Knowledge Discovery</title>
		<url>papers/presentationOIA2000.pdf</url>
		<presentation>
			<organizer>Ohio Aerospace Institute (OAI)</organizer>
			<title>2000 OAI Collaborations Forum</title>
			<url>http://www.oai.org/</url>
			<year>2000</year>
			<city>Cleveland</city>
			<state>OH</state>
			<country>U.S.A.</country>
		</presentation>
	</paper>
	<paper type = "presentation" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>CLIP4 Inductive Machine Learning Algorithm</title>
		<url>papers/presentationCLIP42000.pdf</url>
		<presentation>
			<organizer>University of Toledo</organizer>
			<title>21 Annual Sigma Xi Graduate Research Symposium</title>
			<url></url>
			<year>2000</year>
			<month>May</month>
			<city>Toledo</city>
			<state>OH</state>
			<country>U.S.A.</country>
		</presentation>
	</paper>

	<paper type = "thesis" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Kanaka Durga</first_name>
			<last_name>Kedarisetti</last_name>
			<initials>K</initials>
		</author>
		<title>Computational Prediction of Strand Residues from Protein Sequences</title>
		<url></url>
		<thesis type = "PHD" honour = "no">
			<type>Ph.D.</type>
			<institution>University of Alberta</institution>
			<department>Electrical and Computer Engineering</department>
			<url>http://www.engineering.ualberta.ca/ece/</url>
			<year>2012</year>
			<city>Edmonton</city>
			<state>Alberta</state>
			<country>Canada</country>
		</thesis>
	</paper>
	<paper type = "thesis" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Fatemeh</first_name>
			<last_name>Miri Disfani</last_name>
			<initials>F</initials>
		</author>
		<title>Sequence-based prediction and characterization of disorder-to-order transitioning binding sites in proteins</title>
		<url></url>
		<thesis type = "MSC" honour = "no">
			<type>M.Sc.</type>
			<institution>University of Alberta</institution>
			<department>Electrical and Computer Engineering</department>
			<url>http://www.engineering.ualberta.ca/ece/</url>
			<year>2012</year>
			<city>Edmonton</city>
			<state>Alberta</state>
			<country>Canada</country>
		</thesis>
	</paper>
	<paper type = "thesis" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Ke</first_name>
			<last_name>Chen</last_name>
			<initials>K</initials>
		</author>
		<title>In-silico Characterization and Prediction of Protein-Small Ligand Interactions</title>
		<url></url>
		<thesis type = "PHD" honour = "no">
			<type>Ph.D.</type>
			<institution>University of Alberta</institution>
			<department>Electrical and Computer Engineering</department>
			<url>http://www.engineering.ualberta.ca/ece/</url>
			<year>2011</year>
			<city>Edmonton</city>
			<state>Alberta</state>
			<country>Canada</country>
		</thesis>
	</paper>
	<paper type = "thesis" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "true">
			<first_name>Wojciech</first_name>
			<last_name>Stach</last_name>
			<initials>W</initials>
		</author>
		<title>Learning and Aggregation of Fuzzy Cognitive Maps - an Evolutionary Approach</title>
		<url></url>
		<thesis type = "PHD" honour = "no">
			<type>Ph.D.</type>
			<institution>University of Alberta</institution>
			<department>Electrical and Computer Engineering</department>
			<url>http://www.engineering.ualberta.ca/ece/</url>
			<year>2010</year>
			<city>Edmonton</city>
			<state>Alberta</state>
			<country>Canada</country>
		</thesis>
	</paper>
	<paper type = "thesis" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "true">
			<first_name>Rafal</first_name>
			<last_name>Rak</last_name>
			<initials>R</initials>
		</author>
		<title>Associative Classification, Linguistic Entity Relationship Extraction, and Description-Logic Representation of Biomedical Knowledge Applied to MEDLINE</title>
		<url></url>
		<thesis type = "PHD" honour = "no">
			<type>Ph.D.</type>
			<institution>University of Alberta</institution>
			<department>Electrical and Computer Engineering</department>
			<url>http://www.engineering.ualberta.ca/ece/</url>
			<year>2009</year>
			<city>Edmonton</city>
			<state>Alberta</state>
			<country>Canada</country>
		</thesis>
	</paper>
	<paper type = "thesis" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Mandana</first_name>
			<last_name>Rahbari</last_name>
			<initials>M</initials>
		</author>
		<title>Hybrid Models for Protein Secondary Structure Content Prediction</title>
		<url></url>
		<thesis type = "MSC" honour = "no">
			<type>M.Sc.</type>
			<institution>University of Alberta</institution>
			<department>Electrical and Computer Engineering</department>
			<url>http://www.engineering.ualberta.ca/ece/</url>
			<year>2008</year>
			<city>Edmonton</city>
			<state>Alberta</state>
			<country>Canada</country>
		</thesis>
	</paper>
	<paper type = "thesis" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Leila</first_name>
			<last_name>Homaeian</last_name>
			<initials>L</initials>
		</author>
		<title>Towards Improving Accuracy of Protein Content Prediction for Low Homology Sequences</title>
		<url></url>
		<thesis type = "MSC" honour = "no">
			<type>M.Sc.</type>
			<institution>University of Alberta</institution>
			<department>Electrical and Computer Engineering</department>
			<url>http://www.engineering.ualberta.ca/ece/</url>
			<year>2006</year>
			<city>Edmonton</city>
			<state>Alberta</state>
			<country>Canada</country>
		</thesis>
	</paper>
	<paper type = "thesis" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "true">
			<first_name>Kanaka Durga</first_name>
			<last_name>Kedarisetti</last_name>
			<initials>K</initials>
		</author>
		<title>Computational Prediction of Three State Secondary Structure for Protein Structural Fragments</title>
		<url></url>
		<thesis type = "MSC" honour = "no">
			<type>M.Sc.</type>
			<institution>University of Alberta</institution>
			<department>Electrical and Computer Engineering</department>
			<url>http://www.engineering.ualberta.ca/ece/</url>
			<year>2005</year>
			<city>Edmonton</city>
			<state>Alberta</state>
			<country>Canada</country>
		</thesis>
	</paper>
	<paper type = "thesis" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "true">
			<first_name>Alireza</first_name>
			<last_name>Farhanghfar</last_name>
			<initials>A</initials>
		</author>
		<title>New Framework for Imputation of Missing Values</title>
		<url></url>
		<thesis type = "MSC" honour = "no">
			<type>M.Sc.</type>
			<institution>University of Alberta</institution>
			<department>Electrical and Computer Engineering</department>
			<url>http://www.engineering.ualberta.ca/ece/</url>
			<year>2005</year>
			<city>Edmonton</city>
			<state>Alberta</state>
			<country>Canada</country>
		</thesis>
	</paper>
	<paper type = "thesis" status = "published" research_topic = "data_mining">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Meta Mining System for Supervised Learning</title>
		<url>papers/DissertationKurgan2003.pdf</url>
		<thesis type = "PHD" honour = "yes">
			<type>Ph.D.</type>
			<institution>University of Colorado at Boulder</institution>
			<department>Computer Science</department>
			<url>http://www.cs.colorado.edu/</url>
			<year>2003</year>
			<city>Boulder</city>
			<state>CO</state>
			<country>U.S.A.</country>
		</thesis>
	</paper>
	<paper type = "thesis" status = "published" research_topic = "computational_biology">
		<award></award>
		<author student = "false">
			<first_name>Lukasz</first_name>
			<last_name>Kurgan</last_name>
			<initials>LA</initials>
		</author>
		<title>Using Methods of Computerized Image Analysis and Processing for Diagnosis of SPECT Images to Help Diagnosing Coronary Artery Diseases</title>
		<url></url>
		<thesis type = "MSC" honour = "yes">
			<type>M.Sc.</type>
			<institution>AGH University of Science and Technology</institution>
			<department>Automation and Robotics</department>
			<url>http://www.agh.edu.pl/index_e.html</url>
			<year>1999</year>
			<city>Krakow</city>
			<state></state>
			<country>Poland</country>
		</thesis>
	</paper>
</pubs>