{"version":3,"file":"component---src-pages-us-2023-06-08-construction-technology-festival-tsx-dc889438627dde9d863e.js","mappings":"8TACWA,EAAU,iCACVC,EAAW,kCACXC,EAAW,kCACXC,EAAU,iCCuBrB,EAhBwC,SAAC,GAKlC,IAJLC,EAII,EAJJA,UACAC,EAGI,EAHJA,GACAC,EAEI,EAFJA,QACAC,EACI,EADJA,SAEA,OACE,mCACEH,UAAWI,GAAAA,CAAGC,EAAWH,GAAWG,EAAE,MAAMH,GAAYF,GACxDC,GAAIA,GAEHE,K,0FCEP,EAd0D,SAAC,GAGpD,IAFLG,EAEI,EAFJA,KACAH,EACI,EADJA,SAEA,OACE,wBAACI,EAAA,EAAD,CAASP,UCdQ,2CDef,wBAACQ,EAAA,EAAD,KACGF,GAAQ,+BAAKN,UCfJ,wCDewBM,GACjCH,M,8FEuGT,UAjHiD,WAC/C,OACE,gDACE,wBAAC,IAAD,CACEM,MAAM,8CACNC,YAAY,0LAEd,wBAAC,IAAD,CAAkBJ,KAAK,cACrB,wBAAC,IAAD,CAAYK,QAAQ,KAAKC,MAAM,QAA/B,uEAGA,wBAAC,IAAD,CAAYD,QAAQ,SAApB,gGAIA,+BAAKX,UAAWK,EAAAA,IACd,wBAAC,EAAAQ,EAAD,CACEC,MAAO,IACPC,IAAI,gFACJC,IAAI,mCACJP,MAAM,mCACNQ,YAAY,UALd,wBAQF,wBAAC,IAAD,CAAYN,QAAQ,SAApB,ibASA,+BAAKX,UAAWK,EAAAA,IACd,wBAAC,EAAAQ,EAAD,CACEC,MAAO,IACPC,IAAI,gFACJC,IAAI,qCACJP,MAAM,qCACNQ,YAAY,UALd,wBAQF,wBAAC,IAAD,CAAYN,QAAQ,SAApB,2SAOA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,yCAGA,8BAAIX,UAAcK,EAAAA,GAAL,IAAoBA,EAAAA,IAC/B,uFACA,kHAIA,wIAKF,+BAAKL,UAAWK,EAAAA,IACd,wBAAC,EAAAQ,EAAD,CACEC,MAAO,IACPC,IAAI,gFACJC,IAAI,qCACJP,MAAM,qCACNQ,YAAY,UALd,wBAQF,wBAAC,IAAD,CAAYN,QAAQ,SAApB,qNAMA,+BAAKX,UAAWK,EAAAA,IACd,wBAAC,EAAAQ,EAAD,CACEC,MAAO,IACPC,IAAI,gFACJC,IAAI,qCACJP,MAAM,qCACNQ,YAAY,UALd,wBAQF,wBAAC,IAAD,CAAYN,QAAQ,SAApB,8UAOA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,2JAKA,+BAAKX,UAAWK,EAAAA,IACd,wBAAC,EAAAQ,EAAD,CACEC,MAAO,IACPC,IAAI,gFACJC,IAAI,qCACJP,MAAM,qCACNQ,YAAY,UALd,4B,qYC3GH,IAIIC,EAAY,gCAGZC,EAAU,8BACVC,EAAa,iCACbC,EAAa,iCAIbC,EAAiB,qCAGjBC,EAAO,2BAGPC,EAAgB,oCAGhBC,EAAgB,oCAEhBC,EAAe,mCACfC,EAAY,gCACZC,EAAW,+BACXC,EAAmB,uCACnBC,EAAgB,oCAChBC,EAAc,kCACdC,EAAsB,2C","sources":["webpack://sgnl-site/./src/components/Common/Section/Section.module.scss","webpack://sgnl-site/./src/components/Common/Section/index.tsx","webpack://sgnl-site/./src/components/NewsSectionBlock/index.tsx","webpack://sgnl-site/./src/components/NewsSectionBlock/NewsSectionBlock.module.scss","webpack://sgnl-site/./src/pages-us/2023-06-08-construction-technology-festival.tsx","webpack://sgnl-site/./src/pages/news.module.scss"],"sourcesContent":["// extracted by mini-css-extract-plugin\nexport var section = \"Section-module--section--t2Kke\";\nexport var bg_white = \"Section-module--bg_white--K-nBF\";\nexport var bg_light = \"Section-module--bg_light--kwwQL\";\nexport var bg_dark = \"Section-module--bg_dark--vZSrp\";","import React from 'react'\nimport cn from 'classnames'\n\nimport * as s from './Section.module.scss'\n\ninterface SectionProps {\n className?: string\n bgColor?: 'white' | 'light' | 'dark'\n id?: string\n}\n\nconst Section: React.FC = ({\n className,\n id,\n bgColor,\n children,\n}) => {\n return (\n \n {children}\n \n )\n}\n\nexport default Section\n","import React from 'react'\nimport Section from '../Common/Section'\nimport Container from '../Common/Container'\n\nimport * as s from './NewsSectionBlock.module.scss'\n\ninterface NewsSectionBlockProps {\n date?: string\n}\n\nconst NewsSectionBlock: React.FC = ({\n date,\n children,\n}) => {\n return (\n
\n \n {date &&
{date}
}\n {children}\n
\n
\n )\n}\n\nexport default NewsSectionBlock\n","// extracted by mini-css-extract-plugin\nexport var section = \"NewsSectionBlock-module--section--TD9zu\";\nexport var date = \"NewsSectionBlock-module--date--P8Mos\";","import React from 'react'\nimport { StaticImage } from 'gatsby-plugin-image'\nimport SEO from '../components/seo'\nimport NewsSectionBlock from '../components/NewsSectionBlock'\nimport Typography from '../components/Common/Typography'\n\nimport * as s from '../pages/news.module.scss'\n\nconst ConstructionTechnologyFestival: React.FC = () => {\n return (\n <>\n \n \n \n {`SIGNAX presented digital construction\\n processes at ctf 2023 DUBAI`}\n \n \n Annual Construction Technology Festival took place in Conrad hotel,\n Dubai, May, 31- June, 1.\n \n
\n \n
\n \n As usual CTF is one of the biggest industrial conferences devoted to\n digital technologies in construction. It attracted over 600 attendees,\n featuring more than 150 esteemed speakers, and hosting 30+ sponsors\n and exhibitors this year. The main topics were around sustainability;\n opportunities to decrease of human factor at site; digital\n transformation of corporate processes with ERP/PMIS integrations;\n digital twin technologies.\n \n
\n \n
\n \n SIGNAX presented how to ensure proper data management across key\n construction processes such as design & model checking, budget & work\n scope calculations, subcontractor supervision, and how remote project\n control will help organizations make sense of that digital data for\n competitive advantage.\n \n \n The session dealed with 3 key issues:\n \n
    \n
  1. What digital data is & how it is being collected;
  2. \n
  3. \n How it can cover processes and bring radical value to the\n construction site;\n
  4. \n
  5. \n How the unified information center can be created and available for\n all the project participants.\n
  6. \n
