{"version":3,"file":"component---src-pages-us-sources-renewable-energy-for-construction-tsx-3dc31b2d0054f0b618ce.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,8FE+KT,UAzLwD,WACtD,OACE,gDACE,wBAAC,IAAD,CACEM,MAAM,2DACNC,YAAY,wIAEd,wBAAC,IAAD,KACE,wBAAC,IAAD,CAAYC,QAAQ,KAAKC,MAAM,QAA/B,4DAGA,wBAAC,IAAD,CAAYD,QAAQ,SAApB,0ZAQA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,2PAMA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,2YAQA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,8pBAYA,wBAAC,IAAD,CAAYA,QAAQ,KAAKC,MAAM,QAA/B,gBAGA,wBAAC,IAAD,CAAYD,QAAQ,SAApB,yKAKA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,8OAMA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,iIAIA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,kKAKA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,+HAIA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,6KAKA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,iaAQA,+BAAKX,UAAWK,EAAAA,IACd,wBAAC,EAAAQ,EAAD,CACEC,IAAI,kFACJC,IAAI,eACJN,MAAM,eACNO,YAAY,UAJd,wBAOF,wBAAC,IAAD,CAAYL,QAAQ,KAAKC,MAAM,QAA/B,eAGA,wBAAC,IAAD,CAAYD,QAAQ,SAApB,+lBAYA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,oIAIA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,4bASA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,sRAOA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,gVAOA,wBAAC,IAAD,CAAYA,QAAQ,KAAKC,MAAM,QAA/B,wBAGA,wBAAC,IAAD,CAAYD,QAAQ,SAApB,waASA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,qdASA,+BAAKX,UAAWK,EAAAA,IACd,wBAAC,EAAAQ,EAAD,CACEC,IAAI,kFACJC,IAAI,uBACJN,MAAM,uBACNO,YAAY,UAJd,wBAOF,wBAAC,IAAD,CAAYL,QAAQ,SAApB,0VAQA,wBAAC,IAAD,CAAYA,QAAQ,KAAKC,MAAM,QAA/B,cAGA,wBAAC,IAAD,CAAYD,QAAQ,SAApB,iL,qYCtLD,IAIIM,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/sources-renewable-energy-for-construction.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 NewsSectionBlock from '../components/NewsSectionBlock'\nimport SEO from '../components/seo'\nimport Typography from '../components/Common/Typography'\n\nimport * as s from '../pages/news.module.scss'\n\nconst SourcesRenewableEnergyForConstruction: React.FC = () => {\n return (\n <>\n \n \n \n Top 3 sources of renewable energy for construction sites\n \n \n Getting energy from fossil fuels is already outdated and harmful to\n the environment. An alternative to fossil fuels is installations based\n on renewable energy sources, i.e., natural. Renewable energy sources\n are the energy resources of constantly existing natural processes on\n the planet. A characteristic feature of RES is their inexhaustibility,\n or the ability to restore their potential in a short time.\n \n \n Since ancient times, people have tried to use the power of the wind,\n the energy of the sun, and natural sources of heat for their needs.\n However, these attempts were ineffective due to the lack of sufficient\n knowledge, technologies, and materials.\n \n \n Until recently, the simplest and cheapest way to generate electricity\n and heat in the construction industry was considered to be the use of\n fossil sources: coal, oil, and natural gas. But with the annual\n reduction of hydrocarbon reserves on the planet and the rise in the\n cost of their production, it became necessary to use renewable energy\n sources and efficient energy-saving technologies.\n \n \n But since we live in the 21st century and we have enough knowledge, it\n is possible and necessary to develop the construction of stations for\n generating electricity. For the United States, the development of a\n station for the generation of renewable energy sources is very\n important, because the use of energy-saving and energy-efficient\n technologies will save non-renewable energy resources (oil, gas,\n coal), radically improve the environmental situation, as well as\n reduce the cost and simplify the energy supply of remote construction\n sites from network highways. The development of solar, wind and\n hydroelectric industries may become a priority in this direction.\n \n \n Solar energy\n \n \n Solar energy is based on obtaining energy from solar radiation and is\n very promising both for the country as a whole and for the\n construction industry in particular.\n \n \n Solar power plants do not pollute the environment with harmful\n substances. Here, of course, there is a huge potential for solving all\n the problems of world energy. Solar energy is already a serious\n alternative to \"traditional\" energy.\n \n \n How is this type of renewable energy being implemented in the US?\n Volvo makes loaders and excavators powered by solar energy.\n \n \n Such production is a big step towards reducing greenhouse gas\n emissions. After all, it is a heavy construction equipment that is the\n main source of pollution.\n \n \n Green lighting systems can be installed on construction sites. They\n are much more economical than fossil fuel alternatives.\n \n \n Photovoltaic windows are also produced, which reduce greenhouse gas\n emissions. With their help, it is convenient to control the amount of\n light that enters the building.\n \n \n The technology of transparent thermal insulation of buildings and\n solar collectors has been developed here. Thus, large-scale areas have\n been created from the roofs of houses to receive a significant amount\n of energy. On some days, the amount of energy received from solar\n panels by the national power grid exceeds 50% of the daily electricity\n consumption. Even though in the USA it is not always very sunny days.\n \n
\n \n
\n \n Wind Energy\n \n \n The operation of wind farms is based on the use of wind energy to\n generate electricity from wind turbines. Wind turbine blades come in a\n variety of shapes and configurations. The wind energy resource is\n inexhaustible and environmentally friendly, there are no carbon\n dioxide emissions, due to which the greenhouse effect is enhanced.\n There are no additional, auxiliary, or intermediate devices,\n aggregates, and industries operating on fossil fuels. According to the\n conclusion of the Global Wind Energy Council, by 2050, only the\n world's wind energy will reduce annual CO2 emissions by 1.5 billion\n tons.\n \n \n About 60,000 turbines are installed in the United States, which can\n provide the necessary wind energy to all construction sites.\n \n \n The advantages of wind power also get in the possibility of creating\n local energy districts where centralized grid-generating systems are\n located at a considerable distance. This allows you to reduce costs,\n often very high, for laying centralized networks, which is very\n important in remote areas and rural areas. The production of windmills\n is quite cheap, but their power is not very significant and the\n efficiency depends on the weather.\n \n \n The negative is that for the normal efficient operation of a wind\n turbine, a wind speed of 6-7 m/s is required. In the absence of wind\n at construction sites, it is important to have backup sources or\n energy storage devices - batteries, or combined wind-diesel\n installations.\n \n \n In addition, wind farms can interfere with air traffic and radio\n waves. However, modern innovative windmills-rotors are free from these\n shortcomings, they can operate with negligible air movement, and do\n not create harmful ultrasonic and noise effects, which is a definite\n plus for the continuous operation of the construction site.\n \n \n Hydroelectric Energy\n \n \n Hydroelectric power plants convert the mechanical energy of water flow\n into electrical energy through hydraulic turbines that drive\n electrical generators. The hydroelectric power plant has the highest\n efficiency when the flow of waterfalls on the turbine from above. For\n these purposes, a dam is being built that raises the water level in\n the river and concentrates the pressure of water at the location of\n the turbines.\n \n \n The negative is that during the construction of the dam a reservoir is\n formed. Water floods huge areas and irreversibly changes the\n environment. Raising the river level by a dam can cause waterlogging,\n salinity, changes in coastal vegetation, and microclimate. It is\n necessary to single out small hydropower, the advantage of which is\n that it is possible to provide electricity locally to construction\n sites, near which the corresponding water arteries are located.\n \n
\n \n
\n \n Hydroelectric power is not as convenient as solar power, but\n construction crews can get the energy they need from nearby\n hydroelectric power plants rather than just using generators.\n Hydroelectric power is often available where there is no wind power.\n By switching to renewable energy sources, you increase the\n sustainability of the industry.\n \n \n Conclusion\n \n \n The use of renewable energy sources is the best way to eliminate\n harmful emissions from construction sites. Therefore, they should be\n used by all construction companies.\n \n
\n \n )\n}\n\nexport default SourcesRenewableEnergyForConstruction\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","src","alt","placeholder","textLists","decimal","check_mark","imageBlock","imageClickable","text","authorWrapper","columnWrapper","youtubeVideo","imageWrap","textWrap","textWrapCentered","margin_top_48","contentWrap","productLinksWrapper"],"sourceRoot":""}