publications + fixes
This commit is contained in:
parent
3de1464c1c
commit
8cd9e3a3f3
@ -33,7 +33,7 @@
|
||||
"news": "Latest news" },
|
||||
|
||||
"about": {
|
||||
"title": "Group of nuclear physics methods",
|
||||
"title": "Nuclear physics methods group",
|
||||
"descr": "The group was created in 2015 on the basis of the Department of General Physics, MIPT, several laboratories of the INR RAS and with the support of the Laboratory of High Energy Physics, MIPT. The purpose of the creation is the development of methods for conducting and analyzing data from experiments in the field of particle physics and nuclear physics. In addition, members of the group are engaged in the implementation of modern information technologies in experimental physics and education.",
|
||||
"pubs": {
|
||||
"title": "Publications",
|
||||
|
@ -9,8 +9,6 @@ const AboutPage = ({ data }) => {
|
||||
const intl = useIntl()
|
||||
const lang = intl.locale
|
||||
var members = ""
|
||||
console.log(lang)
|
||||
console.log(data)
|
||||
if ( lang==="ru" ) { members = data.ru_members.edges; }
|
||||
else if ( lang==="en" ) { members = data.en_members.edges; }
|
||||
return(
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
content_type: publications
|
||||
title: Публикации
|
||||
title: Publications
|
||||
parent: mipt-npm group
|
||||
published: true
|
||||
language: en
|
||||
@ -8,32 +8,32 @@ language: en
|
||||
|
||||
# 2019
|
||||
|
||||
## Устные пленарные доклады:
|
||||
## Oral plenary lectures
|
||||
|
||||
* Физика элементарных частиц и космология 2018, Михаил Зелёный. Проектирование орбитального детектора солнечных космических лучей. (https://belle.lebedev.ru/conf_mipt_2019/?page_id=616)
|
||||
* Elementary particle physics and cosmology 2018, Mikhail Zelenyy. Design of an orbital detector of solar cosmic rays. (https://belle.lebedev.ru/conf_mipt_2019/?page_id=616)
|
||||
* ACAT-2019, Alexander Nozik, DataForge: declarative approach to scientific data processing automation. (https://indico.cern.ch/event/708041/contributions/3276140/)
|
||||
* ACAT-2019, Alexander Nozik, Kotlin - new language for scientific programming. (https://indico.cern.ch/event/708041/contributions/3276141/)
|
||||
* KotlinConf-2019, Kotlin for science, Alexander Nozik. (https://kotlinconf.com/talks/5-dec/114818)
|
||||
* Nucleus-2019, Almaz Fazliakhmetov, Neutrino interaction with the Ga-Ge system and nuclear resonances
|
||||
* Nucleus-2019, Grigory Koroteev, Decomposition of the charge-exchange strength functions for 76Ge and 74Ge isotopes
|
||||
* AYSS-2019, Alexander Nozik, Kotlin language for science and kmath library. (https://indico.jinr.ru/event/756/session/4/contribution/316)
|
||||
* AYSS-2019, Mikhail Zelenyi, Reactor like TGE model. (https://indico.jinr.ru/event/756/session/16/contribution/325)
|
||||
* AYSS-2019, Mikhail Zelenyy, Reactor like TGE model. (https://indico.jinr.ru/event/756/session/16/contribution/325)
|
||||
* Particle and Cosmology 16th Baksan School on Astroparticle Physics, Egor Stadnichuk, Thundestorms and particle physics. (http://www.inr.ac.ru/~school/)
|
||||
* MEDEX'19, Grigory Koroteev, (https://indico.utef.cvut.cz/indico/event/15/timetable/#20190531.detailed)
|
||||
* TEPA 2019, Egor Stadnichuk, Completely random reactor model. (http://crd.yerphi.am/TEPA_2019)
|
||||
* TEPA 2019, Timur Hamitov, Simulation of VHF signal from RREA. (http://crd.yerphi.am/TEPA_2019)
|
||||
* TEPA 2019, Timur Khamitov, Simulation of VHF signal from RREA. (http://crd.yerphi.am/TEPA_2019)
|
||||
|
||||
|
||||
|
||||
## Публикации:
|
||||
## Publications:
|
||||
|
||||
<table className="table">
|
||||
<tr>
|
||||
<td><strong>Название</strong>
|
||||
<td><strong>Title</strong>
|
||||
</td>
|
||||
<td><strong>Авторы</strong>
|
||||
<td><strong>Authors</strong>
|
||||
</td>
|
||||
<td><strong>Журнал</strong>
|
||||
<td><strong>Journal</strong>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -63,7 +63,7 @@ language: en
|
||||
<tr>
|
||||
<td>Reactor like TGE model
|
||||
</td>
|
||||
<td>Zelenyi, M., Nozik, A., Stadnichuk, E.
|
||||
<td>Zelenyy, M., Nozik, A., Stadnichuk, E.
|
||||
</td>
|
||||
<td>AIP Conference Proceedings
|
||||
</td>
|
||||
@ -95,7 +95,7 @@ language: en
|
||||
<tr>
|
||||
<td>Chemical Composition Analysis for X-Ray Transport Container Scans
|
||||
</td>
|
||||
<td>Zelenaya, A., Zelenyi, M., Turinge, A.A., Nedorezov, V.G.
|
||||
<td>Zelenaya, A., Zelenyy, M., Turinge, A.A., Nedorezov, V.G.
|
||||
</td>
|
||||
<td>Physics of Particles and Nuclei
|
||||
</td>
|
||||
@ -135,7 +135,7 @@ language: en
|
||||
<tr>
|
||||
<td>Designing Proton and Electron Detector for Monitoring Solar Cosmic Rays
|
||||
</td>
|
||||
<td>Zelenyi, M.E., Stadnichuk, E.M., Nozik, A.A., Zimovec, I.V., Kudinov, A.G., Reznikov, I.K.
|
||||
<td>Zelenyy, M.E., Stadnichuk, E.M., Nozik, A.A., Zimovec, I.V., Kudinov, A.G., Reznikov, I.K.
|
||||
</td>
|
||||
<td>Bulletin of the Lebedev Physics Institute
|
||||
</td>
|
||||
@ -144,22 +144,22 @@ language: en
|
||||
|
||||
# 2018
|
||||
|
||||
## Устные пленарные доклады:
|
||||
## Oral plenary reports:
|
||||
|
||||
- Nozik, [Status and perspectives of the Troitsk nu-mass experiment](https://q2018.inr.ac.ru/event/1/contributions/9/). QUARKS-2018, 28.05.2018
|
||||
- Egor Stadnichuk , Mikhail Zelenyi, Alexander Nozik, [Monte Carlo simulation of the Relativistic feedback discharge model (RFDM)](https://www1.yerphi.am/index.php/tepa-2018/183-scientific-program/817-scientific-program), TEPA-2018 (THUNDERSTORMS & ELEMENTARY PARTICLE ACCELERATION),. September 17-20, 2018 Nor Amberd, Armenia
|
||||
- M. Zelenyi, A. Zelenaya, A.A.Turinge, V.G. Nedorezov,[Chemical composition analysis for X-ray transport container scans](http://www.inr.ac.ru/~pnlab/emin2018/), XV International Seminar on Electromagnetic Interactions of Nuclei
|
||||
- Egor Stadnichuk , Mikhail Zelenyy, Alexander Nozik, [Monte Carlo simulation of the Relativistic feedback discharge model (RFDM)](https://www1.yerphi.am/index.php/tepa-2018/183-scientific-program/817-scientific-program), TEPA-2018 (THUNDERSTORMS & ELEMENTARY PARTICLE ACCELERATION),. September 17-20, 2018 Nor Amberd, Armenia
|
||||
- M. Zelenyy, A. Zelenaya, A.A.Turinge, V.G. Nedorezov,[Chemical composition analysis for X-ray transport container scans](http://www.inr.ac.ru/~pnlab/emin2018/), XV International Seminar on Electromagnetic Interactions of Nuclei
|
||||
Moscow, October 08-11, 2018.
|
||||
|
||||
## Публикации:
|
||||
## Publications:
|
||||
|
||||
<table className="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><strong>Название</strong></th>
|
||||
<th><strong>Авторы</strong></th>
|
||||
<th><strong>Название издания</strong></th>
|
||||
<th><strong>Дата публикации</strong></th>
|
||||
<th><strong>Title</strong></th>
|
||||
<th><strong>Authors</strong></th>
|
||||
<th><strong>Publication title</strong></th>
|
||||
<th><strong>Publication date</strong></th>
|
||||
<th><strong>Impact Factor</strong></th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -186,10 +186,10 @@ Moscow, October 08-11, 2018.
|
||||
<td><em>0.3</em></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>_Сечение захвата солнечных нейтрино ядром 76_<em>Ge</em></td>
|
||||
<td><em>Выборов А. К., Инжечик Л. В., Коротеев Г. А., Лютостанский Ю. С., Тихонов В. Н., Фазлиахметов А. Н.</em></td>
|
||||
<td><em>Известия РАН</em></td>
|
||||
<td><em>Принята к публикации</em></td>
|
||||
<td>Cross section of capture of solar neutrinos by a nucleus 76<em>Ge</em></td>
|
||||
<td><em>Vyborov, A.K., Inzhechik, L.V., Koroteev, G.A., Lutostansky, Y.S., Tikhonov, V.N., Fazliakhmetov, A.N.</em></td>
|
||||
<td><em>RAS News</em></td>
|
||||
<td><em>Accepted for publication</em></td>
|
||||
<td><em>0,465</em></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -3,6 +3,7 @@ content_type: publications
|
||||
title: Публикации
|
||||
parent: mipt-npm group
|
||||
published: true
|
||||
language: ru
|
||||
---
|
||||
|
||||
# 2019
|
||||
@ -16,11 +17,11 @@ published: true
|
||||
* Nucleus-2019, Almaz Fazliakhmetov, Neutrino interaction with the Ga-Ge system and nuclear resonances
|
||||
* Nucleus-2019, Grigory Koroteev, Decomposition of the charge-exchange strength functions for 76Ge and 74Ge isotopes
|
||||
* AYSS-2019, Alexander Nozik, Kotlin language for science and kmath library. (https://indico.jinr.ru/event/756/session/4/contribution/316)
|
||||
* AYSS-2019, Mikhail Zelenyi, Reactor like TGE model. (https://indico.jinr.ru/event/756/session/16/contribution/325)
|
||||
* AYSS-2019, Mikhail Zelenyy, Reactor like TGE model. (https://indico.jinr.ru/event/756/session/16/contribution/325)
|
||||
* Particle and Cosmology 16th Baksan School on Astroparticle Physics, Egor Stadnichuk, Thundestorms and particle physics. (http://www.inr.ac.ru/~school/)
|
||||
* MEDEX'19, Grigory Koroteev, (https://indico.utef.cvut.cz/indico/event/15/timetable/#20190531.detailed)
|
||||
* TEPA 2019, Egor Stadnichuk, Completely random reactor model. (http://crd.yerphi.am/TEPA_2019)
|
||||
* TEPA 2019, Timur Hamitov, Simulation of VHF signal from RREA. (http://crd.yerphi.am/TEPA_2019)
|
||||
* TEPA 2019, Timur Khamitov, Simulation of VHF signal from RREA. (http://crd.yerphi.am/TEPA_2019)
|
||||
|
||||
|
||||
|
||||
@ -62,7 +63,7 @@ published: true
|
||||
<tr>
|
||||
<td>Reactor like TGE model
|
||||
</td>
|
||||
<td>Zelenyi, M., Nozik, A., Stadnichuk, E.
|
||||
<td>Zelenyy, M., Nozik, A., Stadnichuk, E.
|
||||
</td>
|
||||
<td>AIP Conference Proceedings
|
||||
</td>
|
||||
@ -94,7 +95,7 @@ published: true
|
||||
<tr>
|
||||
<td>Chemical Composition Analysis for X-Ray Transport Container Scans
|
||||
</td>
|
||||
<td>Zelenaya, A., Zelenyi, M., Turinge, A.A., Nedorezov, V.G.
|
||||
<td>Zelenaya, A., Zelenyy, M., Turinge, A.A., Nedorezov, V.G.
|
||||
</td>
|
||||
<td>Physics of Particles and Nuclei
|
||||
</td>
|
||||
@ -134,7 +135,7 @@ published: true
|
||||
<tr>
|
||||
<td>Designing Proton and Electron Detector for Monitoring Solar Cosmic Rays
|
||||
</td>
|
||||
<td>Zelenyi, M.E., Stadnichuk, E.M., Nozik, A.A., Zimovec, I.V., Kudinov, A.G., Reznikov, I.K.
|
||||
<td>Zelenyy, M.E., Stadnichuk, E.M., Nozik, A.A., Zimovec, I.V., Kudinov, A.G., Reznikov, I.K.
|
||||
</td>
|
||||
<td>Bulletin of the Lebedev Physics Institute
|
||||
</td>
|
||||
@ -146,8 +147,8 @@ published: true
|
||||
## Устные пленарные доклады:
|
||||
|
||||
- Nozik, [Status and perspectives of the Troitsk nu-mass experiment](https://q2018.inr.ac.ru/event/1/contributions/9/). QUARKS-2018, 28.05.2018
|
||||
- Egor Stadnichuk , Mikhail Zelenyi, Alexander Nozik, [Monte Carlo simulation of the Relativistic feedback discharge model (RFDM)](https://www1.yerphi.am/index.php/tepa-2018/183-scientific-program/817-scientific-program), TEPA-2018 (THUNDERSTORMS & ELEMENTARY PARTICLE ACCELERATION),. September 17-20, 2018 Nor Amberd, Armenia
|
||||
- M. Zelenyi, A. Zelenaya, A.A.Turinge, V.G. Nedorezov,[Chemical composition analysis for X-ray transport container scans](http://www.inr.ac.ru/~pnlab/emin2018/), XV International Seminar on Electromagnetic Interactions of Nuclei
|
||||
- Egor Stadnichuk , Mikhail Zelenyy, Alexander Nozik, [Monte Carlo simulation of the Relativistic feedback discharge model (RFDM)](https://www1.yerphi.am/index.php/tepa-2018/183-scientific-program/817-scientific-program), TEPA-2018 (THUNDERSTORMS & ELEMENTARY PARTICLE ACCELERATION),. September 17-20, 2018 Nor Amberd, Armenia
|
||||
- M. Zelenyy, A. Zelenaya, A.A.Turinge, V.G. Nedorezov,[Chemical composition analysis for X-ray transport container scans](http://www.inr.ac.ru/~pnlab/emin2018/), XV International Seminar on Electromagnetic Interactions of Nuclei
|
||||
Moscow, October 08-11, 2018.
|
||||
|
||||
## Публикации:
|
||||
@ -185,7 +186,7 @@ Moscow, October 08-11, 2018.
|
||||
<td><em>0.3</em></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>_Сечение захвата солнечных нейтрино ядром 76_<em>Ge</em></td>
|
||||
<td>Сечение захвата солнечных нейтрино ядром 76<em>Ge</em></td>
|
||||
<td><em>Выборов А. К., Инжечик Л. В., Коротеев Г. А., Лютостанский Ю. С., Тихонов В. Н., Фазлиахметов А. Н.</em></td>
|
||||
<td><em>Известия РАН</em></td>
|
||||
<td><em>Принята к публикации</em></td>
|
||||
|
@ -52,7 +52,6 @@ const IndexPage = ({ data }) => {
|
||||
{ news.map(({node}) => {
|
||||
const title = node.frontmatter.title;
|
||||
const date = node.frontmatter.date;
|
||||
console.log()
|
||||
return (
|
||||
<div className = "card" style={{marginBottom: `15px`, borderRadius: `0px`, boxShadow: `0 2px 2px #A2A2A2`}}>
|
||||
<div className = "card-body">
|
||||
|
@ -1,38 +1,64 @@
|
||||
import React from "react"
|
||||
import { Link, graphql } from "gatsby"
|
||||
import { graphql } from "gatsby"
|
||||
import { FormattedMessage, FormattedHTMLMessage, Link, useIntl, injectIntl } from "gatsby-plugin-intl"
|
||||
import Layout from "../components/layout"
|
||||
import SEO from "../components/seo"
|
||||
|
||||
const PublicationsPage = ({ data }) => (
|
||||
const PublicationsPage = ({ data }) => {
|
||||
const intl = useIntl()
|
||||
const lang = intl.locale
|
||||
var publications = ""
|
||||
if ( lang==="ru" ) { publications = data.ru_publications.edges; }
|
||||
else if ( lang==="en" ) { publications = data.en_publications.edges; }
|
||||
console.log(publications)
|
||||
return(
|
||||
<Layout>
|
||||
<nav aria-label="breadcrumb">
|
||||
<ol className="breadcrumb" style={{margin: 0}}>
|
||||
<li className="breadcrumb-item">
|
||||
<Link to={`./`}>mipt-npm group</Link>
|
||||
</li>
|
||||
<li className="breadcrumb-item active">Публикации</li>
|
||||
</ol>
|
||||
</nav>
|
||||
<SEO lang={lang} title={intl.formatMessage({ id: "title" })} />
|
||||
|
||||
{data.publications.nodes.map(publication =>{
|
||||
{publications.map(({node}) => {
|
||||
const title = node.frontmatter.title
|
||||
return(
|
||||
<p dangerouslySetInnerHTML={{__html: publication.html}}/>
|
||||
<>
|
||||
<nav aria-label="breadcrumb">
|
||||
<ol className="breadcrumb" style={{margin: 0}}>
|
||||
<li className="breadcrumb-item">
|
||||
<Link to={`./`}>mipt-npm group</Link>
|
||||
</li>
|
||||
<li className="breadcrumb-item active">{title}</li>
|
||||
</ol>
|
||||
</nav>
|
||||
<p dangerouslySetInnerHTML={{__html: node.html}}/>
|
||||
</>
|
||||
)
|
||||
})}
|
||||
|
||||
</Layout>
|
||||
)
|
||||
)}
|
||||
|
||||
export default PublicationsPage
|
||||
export default injectIntl(PublicationsPage)
|
||||
|
||||
export const query = graphql`
|
||||
query{
|
||||
publications: allMarkdownRemark(filter: {frontmatter: {content_type: {eq: "publications"}, published: {eq: true}}}){
|
||||
nodes{
|
||||
ru_publications: allMarkdownRemark(filter: {frontmatter: {content_type: {eq: "publications"}, published: {eq: true}, language: {eq: "ru"}}}){
|
||||
edges{
|
||||
node{
|
||||
html
|
||||
frontmatter{
|
||||
language
|
||||
title
|
||||
}
|
||||
}
|
||||
}
|
||||
}}
|
||||
|
||||
en_publications: allMarkdownRemark(filter: {frontmatter: {content_type: {eq: "publications"}, published: {eq: true}, language: {eq: "en"}}}){
|
||||
edges{
|
||||
node{
|
||||
html
|
||||
frontmatter{
|
||||
language
|
||||
title
|
||||
}
|
||||
}
|
||||
}}
|
||||
}
|
||||
`
|
||||
|
Loading…
Reference in New Issue
Block a user