ґ Universite catholique de Louvain ґ ґ Departement des Sciences economiques ` ґ ґ These presentee en vue de lobtention du grade de ґ docteur en sciences economiques Essays on economic dynamics under heterogeneity Anton O. Belyakov Composition du jury: Julio Davila (promoteur) Raouf Boucekkine Carmen Camacho Vladimir Veliov Mathieu Parenti Acknowledgements First of all I would like to thank my supervisors Raouf Boucekkine and Julio Davila. I'm grateful to other members of my doctoral jury: Mathieu Parenti,
-- MySQL dump 8.23 -- -- Host: localhost Database: slides --------------------------------------------------------- -- Server version 3.23.58 -- -- Table structure for table `book` -- DROP TABLE IF EXISTS book; CREATE TABLE book ( id_content int(11) NOT NULL default '0', title varchar(255) default NULL, text1 text, text2 text, PRIMARY KEY (id_content) ) TYPE=MyISAM; -- -- Dumping data for table `book` -- INSERT INTO book VALUES (110,'Электронный учебник','',''); INSERT INTO book VALUES