quarks and 404
This commit is contained in:
parent
608431b15f
commit
6f1aa93556
@ -81,5 +81,7 @@
|
||||
"software": {
|
||||
"bc_title": "Software",
|
||||
"title": "Scientific software",
|
||||
"description": "Modern experiments in particle physics are inconceivable without special software, which is required both at the stage of the experiment and data collection, and in processing the results. The development of scientific software is an additional, but significant area of work for the group." }
|
||||
"description": "Modern experiments in particle physics are inconceivable without special software, which is required both at the stage of the experiment and data collection, and in processing the results. The development of scientific software is an additional, but significant area of work for the group." },
|
||||
|
||||
"quarks": "Physics"
|
||||
}
|
||||
|
@ -81,5 +81,7 @@
|
||||
"software": {
|
||||
"bc_title": "Программное обеспечение",
|
||||
"title": "Научное программное обеспечение",
|
||||
"description": "Современные эксперименты в физике частиц немыслимы без специального программного обеспечения, которое требуется как на этапе проведения эксперимента и сбора данных, так и при обработке результатов. Разработка научного программного обеспечения является дополнительным, но существенным направлением работы группы." }
|
||||
"description": "Современные эксперименты в физике частиц немыслимы без специального программного обеспечения, которое требуется как на этапе проведения эксперимента и сбора данных, так и при обработке результатов. Разработка научного программного обеспечения является дополнительным, но существенным направлением работы группы." },
|
||||
|
||||
"quarks": "Физика"
|
||||
}
|
||||
|
@ -1,13 +1,19 @@
|
||||
import React from "react"
|
||||
import Layout from "../components/layout"
|
||||
import { FormattedMessage, useIntl, injectIntl } from "gatsby-plugin-intl"
|
||||
import SEO from "../components/seo"
|
||||
|
||||
const NotFoundPage = () => (
|
||||
const NotFoundPage = () => {
|
||||
const intl = useIntl()
|
||||
const lang = intl.locale
|
||||
return(
|
||||
<Layout>
|
||||
<SEO lang={lang} title={intl.formatMessage({ id: "title" })} />
|
||||
<div style={{minHeight: `95vh`}}>
|
||||
<h1 style={{textAlign: `center`, paddingTop: `300px`}}>404: NOT FOUND</h1>
|
||||
<p style={{textAlign: `center`}}>You just hit a route that doesn't exist.</p>
|
||||
<h1 style={{textAlign: `center`, paddingTop: `300px`}}><FormattedMessage id="notfound.header"/></h1>
|
||||
<p style={{textAlign: `center`}}><FormattedMessage id="notfound.description"/></p>
|
||||
</div>
|
||||
</Layout>
|
||||
)
|
||||
)}
|
||||
|
||||
export default NotFoundPage
|
||||
export default injectIntl(NotFoundPage)
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
content_type: quarks
|
||||
title: Конференция QUARKS-2020
|
||||
title: QUARKS-2020 conferention
|
||||
shortTitle: QUARKS-2020
|
||||
parent: physics
|
||||
published: true
|
||||
@ -8,25 +8,25 @@ language: en
|
||||
---
|
||||
<img src = "/images/pages/Site_thumbnail8.png"> <!--папка /static-->
|
||||
|
||||
# Международный Семинар “QUARKS-2020”
|
||||
# International “QUARKS-2020” Workshop
|
||||
|
||||
С **7 по 13 июня 2020 года** в г. Переславль-Залесский пройдет 21-й Международный семинар по физике высоких энергий “Quarks-2020”. Семинар будет организован при поддержке [Института Ядерных Исследований РАН](http://www.inr.ac.ru/), [Объединенного Института Ядерных Исследований](http://www.jinr.ru/) и [Московского Физико-Технического Института](https://mipt.ru/).
|
||||
From **7th to 13th of June 2020** in the city of Pereslavl-Zalessky the 21st International Seminar on High Energy Physics “Quarks-2020” will be held. The workshop will be organized with the support of [INR RAS](http://www.inr.ac.ru/), [JINR](http://www.jinr.ru/) and [MIPT](https://mipt.ru/).
|
||||
|
||||
Программа Семинара включает пленарные заседания, постерную сессию и секционные обсуждения на следующие темы:
|
||||
The Workshop program includes plenary sessions, a poster session, and breakout discussions on the following topics:
|
||||
|
||||
* физика за пределами Стандартной Модели;
|
||||
* физика нейтрино;
|
||||
* квантовая хромодинамика и сильные взаимодействия;
|
||||
* столкновения тяжелых ионов;
|
||||
* космология и астрофизика частиц;
|
||||
* гравитация и ее модификации;
|
||||
* аспекты математической физики;
|
||||
* некоторые экспериментальные результаты.
|
||||
* physics beyond the Standard Model;
|
||||
* neutrino physics;
|
||||
* quantum chromodynamics and strong interactions;
|
||||
* heavy ion collisions;
|
||||
* cosmology and particle astrophysics;
|
||||
* gravity and its modifications;
|
||||
* aspects of mathematical physics;
|
||||
* some experimental results.
|
||||
|
||||
Кроме того, в этом году планируется провести ряд [тематических заседаний](https://indico.quarks.ru/event/2020/page/41-thematic-sections).
|
||||
In addition, a number of [thematic meetings](https://indico.quarks.ru/event/2020/page/41-thematic-sections) are planned for this year.
|
||||
|
||||
Дополнительная информация доступная на сайте Семинара [quarks.ru](http://quarks.ru). Для участия в Семинаре следует [зарегистрироваться](https://indico.quarks.ru/event/2020/registrations/). Вопросы можно задать по почте [quarks@ms2.inr.ac.ru](mailto:quarks@ms2.inr.ac.ru).
|
||||
Additional information available at Workshop site [quarks.ru](http://quarks.ru). To participate ypu should [register](https://indico.quarks.ru/event/2020/registrations/). Questions can be asked by mail [quarks@ms2.inr.ac.ru](mailto:quarks@ms2.inr.ac.ru).
|
||||
|
||||
Со студентов МФТИ организационный взнос не взимается (проживание надо оплачивать). Есть возможность ограниченной финансовой поддержки активных студентов (обращаться по почте, указанной в разделе [контакты](about).
|
||||
There is no registration fee for MIPT students (accommodation must be paid). There is a possibility of limited financial support for active students (contact by mail indicated in the [contacts](/about) section.
|
||||
|
||||
<img src="/images/pages/Poster_QUARKS_2020.jpeg"/> <!-- папка /static -->
|
||||
<img src="/images/pages/Poster_QUARKS_2020.jpeg"/>
|
@ -4,6 +4,7 @@ title: Конференция QUARKS-2020
|
||||
shortTitle: QUARKS-2020
|
||||
parent: physics
|
||||
published: true
|
||||
language: ru
|
||||
---
|
||||
<img src = "/images/pages/Site_thumbnail8.png"> <!--папка /static-->
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
import React from "react"
|
||||
import Layout from "../components/layout"
|
||||
import { FormattedMessage, FormattedHTMLMessage, Link, useIntl, injectIntl } from "gatsby-plugin-intl"
|
||||
import { FormattedMessage, useIntl, injectIntl } from "gatsby-plugin-intl"
|
||||
import "../styles/main.css"
|
||||
///------------------------------------------------------
|
||||
import mipt_logo from "../images/partners/mipt_logo.jpg"
|
||||
|
@ -1,6 +1,6 @@
|
||||
import React from "react"
|
||||
import { graphql } from "gatsby"
|
||||
import { FormattedMessage, FormattedHTMLMessage, Link, useIntl, injectIntl } from "gatsby-plugin-intl"
|
||||
import { Link, useIntl, injectIntl } from "gatsby-plugin-intl"
|
||||
import Layout from "../components/layout"
|
||||
import SEO from "../components/seo"
|
||||
|
||||
|
@ -1,37 +1,59 @@
|
||||
import React from "react"
|
||||
import { Link, graphql } from "gatsby"
|
||||
import { graphql } from "gatsby"
|
||||
import Layout from "../components/layout"
|
||||
import { FormattedMessage, Link, useIntl, injectIntl } from "gatsby-plugin-intl"
|
||||
|
||||
const QuarksPage = ({ data }) => (
|
||||
import SEO from "../components/seo"
|
||||
|
||||
const QuarksPage = ({ data }) => {
|
||||
const intl = useIntl()
|
||||
const lang = intl.locale
|
||||
var pubs = ""
|
||||
if ( lang==="ru" ) { pubs = data.ru_publications.edges; }
|
||||
else if ( lang==="en" ) { pubs = data.en_publications.edges; }
|
||||
return(
|
||||
<Layout>
|
||||
<SEO lang={lang} title={intl.formatMessage({ id: "title" })} />
|
||||
|
||||
<nav aria-label="breadcrumb">
|
||||
<ol className="breadcrumb" style={{margin: 0}}>
|
||||
<li className="breadcrumb-item">
|
||||
<Link to={`./projects/physics`}>Физика</Link>
|
||||
<Link to={`/projects/physics`}><FormattedMessage id="quarks"/></Link>
|
||||
</li>
|
||||
<li className="breadcrumb-item active">QUARKS-2020</li>
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
{data.publications.nodes.map(publication =>{
|
||||
{pubs.map(({node}) =>{
|
||||
return(
|
||||
<p dangerouslySetInnerHTML={{__html: publication.html}}/>
|
||||
<p dangerouslySetInnerHTML={{__html: node.html}}/>
|
||||
)
|
||||
})}
|
||||
</Layout>
|
||||
)
|
||||
)}
|
||||
|
||||
export default QuarksPage
|
||||
export default injectIntl(QuarksPage)
|
||||
|
||||
export const query = graphql`
|
||||
query{
|
||||
publications: allMarkdownRemark(filter: {frontmatter: {content_type: {eq: "quarks"}, published: {eq: true}}}){
|
||||
nodes{
|
||||
ru_publications: allMarkdownRemark(filter: {frontmatter: {content_type: {eq: "quarks"}, published: {eq: true}, language: {eq: "ru"}}}){
|
||||
edges{
|
||||
node{
|
||||
html
|
||||
frontmatter{
|
||||
title
|
||||
}
|
||||
}
|
||||
}
|
||||
}}
|
||||
|
||||
en_publications: allMarkdownRemark(filter: {frontmatter: {content_type: {eq: "quarks"}, published: {eq: true}, language: {eq: "en"}}}){
|
||||
edges{
|
||||
node{
|
||||
html
|
||||
frontmatter{
|
||||
title
|
||||
}
|
||||
}
|
||||
}}
|
||||
}
|
||||
`
|
Loading…
Reference in New Issue
Block a user