\n
\n \n
\n \n SIGNAX stand attracted a big number of innovators from leading\n companies of the region. Many visitors asked how BIM model can be used\n on construction site and found answers in SIGNAX solutions presented\n there.\n \n
\n \n
\n \n Petr Manin, Regional director of SIGNAX, acted as an expert and judge\n of the annual Awards ceremony. More than 20 categories for both:\n companies and individual leaders took place this year at the contest.\n SIGNAX had the honor to congratulate Roshn group, the winner of\n «BIM\\u00A0organization\\u00A0of\\u00A0the\\u00A0year» award.\n \n \n It is a great pleasure for us to participate and play the important\n role in the development of technologies in UAE, Saudi Arabia and whole\n MENA region.\n \n
\n \n
\n
\n \n )\n}\n\nexport default ConstructionTechnologyFestival\n","// extracted by mini-css-extract-plugin\nexport var section = \"news-module--section--g5uoe\";\nexport var maxContent = \"news-module--maxContent--mpYRW\";\nexport var content = \"news-module--content--v60SD\";\nexport var textTitle = \"news-module--textTitle--nitTa\";\nexport var textLists = \"news-module--textLists--IMoga\";\nexport var disc = \"news-module--disc--AqJ0s\";\nexport var auto = \"news-module--auto--u9wuf\";\nexport var decimal = \"news-module--decimal--+OTUr\";\nexport var check_mark = \"news-module--check_mark--P6DHG\";\nexport var imageBlock = \"news-module--imageBlock--TmnyQ\";\nexport var imageText = \"news-module--imageText--DgNcO\";\nexport var imageFullWidth = \"news-module--imageFullWidth--Rg4vs\";\nexport var imageEvent = \"news-module--imageEvent--y9m8O\";\nexport var imageClickable = \"news-module--imageClickable--wN1YK\";\nexport var imageClickable_bottom = \"news-module--imageClickable_bottom--6ol01\";\nexport var brandButtons = \"news-module--brandButtons--Alw1o\";\nexport var text = \"news-module--text--5E1Q6\";\nexport var video = \"news-module--video--6ohKO\";\nexport var videoSize = \"news-module--videoSize--WLsUN\";\nexport var authorWrapper = \"news-module--authorWrapper--pKcye\";\nexport var author = \"news-module--author--F1DUO\";\nexport var special_offer_image = \"news-module--special_offer_image--2F8hV\";\nexport var columnWrapper = \"news-module--columnWrapper--805HQ\";\nexport var boxShadow = \"news-module--boxShadow--zn30v\";\nexport var youtubeVideo = \"news-module--youtubeVideo---NENF\";\nexport var imageWrap = \"news-module--imageWrap--wN+Es\";\nexport var textWrap = \"news-module--textWrap--sagCF\";\nexport var textWrapCentered = \"news-module--textWrapCentered--Gc1WE\";\nexport var margin_top_48 = \"news-module--margin_top_48--icjNV\";\nexport var contentWrap = \"news-module--contentWrap--+JWDB\";\nexport var productLinksWrapper = \"news-module--productLinksWrapper--s8uye\";"],"names":["section","bg_white","bg_light","bg_dark","className","id","bgColor","children","cn","s","date","Section","Container","title","description","variant","color","S","width","src","alt","placeholder","textLists","decimal","check_mark","imageBlock","imageClickable","text","authorWrapper","columnWrapper","youtubeVideo","imageWrap","textWrap","textWrapCentered","margin_top_48","contentWrap","productLinksWrapper"],"sourceRoot":""}