// Vue.component('about-tab-content', { // props:['lang','langtemplate'], // data: function () { // return { // jrn_parameters: jrn_parameters, // extdb_papers: extdb_papers, // hrefsites: hrefsites, // mission_data: mission_data, // } // }, // // template: mission_data[lang], // template: langtemplate, // }); Vue.component('about-tab-council-new', { props:['lang','ci','if_icons_show'], data: function () { return { // jrn_parameters: jrn_parameters, // extdb_papers: extdb_papers, // hrefsites: hrefsites, // mission_data: mission_data, // cData: councilData[ci], councilData:councilsData, persons:persons, } }, template: "\
\
\ \
\ \ \ \
\ \ \
\ \
\ \
\ ", }); Vue.component('about-tab-council', { props:['lang','ci','if_icons_show'], data: function () { return { // jrn_parameters: jrn_parameters, // extdb_papers: extdb_papers, // hrefsites: hrefsites, // mission_data: mission_data, // cData: councilData[ci], councilData:councilData, } }, template: "\
\
\ \
\ \ \ \ \
\ \ \
\ \
\ \
\ ", }); Vue.component('persons-list-plain-grouped', { props:['lang','persons','groups'], data: function () { return { // jrn_parameters: jrn_parameters, // extdb_papers: extdb_papers, // hrefsites: hrefsites, // mission_data: mission_data, } }, // template: mission_data[lang], // template: "
\ //
\ //
\ //
", template: "
\
\ \
\
\ \ \
\ \ \ \ \
\
\ \
\ \
\
\
\
\
", }); Vue.component('persons-list-plain', { props:['lang','persons','groups','if_icons_show'], data: function () { return { // links_priority:['webpage','wiki','mathnet'], linksPriority: linksPriority, linksData: linksData, // jrn_parameters: jrn_parameters, // extdb_papers: extdb_papers, // hrefsites: hrefsites, // mission_data: mission_data, } }, // template: mission_data[lang], // template: "
\ //
\ //
\ //
", template: "
\ \ \
\
\ \ \
\ \ \ person[a+'_'+lang])[0]+'_'+lang]\"\ target=_top>\ \
\
\ \ \ person[a+'_'+lang])\" :href=\"person[link+'_'+lang]\" target=_top \ v-if=\"!( if_icons_show=='exceptMain' && li==0)\">\ \ \ \
\ \
\
\
\ \
", }); Vue.component('persons-list-plain-new', { props:['lang','pinfo','persons_all','if_icons_show'], data: function () { return { // links_priority:['webpage','wiki','mathnet'], linksPriority: linksPriority, linksPriority_mi: linksPriority_mi, linksPriority_ext: linksPriority_ext, linksData: linksData, // jrn_parameters: jrn_parameters, // extdb_papers: extdb_papers, // hrefsites: hrefsites, // mission_data: mission_data, } }, mounted(){ console.log('mounted | this.persons_'); console.log(this.persons_); }, computed:{ persons__: function(){ return this.pinfo.persons.reduce((o, pi,ii) => Object.assign(o, {[ii]: Object.assign({}, this.persons_all[pi] ,{'pi':pi} )} ), {}); }, persons: function(){ // if(this.pinfo.persons[0] != 9248){ // return []; // } // return this.pinfo.persons.reduce((o, pi,ii) => Object.assign(o, {[ii]: this.persons_all[pi]} ), {}); if(this.pinfo.persons_grouped){ obj = {}; obj = ([].concat(this.pinfo.persons_grouped)). reduce( (o, pg,gii) => Object.assign( o, // {[ii]: // Object.assign( // {}, // this.persons_all[pi] , // {'pi':pi} // ) // } ([].concat(pg)) // .sort(function(a, b) { // console.log('a: '+a+' | b:'+b); // console.log(this.persons_all[a]['lname_'+this.lang]+' | '+this.persons_all[b]['lname_'+this.lang]); // console.log(this.persons_all[a]['lname_'+this.lang] > this.persons_all[b]['lname_'+this.lang]); // return this.persons_all[a]['lname_'+this.lang] > this.persons_all[b]['lname_'+this.lang]; // }.bind(this)) .reduce( (oo, pi, ii) => Object.assign( oo, { [gii+'_'+this.persons_all[pi]['lname_'+this.lang]+this.persons_all[pi]['fname_'+this.lang]+'_'+pi]: Object.assign( {}, this.persons_all[pi] , {'pi':pi} ) } ) ,{} ) ) // ) ,{} ); console.log('pg0'); console.log(this.pinfo.persons_grouped[1]); console.log('pgreduce_pg0'); console.log(([].concat(this.pinfo.persons_grouped[1])).reduce( (oo, pi, ii) => Object.assign( oo, { [pi]: // Object.assign( // {}, this.persons_all[pi] // , // {'pi':pi} // ) } ) ,{} )); console.log( Object.assign( {}, { [this.pinfo.persons_grouped[1][0]]: this.persons_all[this.pinfo.persons_grouped[1][0]] } ) ); console.log('persons_ | this.pinfo.persons_grouped:'); console.log(this.pinfo.persons_grouped); console.log('persons_ | obj: '); console.log(obj); return obj; } return this.pinfo.persons. reduce( (o, pi,ii) => Object.assign( o, {[ii]: Object.assign({}, this.persons_all[pi] ,{'pi':pi} )} ) , {} ); // const obj = {}; // const obj=[]; // for ( pi of this.pinfo.persons) { // obj[ii] = this.persons_all[pi]; // console.log(pi); // } // return obj; }, }, // template: mission_data[lang], template_: "
\
=====
\
{{pinfo.name_rus}}
\
{{pinfo}}
\
\
---
\
\
\
", template__: "
\
AAAAA
\
{{pinfo.name_rus}}
\
{{pinfo}}
\
\
---
\
{{Object.keys(person)}}
\
{{person}}
\
", template: "
\
\
\ \ \
\ \ \ person[a+'_'+lang])[0]+'_'+lang]\"\ target=_top>\ \ \ \ \ \ person[a+'_'+lang])\" :href=\"person[link+'_'+lang]\" target=_top \ v-if=\"!( if_icons_show=='exceptMain' && li==0)\">\ \ \ \ \ \
\
\
\ \
", }); Vue.component('pub', { props:['paper','pi','lang'], data: function () { return { jrn_parameters: jrn_parameters, extdb_papers: extdb_papers, hrefsites: hrefsites, } }, template: "\
\
\ \
\ \
\
\
\ \ \ \
\
\ \
\ \
\ \ \ \ , \ \
\
\ \ \ \ , \ \
\ \
\
\ ", }); Vue.component('pub-old', { props:['paper','pi','lang'], data: function () { return { jrn_parameters: jrn_parameters, extdb_papers: extdb_papers, hrefsites: hrefsites, } }, template: "\
\
\ \
\ \
\
\
\ \ \ \
\
\ \
\ \
\ \ \ \ , \ \
\
\ \ \ \ , \ \
\ \
\
\ ", }); Vue.component('person', { props:['person','lang'], template: "\
\ \
\ \ \ 0\"\ class=\"plinks p-flex-shrink\">\ \ \ \ \
\
\ \
\
\
\ , \
\
\
\ \
0\"\ style=\"line-height:10px;\"\ />\ \
\ \ ", }); Vue.component('alph-pills-scrollspy', { props:['data_groupby_letter','l_all','lang'], template: "\
\
\ \
\
\ ", }); Vue.component('persons-scrollspied-on-alph', { props:['data_groupby_letter','lang'], template: "\
\
0\" \ v-for=\"letter_data in data_groupby_letter\" \ class=\"row page-content-i scrollspied-on\" \ :id=\"letter_data.id\" \ > \
\

{{ letter_data.l }}

\
\
\
\ \ \
\
\
\
\ ", }); const hrefsites={ mathnet:"http://mi.mathnet.ru/", crossref:"https://doi.org/", mathscinet:"http://www.ams.org/mathscinet-getitem?mr=", mathscinetperson:"https://mathscinet.ams.org/mathscinet/MRAuthorID/", zmath:"https://zbmath.org/?q=an:", zmathperson:"http://zbmath.org/authors/?q=", zbmath_2:"https://zbmath.org/?q=an:", adsnasa:"http://adsabs.harvard.edu/cgi-bin/bib_query?", isi:"http://gateway.isiknowledge.com/gateway/Gateway.cgi?GWVersion=2&SrcApp=PARTNER_APP&SrcAuth=LinksAMR&DestLinkType=FullRecord&DestApp=ALL_WOS&KeyUT=", rsci:"http://gateway.webofknowledge.com/gateway/Gateway.cgi?GWVersion=2&SrcAuth=RID&SrcApp=RID&DestLinkType=FullRecord&DestApp=RSCI&KeyUT=", elib:"http://elibrary.ru/item.asp?id=", scopus:"http://www.scopus.com/record/display.url?origin=inward&eid=", scopusperson:"http://www.scopus.com/authid/detail.url?authorId=", youtube:"http://www.youtube.com/watch?v=", researchgate:"https://www.researchgate.net/profile/", researcherid:"http://www.researcherid.com/rid/", orcid:"http://orcid.org/", gsai:"http://scholar.google.com/citations?user=", hrarxiv:"https://arxiv.org/a/", }; const extdb_papers=[ // { // name:"DOI", // tag:"doi", // hrefsitestag:"crossref", // img:"/reficons/doi.gif" // }, { name:"MathSciNet", tag:"p_mathscinet", hrefsitestag:"mathscinet", img:"/reficons/mathscinet.gif" }, { name:"zbMATH", tag:"p_zmath", hrefsitestag:"zmath", img:"/reficons/zmath.gif" }, { name:"The SAO/NASA Astrophysics Data System", tag:"p_adsnasa", hrefsitestag:"adsnasa", img:"/reficons/adsnasa.gif" }, { name:"Web of Science", tag:"p_isi", hrefsitestag:"isi", img:"/reficons/isi.gif" }, { name:"Google Scholar", tag:"p_gscholar", hrefsitestag:"gsai", img:"/reficons/gsai.gif" }, // { // name:"Publons", // tag:"p_publons", // hrefsitestag:"", // img:"/reficons/publons.gif" // }, // { // name:"Dimensions", // tag:"p_dimensions", // hrefsitestag:"", // img:"/reficons/dimensions.gif" // }, ]; const jrn_parameters_t={ jrn_name:{rus:"",eng:""}, year_pub:{rus:"",eng:""}, volume:{rus:"т. ",eng:"vol. ",}, issue:{rus:"№ ",eng:"no. "}, fpage:{rus:"с. ",eng:"pp. "}, lpage:{rus:"–",eng:"–"}, }; const jrn_parameters={ rus:{ jrn_name_rus:{tag:"",}, year_pub:{tag:"",}, volume:{tag:"т. ",}, issue:{tag:"№ ",}, fpage:{tag:"с. ",}, lpage:{tag:"–",}, }, eng:{ english_jrn_name:{tag:"",}, year_pub_eng:{tag:"",}, volume_eng:{tag:"vol. ",}, issue_eng:{tag:"no. ",}, fpage_eng:{tag:"pp. ",}, lpage_eng:{tag:"–",}, }, eng_rus:{ jrn_name_eng:{tag:"",}, year_pub:{tag:"",}, volume:{tag:"vol. ",}, issue:{tag:"no. ",}, fpage:{tag:"pp. ",}, lpage:{tag:"–",}, }, }; const councilData={ c2: { name_rus:"Совет МЦМУ МИАН", name_eng:"SIMC Council", data:{ textDescription:{ rus:"", // eng:"The SIMC council consists of the director and deputy directors; coordinators of the research directions; representatives of the Program, Educational, and Hiring Committees; and other leading researchers of SIMC.", eng:"consists of the director and deputy directors; coordinators of the research directions; representatives of the Program, Educational, and Hiring Committees; and other leading researchers of SIMC.", }, groups: { 1:{ name_rus:"Председатель Наблюдательного совета", name_eng:"", name_short_rus:"председатель", name_short_eng:"сhair", priority:100, }, 2:{ name_rus:"Секретарь Наблюдательного совета", name_eng:"", name_short_rus:"секретарь", name_short_eng:"secretary", priority:10, }, 3:{ name_rus:"Члены Наблюдательного совета", name_eng:"", name_short_rus:"", name_short_eng:"", priority:0, }, }, elements: [ { lname_rus: "Козлов", fname_rus: "Валерий", sname_rus: "Васильевич", fname_eng: "Valery", sname_eng: "Vasilevich", lname_eng: "Kozlov", mathnet_rus: "http://www.mathnet.ru/person8433", mathnet_eng: "http://www.mathnet.ru/eng/person8433", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9A%D0%BE%D0%B7%D0%BB%D0%BE%D0%B2,_%D0%92%D0%B0%D0%BB%D0%B5%D1%80%D0%B8%D0%B9_%D0%92%D0%B0%D1%81%D0%B8%D0%BB%D1%8C%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Valery_Vasilevich_Kozlov", webpage_rus: "http://www.ras.ru/win/db/show_per.asp?P=.id-837.ln-ru", group:1, }, { lname_rus: "Яськов", fname_rus: "Павел", sname_rus: "Андреевич", fname_eng: "Pavel", sname_eng: "Andreevich", lname_eng: "Yaskov", mathnet_rus: "http://www.mathnet.ru/person31976", mathnet_eng: "http://www.mathnet.ru/eng/person31976", group:2, }, { lname_rus: "Бейлинсон", fname_rus: "Александр", sname_rus: "Александрович", fname_eng: "Alexander", lname_eng: "Beilinson", mathnet_rus: "http://www.mathnet.ru/person20602", mathnet_eng: "http://www.mathnet.ru/eng/person20602", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%91%D0%B5%D0%B9%D0%BB%D0%B8%D0%BD%D1%81%D0%BE%D0%BD,_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80%D0%BE%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Alexander_Beilinson", group:3, }, // { // lname_rus: "Кениг", // fname_rus: "Карлос", // fname_eng: "Carlos", // lname_eng: "Kenig", // wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9A%D0%B5%D0%BD%D0%B8%D0%B3,_%D0%9A%D0%B0%D1%80%D0%BB%D0%BE%D1%81", // wiki_eng: "https://en.wikipedia.org/wiki/Carlos_Kenig", // webpage_rus: "https://www.math.uchicago.edu/~cek/", // webpage_eng: "https://www.math.uchicago.edu/~cek/", // group:3, // }, { lname_rus: "Куксин", fname_rus: "Сергей", sname_rus: "Борисович", fname_eng: "Sergei", sname_eng: "Borisovich", lname_eng: "Kuksin", mathnet_rus: "http://www.mathnet.ru/person19490", mathnet_eng: "http://www.mathnet.ru/eng/person19490", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9A%D1%83%D0%BA%D1%81%D0%B8%D0%BD,_%D0%A1%D0%B5%D1%80%D0%B3%D0%B5%D0%B9_%D0%91%D0%BE%D1%80%D0%B8%D1%81%D0%BE%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Sergei_B._Kuksin", webpage_rus: "https://webusers.imj-prg.fr/~sergei.kuksin/", webpage_eng: "https://webusers.imj-prg.fr/~sergei.kuksin/", group:3, }, ], }, disabled: 1, }, c3: { name_rus:"Кадровая комиссия", name_eng:"Hiring Committee", data:{ textDescription:{ rus:"", // eng:"The Hiring Committee supervises the hiring process of SIMC. This includes the postdoc positions at Steklov Mathematical Institute supported by SIMC. ", eng:"supervises the hiring process of SIMC. This includes the postdoc positions at Steklov Mathematical Institute supported by SIMC. ", }, groups: { 1:{ name_rus:"Председатель Наблюдательного совета", name_eng:"", name_short_rus:"председатель", name_short_eng:"сhair", priority:100, }, 2:{ name_rus:"Секретарь Наблюдательного совета", name_eng:"", name_short_rus:"секретарь", name_short_eng:"secretary", priority:10, }, 0:{ name_rus:"Члены Наблюдательного совета", name_eng:"", name_short_rus:"", name_short_eng:"", priority:0, }, }, elements: [{ lname_rus: "Козлов", fname_rus: "Валерий", sname_rus: "Васильевич", fname_eng: "Valery", sname_eng: "Vasilevich", lname_eng: "Kozlov", mathnet_rus: "http://www.mathnet.ru/person8433", mathnet_eng: "http://www.mathnet.ru/eng/person8433", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9A%D0%BE%D0%B7%D0%BB%D0%BE%D0%B2,_%D0%92%D0%B0%D0%BB%D0%B5%D1%80%D0%B8%D0%B9_%D0%92%D0%B0%D1%81%D0%B8%D0%BB%D1%8C%D0%B5%D0%B2%D0%B8%D1%87#%D0%A1%D1%81%D1%8B%D0%BB%D0%BA%D0%B8", wiki_eng: "https://en.wikipedia.org/wiki/Valery_Vasilevich_Kozlov", webpage_rus: "http://www.ras.ru/win/db/show_per.asp?P=.id-837.ln-ru", webpage_eng: "http://www.ras.ru/win/db/show_per.asp?P=.id-837.ln-ru", group:1, }, { lname_rus: "Кашин", fname_rus: "Борис", sname_rus: "Сергеевич", fname_eng: "Boris", lname_eng: "Kashin", mathnet_rus: "http://www.mathnet.ru/person18031", mathnet_eng: "http://www.mathnet.ru/eng/person18031", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9A%D0%B0%D1%88%D0%B8%D0%BD,_%D0%91%D0%BE%D1%80%D0%B8%D1%81_%D0%A1%D0%B5%D1%80%D0%B3%D0%B5%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Boris_Kashin", webpage_rus: "https://homepage.mi-ras.ru/~kashin", webpage_eng: "https://homepage.mi-ras.ru/~kashin", }, { lname_rus: "Немировский", fname_rus: "Стефан", sname_rus: "Юрьевич", fname_eng: "Stefan", lname_eng: "Nemirovski", mathnet_rus: "http://www.mathnet.ru/person8909", mathnet_eng: "http://www.mathnet.ru/eng/person8909", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9D%D0%B5%D0%BC%D0%B8%D1%80%D0%BE%D0%B2%D1%81%D0%BA%D0%B8%D0%B9,_%D0%A1%D1%82%D0%B5%D1%84%D0%B0%D0%BD_%D0%AE%D1%80%D1%8C%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Stefan_Nemirovski", }, { lname_rus: "Орлов", fname_rus: "Дмитрий", sname_rus: "Олегович", fname_eng: "Dmitri", lname_eng: "Orlov", mathnet_rus: "http://www.mathnet.ru/person11896", mathnet_eng: "http://www.mathnet.ru/eng/person11896", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9E%D1%80%D0%BB%D0%BE%D0%B2,_%D0%94%D0%BC%D0%B8%D1%82%D1%80%D0%B8%D0%B9_%D0%9E%D0%BB%D0%B5%D0%B3%D0%BE%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Dmitri_Olegovich_Orlov", }, { lname_rus: "Паршин", fname_rus: "Алексей", sname_rus: "Николаевич", fname_eng: "Alexey", lname_eng: "Parshin", mathnet_rus: "http://www.mathnet.ru/person11177", mathnet_eng: "http://www.mathnet.ru/eng/person11177", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9F%D0%B0%D1%80%D1%88%D0%B8%D0%BD,_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B5%D0%B9_%D0%9D%D0%B8%D0%BA%D0%BE%D0%BB%D0%B0%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Aleksei_Parshin", webpage_rus: "http://www.ras.ru/win/db/show_per.asp?P=.id-46862.ln-ru", webpage_eng: "http://www.ras.ru/win/db/show_per.asp?P=.id-46862.ln-ru", }, { lname_rus: "Славнов", fname_rus: "Никита", sname_rus: "Андреевич", fname_eng: "Nikita", lname_eng: "Slavnov", mathnet_rus: "http://www.mathnet.ru/person18676", mathnet_eng: "http://www.mathnet.ru/eng/person18676", }, { lname_rus: "Васильев", fname_rus: "Виктор", sname_rus: "Анатольевич", fname_eng: "Victor", lname_eng: "Vassiliev", mathnet_rus: "http://www.mathnet.ru/person8413", mathnet_eng: "http://www.mathnet.ru/eng/person8413", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%92%D0%B0%D1%81%D0%B8%D0%BB%D1%8C%D0%B5%D0%B2,_%D0%92%D0%B8%D0%BA%D1%82%D0%BE%D1%80_%D0%90%D0%BD%D0%B0%D1%82%D0%BE%D0%BB%D1%8C%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Victor_Anatolyevich_Vassiliev", webpage_rus: "https://homepage.mi-ras.ru/~vva/", webpage_eng: "https://homepage.mi-ras.ru/~vva/", }, ], }, disabled: 1, }, c4: { name_rus:"Программная комиссия", name_eng:"Program Committee", data:{ textDescription:{ rus:"", // eng:"The Program Committee works out the yearly program of events supported by SIMC. It evaluates the applications for support of thematic programs, conferences, seminars, and research visits to SIMC.", eng:"works out the yearly program of events supported by SIMC. It evaluates the applications for support of thematic programs, conferences, seminars, and research visits to SIMC.", }, groups: { 1:{ name_rus:"Председатель Наблюдательного совета", name_eng:"", name_short_rus:"председатель", name_short_eng:"сhair", priority:100, }, 2:{ name_rus:"Секретарь Наблюдательного совета", name_eng:"", name_short_rus:"секретарь", name_short_eng:"secretary", priority:10, }, 0:{ name_rus:"Члены Наблюдательного совета", name_eng:"", name_short_rus:"", name_short_eng:"", priority:0, }, }, elements: [ { lname_rus: "Беклемишев", fname_rus: "Лев", sname_rus: "Дмитриевич", fname_eng: "Lev", lname_eng: "Beklemishev", mathnet_rus: "http://www.mathnet.ru/person17809", mathnet_eng: "http://www.mathnet.ru/eng/person17809", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%91%D0%B5%D0%BA%D0%BB%D0%B5%D0%BC%D0%B8%D1%88%D0%B5%D0%B2,_%D0%9B%D0%B5%D0%B2_%D0%94%D0%BC%D0%B8%D1%82%D1%80%D0%B8%D0%B5%D0%B2%D0%B8%D1%87", webpage_rus: "http://www.mi.ras.ru/~bekl", webpage_eng: "http://www.mi.ras.ru/~bekl", // group: 1, }, { lname_rus: "Куксин", fname_rus: "Сергей", sname_rus: "Борисович", fname_eng: "Sergei", sname_eng: "Borisovich", lname_eng: "Kuksin", mathnet_rus: "http://www.mathnet.ru/person19490", mathnet_eng: "http://www.mathnet.ru/eng/person19490", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9A%D1%83%D0%BA%D1%81%D0%B8%D0%BD,_%D0%A1%D0%B5%D1%80%D0%B3%D0%B5%D0%B9_%D0%91%D0%BE%D1%80%D0%B8%D1%81%D0%BE%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Sergei_B._Kuksin", webpage_rus: "https://webusers.imj-prg.fr/~sergei.kuksin/", webpage_eng: "https://webusers.imj-prg.fr/~sergei.kuksin/", }, { lname_rus: "Немировский", fname_rus: "Стефан", sname_rus: "Юрьевич", fname_eng: "Stefan", lname_eng: "Nemirovski", mathnet_rus: "http://www.mathnet.ru/person8909", mathnet_eng: "http://www.mathnet.ru/eng/person8909", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9D%D0%B5%D0%BC%D0%B8%D1%80%D0%BE%D0%B2%D1%81%D0%BA%D0%B8%D0%B9,_%D0%A1%D1%82%D0%B5%D1%84%D0%B0%D0%BD_%D0%AE%D1%80%D1%8C%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Stefan_Nemirovski", }, { lname_rus: "Орлов", fname_rus: "Дмитрий", sname_rus: "Олегович", fname_eng: "Dmitri", lname_eng: "Orlov", mathnet_rus: "http://www.mathnet.ru/person11896", mathnet_eng: "http://www.mathnet.ru/eng/person11896", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9E%D1%80%D0%BB%D0%BE%D0%B2,_%D0%94%D0%BC%D0%B8%D1%82%D1%80%D0%B8%D0%B9_%D0%9E%D0%BB%D0%B5%D0%B3%D0%BE%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Dmitri_Olegovich_Orlov", }, { lname_rus: "Разборов", fname_rus: "Александр", sname_rus: "Александрович", fname_eng: "Alexander", lname_eng: "Razborov", mathnet_rus: "http://www.mathnet.ru/person8770", mathnet_eng: "http://www.mathnet.ru/eng/person8770", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%A0%D0%B0%D0%B7%D0%B1%D0%BE%D1%80%D0%BE%D0%B2,_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80%D0%BE%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Alexander_Razborov", webpage_rus: "https://people.cs.uchicago.edu/~razborov/", webpage_eng: "https://people.cs.uchicago.edu/~razborov/", }, { lname_rus: "Тахтаджян", fname_rus: "Леон", sname_rus: "Арменович", fname_eng: "Leon", lname_eng: "Takhtajan", mathnet_rus: "http://www.mathnet.ru/person22041", mathnet_eng: "http://www.mathnet.ru/eng/person22041", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%A2%D0%B0%D1%85%D1%82%D0%B0%D0%B4%D0%B6%D1%8F%D0%BD,_%D0%9B%D0%B5%D0%BE%D0%BD_%D0%90%D1%80%D0%BC%D0%B5%D0%BD%D0%BE%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Leon_Takhtajan", webpage_rus: "http://www.math.stonybrook.edu/~leontak/", webpage_eng: "http://www.math.stonybrook.edu/~leontak/", }, { lname_rus: "Трещев", fname_rus: "Дмитрий", sname_rus: "Валерьевич", fname_eng: "Dmitri", lname_eng: "Treschev", mathnet_rus: "http://www.mathnet.ru/person9248", mathnet_eng: "http://www.mathnet.ru/eng/person9248", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%A2%D1%80%D0%B5%D1%89%D1%91%D0%B2,_%D0%94%D0%BC%D0%B8%D1%82%D1%80%D0%B8%D0%B9_%D0%92%D0%B0%D0%BB%D0%B5%D1%80%D1%8C%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Dmitrii_Treschev", webpage_rus: "https://homepage.mi-ras.ru/~treschev/", webpage_eng: "https://homepage.mi-ras.ru/~treschev/", }, { lname_rus: "Васильев", fname_rus: "Виктор", sname_rus: "Анатольевич", fname_eng: "Victor", lname_eng: "Vassiliev", mathnet_rus: "http://www.mathnet.ru/person8413", mathnet_eng: "http://www.mathnet.ru/eng/person8413", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%92%D0%B0%D1%81%D0%B8%D0%BB%D1%8C%D0%B5%D0%B2,_%D0%92%D0%B8%D0%BA%D1%82%D0%BE%D1%80_%D0%90%D0%BD%D0%B0%D1%82%D0%BE%D0%BB%D1%8C%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Victor_Anatolyevich_Vassiliev", webpage_rus: "https://homepage.mi-ras.ru/~vva/", webpage_eng: "https://homepage.mi-ras.ru/~vva/", }, { lname_rus: "Веселов", fname_rus: "Александр", sname_rus: "Петрович", fname_eng: "Alexander", lname_eng: "Veselov", mathnet_rus: "http://www.mathnet.ru/person8949", mathnet_eng: "http://www.mathnet.ru/eng/person8949", }, ], }, disabled: 1, }, c5: { name_rus:"Образовательная комиссия", name_eng:"Educational Committee", data:{ textDescription:{ rus:"", // eng:"The Educational Committee supervises all activities of SIMC related to education. This includes semester programs of lecture courses and seminars of SIMC.", eng:"supervises all activities of SIMC related to education. This includes semester programs of lecture courses and seminars of SIMC.", }, groups: { 1:{ name_rus:"Председатель Наблюдательного совета", name_eng:"", name_short_rus:"председатель", name_short_eng:"сhair", priority:100, }, 2:{ name_rus:"Секретарь Наблюдательного совета", name_eng:"", name_short_rus:"секретарь", name_short_eng:"secretary", priority:10, }, 0:{ name_rus:"Члены Наблюдательного совета", name_eng:"", name_short_rus:"", name_short_eng:"", priority:0, }, }, elements: [ { lname_rus: "Немировский", fname_rus: "Стефан", sname_rus: "Юрьевич", fname_eng: "Stefan", lname_eng: "Nemirovski", mathnet_rus: "http://www.mathnet.ru/person8909", mathnet_eng: "http://www.mathnet.ru/eng/person8909", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9D%D0%B5%D0%BC%D0%B8%D1%80%D0%BE%D0%B2%D1%81%D0%BA%D0%B8%D0%B9,_%D0%A1%D1%82%D0%B5%D1%84%D0%B0%D0%BD_%D0%AE%D1%80%D1%8C%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Stefan_Nemirovski", group:1, }, { lname_rus: "Кузнецов", fname_rus: "Степан", sname_rus: "Львович", fname_eng: "Stepan", lname_eng: "Kuznetsov", mathnet_rus: "http://www.mathnet.ru/person72238", mathnet_eng: "http://www.mathnet.ru/eng/person72238", webpage_rus: "https://homepage.mi-ras.ru/~sk/", webpage_eng: "https://homepage.mi-ras.ru/~sk/", }, { lname_rus: "Кузнецов", fname_rus: "Александр", sname_rus: "Геннадьевич", fname_eng: "Alexender", lname_eng: "Kuznetsov", mathnet_rus: "http://www.mathnet.ru/person18588", mathnet_eng: "http://www.mathnet.ru/eng/person18588", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9A%D1%83%D0%B7%D0%BD%D0%B5%D1%86%D0%BE%D0%B2,_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80_%D0%93%D0%B5%D0%BD%D0%BD%D0%B0%D0%B4%D1%8C%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Alexander_Kuznetsov_(mathematician)", webpage_rus: "https://homepage.mi-ras.ru/~akuznet/", webpage_eng: "https://homepage.mi-ras.ru/~akuznet/", }, { lname_rus: "Печень", fname_rus: "Александр", sname_rus: "Николаевич", fname_eng: "Alexander", lname_eng: "Pechen", mathnet_rus: "http://www.mathnet.ru/person17991", mathnet_eng: "http://www.mathnet.ru/eng/person17991", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9F%D0%B5%D1%87%D0%B5%D0%BD%D1%8C,_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80_%D0%9D%D0%B8%D0%BA%D0%BE%D0%BB%D0%B0%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Alexander_Pechen", }, { lname_rus: "Ватутин", fname_rus: "Владимир", sname_rus: "Алексеевич", fname_eng: "Vladimir", lname_eng: "Vatutin", mathnet_rus: "http://www.mathnet.ru/person20403", mathnet_eng: "http://www.mathnet.ru/eng/person20403", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%92%D0%B0%D1%82%D1%83%D1%82%D0%B8%D0%BD,_%D0%92%D0%BB%D0%B0%D0%B4%D0%B8%D0%BC%D0%B8%D1%80_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B5%D0%B5%D0%B2%D0%B8%D1%87", }, ], }, disabled: 1, }, }; const councilsData={ iab: { name_rus:"Международный наблюдательный совет", name_eng:"International Advisory Board", data:{ showVar: 0, ifIconsShow: true, ifDescrShow: 1, textDescription: { rus:"", eng:"The International Advisory Board consists of outstanding mathematicians. The board receives and evaluates yearly reports on the activities of SIMC. It ensures that the policies of SIMC conform to the high international standards and makes suggestions for improvement.", }, // reports:{ // 2021:{ // href:"", // }, // 2020:{ // href:"", // }, // }, reports:[ {year:2021, href:""}, {year:2020, href:""}, ], persons:[8433, // 31976, 20602, // 'cek', 19490,17715,43343,22041,8538,52246], persons_grouped:[[8433], // [31976], [20602, // 'cek', 19490,17715,43343,22041,8538,52246]], persons_comments:{8433:{rus:' (председатель)',eng:' (Chair)'}, 31976:{rus:' (секретарь)',eng:' (Secretary)'}, }, }, }, dlist:{ name_rus:"", name_eng:"", persons:[9248,17365,17809,18422,31976], persons_comments:{ 9248:{rus:'',eng:', Academician of RAS, Director'}, 17365:{rus:'',eng:', First Deputy Director'}, 17809:{rus:'',eng:', Academician of RAS, Deputy Director for Research'}, 18422:{rus:'',eng:', Deputy Director for Research'}, 31976:{rus:'',eng:', Academic Secretary of SIMC'}, }, persons_pre:{ 9248:{rus:'',eng:'Prof.'}, 17365:{rus:'',eng:'Dr.'}, 17809:{rus:'',eng:'Prof.'}, 18422:{rus:'',eng:'Prof.'}, 31976:{rus:'',eng:'Dr.'}, }, }, c2: { name_rus:"Совет МЦМУ МИАН", name_eng:"SIMC Council", data:{ textDescription:{ rus:"", // eng:"The SIMC council consists of the director and deputy directors; coordinators of the research directions; representatives of the Program, Educational, and Hiring Committees; and other leading researchers of SIMC.", eng:"consists of the director and deputy directors; coordinators of the research directions; representatives of the Program, Educational, and Hiring Committees; and other leading researchers of SIMC.", }, persons:[9248,17809,31976,9017,8413,13368,18422,32257,17365,8909,17991,47204,111646,8653,31114], persons_grouped:[[9248],[17809],[31976],[9017,8413,13368,18422,32257,17365,8909,17991,47204,111646,8653,31114]], persons_comments:{9248:{rus:' (руководитель)',eng:' (Chair)'},17809:{rus:' (заместитель руководителя)',eng:' (Vice-Chair)'},31976:{rus:' (ученый секретарь)',eng:' (Scientific Secretary)'}} }, }, c3: { name_rus:"Кадровая комиссия", name_eng:"Hiring Committee", data:{ textDescription:{ rus:"", // eng:"The Hiring Committee supervises the hiring process of SIMC. This includes the postdoc positions at Steklov Mathematical Institute supported by SIMC. ", eng:"supervises the hiring process of SIMC. This includes the postdoc positions at Steklov Mathematical Institute supported by SIMC. ", }, persons:[8433,17809,18031,8909,11896,11177,18676,8413], persons_grouped:[[8433],[17809,18031,8909,11896,11177,18676,8413]], persons_comments:{8433:{rus:' (председатель)',eng:' (Chair)'}} }, }, c4: { name_rus:"Программная комиссия", name_eng:"Program Committee", data:{ textDescription:{ rus:"", // eng:"The Program Committee works out the yearly program of events supported by SIMC. It evaluates the applications for support of thematic programs, conferences, seminars, and research visits to SIMC.", eng:"works out the yearly program of events supported by SIMC. It evaluates the applications for support of thematic programs, conferences, seminars, and research visits to SIMC.", }, persons:[17809,19490,8909,11896,8770,22041,9248,8413,8949], persons_grouped:[[17809],[19490,8909,11896,8770,22041,9248,8413,8949]], persons_comments:{17809:{rus:' (председатель)',eng:' (Chair)'}} }, }, c5: { name_rus:"Образовательная комиссия", name_eng:"Educational Committee", data:{ textDescription:{ rus:"", // eng:"The Educational Committee supervises all activities of SIMC related to education. This includes semester programs of lecture courses and seminars of SIMC.", eng:"supervises all activities of SIMC related to education. This includes semester programs of lecture courses and seminars of SIMC.", }, persons:[8909,72238,18588,17991,20403], persons_grouped:[[8909],[72238,18588,17991,20403]], persons_comments:{8909:{rus:' (председатель)',eng:' (Chair)'}} }, }, }; const linksPriority=['webpage','wiki','mathnet']; const linksPriority_mi=['mathnet','webpage','wiki']; const linksPriority_ext=['webpage','wiki','mathnet']; const linksData={ 'webpage':{ name_rus:'Персональная страница', name_eng:'Personal web page', img:'/images/bi-house.svg', }, 'wiki':{ name_rus:'Wikipedia', name_eng:'Wikipedia', img:'/images/wiki_w.svg', }, 'mathnet':{ name_rus:'MathNet', name_eng:'MathNet', img:'/images/logo_mathnet_cr.png', }, }; const persons= { "8433": { lname_rus: "Козлов", fname_rus: "Валерий", sname_rus: "Васильевич", fname_eng: "Valery", sname_eng: "Vasilevich", lname_eng: "Kozlov", mathnet_rus: "http://www.mathnet.ru/person8433", mathnet_eng: "http://www.mathnet.ru/eng/person8433", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9A%D0%BE%D0%B7%D0%BB%D0%BE%D0%B2,_%D0%92%D0%B0%D0%BB%D0%B5%D1%80%D0%B8%D0%B9_%D0%92%D0%B0%D1%81%D0%B8%D0%BB%D1%8C%D0%B5%D0%B2%D0%B8%D1%87#%D0%A1%D1%81%D1%8B%D0%BB%D0%BA%D0%B8", wiki_eng: "https://en.wikipedia.org/wiki/Valery_Vasilevich_Kozlov", webpage_rus: "http://www.ras.ru/win/db/show_per.asp?P=.id-837.ln-ru", if_mi: "1", }, "31976": { lname_rus: "Яськов", fname_rus: "Павел", sname_rus: "Андреевич", fname_eng: "Pavel", sname_eng: "Andreevich", lname_eng: "Yaskov", mathnet_rus: "http://www.mathnet.ru/person31976", mathnet_eng: "http://www.mathnet.ru/eng/person31976", if_mi: "1", }, "20602": { lname_rus: "Бейлинсон", fname_rus: "Александр", sname_rus: "Александрович", fname_eng: "Alexander", lname_eng: "Beilinson", mathnet_rus: "http://www.mathnet.ru/person20602", mathnet_eng: "http://www.mathnet.ru/eng/person20602", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%91%D0%B5%D0%B9%D0%BB%D0%B8%D0%BD%D1%81%D0%BE%D0%BD,_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80%D0%BE%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Alexander_Beilinson", webpage_rus: "https://mathematics.uchicago.edu/people/profile/alexander-beilinson/", webpage_eng: "https://mathematics.uchicago.edu/people/profile/alexander-beilinson/", }, "cek": { lname_rus: "Кениг", fname_rus: "Карлос", fname_eng: "Carlos", lname_eng: "Kenig", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9A%D0%B5%D0%BD%D0%B8%D0%B3,_%D0%9A%D0%B0%D1%80%D0%BB%D0%BE%D1%81", wiki_eng: "https://en.wikipedia.org/wiki/Carlos_Kenig", webpage_rus: "https://www.math.uchicago.edu/~cek/", webpage_eng: "https://www.math.uchicago.edu/~cek/", }, "19490": { lname_rus: "Куксин", fname_rus: "Сергей", sname_rus: "Борисович", fname_eng: "Sergei", sname_eng: "Borisovich", lname_eng: "Kuksin", mathnet_rus: "http://www.mathnet.ru/person19490", mathnet_eng: "http://www.mathnet.ru/eng/person19490", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9A%D1%83%D0%BA%D1%81%D0%B8%D0%BD,_%D0%A1%D0%B5%D1%80%D0%B3%D0%B5%D0%B9_%D0%91%D0%BE%D1%80%D0%B8%D1%81%D0%BE%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Sergei_B._Kuksin", webpage_rus: "https://webusers.imj-prg.fr/~sergei.kuksin/", webpage_eng: "https://webusers.imj-prg.fr/~sergei.kuksin/", if_mi: "1", }, "17715": { lname_rus: "Матиясевич", fname_rus: "Юрий", sname_rus: "Владимирович", fname_eng: "Yuri", lname_eng: "Matiyasevich", mathnet_rus: "http://www.mathnet.ru/person17715", mathnet_eng: "http://www.mathnet.ru/eng/person17715", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9C%D0%B0%D1%82%D0%B8%D1%8F%D1%81%D0%B5%D0%B2%D0%B8%D1%87,_%D0%AE%D1%80%D0%B8%D0%B9_%D0%92%D0%BB%D0%B0%D0%B4%D0%B8%D0%BC%D0%B8%D1%80%D0%BE%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Yuri_Matiyasevich", webpage_rus: "https://logic.pdmi.ras.ru/~yumat/index.php", webpage_eng: "https://logic.pdmi.ras.ru/~yumat/index.php", }, "22041": { lname_rus: "Тахтаджян", fname_rus: "Леон", sname_rus: "Арменович", fname_eng: "Leon", lname_eng: "Takhtajan", mathnet_rus: "http://www.mathnet.ru/person22041", mathnet_eng: "http://www.mathnet.ru/eng/person22041", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%A2%D0%B0%D1%85%D1%82%D0%B0%D0%B4%D0%B6%D1%8F%D0%BD,_%D0%9B%D0%B5%D0%BE%D0%BD_%D0%90%D1%80%D0%BC%D0%B5%D0%BD%D0%BE%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Leon_Takhtajan", webpage_rus: "http://www.math.stonybrook.edu/~leontak/", webpage_eng: "http://www.math.stonybrook.edu/~leontak/", }, "8538": { lname_rus: "Тыртышников", fname_rus: "Евгений", sname_rus: "Евгеньевич", fname_eng: "Eugene", sname_eng: "Evgen'evich", lname_eng: "Tyrtyshnikov", mathnet_rus: "http://www.mathnet.ru/person8538", mathnet_eng: "http://www.mathnet.ru/eng/person8538", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%A2%D1%8B%D1%80%D1%82%D1%8B%D1%88%D0%BD%D0%B8%D0%BA%D0%BE%D0%B2,_%D0%95%D0%B2%D0%B3%D0%B5%D0%BD%D0%B8%D0%B9_%D0%95%D0%B2%D0%B3%D0%B5%D0%BD%D1%8C%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Evgeny_Tyrtyshnikov", webpage_rus: "http://www.ras.ru/win/db/show_per.asp?P=.id-5181.ln-ru.dl-.pr-inf.uk-12", webpage_eng: "https://www.inm.ras.ru/user/eugene.tyrtyshnikov/", }, "52246": { lname_rus: "Янечко", fname_rus: "Станислав", fname_eng: "Stanisław", lname_eng: "Janeczko", mathnet_rus: "http://www.mathnet.ru/person52246", mathnet_eng: "http://www.mathnet.ru/eng/person52246", webpage_rus: "https://pages.mini.pw.edu.pl/~janeczkos/", webpage_eng: "https://pages.mini.pw.edu.pl/~janeczkos/", }, "43343": { lname_rus: "Мори", fname_rus: "Шигефуми", fname_eng: "Shigefumi", lname_eng: "Mori", mathnet_rus: "http://www.mathnet.ru/person43343", mathnet_eng: "http://www.mathnet.ru/eng/person43343", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9C%D0%BE%D1%80%D0%B8,_%D0%A1%D0%B8%D0%B3%D1%8D%D1%84%D1%83%D0%BC%D0%B8", wiki_eng: "https://en.wikipedia.org/wiki/Shigefumi_Mori", webpage_rus: "https://kuias.kyoto-u.ac.jp/e/profile/mori/", webpage_eng: "https://kuias.kyoto-u.ac.jp/e/profile/mori/", }, "17809": { lname_rus: "Беклемишев", fname_rus: "Лев", sname_rus: "Дмитриевич", fname_eng: "Lev", lname_eng: "Beklemishev", mathnet_rus: "http://www.mathnet.ru/person17809", mathnet_eng: "http://www.mathnet.ru/eng/person17809", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%91%D0%B5%D0%BA%D0%BB%D0%B5%D0%BC%D0%B8%D1%88%D0%B5%D0%B2,_%D0%9B%D0%B5%D0%B2_%D0%94%D0%BC%D0%B8%D1%82%D1%80%D0%B8%D0%B5%D0%B2%D0%B8%D1%87", webpage_rus: "http://www.mi.ras.ru/~bekl", webpage_eng: "http://www.mi.ras.ru/~bekl", if_mi: "1", }, "8909": { lname_rus: "Немировский", fname_rus: "Стефан", sname_rus: "Юрьевич", fname_eng: "Stefan", lname_eng: "Nemirovski", mathnet_rus: "http://www.mathnet.ru/person8909", mathnet_eng: "http://www.mathnet.ru/eng/person8909", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9D%D0%B5%D0%BC%D0%B8%D1%80%D0%BE%D0%B2%D1%81%D0%BA%D0%B8%D0%B9,_%D0%A1%D1%82%D0%B5%D1%84%D0%B0%D0%BD_%D0%AE%D1%80%D1%8C%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Stefan_Nemirovski", if_mi: "1", }, "11896": { lname_rus: "Орлов", fname_rus: "Дмитрий", sname_rus: "Олегович", fname_eng: "Dmitri", lname_eng: "Orlov", mathnet_rus: "http://www.mathnet.ru/person11896", mathnet_eng: "http://www.mathnet.ru/eng/person11896", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9E%D1%80%D0%BB%D0%BE%D0%B2,_%D0%94%D0%BC%D0%B8%D1%82%D1%80%D0%B8%D0%B9_%D0%9E%D0%BB%D0%B5%D0%B3%D0%BE%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Dmitri_Olegovich_Orlov", if_mi: "1", }, "8770": { lname_rus: "Разборов", fname_rus: "Александр", sname_rus: "Александрович", fname_eng: "Alexander", lname_eng: "Razborov", mathnet_rus: "http://www.mathnet.ru/person8770", mathnet_eng: "http://www.mathnet.ru/eng/person8770", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%A0%D0%B0%D0%B7%D0%B1%D0%BE%D1%80%D0%BE%D0%B2,_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80%D0%BE%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Alexander_Razborov", webpage_rus: "https://people.cs.uchicago.edu/~razborov/", webpage_eng: "https://people.cs.uchicago.edu/~razborov/", if_mi: "1", }, "9248": { lname_rus: "Трещев", fname_rus: "Дмитрий", sname_rus: "Валерьевич", fname_eng: "Dmitry", lname_eng: "Treschev", mathnet_rus: "http://www.mathnet.ru/person9248", mathnet_eng: "http://www.mathnet.ru/eng/person9248", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%A2%D1%80%D0%B5%D1%89%D1%91%D0%B2,_%D0%94%D0%BC%D0%B8%D1%82%D1%80%D0%B8%D0%B9_%D0%92%D0%B0%D0%BB%D0%B5%D1%80%D1%8C%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Dmitrii_Treschev", webpage_rus: "https://homepage.mi-ras.ru/~treschev/", webpage_eng: "https://homepage.mi-ras.ru/~treschev/", if_mi: "1", }, "8413": { lname_rus: "Васильев", fname_rus: "Виктор", sname_rus: "Анатольевич", fname_eng: "Victor", lname_eng: "Vassiliev", mathnet_rus: "http://www.mathnet.ru/person8413", mathnet_eng: "http://www.mathnet.ru/eng/person8413", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%92%D0%B0%D1%81%D0%B8%D0%BB%D1%8C%D0%B5%D0%B2,_%D0%92%D0%B8%D0%BA%D1%82%D0%BE%D1%80_%D0%90%D0%BD%D0%B0%D1%82%D0%BE%D0%BB%D1%8C%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Victor_Anatolyevich_Vassiliev", webpage_rus: "https://homepage.mi-ras.ru/~vva/", webpage_eng: "https://homepage.mi-ras.ru/~vva/", if_mi: "1", }, "8949": { lname_rus: "Веселов", fname_rus: "Александр", sname_rus: "Петрович", fname_eng: "Alexander", lname_eng: "Veselov", mathnet_rus: "http://www.mathnet.ru/person8949", mathnet_eng: "http://www.mathnet.ru/eng/person8949", webpage_rus: "https://www.lboro.ac.uk/departments/maths/staff/alexander-veselov/", webpage_eng: "https://www.lboro.ac.uk/departments/maths/staff/alexander-veselov/", }, "72238": { lname_rus: "Кузнецов", fname_rus: "Степан", sname_rus: "Львович", fname_eng: "Stepan", lname_eng: "Kuznetsov", mathnet_rus: "http://www.mathnet.ru/person72238", mathnet_eng: "http://www.mathnet.ru/eng/person72238", webpage_rus: "https://homepage.mi-ras.ru/~sk/", webpage_eng: "https://homepage.mi-ras.ru/~sk/", if_mi: "1", }, "18588": { lname_rus: "Кузнецов", fname_rus: "Александр", sname_rus: "Геннадьевич", fname_eng: "Alexander", lname_eng: "Kuznetsov", mathnet_rus: "http://www.mathnet.ru/person18588", mathnet_eng: "http://www.mathnet.ru/eng/person18588", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9A%D1%83%D0%B7%D0%BD%D0%B5%D1%86%D0%BE%D0%B2,_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80_%D0%93%D0%B5%D0%BD%D0%BD%D0%B0%D0%B4%D1%8C%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Alexander_Kuznetsov_(mathematician)", webpage_rus: "https://homepage.mi-ras.ru/~akuznet/", webpage_eng: "https://homepage.mi-ras.ru/~akuznet/", if_mi: "1", }, "17991": { lname_rus: "Печень", fname_rus: "Александр", sname_rus: "Николаевич", fname_eng: "Alexander", lname_eng: "Pechen", mathnet_rus: "http://www.mathnet.ru/person17991", mathnet_eng: "http://www.mathnet.ru/eng/person17991", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9F%D0%B5%D1%87%D0%B5%D0%BD%D1%8C,_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80_%D0%9D%D0%B8%D0%BA%D0%BE%D0%BB%D0%B0%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Alexander_Pechen", if_mi: "1", }, "20403": { lname_rus: "Ватутин", fname_rus: "Владимир", sname_rus: "Алексеевич", fname_eng: "Vladimir", lname_eng: "Vatutin", mathnet_rus: "http://www.mathnet.ru/person20403", mathnet_eng: "http://www.mathnet.ru/eng/person20403", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%92%D0%B0%D1%82%D1%83%D1%82%D0%B8%D0%BD,_%D0%92%D0%BB%D0%B0%D0%B4%D0%B8%D0%BC%D0%B8%D1%80_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B5%D0%B5%D0%B2%D0%B8%D1%87", if_mi: "1", }, "18031": { lname_rus: "Кашин", fname_rus: "Борис", sname_rus: "Сергеевич", fname_eng: "Boris", lname_eng: "Kashin", mathnet_rus: "http://www.mathnet.ru/person18031", mathnet_eng: "http://www.mathnet.ru/eng/person18031", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9A%D0%B0%D1%88%D0%B8%D0%BD,_%D0%91%D0%BE%D1%80%D0%B8%D1%81_%D0%A1%D0%B5%D1%80%D0%B3%D0%B5%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Boris_Kashin", webpage_rus: "https://homepage.mi-ras.ru/~kashin", webpage_eng: "https://homepage.mi-ras.ru/~kashin", if_mi: "1", }, "11177": { lname_rus: "Паршин", fname_rus: "Алексей", sname_rus: "Николаевич", fname_eng: "Alexey", lname_eng: "Parshin", mathnet_rus: "http://www.mathnet.ru/person11177", mathnet_eng: "http://www.mathnet.ru/eng/person11177", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9F%D0%B0%D1%80%D1%88%D0%B8%D0%BD,_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B5%D0%B9_%D0%9D%D0%B8%D0%BA%D0%BE%D0%BB%D0%B0%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Aleksei_Parshin", webpage_rus: "http://www.ras.ru/win/db/show_per.asp?P=.id-46862.ln-ru", if_mi: "1", }, "18676": { lname_rus: "Славнов", fname_rus: "Никита", sname_rus: "Андреевич", fname_eng: "Nikita", lname_eng: "Slavnov", mathnet_rus: "http://www.mathnet.ru/person18676", mathnet_eng: "http://www.mathnet.ru/eng/person18676", if_mi: "1", }, "17365": { lname_rus: "Изаак", fname_rus: "Александр", sname_rus: "Давидович", fname_eng: "Alexander", lname_eng: "Izaak", mathnet_rus: "http://www.mathnet.ru/person17365", mathnet_eng: "http://www.mathnet.ru/eng/person17365", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%98%D0%B7%D0%B0%D0%B0%D0%BA,_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80_%D0%94%D0%B0%D0%B2%D0%B8%D0%B4%D0%BE%D0%B2%D0%B8%D1%87", webpage_rus: "http://www.ras.ru/win/db/show_per.asp?P=.id-61797.ln-ru", if_mi: "1", }, "18422": { lname_rus: "Горчинский", fname_rus: "Сергей", sname_rus: "Олегович", fname_eng: "Sergey", lname_eng: "Gorchinskiy", mathnet_rus: "http://www.mathnet.ru/person18422", mathnet_eng: "http://www.mathnet.ru/eng/person18422", webpage_rus: "https://www.hse.ru/org/persons/26334977", webpage_eng: "https://www.hse.ru/org/persons/26334977", if_mi: "1", }, "9017": { lname_rus: "Андреев", fname_rus: "Николай", sname_rus: "Николаевич", fname_eng: "Nikolai", sname_eng: "Nikolaevich", lname_eng: "Andreev", mathnet_rus: "http://www.mathnet.ru/person9017", mathnet_eng: "http://www.mathnet.ru/eng/person9017", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%90%D0%BD%D0%B4%D1%80%D0%B5%D0%B5%D0%B2,_%D0%9D%D0%B8%D0%BA%D0%BE%D0%BB%D0%B0%D0%B9_%D0%9D%D0%B8%D0%BA%D0%BE%D0%BB%D0%B0%D0%B5%D0%B2%D0%B8%D1%87_(%D0%BC%D0%B0%D1%82%D0%B5%D0%BC%D0%B0%D1%82%D0%B8%D0%BA)", if_mi: "1", }, "13368": { lname_rus: "Гайфуллин", fname_rus: "Александр", sname_rus: "Александрович", fname_eng: "Alexander", sname_eng: "Aleksandrovich", lname_eng: "Gaifullin", mathnet_rus: "http://www.mathnet.ru/person13368", mathnet_eng: "http://www.mathnet.ru/eng/person13368", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%93%D0%B0%D0%B9%D1%84%D1%83%D0%BB%D0%BB%D0%B8%D0%BD,_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80%D0%BE%D0%B2%D0%B8%D1%87", webpage_rus: "https://crei.skoltech.ru/cas/ru/people-ru/aleksandr-gaifullin/", if_mi: "1", }, "32257": { lname_rus: "Дымов", fname_rus: "Андрей", sname_rus: "Викторович", fname_eng: "Andrey", sname_eng: "Victorovich", lname_eng: "Dymov", mathnet_rus: "http://www.mathnet.ru/person32257", mathnet_eng: "http://www.mathnet.ru/eng/person32257", webpage_rus: "https://www.hse.ru/org/persons/158485745", webpage_eng: "https://www.hse.ru/org/persons/158485745", if_mi: "1", }, "47204": { lname_rus: "Подольский", fname_rus: "Владимир", sname_rus: "Владимирович", fname_eng: "Vladimir", sname_eng: "Vladimirovich", lname_eng: "Podolskii", mathnet_rus: "http://www.mathnet.ru/person47204", mathnet_eng: "http://www.mathnet.ru/eng/person47204", webpage_rus: "https://homepage.mi-ras.ru/~podolskii/", webpage_eng: "https://homepage.mi-ras.ru/~podolskii/", if_mi: "1", }, "111646": { lname_rus: "Поликарпов", fname_rus: "Сергей", sname_rus: "Алексеевич", fname_eng: "Sergei", sname_eng: "Alekseevich", lname_eng: "Polikarpov", mathnet_rus: "http://www.mathnet.ru/person111646", mathnet_eng: "http://www.mathnet.ru/eng/person111646", if_mi: "1", }, "8653": { lname_rus: "Суетин", fname_rus: "Сергей", sname_rus: "Павлович", fname_eng: "Sergey", sname_eng: "Pavlovich", lname_eng: "Suetin", mathnet_rus: "http://www.mathnet.ru/person8653", mathnet_eng: "http://www.mathnet.ru/eng/person8653", if_mi: "1", }, "31114": { lname_rus: "Трушечкин", fname_rus: "Антон", sname_rus: "Сергеевич", fname_eng: "Anton", sname_eng: "Sergeevich", lname_eng: "Trushechkin", mathnet_rus: "http://www.mathnet.ru/person31114", mathnet_eng: "http://www.mathnet.ru/eng/person31114", if_mi: "1", }, } ; // function tabShowTest(tn){ // console.log('tabShowTest: tn='+tn); // }; new Vue({ el: '#app', data: { lang: lang, // show_researchid: document.getElementById("js_research").getAttribute("researchid"), // show_researchid:show_researchid, // show_tab: show_tab, show_tab:"mission", show_tab_default:{ rus:"mission", eng:"mission", }, // show_tab:this.show_tab_default[this.lang], loading: false, error: null, requestBlock: false, lo:{ru:'rus',en:'eng'}, l_all:{ rus:{ u:['А', 'Б', 'В', 'Г', 'Д', 'Е', 'Ё', 'Ж', 'З', 'И', 'Й', 'К', 'Л', 'М', 'Н', 'О', 'П', 'Р', 'С', 'Т', 'У', 'Ф', 'Х', 'Ц', 'Ч', 'Ш', 'Щ', 'Э', 'Ю', 'Я'], l:['а', 'б', 'в', 'г', 'д', 'е', 'ё', 'ж', 'з', 'и', 'й', 'к', 'л', 'м', 'н', 'о', 'п', 'р', 'с', 'т', 'у', 'ф', 'х', 'ц', 'ч', 'ш', 'щ', 'э', 'ю', 'я'], }, eng:{ u:['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'], l:['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'], }, }, linksPriority:linksPriority, linksData:linksData, ifIconsShow:'', //'exceptMain','all',false councilData: councilData, councilsData: councilsData, persons: persons, hrefsites: hrefsites, extdb_papers: extdb_papers, jrn_parameters_t: jrn_parameters_t, jrn_parameters: jrn_parameters, show_data:{ mission: { name_rus:"Цели и задачи Центра", name_eng:"SIMC Mission", data: {}, disabled: 0, }, structure: { name_rus:"", name_eng:"SIMC Structure", data: { ifIconsShow: true, }, disabled: 0, disabled_l: "rus", }, docs: { name_rus:"Основные документы и положения", name_eng:"", data: { showVar: 1, show_tab:{ docs:'local', }, show_data:{ docs:{ local:{ name_rus: "Локальные нормативные акты", name_eng: "", data:[ { date: "", name_rus:"Приказ о создании МЦМУ МИАН", filename:"0_prikaz_o_sozdanii_mcmu_mian.pdf" },{ date: "", name_rus:"Положение о МЦМУ МИАН", filename:"2_prikaz_ob_utverzhdenii_polozheniya_o_mcmu_mian.pdf" },{ date: "", name_rus:"Положение о международном наблюдательном совете МЦМУ МИАН", filename:"" },{ date: "", name_rus:"Приказ о персональном составе международного наблюдательного совета МЦМУ МИАН", filename:"" },{ date: "", name_rus:"Положение о совете МЦМУ МИАН", filename:"3_prikaz_ob_utverzhdenii_polozheniya_o_sovete_mcmu.pdf" },{ date: "", name_rus:"Приказ о персональном составе совета МЦМУ МИАН", filename:"" },{ date: "", name_rus:"Положение о комиссиях МЦМУ МИАН", filename:"" },{ date: "", name_rus:"Приказ о персональном составе комиссий МЦМУ МИАН", filename:"" }, ], }, gov:{ name_rus: "Документы правительства Российской Федерации", name_eng: "", data:[ { date: Date(2019,10,17), name_rus:"Распоряжение Правительства Российской Федерации от 17 октября 2019 г. № 2442-р об утверждении перечня победителей конкурсного отбора и величине грантов", filename:"2019-10-17-Rasporyazhenie-Pravitelstva-N-2442-r.pdf" }, { date: Date(2019,7,11), name_rus:"Распоряжение Правительства Российской Федерации от 11 июля 2019 г. № 1513-р «Об утверждении состава Совета по государственной поддержке создания и развития математических центров мирового уровня»", filename:"2019-07-11-Rasporyazhenie-Pravitelstva-N-1513-r.pdf" }, { date: Date(2019,7,8), name_rus:"Постановление Правительства Российской Федерации от 08 июля 2019 г. № 870 «О совете по государственной поддержке создания и развития математических центров мирового уровня»", filename:"2019-07-08-Postanovlenie-Pravitelstva-N-870.pdf" }, { date: Date(2019,4,30), name_rus:"Постановление Правительства Российской Федерации от 30 апреля 2019 г. № 538 «О мерах государственной поддержки создания и развития научных центров мирового уровня»", filename:"2019-04-30-Postanovlenie-Pravitelstva-N-538.pdf" }, ], }, }, }, }, disabled: 0, disabled_l: "eng", }, iab: { name_rus:"Международный наблюдательный совет", name_eng:"International Advisory Board", data:{ showVar: 0, ifIconsShow: true, ifDescrShow: 1, textDescription: { rus:"", eng:"The International Advisory Board consists of outstanding mathematicians. The board receives and evaluates yearly reports on the activities of SIMC. It ensures that the policies of SIMC conform to the high international standards and makes suggestions for improvement.", }, // reports:{ // 2021:{ // href:"", // }, // 2020:{ // href:"", // }, // }, reports:[ {year:2021, href:""}, {year:2020, href:""}, ], groups: { 1:{ name_rus:"Председатель Наблюдательного совета", name_eng:"", name_short_rus:"председатель", name_short_eng:"сhair", priority:100, }, 2:{ name_rus:"Секретарь Наблюдательного совета", name_eng:"", name_short_rus:"секретарь", name_short_eng:"secretary", priority:10, }, 3:{ name_rus:"Члены Наблюдательного совета", name_eng:"", name_short_rus:"", name_short_eng:"", priority:0, }, }, elements: [ { lname_rus: "Козлов", fname_rus: "Валерий", sname_rus: "Васильевич", fname_eng: "Valery", sname_eng: "Vasilevich", lname_eng: "Kozlov", mathnet_rus: "http://www.mathnet.ru/person8433", mathnet_eng: "http://www.mathnet.ru/eng/person8433", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9A%D0%BE%D0%B7%D0%BB%D0%BE%D0%B2,_%D0%92%D0%B0%D0%BB%D0%B5%D1%80%D0%B8%D0%B9_%D0%92%D0%B0%D1%81%D0%B8%D0%BB%D1%8C%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Valery_Vasilevich_Kozlov", webpage_rus: "http://www.ras.ru/win/db/show_per.asp?P=.id-837.ln-ru", group:1, }, // { // lname_rus: "Яськов", // fname_rus: "Павел", // sname_rus: "Андреевич", // fname_eng: "Pavel", // sname_eng: "Andreevich", // lname_eng: "Yaskov", // mathnet_rus: "http://www.mathnet.ru/person31976", // mathnet_eng: "http://www.mathnet.ru/eng/person31976", // group:2, // }, { lname_rus: "Бейлинсон", fname_rus: "Александр", sname_rus: "Александрович", fname_eng: "Alexander", lname_eng: "Beilinson", mathnet_rus: "http://www.mathnet.ru/person20602", mathnet_eng: "http://www.mathnet.ru/eng/person20602", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%91%D0%B5%D0%B9%D0%BB%D0%B8%D0%BD%D1%81%D0%BE%D0%BD,_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80%D0%BE%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Alexander_Beilinson", group:3, }, { lname_rus: "Кениг", fname_rus: "Карлос", fname_eng: "Carlos", lname_eng: "Kenig", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9A%D0%B5%D0%BD%D0%B8%D0%B3,_%D0%9A%D0%B0%D1%80%D0%BB%D0%BE%D1%81", wiki_eng: "https://en.wikipedia.org/wiki/Carlos_Kenig", webpage_rus: "https://www.math.uchicago.edu/~cek/", webpage_eng: "https://www.math.uchicago.edu/~cek/", group:3, }, { lname_rus: "Куксин", fname_rus: "Сергей", sname_rus: "Борисович", fname_eng: "Sergei", sname_eng: "Borisovich", lname_eng: "Kuksin", mathnet_rus: "http://www.mathnet.ru/person19490", mathnet_eng: "http://www.mathnet.ru/eng/person19490", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9A%D1%83%D0%BA%D1%81%D0%B8%D0%BD,_%D0%A1%D0%B5%D1%80%D0%B3%D0%B5%D0%B9_%D0%91%D0%BE%D1%80%D0%B8%D1%81%D0%BE%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Sergei_B._Kuksin", webpage_rus: "https://webusers.imj-prg.fr/~sergei.kuksin/", webpage_eng: "https://webusers.imj-prg.fr/~sergei.kuksin/", group:3, }, { lname_rus: "Матиясевич", fname_rus: "Юрий", sname_rus: "Владимирович", fname_eng: "Yuri", lname_eng: "Matiyasevich", mathnet_rus: "http://www.mathnet.ru/person17715", mathnet_eng: "http://www.mathnet.ru/eng/person17715", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9C%D0%B0%D1%82%D0%B8%D1%8F%D1%81%D0%B5%D0%B2%D0%B8%D1%87,_%D0%AE%D1%80%D0%B8%D0%B9_%D0%92%D0%BB%D0%B0%D0%B4%D0%B8%D0%BC%D0%B8%D1%80%D0%BE%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Yuri_Matiyasevich", webpage_rus: "https://logic.pdmi.ras.ru/~yumat/index.php", webpage_eng: "https://logic.pdmi.ras.ru/~yumat/index.php", group:3, }, { fname_rus: "Шигефуми", lname_rus: "Мори", fname_eng: "Shigefumi", lname_eng: "Mori", mathnet_rus: "http://www.mathnet.ru/person43343", mathnet_eng: "http://www.mathnet.ru/eng/person43343", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9C%D0%BE%D1%80%D0%B8,_%D0%A1%D0%B8%D0%B3%D1%8D%D1%84%D1%83%D0%BC%D0%B8", wiki_eng: "https://en.wikipedia.org/wiki/Shigefumi_Mori", webpage_rus: "https://kuias.kyoto-u.ac.jp/e/profile/mori/", webpage_eng: "https://kuias.kyoto-u.ac.jp/e/profile/mori/", group:3, }, { lname_rus: "Тахтаджян", fname_rus: "Леон", sname_rus: "Арменович", fname_eng: "Leon", lname_eng: "Takhtajan", mathnet_rus: "http://www.mathnet.ru/person22041", mathnet_eng: "http://www.mathnet.ru/eng/person22041", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%A2%D0%B0%D1%85%D1%82%D0%B0%D0%B4%D0%B6%D1%8F%D0%BD,_%D0%9B%D0%B5%D0%BE%D0%BD_%D0%90%D1%80%D0%BC%D0%B5%D0%BD%D0%BE%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Leon_Takhtajan", webpage_rus: "http://www.math.stonybrook.edu/~leontak/", webpage_eng: "http://www.math.stonybrook.edu/~leontak/", group:3, }, { lname_rus: "Тыртышников", fname_rus: "Евгений", sname_rus: "Евгеньевич", fname_eng: "Eugene", sname_eng: "Evgen'evich", lname_eng: "Tyrtyshnikov", mathnet_rus: "http://www.mathnet.ru/person8538", mathnet_eng: "http://www.mathnet.ru/eng/person8538", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%A2%D1%8B%D1%80%D1%82%D1%8B%D1%88%D0%BD%D0%B8%D0%BA%D0%BE%D0%B2,_%D0%95%D0%B2%D0%B3%D0%B5%D0%BD%D0%B8%D0%B9_%D0%95%D0%B2%D0%B3%D0%B5%D0%BD%D1%8C%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Evgeny_Tyrtyshnikov", webpage_rus: "http://www.ras.ru/win/db/show_per.asp?P=.id-5181.ln-ru.dl-.pr-inf.uk-12", group:3, }, { lname_rus: "Янечко", fname_rus: "Станислав", fname_eng: "Stanisław", lname_eng: "Janeczko", mathnet_rus: "http://www.mathnet.ru/person52246", mathnet_eng: "http://www.mathnet.ru/eng/person52246", webpage_rus: "https://pages.mini.pw.edu.pl/~janeczkos/", webpage_eng: "https://pages.mini.pw.edu.pl/~janeczkos/", group:3, }, ], }, disabled: 0, }, c2: { name_rus:"Совет МЦМУ МИАН", name_eng:"SIMC Council", data:{ textDescription:{ rus:"", eng:"The SIMC council consists of the director and deputy directors; coordinators of the research directions; representatives of the Program, Educational, and Hiring Committees; and other leading researchers of SIMC.", }, groups: { 1:{ name_rus:"Председатель Наблюдательного совета", name_eng:"", name_short_rus:"председатель", name_short_eng:"сhair", priority:100, }, 2:{ name_rus:"Секретарь Наблюдательного совета", name_eng:"", name_short_rus:"секретарь", name_short_eng:"secretary", priority:10, }, 3:{ name_rus:"Члены Наблюдательного совета", name_eng:"", name_short_rus:"", name_short_eng:"", priority:0, }, }, elements: [ { lname_rus: "Козлов", fname_rus: "Валерий", sname_rus: "Васильевич", fname_eng: "Valery", sname_eng: "Vasilevich", lname_eng: "Kozlov", mathnet_rus: "http://www.mathnet.ru/person8433", mathnet_eng: "http://www.mathnet.ru/eng/person8433", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9A%D0%BE%D0%B7%D0%BB%D0%BE%D0%B2,_%D0%92%D0%B0%D0%BB%D0%B5%D1%80%D0%B8%D0%B9_%D0%92%D0%B0%D1%81%D0%B8%D0%BB%D1%8C%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Valery_Vasilevich_Kozlov", webpage_rus: "http://www.ras.ru/win/db/show_per.asp?P=.id-837.ln-ru", group:1, }, { lname_rus: "Яськов", fname_rus: "Павел", sname_rus: "Андреевич", fname_eng: "Pavel", sname_eng: "Andreevich", lname_eng: "Yaskov", mathnet_rus: "http://www.mathnet.ru/person31976", mathnet_eng: "http://www.mathnet.ru/eng/person31976", group:2, }, { lname_rus: "Бейлинсон", fname_rus: "Александр", sname_rus: "Александрович", fname_eng: "Alexander", lname_eng: "Beilinson", mathnet_rus: "http://www.mathnet.ru/person20602", mathnet_eng: "http://www.mathnet.ru/eng/person20602", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%91%D0%B5%D0%B9%D0%BB%D0%B8%D0%BD%D1%81%D0%BE%D0%BD,_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80%D0%BE%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Alexander_Beilinson", group:3, }, { lname_rus: "Кениг", fname_rus: "Карлос", fname_eng: "Carlos", lname_eng: "Kenig", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9A%D0%B5%D0%BD%D0%B8%D0%B3,_%D0%9A%D0%B0%D1%80%D0%BB%D0%BE%D1%81", wiki_eng: "https://en.wikipedia.org/wiki/Carlos_Kenig", webpage_rus: "https://www.math.uchicago.edu/~cek/", webpage_eng: "https://www.math.uchicago.edu/~cek/", group:3, }, { lname_rus: "Куксин", fname_rus: "Сергей", sname_rus: "Борисович", fname_eng: "Sergei", sname_eng: "Borisovich", lname_eng: "Kuksin", mathnet_rus: "http://www.mathnet.ru/person19490", mathnet_eng: "http://www.mathnet.ru/eng/person19490", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9A%D1%83%D0%BA%D1%81%D0%B8%D0%BD,_%D0%A1%D0%B5%D1%80%D0%B3%D0%B5%D0%B9_%D0%91%D0%BE%D1%80%D0%B8%D1%81%D0%BE%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Sergei_B._Kuksin", webpage_rus: "https://webusers.imj-prg.fr/~sergei.kuksin/", webpage_eng: "https://webusers.imj-prg.fr/~sergei.kuksin/", group:3, }, ], }, disabled: 1, }, c3: { name_rus:"Кадровая комиссия", name_eng:"Hiring Committee", data:{ textDescription:{ rus:"", eng:"The Hiring Committee supervises the hiring process of SIMC. This includes the postdoc positions at Steklov Mathematical Institute supported by SIMC. ", }, groups: { 1:{ name_rus:"Председатель Наблюдательного совета", name_eng:"", name_short_rus:"председатель", name_short_eng:"сhair", priority:100, }, 2:{ name_rus:"Секретарь Наблюдательного совета", name_eng:"", name_short_rus:"секретарь", name_short_eng:"secretary", priority:10, }, 0:{ name_rus:"Члены Наблюдательного совета", name_eng:"", name_short_rus:"", name_short_eng:"", priority:0, }, }, elements: [{ lname_rus: "Козлов", fname_rus: "Валерий", sname_rus: "Васильевич", fname_eng: "Valery", sname_eng: "Vasilevich", lname_eng: "Kozlov", mathnet_rus: "http://www.mathnet.ru/person8433", mathnet_eng: "http://www.mathnet.ru/eng/person8433", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9A%D0%BE%D0%B7%D0%BB%D0%BE%D0%B2,_%D0%92%D0%B0%D0%BB%D0%B5%D1%80%D0%B8%D0%B9_%D0%92%D0%B0%D1%81%D0%B8%D0%BB%D1%8C%D0%B5%D0%B2%D0%B8%D1%87#%D0%A1%D1%81%D1%8B%D0%BB%D0%BA%D0%B8", wiki_eng: "https://en.wikipedia.org/wiki/Valery_Vasilevich_Kozlov", webpage_rus: "http://www.ras.ru/win/db/show_per.asp?P=.id-837.ln-ru", webpage_eng: "http://www.ras.ru/win/db/show_per.asp?P=.id-837.ln-ru", group:1, }, { lname_rus: "Кашин", fname_rus: "Борис", sname_rus: "Сергеевич", fname_eng: "Boris", lname_eng: "Kashin", mathnet_rus: "http://www.mathnet.ru/person18031", mathnet_eng: "http://www.mathnet.ru/eng/person18031", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9A%D0%B0%D1%88%D0%B8%D0%BD,_%D0%91%D0%BE%D1%80%D0%B8%D1%81_%D0%A1%D0%B5%D1%80%D0%B3%D0%B5%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Boris_Kashin", webpage_rus: "https://homepage.mi-ras.ru/~kashin", webpage_eng: "https://homepage.mi-ras.ru/~kashin", }, { lname_rus: "Немировский", fname_rus: "Стефан", sname_rus: "Юрьевич", fname_eng: "Stefan", lname_eng: "Nemirovski", mathnet_rus: "http://www.mathnet.ru/person8909", mathnet_eng: "http://www.mathnet.ru/eng/person8909", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9D%D0%B5%D0%BC%D0%B8%D1%80%D0%BE%D0%B2%D1%81%D0%BA%D0%B8%D0%B9,_%D0%A1%D1%82%D0%B5%D1%84%D0%B0%D0%BD_%D0%AE%D1%80%D1%8C%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Stefan_Nemirovski", }, { lname_rus: "Орлов", fname_rus: "Дмитрий", sname_rus: "Олегович", fname_eng: "Dmitri", lname_eng: "Orlov", mathnet_rus: "http://www.mathnet.ru/person11896", mathnet_eng: "http://www.mathnet.ru/eng/person11896", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9E%D1%80%D0%BB%D0%BE%D0%B2,_%D0%94%D0%BC%D0%B8%D1%82%D1%80%D0%B8%D0%B9_%D0%9E%D0%BB%D0%B5%D0%B3%D0%BE%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Dmitri_Olegovich_Orlov", }, { lname_rus: "Паршин", fname_rus: "Алексей", sname_rus: "Николаевич", fname_eng: "Alexey", lname_eng: "Parshin", mathnet_rus: "http://www.mathnet.ru/person11177", mathnet_eng: "http://www.mathnet.ru/eng/person11177", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9F%D0%B0%D1%80%D1%88%D0%B8%D0%BD,_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B5%D0%B9_%D0%9D%D0%B8%D0%BA%D0%BE%D0%BB%D0%B0%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Aleksei_Parshin", webpage_rus: "http://www.ras.ru/win/db/show_per.asp?P=.id-46862.ln-ru", webpage_eng: "http://www.ras.ru/win/db/show_per.asp?P=.id-46862.ln-ru", }, { lname_rus: "Славнов", fname_rus: "Никита", sname_rus: "Андреевич", fname_eng: "Nikita", lname_eng: "Slavnov", mathnet_rus: "http://www.mathnet.ru/person18676", mathnet_eng: "http://www.mathnet.ru/eng/person18676", }, { lname_rus: "Васильев", fname_rus: "Виктор", sname_rus: "Анатольевич", fname_eng: "Victor", lname_eng: "Vassiliev", mathnet_rus: "http://www.mathnet.ru/person8413", mathnet_eng: "http://www.mathnet.ru/eng/person8413", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%92%D0%B0%D1%81%D0%B8%D0%BB%D1%8C%D0%B5%D0%B2,_%D0%92%D0%B8%D0%BA%D1%82%D0%BE%D1%80_%D0%90%D0%BD%D0%B0%D1%82%D0%BE%D0%BB%D1%8C%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Victor_Anatolyevich_Vassiliev", webpage_rus: "https://homepage.mi-ras.ru/~vva/", webpage_eng: "https://homepage.mi-ras.ru/~vva/", }, ], }, disabled: 1, }, c4: { name_rus:"Программная комиссия", name_eng:"Program Committee", data:{ textDescription:{ rus:"", eng:"The Program Committee works out the yearly program of events supported by SIMC. It evaluates the applications for support of thematic programs, conferences, seminars, and research visits to SIMC.", }, groups: { 1:{ name_rus:"Председатель Наблюдательного совета", name_eng:"", name_short_rus:"председатель", name_short_eng:"сhair", priority:100, }, 2:{ name_rus:"Секретарь Наблюдательного совета", name_eng:"", name_short_rus:"секретарь", name_short_eng:"secretary", priority:10, }, 0:{ name_rus:"Члены Наблюдательного совета", name_eng:"", name_short_rus:"", name_short_eng:"", priority:0, }, }, elements: [ { lname_rus: "Беклемишев", fname_rus: "Лев", sname_rus: "Дмитриевич", fname_eng: "Lev", lname_eng: "Beklemishev", mathnet_rus: "http://www.mathnet.ru/person17809", mathnet_eng: "http://www.mathnet.ru/eng/person17809", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%91%D0%B5%D0%BA%D0%BB%D0%B5%D0%BC%D0%B8%D1%88%D0%B5%D0%B2,_%D0%9B%D0%B5%D0%B2_%D0%94%D0%BC%D0%B8%D1%82%D1%80%D0%B8%D0%B5%D0%B2%D0%B8%D1%87", webpage_rus: "http://www.mi.ras.ru/~bekl", webpage_eng: "http://www.mi.ras.ru/~bekl", // group: 1, }, { lname_rus: "Куксин", fname_rus: "Сергей", sname_rus: "Борисович", fname_eng: "Sergei", sname_eng: "Borisovich", lname_eng: "Kuksin", mathnet_rus: "http://www.mathnet.ru/person19490", mathnet_eng: "http://www.mathnet.ru/eng/person19490", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9A%D1%83%D0%BA%D1%81%D0%B8%D0%BD,_%D0%A1%D0%B5%D1%80%D0%B3%D0%B5%D0%B9_%D0%91%D0%BE%D1%80%D0%B8%D1%81%D0%BE%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Sergei_B._Kuksin", webpage_rus: "https://webusers.imj-prg.fr/~sergei.kuksin/", webpage_eng: "https://webusers.imj-prg.fr/~sergei.kuksin/", }, { lname_rus: "Немировский", fname_rus: "Стефан", sname_rus: "Юрьевич", fname_eng: "Stefan", lname_eng: "Nemirovski", mathnet_rus: "http://www.mathnet.ru/person8909", mathnet_eng: "http://www.mathnet.ru/eng/person8909", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9D%D0%B5%D0%BC%D0%B8%D1%80%D0%BE%D0%B2%D1%81%D0%BA%D0%B8%D0%B9,_%D0%A1%D1%82%D0%B5%D1%84%D0%B0%D0%BD_%D0%AE%D1%80%D1%8C%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Stefan_Nemirovski", }, { lname_rus: "Орлов", fname_rus: "Дмитрий", sname_rus: "Олегович", fname_eng: "Dmitri", lname_eng: "Orlov", mathnet_rus: "http://www.mathnet.ru/person11896", mathnet_eng: "http://www.mathnet.ru/eng/person11896", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9E%D1%80%D0%BB%D0%BE%D0%B2,_%D0%94%D0%BC%D0%B8%D1%82%D1%80%D0%B8%D0%B9_%D0%9E%D0%BB%D0%B5%D0%B3%D0%BE%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Dmitri_Olegovich_Orlov", }, { lname_rus: "Разборов", fname_rus: "Александр", sname_rus: "Александрович", fname_eng: "Alexander", lname_eng: "Razborov", mathnet_rus: "http://www.mathnet.ru/person8770", mathnet_eng: "http://www.mathnet.ru/eng/person8770", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%A0%D0%B0%D0%B7%D0%B1%D0%BE%D1%80%D0%BE%D0%B2,_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80%D0%BE%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Alexander_Razborov", webpage_rus: "https://people.cs.uchicago.edu/~razborov/", webpage_eng: "https://people.cs.uchicago.edu/~razborov/", }, { lname_rus: "Тахтаджян", fname_rus: "Леон", sname_rus: "Арменович", fname_eng: "Leon", lname_eng: "Takhtajan", mathnet_rus: "http://www.mathnet.ru/person22041", mathnet_eng: "http://www.mathnet.ru/eng/person22041", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%A2%D0%B0%D1%85%D1%82%D0%B0%D0%B4%D0%B6%D1%8F%D0%BD,_%D0%9B%D0%B5%D0%BE%D0%BD_%D0%90%D1%80%D0%BC%D0%B5%D0%BD%D0%BE%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Leon_Takhtajan", webpage_rus: "http://www.math.stonybrook.edu/~leontak/", webpage_eng: "http://www.math.stonybrook.edu/~leontak/", }, { lname_rus: "Трещев", fname_rus: "Дмитрий", sname_rus: "Валерьевич", fname_eng: "Dmitri", lname_eng: "Treschev", mathnet_rus: "http://www.mathnet.ru/person9248", mathnet_eng: "http://www.mathnet.ru/eng/person9248", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%A2%D1%80%D0%B5%D1%89%D1%91%D0%B2,_%D0%94%D0%BC%D0%B8%D1%82%D1%80%D0%B8%D0%B9_%D0%92%D0%B0%D0%BB%D0%B5%D1%80%D1%8C%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Dmitrii_Treschev", webpage_rus: "https://homepage.mi-ras.ru/~treschev/", webpage_eng: "https://homepage.mi-ras.ru/~treschev/", }, { lname_rus: "Васильев", fname_rus: "Виктор", sname_rus: "Анатольевич", fname_eng: "Victor", lname_eng: "Vassiliev", mathnet_rus: "http://www.mathnet.ru/person8413", mathnet_eng: "http://www.mathnet.ru/eng/person8413", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%92%D0%B0%D1%81%D0%B8%D0%BB%D1%8C%D0%B5%D0%B2,_%D0%92%D0%B8%D0%BA%D1%82%D0%BE%D1%80_%D0%90%D0%BD%D0%B0%D1%82%D0%BE%D0%BB%D1%8C%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Victor_Anatolyevich_Vassiliev", webpage_rus: "https://homepage.mi-ras.ru/~vva/", webpage_eng: "https://homepage.mi-ras.ru/~vva/", }, { lname_rus: "Веселов", fname_rus: "Александр", sname_rus: "Петрович", fname_eng: "Alexander", lname_eng: "Veselov", mathnet_rus: "http://www.mathnet.ru/person8949", mathnet_eng: "http://www.mathnet.ru/eng/person8949", }, ], }, disabled: 1, }, c5: { name_rus:"Образовательная комиссия", name_eng:"Educational Committee", data:{ textDescription:{ rus:"", eng:"The Educational Committee supervises all activities of SIMC related to education. This includes semester programs of lecture courses and seminars of SIMC.", }, groups: { 1:{ name_rus:"Председатель Наблюдательного совета", name_eng:"", name_short_rus:"председатель", name_short_eng:"сhair", priority:100, }, 2:{ name_rus:"Секретарь Наблюдательного совета", name_eng:"", name_short_rus:"секретарь", name_short_eng:"secretary", priority:10, }, 0:{ name_rus:"Члены Наблюдательного совета", name_eng:"", name_short_rus:"", name_short_eng:"", priority:0, }, }, elements: [ { lname_rus: "Немировский", fname_rus: "Стефан", sname_rus: "Юрьевич", fname_eng: "Stefan", lname_eng: "Nemirovski", mathnet_rus: "http://www.mathnet.ru/person8909", mathnet_eng: "http://www.mathnet.ru/eng/person8909", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9D%D0%B5%D0%BC%D0%B8%D1%80%D0%BE%D0%B2%D1%81%D0%BA%D0%B8%D0%B9,_%D0%A1%D1%82%D0%B5%D1%84%D0%B0%D0%BD_%D0%AE%D1%80%D1%8C%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Stefan_Nemirovski", group:1, }, { lname_rus: "Кузнецов", fname_rus: "Степан", sname_rus: "Львович", fname_eng: "Stepan", lname_eng: "Kuznetsov", mathnet_rus: "http://www.mathnet.ru/person72238", mathnet_eng: "http://www.mathnet.ru/eng/person72238", webpage_rus: "https://homepage.mi-ras.ru/~sk/", webpage_eng: "https://homepage.mi-ras.ru/~sk/", }, { lname_rus: "Кузнецов", fname_rus: "Александр", sname_rus: "Геннадьевич", fname_eng: "Alexender", lname_eng: "Kuznetsov", mathnet_rus: "http://www.mathnet.ru/person18588", mathnet_eng: "http://www.mathnet.ru/eng/person18588", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9A%D1%83%D0%B7%D0%BD%D0%B5%D1%86%D0%BE%D0%B2,_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80_%D0%93%D0%B5%D0%BD%D0%BD%D0%B0%D0%B4%D1%8C%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Alexander_Kuznetsov_(mathematician)", webpage_rus: "https://homepage.mi-ras.ru/~akuznet/", webpage_eng: "https://homepage.mi-ras.ru/~akuznet/", }, { lname_rus: "Печень", fname_rus: "Александр", sname_rus: "Николаевич", fname_eng: "Alexander", lname_eng: "Pechen", mathnet_rus: "http://www.mathnet.ru/person17991", mathnet_eng: "http://www.mathnet.ru/eng/person17991", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%9F%D0%B5%D1%87%D0%B5%D0%BD%D1%8C,_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80_%D0%9D%D0%B8%D0%BA%D0%BE%D0%BB%D0%B0%D0%B5%D0%B2%D0%B8%D1%87", wiki_eng: "https://en.wikipedia.org/wiki/Alexander_Pechen", }, { lname_rus: "Ватутин", fname_rus: "Владимир", sname_rus: "Алексеевич", fname_eng: "Vladimir", lname_eng: "Vatutin", mathnet_rus: "http://www.mathnet.ru/person20403", mathnet_eng: "http://www.mathnet.ru/eng/person20403", wiki_rus: "https://ru.wikipedia.org/wiki/%D0%92%D0%B0%D1%82%D1%83%D1%82%D0%B8%D0%BD,_%D0%92%D0%BB%D0%B0%D0%B4%D0%B8%D0%BC%D0%B8%D1%80_%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B5%D0%B5%D0%B2%D0%B8%D1%87", }, ], }, disabled: 1, }, }, persons_show_letter: null, }, computed:{ show_tab: function(){ return this.show_tab_default[this.lang]; }, }, methods:{ tabShow: function(tn,ifScrollTop=false){ console.log('tabShow: tn='+tn); if(this.show_data[tn].disabled || this.show_data[tn].disabled_l==this.lang){ tn = this.show_tab_default[this.lang]; console.log('tabShow| tn=> default = '+tn); } this.show_tab = tn; // MathJax.Hub.Queue(["Typeset",MathJax.Hub]); let params = new URLSearchParams(window.location.search); params.set('tab',tn); // window.history.replaceState({}, '', `${window.location.pathname}?${params}`); window.history.replaceState({}, '', window.location.pathname+'?'+params); ifScrollTop ? $('html,body').scrollTop(0) : ''; // MathJax.Hub.Queue(["Typeset",MathJax.Hub]); }, // tabShowTest: function(tn){ // console.log('tabShowTest: tn='+tn); // }, fetchData: function () { this.loading = true; // this.requestBlock = true; this.show_data.about.data=this.research_about_arr[this.show_researchid][this.lang]; this.show_data.results.data=this.research_results_arr[this.show_researchid][this.lang]; const httpClient = axios.create(); // httpClient.defaults.timeout = 100; // httpClient.interceptors.request.use(function (config) { // return new Promise(function (resolve) { // // do something async // setTimeout(function () { // config.headers.async = 'promise'; // resolve(config); // }, 5000); // }); // }); console.log('fetchData | /jsdt/GetPapers.phtml'); console.log(new Date().getMilliseconds()); httpClient.get('/jsdt/GetPapers.phtml',{ params:{ orgid:12661, osectorid:this.show_researchid } }) .then(function(response){ this.loading = false; console.log("pr-list-scrollable | response:"); console.log(response); this.show_data.pubs.data = response.data; } .bind(this)) .catch(function(error){ this.loading = false; console.log(error);// console.log(new Date()); this.error = error; }); // const httpClient = axios.create(); console.log('fetchData | /jsdt/GetPersons.phtml'); console.log(new Date().getMilliseconds()); httpClient.get('/jsdt/GetPersons.phtml',{ params:{ orgid:12661, osectorid:this.show_researchid } }) .then(function(response){ this.loading = false; console.log("pr-list-scrollable | response:"); console.log(response); // _show_data.pubs.data = response.data; this.show_data.people.data = response.data; this.show_data.people.data_groupby_letter = this.get_data_groupby_letter(this.show_data.people.data,this.lang); // setTimeout(function() {console.log("done")},5000); console.log( 'this.show_data -- '); console.log( this.show_data); } .bind(this)) .catch(function(error){ this.loading = false; console.log(error);// console.log(new Date()); this.error = error; }); // setTimeout(function() { this.requestBlock = false; }, 10000); // this.loading = false; this.$nextTick(function() { MathJax.Hub.Queue(["Typeset",MathJax.Hub]); }); MathJax.Hub.Queue(["Typeset",MathJax.Hub]); console.log( 'this.show_data'); console.log( this.show_data); }, get_data_groupby_letter: function(data,lang){ console.log('get_data_groupby_letter--proc'); console.log(this.l_all); console.log("this.l_all"); var _data_groupby_letter=[]; let l; for (var i=0;i