Jacques Rousseau Award

Jacques Rousseau Award is an award given by the Association francophone pour le savoir (ACFAS) to an individual or group who develop bridges between scientific disciplines. The award is named for Jacques Rousseau who was both a botanist and an anthropologist. He was a former secretary of the ACFAS.[1]

Laureates

[4], Université du Québec à Montréal

gollark: If you do just need to make it do something for a bit, maybe just```cfor (int i = 0; i < 100000000; i++) {}```or something would work, though compilers are getting crafty and might optimize it.
gollark: Is there some reason you can't just use whatever language's equivalent of `sleep(1)` or something?
gollark: ```javascriptasync whateverParameters => { const summoner = await api.get('euw1', 'summoner.getBySummonerName', result) const data = await api.get('euw1', 'league.getLeagueEntriesForSummoner', 'MLR_5XD45pduq2iducsga00c4qi5sWqpaRkadd_E0fFhKXU') await msg.reply("Found league info for " + args[0] + "\nName:" + result + "\nRank:"+ data.tier + " " + data.rank)}```or something.
gollark: Have you tried writing it with async/await syntax instead? That might make it clearer.
gollark: <@336962240848855040> You asked about a POWER ISA server: you actually can but it's very expensive. There's a company called Raptor Computing Systems or something which sells POWER9 CPUs and boards.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.