Microeconomic and Economic Theory
lidam | Louvain-la-Neuve, Mons
On this page, you will find the list of faculty members investigating microeconomic and economic theory as well as their recent publications.
LIDAM Researchers in Microeconomics and Econometric Theory
SSH/LSM Louvain School of Management (LSM)
SSH/IDAM Louvain Institute of Data Analysis and Modeling in economics and statistics (LIDAM)
SSH/LRIM Louvain Research Institute in Management and Organizations (LouRIM)
SSH/IDAM/CORE Center for operations research and econometrics (CORE)
SSH/ESPO Faculty of Economic, Social and Political Sciences and Communication (ESPO)
SSH/IDAM Louvain Institute of Data Analysis and Modeling in economics and statistics (LIDAM)
SSH/ESPO Faculty of Economic, Social and Political Sciences and Communication (ESPO)
SSH/IDAM Louvain Institute of Data Analysis and Modeling in economics and statistics (LIDAM)
SSH/LSM Louvain School of Management (LSM)
SSH/IDAM Louvain Institute of Data Analysis and Modeling in economics and statistics (LIDAM)
SSH/IDAM/LFIN Louvain Finance (LFIN)
SSH/ESPO Faculty of Economic, Social and Political Sciences and Communication (ESPO)
SSH/IDAM Louvain Institute of Data Analysis and Modeling in economics and statistics (LIDAM)
SSH/ESPO Faculty of Economic, Social and Political Sciences and Communication (ESPO)
SSH/ESPO Faculty of Economic, Social and Political Sciences and Communication (ESPO)
SSH/ESPO/ECON Ecole des Sciences économiques/Economics School of Louvain (ECON)
SSH/IDAM Louvain Institute of Data Analysis and Modeling in economics and statistics (LIDAM)
SSH/IDAM/ISBA Institut de Statistique, Biostatistique et Sciences Actuarielles (ISBA)
SSH/ESPO Faculty of Economic, Social and Political Sciences and Communication (ESPO)
SSH/ESPO/ECON Ecole des Sciences économiques/Economics School of Louvain (ECON)
SSH/IDAM Louvain Institute of Data Analysis and Modeling in economics and statistics (LIDAM)
SSH/IDAM/CORE Center for operations research and econometrics (CORE)
CORE
SSH/LSM Louvain School of Management (LSM)
SSH/IDAM Louvain Institute of Data Analysis and Modeling in economics and statistics (LIDAM)
SSH/IDAM/CORE Center for operations research and econometrics (CORE)
SSH/LSM Louvain School of Management (LSM)
SSH/IDAM Louvain Institute of Data Analysis and Modeling in economics and statistics (LIDAM)
SSH/IDAM/LFIN Louvain Finance (LFIN)
SST/SC Faculty of Science (SC)
SSH/IDAM Louvain Institute of Data Analysis and Modeling in economics and statistics (LIDAM)
SSH/ESPO Faculty of Economic, Social and Political Sciences and Communication (ESPO)
SSH/ESPO/ECON Ecole des Sciences économiques/Economics School of Louvain (ECON)
SSH/IDAM Louvain Institute of Data Analysis and Modeling in economics and statistics (LIDAM)
SSH/IDAM/CORE Center for operations research and econometrics (CORE)
SSH/LSM Louvain School of Management (LSM)
SSH/IDAM Louvain Institute of Data Analysis and Modeling in economics and statistics (LIDAM)
SSH/IDAM/LFIN Louvain Finance (LFIN)
SSH/LSM Louvain School of Management (LSM)
SSH/IDAM Louvain Institute of Data Analysis and Modeling in economics and statistics (LIDAM)
SSH/IDAM/CORE Center for operations research and econometrics (CORE)
LIDAM Publications in Microeconomic and Econometric Theory
%s
' % pubType[t] elif f == 'latex': print '\subsection{%s}
' % pubType[t] print '\\begin{enumerate}
' for i, doc in enumerate(multikeysort(resp['response']['docs'], sortStr)[:int(solrNum)]): s = [ 'tm_creator', 'sm_title', 'sm_journal.title', \ 'sm_journal.volume', 'sm_doi', 'ss_publicationstatus', \ 'sm_handle', 'sm_book.creator', 'sm_book.title', \ 'sm_book.series', 'sm_book.volume.des', 'sm_publisher.name', \ 'sm_publisher.location', 'sm_date', 'sm_book.volume', \ 'sm_isbn', 'sm_book.pages', 'sm_conference.title', \ 'sm_conference.location', 'sm_conference.date', 'sm_promoteur', \ 'sm_date.examination', 'sm_collection.marc', 'sm_paper.series', 'sm_paper.volume' ] d = {} for k in s: d[k] = getInfo(k, doc) if (t == u'Article de p\u00e9riodique (Journal article)'): if f == 'html': ref = '%(tm_creator)s. %(sm_title)s.' \ ' In: %(sm_journal.title)s, %(sm_journal.volume)s.' \ ' %(sm_paper.series)s %(sm_paper.volume)s.' \ ' doi:%(sm_doi)s (%(ss_publicationstatus)s).' % d elif f == 'latex': ref = '{\sc %(tm_creator)s}. {\em %(sm_title)s}.' \ ' In: {\em %(sm_journal.title)s}, %(sm_journal.volume)s.' \ ' %(sm_paper.series)s %(sm_paper.volume)s.' \ ' doi:%(sm_doi)s (%(ss_publicationstatus)s).' % d ref = re.sub('In: xxx\/i>,', '', ref) ref = re.sub('In: {\em xxx},', '', ref) ref = re.sub('doi:xxx', '', ref) ref = re.sub('\(xxx\)', '', ref) ref = re.sub('\(Publi.*\)', '', ref) ref = re.sub('xxx', '', ref) ref = re.sub('[ ]+\.', '.', ref) ref = re.sub('\.+', '.', ref) ref = re.sub('[ ]+;', ';', ref) if (t == 'Brevet (Patent)'): if f == 'html': ref = '%(tm_creator)s. %(sm_title)s.' % d ref += ' %s' % HTML.link(d['sm_handle'],d['sm_handle']) elif f == 'latex': ref = '%(tm_creator)s. {\em %(sm_title)s}.' % d ref += ' %s' % d['sm_handle'] ref = re.sub('xxx\. ', '', ref) ref = re.sub('{\sc xxx}\.', '', ref) ref = re.sub('[ ]+', ' ', ref) ref = re.sub('[ ]+;', ';', ref) if (t == u'Communication \u00e0 un colloque (Conference Paper)'): if f == 'html': ref = '%(tm_creator)s. %(sm_title)s.' \ ' %(sm_conference.title)s (%(sm_conference.location)s,' \ ' %(sm_conference.date)s). In: %(sm_journal.title)s.' \ ' %(sm_journal.volume)s. In: %(sm_book.title)s' \ ' (%(sm_book.series)s; %(sm_book.volume.des)s),' \ ' %(sm_publisher.name)s: %(sm_publisher.location)s,' \ ' %(sm_date)s, %(sm_isbn)s, %(sm_book.volume)s.' \ ' %(sm_paper.series)s %(sm_paper.volume)s.' \ ' doi:%(sm_doi)s.' % d elif f == 'latex': ref = '{\sc %(tm_creator)s}. {\em %(sm_title)s}.' \ ' %(sm_conference.title)s (%(sm_conference.location)s,' \ ' %(sm_conference.date)s). In: {\em %(sm_journal.title)s}.' \ ' %(sm_journal.volume)s. In: {\em %(sm_book.title)s}' \ ' (%(sm_book.series)s; %(sm_book.volume.des)s),' \ ' %(sm_publisher.name)s: %(sm_publisher.location)s,' \ ' %(sm_date)s, %(sm_isbn)s, %(sm_book.volume)s.' \ ' %(sm_paper.series)s %(sm_paper.volume)s.' \ ' doi:%(sm_doi)s.' % d ref = re.sub('In: xxx\/i>[ \.]', '', ref) ref = re.sub('In: {.em xxx}[ \.]', '', ref) ref = re.sub(' doi:xxx.', '', ref) ref = re.sub('[\.,:;][ ]+xxx','',ref) ref = re.sub('[ ]+\(xxx\)', '', ref) ref = re.sub('xxx,[ ]+', '', ref) ref = re.sub('\.,', '.', ref) ref = re.sub('\.[ ]+,', '.', ref) ref = re.sub('\.[ ]+\d\d\d\d\.', '.', ref) ref = re.sub('[ ]+;', ';', ref) if (t == u'Contribution \u00e0 ouvrage collectif (Book Chapter)'): if f == 'html': ref = '%(tm_creator)s. %(sm_title)s.' \ ' In: %(sm_book.creator)s, %(sm_book.title)s' \ ' (%(sm_book.series)s; %(sm_book.volume.des)s),' \ ' %(sm_publisher.name)s: %(sm_publisher.location)s,' \ ' %(sm_date)s, %(sm_book.volume)s. %(sm_isbn)s.' \ ' %(sm_paper.series)s %(sm_paper.volume)s.' \ ' doi:%(sm_doi)s.' % d elif f == 'latex': ref = '{\sc %(tm_creator)s}. {\em %(sm_title)s}.' \ ' In: %(sm_book.creator)s, {\em %(sm_book.title)s}' \ ' (%(sm_book.series)s; %(sm_book.volume.des)s),' \ ' %(sm_publisher.name)s: %(sm_publisher.location)s,' \ ' %(sm_date)s, %(sm_book.volume)s. %(sm_isbn)s.' \ ' %(sm_paper.series)s %(sm_paper.volume)s.' \ ' doi:%(sm_doi)s.' % d ref = re.sub('In: xxx, ', 'In: ', ref) ref = re.sub(': xxx,', ',', ref) ref = re.sub(' doi:xxx.', '', ref) ref = re.sub('\. xxx\.', '.', ref) ref = re.sub('\(xxx; xxx\)', '', ref) ref = re.sub(', xxx\.', '.', ref) ref = re.sub('[ ]+;', ';', ref) if (t == 'Document de travail (Working Paper)'): if f == 'html': ref = '%(tm_creator)s. %(sm_title)s.' \ ' %(sm_date)s.' \ ' %(sm_book.pages)s p.' \ ' %(sm_paper.series)s %(sm_paper.volume)s.' % d elif f == 'latex': ref = '{\sc %(tm_creator)s}. {\em %(sm_title)s}.' \ ' %(sm_paper.series)s %(sm_paper.volume)s.' \ ' %(sm_book.pages)s p.' \ ' %(sm_paper.series)s %(sm_paper.volume)s.' % d ref = re.sub(' xxx p\.', '', ref) ref = re.sub('[ ]+', ' ', ref) ref = re.sub('[ ]+;', ';', ref) if (t == 'Monographie (Book)'): if f == 'html': ref = '%(tm_creator)s. %(sm_title)s.' \ ' %(sm_publisher.name)s: %(sm_publisher.location)s,' \ ' %(sm_date)s. %(sm_isbn)s. %(sm_book.pages)s pages.' % d elif f == 'latex': ref = '{\sc %(tm_creator)s}. {\em %(sm_title)s}.' \ ' %(sm_publisher.name)s: %(sm_publisher.location)s,' \ ' %(sm_date)s. %(sm_isbn)s. %(sm_book.pages)s pages.' % d ref = re.sub(': xxx', '', ref) ref = re.sub(' xxx.', '', ref) ref = re.sub('[ ]+;', ';', ref) if (t == 'Preprint'): if f == 'html': ref = '%(tm_creator)s. %(sm_title)s,' \ ' %(sm_date)s. %(sm_book.pages)s p.' % d elif f == 'latex': ref = '{\sc %(tm_creator)s}. {\em %(sm_title)}s,' \ ' %(sm_date)s. %(sm_book.pages)s p.' % d ref = re.sub(' xxx p\.', '', ref) ref = re.sub('[ ]+', ' ', ref) ref = re.sub('[ ]+;', ';', ref) if (t == 'Rapport (Report)'): if f == 'html': ref = '%(tm_creator)s. %(sm_title)s,' \ ' %(sm_paper.series)s %(sm_paper.volume)s.' \ ' %(sm_date)s. %(sm_book.pages)s p.' % d elif f == 'latex': ref = '{\sc %(tm_creator)s}. {\em %(sm_title)s},' \ ' %(sm_paper.series)s %(sm_paper.volume)s.' \ ' %(sm_date)s. %(sm_book.pages)s p.' % d ref = re.sub(' xxx p\.', '', ref) ref = re.sub('[ ]+', ' ', ref) ref = re.sub('[ ]+;', ';', ref) if (t == u'Th\u00e8se (Dissertation)'): if f == 'html': ref = '%(tm_creator)s. %(sm_title)s,' \ ' prom. : %(sm_promoteur)s, %(sm_date.examination)s.' % d elif f == 'latex': ref = '{\sc %(tm_creator)s}. {\em %(sm_title)s},' \ ' prom. : %(sm_promoteur)s, %(sm_date.examination)s.' % d ref = re.sub(', prom. : xxx','', ref) ref = re.sub(', xxx','', ref) ref = re.sub(':[ ]+;',':', ref) if f == 'html': #ref = ref.decode('utf-8') #ref = ref.encode('latin-1','ignore') print '%d. %s %s
' % (i+1, ref, \ HTML.link(d['sm_handle'],d['sm_handle'])) elif f == 'latex': ref = re.sub('&','\&', ref) ref = re.sub('_','\_', ref) print '\item[%d] %s \url{%s}
' % (i+1, ref, \ d['sm_handle']) if f == 'latex': print '\end{enumerate}
' ### # Affichage du code html # mydial.printfooter(False)