Skip to content
Snippets Groups Projects
labs.pug 1.31 KiB
Newer Older
ROULOIS Alexandre's avatar
ROULOIS Alexandre committed
//- 
	list of partner labs

mixin lab(labName, abbr, pic, url, height="100")
	li.d-flex.border.border-pourpre.p-2.mb-2
		img.align-self-center.me-3(
			src="/pictures/logos/" + pic
			alt="Logo " + abbr
			style="max-height:" + height + "px;max-width:200px;"
		)
		div
			h5.text-terracotta= labName + " (" + abbr + ")"
			a.btn.btn-outline-terracotta(href=url target="_blank")= "Website"

ul.list-unstyled
	+lab("Institut Jean Nicod", "IJN", "ijn.png", "http://www.institutnicod.org/")
	+lab("Département d’études cognitives", "DEC", "ens+dec.png", "https://cognition.ens.fr/fr")
	+lab("Laboratoire de linguistique formelle", "LLF", "llf.png", "http://www.llf.cnrs.fr/")
	+lab("Empirical Foundations of Linguistics", "EFL", "efl.jpg", "https://www.labex-efl.fr/")
	+lab("Structures formelles du langage", "SFL", "sfl.jpg", "https://www.sfl.cnrs.fr/")
	+lab("Cognition, Langues, Langage, Ergonomie", "CLLE", "clle.png", "https://clle.univ-tlse2.fr/")
	+lab("Savoirs Textes Langage", "STL", "stl.png", "https://stl.univ-lille.fr/")
	+lab("Paris Sciences & Lettres", "PSL", "psl.jpg", "https://www.psl.eu/")
Alexandre Roulois's avatar
Alexandre Roulois committed
	+lab("Faculté Sociétés et Humanités", "S&H UPC", "sh_upc.jpg", "https://u-paris.fr/societes-humanites/")
ROULOIS Alexandre's avatar
ROULOIS Alexandre committed
	+lab("ERC Advanced Grant Orisem 2019-2024", "ERC", "erc.jpg", "https://cognition.ens.fr/en/research/funding-17287")