Skip to content

Commit

Permalink
Merge pull request #364 from ftsrg/new-mit-name
Browse files Browse the repository at this point in the history
Update department name
  • Loading branch information
micskeiz committed Jun 26, 2024
2 parents a7d7ffd + 76e6c32 commit b3a646a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/navbar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { StaticImage } from 'gatsby-plugin-image'
import { Link, useI18next } from 'gatsby-plugin-react-i18next'
import React from 'react'
import AnchorLink from 'react-anchor-link-smooth-scroll'
import { Button, Col, Container, Nav, Navbar, NavDropdown, Row } from 'react-bootstrap'
import { Button, Col, Container, Nav, NavDropdown, Navbar, Row } from 'react-bootstrap'
import { FaFacebookF, FaGithub, FaTwitter } from 'react-icons/fa'
import LanguageToggle from './LanguageToggle'
import NAVBAR_ITEMS from './navbar-items'
Expand Down Expand Up @@ -42,7 +42,7 @@ const NavBar: React.FC<Props> = ({ href }) => {
<a href="https://www.mit.bme.hu" className="small me-3">
<StaticImage
src="../../../static/images/logos/mit.png"
alt="Méréstechnika és Információs Rendszerek Tanszék"
alt="Mesterséges Intelligencia és Rendszertervezés Tanszék"
height={20}
style={{ verticalAlign: 'middle' }}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"home.education.card3.title": "Every year our students perform remarkably on excellence and research scholarships",
"home.education.card3.desc": "Research visits, Rector’s Award, New National Excellence Programme, National Higher Education Scholarship, University and Faculty Scholarships...",
"home.about.p1": "Our main area is the design, verification, and analysis of critical software systems. High quality is not only the overarching attribute of our application domains, but it is in our DNA for research and education.",
"home.about.p2": "Prof. András Pataricza founded the Fault Tolerant Systems Research Group (ftsrg) in 1994 at the Department of Measurement and Information Systems of BME VIK. In the coming decade, ftsrg evolved into an internationally recognized research group in systems modeling, engineering and verification, participating in more than twenty EU-level R&D collaborative projects. From 2019, we continue the traditions of the first 25 years with a new design and the Critical Systems Research Group name while keeping the same „ftsrg” acronym and enthusiasm.",
"home.about.p2": "Prof. András Pataricza founded the Fault Tolerant Systems Research Group (ftsrg) in 1994 at the Department of Artificial Intelligence and Systems Engineering of BME VIK. In the coming decade, ftsrg evolved into an internationally recognized research group in systems modeling, engineering and verification, participating in more than twenty EU-level R&D collaborative projects. From 2019, we continue the traditions of the first 25 years with a new design and the Critical Systems Research Group name while keeping the same „ftsrg” acronym and enthusiasm.",
"home.about.p3": "",
"home.counters.c1.title": "BSc and MSc thesis works",
"home.counters.c2.title": "Student Scientific Reports",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/hu/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"home.education.card3.title": "Hallgatóink minden évben kiválóan szerepelnek a tanulmányi és kutatói pályázatokon, ösztöndíjakon",
"home.education.card3.desc": "Külföldi tanulmányutak, Rektori Különdíj, Új Nemzeti Kiválóság Program, Nemzeti Felsőoktatási Ösztöndíj, Kari és Egyetemi BME Ösztöndíjak...",
"home.about.p1": "Fő területünk a kritikus informatikai rendszerek, folyamatok és platformok tervezése, ellenőrzése és üzemeltetésének támogatása. A magas színvonalat nemcsak a tervezett rendszerekkel szemben várjuk el, hanem a kutatás és oktatás területén is magunkénak valljuk.",
"home.about.p2": "A BME VIK Méréstechnika és Információs Rendszerek Tanszékén működő Hibatűrő Rendszerek Kutatócsoportot (ftsrg) 1994-ben alapította Prof. Pataricza András a hibatűrő számítástechnika kutatására és oktatására. A csoport az azóta eltelt években a rendszermodellezés, tervezés és ellenőrzés nemzetközileg jegyzett kutatócsoportjává vált, húsznál is több európai kutatási és ipari együttműködésben kamatoztatva tudását. 2019-től megújult arculattal, Kritikus Rendszerek Kutatócsoport (Critical Systems Research Group) néven, de a jól bevált „ftsrg” rövidítéssel és mentalitással folytatjuk az első 25 év hagyományait.",
"home.about.p2": "A BME VIK Mesterséges Intelligencia és Rendszertervezés Tanszékén működő Hibatűrő Rendszerek Kutatócsoportot (ftsrg) 1994-ben alapította Prof. Pataricza András a hibatűrő számítástechnika kutatására és oktatására. A csoport az azóta eltelt években a rendszermodellezés, tervezés és ellenőrzés nemzetközileg jegyzett kutatócsoportjává vált, húsznál is több európai kutatási és ipari együttműködésben kamatoztatva tudását. 2019-től megújult arculattal, Kritikus Rendszerek Kutatócsoport (Critical Systems Research Group) néven, de a jól bevált „ftsrg” rövidítéssel és mentalitással folytatjuk az első 25 év hagyományait.",
"home.about.p3": "Bővebben a kutatócsoportról a <0>BME</0> és az <1>Impulzus</1> interjújában olvasható.",
"home.counters.c1.title": "Szakdolgozat és diplomaterv",
"home.counters.c2.title": "TDK és OTDK dolgozat",
Expand Down

0 comments on commit b3a646a

Please sign in to comment.