{"version":3,"file":"component---src-pages-us-workflow-for-construction-site-tsx-1b6364123bee615c428b.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,mHEsGT,UA/G8C,WAC5C,OACE,gDACE,wBAAC,IAAD,CACEM,MAAM,0DACNC,YAAY,sFAEd,wBAAC,IAAD,CAAkBJ,KAAK,cACrB,wBAAC,IAAD,CAAYK,QAAQ,KAAKC,MAAM,QAA/B,mFAIA,wBAAC,IAAD,CAAYD,QAAQ,SAApB,4GAIA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,+RAOA,+BAAKX,UAAWK,EAAAA,IACd,wBAAC,EAAAQ,EAAD,CACEC,MAAO,IACPC,IAAI,mEACJC,IAAI,wBACJP,MAAM,wBACNQ,YAAY,UALd,uBAOA,wBAAC,IAAD,CAAYN,QAAQ,QAAQC,MAAM,QAAlC,gCAIF,wBAAC,IAAD,CAAYD,QAAQ,SAApB,gZAQA,+BAAKX,UAAWK,EAAAA,IACd,wBAAC,EAAAQ,EAAD,CACEC,MAAO,IACPC,IAAI,mEACJC,IAAI,+DACJP,MAAM,+DACNQ,YAAY,UALd,uBAOA,wBAAC,IAAD,CAAYN,QAAQ,QAAQC,MAAM,QAAlC,uEAIF,wBAAC,IAAD,CAAYD,QAAQ,SAApB,4PAMA,8BAAIX,UAAWI,GAAAA,CAAGC,EAAAA,GAAaA,EAAAA,KAC7B,8FACA,yIAIA,6DAEF,+BAAKL,UAAWK,EAAAA,IACd,wBAAC,EAAAQ,EAAD,CACEC,MAAO,IACPC,IAAI,mEACJC,IAAI,sDACJP,MAAM,sDACNQ,YAAY,UALd,sBAOA,wBAAC,IAAD,CAAYN,QAAQ,QAAQC,MAAM,QAAlC,8DAIF,wBAAC,IAAD,CAAYD,QAAQ,SAApB,+UAOA,+BAAKX,UAAWK,EAAAA,IACd,wBAAC,EAAAQ,EAAD,CACEC,MAAO,IACPC,IAAI,mEACJC,IAAI,8FACJP,MAAM,8FACNQ,YAAY,UALd,uBAOA,wBAAC,IAAD,CAAYN,QAAQ,QAAQC,MAAM,QAAlC,sGAKF,wBAAC,IAAD,CAAYD,QAAQ,SAApB,qJ,qYC7GD,IAIIO,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/workflow-for-construction-site.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 cn from 'classnames'\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 WorkflowForConstructionSite: React.FC = () => {\n return (\n <>\n \n \n \n SIGNAX presented unified data workflow for construction site at CTF\n 2023 Riyadh\n \n \n The annual Construction Technology Festival took place in Crowne Plaza\n Riyadh| RDC Hotel, October 23-24.\n \n \n The event was a big success, attracting over 600 attendees, featuring\n more than 80 speakers, and hosting more than 50 exhibitors. Speakers\n formed 2 conference tracks focused on 4 major themes: Digital &\n Innovative Delivery, Data Intelligence, Sustainability, and\n Smart/Future Cities.\n \n
\n \n \n Fig.1 SIGNAX team and stand\n \n
\n \n SIGNAX presented the future of a digitized job site. It is connected\n not with a single technology that solves the specific customer’s task\n but with the synergy of digital services: laser scanning, drone\n survey, photo 360, and, of course, onsite BIM & cloud CDE that form\n the digital data workflow needed for enhanced collaboration and a\n single source of truth creation for all construction works.\n \n
\n \n \n Fig.2 Petr Manin, Regional director, presenting SIGNAX DOCS module\n \n
\n \n SIGNAX DOCS module was shown for the first time. This brand-new Common\n data environment (CDE) has everything as the leading document flow\n systems: support of DWG and model and office formats; versions,\n issues, viewer, and more. And 3 unique things:\n \n
    \n
  1. SIGNAX DOCS works on the client’s servers, «on-premise»;
  2. \n
  3. \n The mobile version is something incredible with a user-friendly\n interface and working at any place;\n
  4. \n
  5. The cost is just 100$.
  6. \n
\n
\n \n \n Fig.3 SIGNAX Docs is ready to use and has a price of 100$\n \n
\n \n As usual, SIGNAX stand attracted innovators from leading companies in\n Saudi Arabia. Many visitors asked how the BIM model can be used on\n construction site and found answers in SIGNAX solutions presented\n there. SIGNAX made a great number of 1-to-1 meetings with C-level\n stakeholders and is ready to start new projects in the region.\n \n
\n \n \n Fig.4 Each meeting gave a valuable conversation in terms of\n construction site digital development\n \n
\n \n It is a great pleasure for us to participate and play an important\n role in developing technologies in Saudi Arabia and the whole MENA\n region!\n \n
\n \n )\n}\n\nexport default WorkflowForConstructionSite\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":""}