- home
- Search
- Energy Research
- 7. Clean energy
- 1. No poverty
- 8. Economic growth
- Energy Research
- 7. Clean energy
- 1. No poverty
- 8. Economic growth
Research data keyboard_double_arrow_right Dataset 2020 GermanyPublisher:Bielefeld University Authors: Hötte, Kerstin; Pichler, Anton; Lafond, François;#### Note: #### An updated version of these data including data on biofuels and fuels from waste is available [here](https://pub.uni-bielefeld.de/record/2950291). The extended version also offers a package of R-scripts that have been used to reproduce the statistical analysis presented in [Hötte, Pichler, Lafond (2021): The rise of science in low-carbon energy technologies](https://doi.org/10.1016/j.rser.2020.110654). This data publication offers data about low-carbon energy technology (LCET) patents and citations links to the scientific literature. This data publication contains different data sets (in .RData and (long-term archivable) .tsv format). Further information about each data set is provided in more detail below. - "all_papers.RData" : Data on scientific papers from Microsoft Academic Graph (MAG), 3 columns: Paper ID, Paper year, cited (binary 0-1, indicates whether the paper is cited by a patent). - "all_patents.RData" : Data on USPTO utility patents, 6 columns: Patent number, Patent year (grant year), CPC class, Patent date, Patent title, citing_to_science (binary 0-1, indicates whether the patent is citing to science). - "LCET_patents.RData" : Subset of LCET patents, 6 columns: Patent number, Patent year (grant year), Technology type, CPC class, Patent date, Patent title. - "LCET_patent_citations.RData" : Citations from LCET patents to other patents, 2 columns: citing, cited (Patent numbers). - "LCET_subset_with_metainfo_final.RData" : Citations from LCET patents to scientific papers from MAG, complemented by meta-information on patents and papers, 18 columns: Patent number, Paper ID, Patent year, Paper year, Technology type, WoS field, Patent title, Paper title, DOI, Confidence Score, Citation type, Reference type, Journal/ Conf. name, Journal ID, Conference ID, CPC class, Patent date, US patent. ### License and terms of use ### This data is licensed under the CC BY 4.0 license. See: [https://creativecommons.org/licenses/by/4.0/legalcode](https://creativecommons.org/licenses/by/4.0/legalcode) Please find the full license text below. If you want to use the data, do not forget to give appropriate credit by citing this data publication and the following paper. Kerstin Hötte, Anton Pichler, François Lafond: *The rise of science in low-carbon energy technologies*, Renewable and Sustainable Energy Reviews, Volume 139, 2021 [https://doi.org/10.1016/j.rser.2020.110654](https://doi.org/10.1016/j.rser.2020.110654) ### LCET definition and concepts ### LCET are defined by Cooperative Patent Classification (CPC) codes. CPC offers "tags" that are assigned to patents that are useful for the adaptation and mitigation of climate change. LCET are identified by YO2E codes, i.e. that are assigned to technologies that contribute to the "REDUCTION OF GREENHOUSE GAS [GHG] EMISSIONS, RELATED TO ENERGY GENERATION, TRANSMISSION OR DISTRIBUTION". Only the subset of Y02E01 ("Energy generation through renewable energy sources") and Y02E03 ("Energy generation of nuclear origin") technologies are used. 8 different LCET are distinguished: Solar PV, Wind, Solar thermal, Ocean power, Hydroelectric, Geothermal, Nuclear fission and Nuclear fusion. More information about the Y02-tags can be found in: Veefkind, Victor, et al. "A new EPO classification scheme for climate change mitigation technologies." World Patent Information 34.2 (2012): 106-111. DOI: [https://doi.org/10.1016/j.wpi.2011.12.004](https://doi.org/10.1016/j.wpi.2011.12.004) ### Data sources and compilation ### The data was generated by the merge of different data sets. 1.) Patent data from USPTO was downloaded here: https://bulkdata.uspto.gov/ 2.) Complementary data on grant year and patent title was taken from: https://cloud.google.com/blog/products/gcp/google-patents-public-datasets-connecting-public-paid-and-private-patent-data 3.) Citations to science come from the Reliance on Science (RoS) data set https://zenodo.org/record/3685972 (v23, Feb. 24, 2020) DOI: [10.5281/zenodo.3685972](10.5281/zenodo.3685972) The directory ("code") offers the R-scripts that were used to process MAG data and to link it to patent data. The header of the R-scripts offer additional technical information about the subsetting procedures and data retrieval. For more information about the patent data, see: Pichler, A., Lafond, F. & J, F. D. (2020), Technological interdependencies predict innovation dynamics, Working paper pp. 1–33. URL: [https://arxiv.org/abs/2003.00580](https://arxiv.org/abs/2003.00580) For more information about MAG data, see: Marx, Matt, and Aaron Fuegi. "Reliance on science: Worldwide front‐page patent citations to scientific articles." Strategic Management Journal 41.9 (2020): 1572-1594. DOI: [https://doi.org/10.1002/smj.3145](https://doi.org/10.1002/smj.3145) Marx, Matt and Fuegi, Aaron, Reliance on Science: Worldwide Front-Page Patent Citations to Scientific Articles. Boston University Questrom School of Business Research Paper No. 3331686. DOI: [http://dx.doi.org/10.2139/ssrn.3331686 ](http://dx.doi.org/10.2139/ssrn.3331686 ) ### Detailed information about the data ### - "all_papers.RData" : Data on scientific papers from Microsoft Academic Graph (MAG), 3 columns: Paper ID: Unique paper-identifier used by MAG Paper year: Year of publication cited: binary 0-1, indicates whether the paper is cited by a patent, citation links are made in the text body and front-page of the patent, and added by examiners and applicants. - "all_patents.RData" : Data on USPTO utility patents, 6 columns: Patent number: Number given by USPTO. Can be used for manual patent search in http://patft.uspto.gov/netahtml/PTO/srchnum.htm (numeric) Patent year: Year when the patent was granted (numeric) CPC class: Detailed 8-digit CPC code (numeric) Patent date: Exact date of patent granting (numeric) Patent title: Short title (character) citing_to_science: binary 0-1, indicates whether the patent is citing to science as identified by citation links in RoS. (numeric) - "LCET_patents.RData" : Subset of LCET patents, 6 columns: Patent number: (numeric) Patent year: (numeric) Technology type: Short code used to tag 8 different types of LCET (pv, (nuclear) fission, (solar) thermal, (nuclear) fusion, wind, geo(termal), sea (ocean power), hydro) (character) CPC class: Detailed 8-digit CPC code (character) Patent date: (numeric) Patent title: (numeric) - "LCET_patent_citations.RData" : Citations from LCET patents to other patents, 2 columns: citing: Number of citing patent (numeric) cited: Number of cited patent (numeric) - "LCET_subset_with_metainfo_final.RData" : Citations from LCET patents to scientific papers from MAG, complemented by meta-information on patents and papers, 18 columns: Patent number: see above (numeric) Paper ID: see above (numeric) Patent year: see above (numeric) Paper year: see above (numeric) Technology type: see above (character) WoS field: Web of Science field of research, WoS fiels were probabilistically assigned to papers and are used as given by RoS (character) Patent title: see above (character) Paper title: Title of scientific article (character) DOI: Paper DOI if available (character) Confidence Score: Reliability score of citation link (numeric). Links were probabilistically assiged. See Marx and Fuegi 2019 for further detail. Citation type: Indicates whether citation made in text body of patent document or its front page (character) Reference type: Examiner or applicant added citation link (or unknown). (character) Journal/ Conf. name: Name of journal or conference proceeding where the cited paper was published (character) Journal ID: Journal identifier in MAG (numeric) Conference ID: Conference identifier in MAG (numeric) CPC class: see above (character) Patent date: see above (numeric) US patent: binary US-patent indicator as provided by RoS (numeric) #### Note: #### The citation links were probabilistically retrieved. During the analysis, we identified manually some false-positives are removed them from the "LCET_subset_with_metainfo_final.RData" data set. The list is available, too: "list_of_false_positives.tsv" We do not claim to have a perfect coverage but expect a precision of >98% as described by Marx and Fuegi 2019. ### Statistics about the data ### Full data set: - Number of papers in MAG: 179,083,029 - Number of all patents: 10,160,667 - Number of citing patents: 2,058,233 - Number of cited papers: 4,404,088 - Number of citation links from patents to papers: 34,959,193 LCET subset: - Number of LCET patents: 57,530 - Number of citing LCET patents: 16,674 - Number of cited papers: 53,509 - Number of citation links from LCET patents to papers: 151,253 - Number of citation links from LCET patents to other patents: 567,274 Meta-information: Papers: - Publication year, 251 Web-of-Science (WoS) categories, Journal/ conference proceedings name, DOI, Paper title Patents: - Grant year, >250,000 hierarchical CPC classes, 8 LCET types Citation links: - Reference type, citation type, reliability score #### If you have further questions about the data or suggestions, please contact: kerstin.hotte@oxfordmartin.ox.ac.uk ### License issues ### Terms of use of the source data: - Reliance on Science data [https://zenodo.org/record/3685972](https://zenodo.org/record/3685972), Open Data Commons Attribution License (ODC-By) v1.0, https://opendatacommons.org/licenses/by/1.0/ - "Google Patents Public Data” by IFI CLAIMS Patent Services and Google (https://cloud.google.com/blog/products/gcp/google-patents-public-datasets-connecting-public-paid-and-private-patent-data), Creative Commons Attribution 4.0 International License (CC BY 4.0), https://console.cloud.google.com/marketplace/details/google_patents_public_datasets/google-patents-public-data - USPTO patent data (https://bulkdata.uspto.gov/), see: https://bulkdata.uspto.gov/data/2020TermsConditions.docx
https://dx.doi.org/1... arrow_drop_down Publications at Bielefeld UniversityDataset . 2020License: CC BYData sources: Publications at Bielefeld Universityadd ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.4119/unibi/2941555&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu0 citations 0 popularity Average influence Average impulse Average Powered by BIP!
more_vert https://dx.doi.org/1... arrow_drop_down Publications at Bielefeld UniversityDataset . 2020License: CC BYData sources: Publications at Bielefeld Universityadd ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.4119/unibi/2941555&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 2021Publisher:Gdańsk University of Technology Authors: Patryk Błaszczak;doi: 10.34808/fy5z-ad08
The dataset contains the FTIR spectra collected during the electrical measurements DIR-SOFC with LSCNT layer. The SOFC was reduced at 800degC in H2 prior to mesurements. The spectra were collected every 10 min.
add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.34808/fy5z-ad08&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu0 citations 0 popularity Average influence Average impulse Average Powered by BIP!
more_vert add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.34808/fy5z-ad08&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 2023Publisher:EnviDat Authors: Buchmann, Nina; Feigenwinter, Iris; Hörtnagl, Lukas;doi: 10.16904/envidat.429
The Swiss FluxNet Site Davos is a managed subalpine evergreen forest, located on the Seehorn mountain near Davos in the Swiss Alps. The site is dominated by Norway spruce. The tower is owned by the Federal Office for the Environment (FOEN). Ecosystem flux measurements of CO2, H2O (since 1997) as well as CH4 and N2O (since 2016) are performed with the eddy covariance method. In addition to Swiss FluxNet, the site is part of the National Air Pollution Monitoring Network (NABEL), the Long term Forest Ecosystem Research (LWF), the biological drought and growth indicator network (TreeNet) and of ICOS Switzerland (Integrated Carbon Observation System). Since November 2019, the site is an ICOS Class 1 Ecosystem station.Measurements- Ecosystem flux measurements of CO2, H2O vapour (since 1997) as well a CH4 and N2O (since 2016) are performed with the eddy-covariance method. This method is based on measurements of trace gas mixing ratios, using infrared gas analyzers (for CO2, H2O vapor) and laser spectrometers (for CH4 and N2O), combined with wind speed and wind direction measurements, using 3D sonic anemometers. To resolve the short-term turbulent fluctuations in the atmosphere, very fast measurements are needed: we measure at 10-20 Hz, i.e., 10-20 times per second. To assess the energy budget of each ecosystem, also radiation sensors and soil climate profiles are installed at the site.- Sub-canopy eddy fluxes (CO2, H2O, since 2023 also CH4).- Continuous profile concentration and forest floor flux measurement of CO2, H2O, CH4, N2O.- Auxiliary micrometeorology and soil climate measurements.Data availabilityNear real-time flux and meteo data uploaded daily to the ICOS Carbon Portal. Processed flux and meteo data are also available from the European Fluxes Database Cluster and part of Fluxnet2015 dataset.Data policyICOS data license: [https://www.icos-cp.eu/data-services/about-data-portal/data-license](https://www.icos-cp.eu/data-services/about-data-portal/data-license)Detailed site info: [https://www.swissfluxnet.ethz.ch/index.php/sites/ch-dav-davos/site-info-ch-dav/](https://www.swissfluxnet.ethz.ch/index.php/sites/ch-dav-davos/site-info-ch-dav/)
add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.16904/envidat.429&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu0 citations 0 popularity Average influence Average impulse Average Powered by BIP!
more_vert add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.16904/envidat.429&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 2010Publisher:National Renewable Energy Laboratory (NREL), Golden, CO (United States) Authors: Sengupta, M.; Andreas, A.;doi: 10.7799/1052451 , 10.5439/1052451
Seventeen measurement stations in the south western region of the island of Oahu collected data at 1-second intervals over the course of a year. The sensors are located in a 1-kilometer grid and the information then can be used to predict what PV outputs might be at 1-second intervals for medium-sized and large PV systems. This DOE-funded study by NREL supports the Hawaii Clean Energy Initiative (HCEI), a multifaceted program to substantially increase the use of renewable energy in Hawaii.
add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.7799/1052451&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu30 citations 30 popularity Top 10% influence Top 10% impulse Average Powered by BIP!
more_vert add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.7799/1052451&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 2014Publisher:DOE Open Energy Data Initiative (OEDI); National Renewable Energy Laboratory Authors: Sheppy, Michael; Beach, Aaron; Pless, Shanti;doi: 10.25984/1845290
Modern buildings are complex energy systems that must be controlled for energy efficiency. The Research Support Facility (RSF) at the National Renewable Energy Laboratory (NREL) has hundreds of controllers -- computers that communicate with the building's various control systems -- to control the building based on tens of thousands of variables and sensor points. These control strategies were designed for the RSF's systems to efficiently support research activities. Many events that affect energy use cannot be reliably predicted, but certain decisions (such as control strategies) must be made ahead of time. NREL researchers modeled the RSF systems to predict how they might perform. They then monitor these systems to understand how they are actually performing and reacting to the dynamic conditions of weather, occupancy, and maintenance. This submission includes the Energy Model from the RSF Systems Model. Comparing actual performance (metered) with expected performance (modeled) is key to understand corrective actions to ensure performance as originally intended. The Energy Model in this submission was made to model energy usage in the RSF and was compared to actual metered data to verify the model. Measured data and Weather data related to the RSF Systems Model can be found in the "Related Datasets" section of this submission.
add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.25984/1845290&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu0 citations 0 popularity Average influence Average impulse Average Powered by BIP!
more_vert add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.25984/1845290&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 2021Publisher:Mendeley Authors: Paula Castesana (11024216); Melisa Diaz Resquin (11024219); Sabine Darras (11024222); Darío Gómez (11024225); +6 AuthorsPaula Castesana (11024216); Melisa Diaz Resquin (11024219); Sabine Darras (11024222); Darío Gómez (11024225); Claire Granier (11024228); Nicolás Huneeus (11024231); Mauricio Osses Alvarado (11024234); Enrique Puliafito (11024237); Néstor Rojas (11024240); Laura Dawidowski (5765333);PAPILA dataset is a collection of annual emission inventories of reactive gases (CO, NOx, NMVOCs, NH3 and SO2) from anthropogenic sources in South America, for the period 2014–2016. The dataset was developed on the basis of the existing data on the global dataset CAMS-GLOB-ANT v4.1 (developed by joining CEDS trends and EDGARv4.3.2 historical data), enriching it with derived data from locally available emission inventories for Argentina, Chile and Colombia. The inventories are presented as NetCDF4 files, one for each species and year, gridded with a spatial resolution of 0.1° x 0.1° covering the domain 32° W–120° W and 34° N–58° S. Each file contains 12 variables corresponding to the emissions in Tg/y from the following categories, which are organized and denominated using the nomenclature given by CAMS: thermal power plants (ENE); residential and commercial combustion (RES); road transportation (TRO); non-road transportation (TNR); fugitive emissions (FEF); industries (including fuel consumption in manufacturing industries and construction, refineries, industrial processes and solvent and other products use) (IND); agricultural soils (AGS); agriculture livestock (AGL); inland navigation (SHP); international navigation (SHP-INT); waste (including solid waste, wastewater and incineration) (SWD); and the sum of all sectors (SUM).
Mendeley Data arrow_drop_down Smithsonian figshareDataset . 2021License: CC BYData sources: Bielefeld Academic Search Engine (BASE)Smithsonian figshareDataset . 2021License: CC BYData sources: Bielefeld Academic Search Engine (BASE)DANS (Data Archiving and Networked Services)DatasetData sources: DANS (Data Archiving and Networked Services)DANS (Data Archiving and Networked Services)DatasetData sources: DANS (Data Archiving and Networked Services)DANS (Data Archiving and Networked Services)DatasetData sources: DANS (Data Archiving and Networked Services)add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.17632/btf2mz4fhf.2&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu0 citations 0 popularity Average influence Average impulse Average Powered by BIP!
more_vert Mendeley Data arrow_drop_down Smithsonian figshareDataset . 2021License: CC BYData sources: Bielefeld Academic Search Engine (BASE)Smithsonian figshareDataset . 2021License: CC BYData sources: Bielefeld Academic Search Engine (BASE)DANS (Data Archiving and Networked Services)DatasetData sources: DANS (Data Archiving and Networked Services)DANS (Data Archiving and Networked Services)DatasetData sources: DANS (Data Archiving and Networked Services)DANS (Data Archiving and Networked Services)DatasetData sources: DANS (Data Archiving and Networked Services)add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.17632/btf2mz4fhf.2&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 2022Publisher:DataverseNL Authors: Koretsky, Zahar; Hernández Serrano, Pedro; Adekunle, Seun; Dumontier, Michel;doi: 10.34894/q80que
Article Abstract To better allocate funds in the new EU research framework programme Horizon Europe, an assessment of current and past efforts is crucial. In this paper we develop and apply a multi-method qualitative and computational approach to provide a catalogue of climate crisis mitigation technologies on the EU level between 2014 and 2020. Using the approach, we observed no public EU-level funding for multiple technologies prioritised by the EU, such as low-carbon production and use of cement and chemicals, electric battery, and a number of industrial decarbonisation processes. We observed a rising trend in the funding of solar power and onshore wind, the adjacent to them power-to-X technology, as well as recycling. At the same time, the shares of funding into fuel cell, biofuel, demand-side energy management, microgrids, and waste management show a decline trend. With note of the exploratory character of the present paper, we propose that the EU Horizon 2020 funding of clean technologies only partially reflected the expectations of key institutionalised EU actors due to the existence of many non-funded prioritised technologies.
add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.34894/q80que&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu0 citations 0 popularity Average influence Average impulse Average Powered by BIP!
more_vert add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.34894/q80que&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 1466Publisher:Chulalongkorn University Authors: Tanachai Ponken;The suitable conditions for the formation of TiO₂ layer by spray coating technique were investigated for the application of dye-sensitized solar cell. TiO₂ layers were prepared by spray coating technique on 3x3 cm2 ZnO(Al)/SLG substrates. The TiO₂ colloidal solution was prepared from ground TiO₂ powder in acetylacetone and deionized water. The TiO₂ colloidal solution was sprayed on ZnO(Al)/SLG substrate consisting of a very thin sputtered TiO₂ blocking layer. The substrates used in this work were spun at 1800 rpm prior to spraying at room temperature. The as-grown TiO₂ samples were annealed at 450ºC for 1 hour in atmosphere. The characterization tools such as XRD, UV-VIS spectrometer and AFM were used to verify the deposited TiO₂ films for its structural, optical and surface properties, respectively. The counter electrode for the dye-sensitized solar cells in this work was prepared from the electrochemical deposition of Pt on the ZnO(Al)/SLG substrate. The ruthenium 535 bis-TBA dye was used as the sensitizer. The photo-to-current conversion efficiency of the cells was characterized under standard AM 1.5 radiation (100 mW/cm²). The highest efficiency of DSSC was prepared from the TiO₂-blocking-layer (thick ~25 nm), thickness of TiO₂ layer ~13 μm and Degussa TiO₂ P25 which value short circuit current density (Jsc) of approximately 0.368 mA/cm2, open-circuit voltage (Voc) of approximately 730 mV, Fill Factor (FF) 0.59 and efficiency (η) of approximately 0.158%.
add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.14457/cu.the.2009.1955&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu0 citations 0 popularity Average influence Average impulse Average Powered by BIP!
more_vert add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.14457/cu.the.2009.1955&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 2021Publisher:SciELO journals Authors: Orlando Moreira Júnior (7233101); Celso Correia de Souza (5551001);Abstract: The Brazilian solar energy potential presents an annual average considerably high compared with Germany, which receives 40% less radiation than the least sunny place in Brazil and, even so, is at an advanced stage of research and facilities. The cooperation between Brazil and Germany promotes important results for the development of solar energy in the country.
figshare arrow_drop_down Smithsonian figshareDataset . 2020License: CC BYData sources: Bielefeld Academic Search Engine (BASE)add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.6084/m9.figshare.14285448&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu0 citations 0 popularity Average influence Average impulse Average Powered by BIP!
more_vert figshare arrow_drop_down Smithsonian figshareDataset . 2020License: CC BYData sources: Bielefeld Academic Search Engine (BASE)add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.6084/m9.figshare.14285448&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 2013Publisher:Stellenbosch University Authors: Billy De Lange;Data was obtained from a survey conducted by Centre for Renewable and Sustainable Energy Studies at Stellenbosch University on behalf of Eskom.
add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.15493/bea.data.10000065&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu0 citations 0 popularity Average influence Average impulse Average Powered by BIP!
more_vert add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.15493/bea.data.10000065&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu
Research data keyboard_double_arrow_right Dataset 2020 GermanyPublisher:Bielefeld University Authors: Hötte, Kerstin; Pichler, Anton; Lafond, François;#### Note: #### An updated version of these data including data on biofuels and fuels from waste is available [here](https://pub.uni-bielefeld.de/record/2950291). The extended version also offers a package of R-scripts that have been used to reproduce the statistical analysis presented in [Hötte, Pichler, Lafond (2021): The rise of science in low-carbon energy technologies](https://doi.org/10.1016/j.rser.2020.110654). This data publication offers data about low-carbon energy technology (LCET) patents and citations links to the scientific literature. This data publication contains different data sets (in .RData and (long-term archivable) .tsv format). Further information about each data set is provided in more detail below. - "all_papers.RData" : Data on scientific papers from Microsoft Academic Graph (MAG), 3 columns: Paper ID, Paper year, cited (binary 0-1, indicates whether the paper is cited by a patent). - "all_patents.RData" : Data on USPTO utility patents, 6 columns: Patent number, Patent year (grant year), CPC class, Patent date, Patent title, citing_to_science (binary 0-1, indicates whether the patent is citing to science). - "LCET_patents.RData" : Subset of LCET patents, 6 columns: Patent number, Patent year (grant year), Technology type, CPC class, Patent date, Patent title. - "LCET_patent_citations.RData" : Citations from LCET patents to other patents, 2 columns: citing, cited (Patent numbers). - "LCET_subset_with_metainfo_final.RData" : Citations from LCET patents to scientific papers from MAG, complemented by meta-information on patents and papers, 18 columns: Patent number, Paper ID, Patent year, Paper year, Technology type, WoS field, Patent title, Paper title, DOI, Confidence Score, Citation type, Reference type, Journal/ Conf. name, Journal ID, Conference ID, CPC class, Patent date, US patent. ### License and terms of use ### This data is licensed under the CC BY 4.0 license. See: [https://creativecommons.org/licenses/by/4.0/legalcode](https://creativecommons.org/licenses/by/4.0/legalcode) Please find the full license text below. If you want to use the data, do not forget to give appropriate credit by citing this data publication and the following paper. Kerstin Hötte, Anton Pichler, François Lafond: *The rise of science in low-carbon energy technologies*, Renewable and Sustainable Energy Reviews, Volume 139, 2021 [https://doi.org/10.1016/j.rser.2020.110654](https://doi.org/10.1016/j.rser.2020.110654) ### LCET definition and concepts ### LCET are defined by Cooperative Patent Classification (CPC) codes. CPC offers "tags" that are assigned to patents that are useful for the adaptation and mitigation of climate change. LCET are identified by YO2E codes, i.e. that are assigned to technologies that contribute to the "REDUCTION OF GREENHOUSE GAS [GHG] EMISSIONS, RELATED TO ENERGY GENERATION, TRANSMISSION OR DISTRIBUTION". Only the subset of Y02E01 ("Energy generation through renewable energy sources") and Y02E03 ("Energy generation of nuclear origin") technologies are used. 8 different LCET are distinguished: Solar PV, Wind, Solar thermal, Ocean power, Hydroelectric, Geothermal, Nuclear fission and Nuclear fusion. More information about the Y02-tags can be found in: Veefkind, Victor, et al. "A new EPO classification scheme for climate change mitigation technologies." World Patent Information 34.2 (2012): 106-111. DOI: [https://doi.org/10.1016/j.wpi.2011.12.004](https://doi.org/10.1016/j.wpi.2011.12.004) ### Data sources and compilation ### The data was generated by the merge of different data sets. 1.) Patent data from USPTO was downloaded here: https://bulkdata.uspto.gov/ 2.) Complementary data on grant year and patent title was taken from: https://cloud.google.com/blog/products/gcp/google-patents-public-datasets-connecting-public-paid-and-private-patent-data 3.) Citations to science come from the Reliance on Science (RoS) data set https://zenodo.org/record/3685972 (v23, Feb. 24, 2020) DOI: [10.5281/zenodo.3685972](10.5281/zenodo.3685972) The directory ("code") offers the R-scripts that were used to process MAG data and to link it to patent data. The header of the R-scripts offer additional technical information about the subsetting procedures and data retrieval. For more information about the patent data, see: Pichler, A., Lafond, F. & J, F. D. (2020), Technological interdependencies predict innovation dynamics, Working paper pp. 1–33. URL: [https://arxiv.org/abs/2003.00580](https://arxiv.org/abs/2003.00580) For more information about MAG data, see: Marx, Matt, and Aaron Fuegi. "Reliance on science: Worldwide front‐page patent citations to scientific articles." Strategic Management Journal 41.9 (2020): 1572-1594. DOI: [https://doi.org/10.1002/smj.3145](https://doi.org/10.1002/smj.3145) Marx, Matt and Fuegi, Aaron, Reliance on Science: Worldwide Front-Page Patent Citations to Scientific Articles. Boston University Questrom School of Business Research Paper No. 3331686. DOI: [http://dx.doi.org/10.2139/ssrn.3331686 ](http://dx.doi.org/10.2139/ssrn.3331686 ) ### Detailed information about the data ### - "all_papers.RData" : Data on scientific papers from Microsoft Academic Graph (MAG), 3 columns: Paper ID: Unique paper-identifier used by MAG Paper year: Year of publication cited: binary 0-1, indicates whether the paper is cited by a patent, citation links are made in the text body and front-page of the patent, and added by examiners and applicants. - "all_patents.RData" : Data on USPTO utility patents, 6 columns: Patent number: Number given by USPTO. Can be used for manual patent search in http://patft.uspto.gov/netahtml/PTO/srchnum.htm (numeric) Patent year: Year when the patent was granted (numeric) CPC class: Detailed 8-digit CPC code (numeric) Patent date: Exact date of patent granting (numeric) Patent title: Short title (character) citing_to_science: binary 0-1, indicates whether the patent is citing to science as identified by citation links in RoS. (numeric) - "LCET_patents.RData" : Subset of LCET patents, 6 columns: Patent number: (numeric) Patent year: (numeric) Technology type: Short code used to tag 8 different types of LCET (pv, (nuclear) fission, (solar) thermal, (nuclear) fusion, wind, geo(termal), sea (ocean power), hydro) (character) CPC class: Detailed 8-digit CPC code (character) Patent date: (numeric) Patent title: (numeric) - "LCET_patent_citations.RData" : Citations from LCET patents to other patents, 2 columns: citing: Number of citing patent (numeric) cited: Number of cited patent (numeric) - "LCET_subset_with_metainfo_final.RData" : Citations from LCET patents to scientific papers from MAG, complemented by meta-information on patents and papers, 18 columns: Patent number: see above (numeric) Paper ID: see above (numeric) Patent year: see above (numeric) Paper year: see above (numeric) Technology type: see above (character) WoS field: Web of Science field of research, WoS fiels were probabilistically assigned to papers and are used as given by RoS (character) Patent title: see above (character) Paper title: Title of scientific article (character) DOI: Paper DOI if available (character) Confidence Score: Reliability score of citation link (numeric). Links were probabilistically assiged. See Marx and Fuegi 2019 for further detail. Citation type: Indicates whether citation made in text body of patent document or its front page (character) Reference type: Examiner or applicant added citation link (or unknown). (character) Journal/ Conf. name: Name of journal or conference proceeding where the cited paper was published (character) Journal ID: Journal identifier in MAG (numeric) Conference ID: Conference identifier in MAG (numeric) CPC class: see above (character) Patent date: see above (numeric) US patent: binary US-patent indicator as provided by RoS (numeric) #### Note: #### The citation links were probabilistically retrieved. During the analysis, we identified manually some false-positives are removed them from the "LCET_subset_with_metainfo_final.RData" data set. The list is available, too: "list_of_false_positives.tsv" We do not claim to have a perfect coverage but expect a precision of >98% as described by Marx and Fuegi 2019. ### Statistics about the data ### Full data set: - Number of papers in MAG: 179,083,029 - Number of all patents: 10,160,667 - Number of citing patents: 2,058,233 - Number of cited papers: 4,404,088 - Number of citation links from patents to papers: 34,959,193 LCET subset: - Number of LCET patents: 57,530 - Number of citing LCET patents: 16,674 - Number of cited papers: 53,509 - Number of citation links from LCET patents to papers: 151,253 - Number of citation links from LCET patents to other patents: 567,274 Meta-information: Papers: - Publication year, 251 Web-of-Science (WoS) categories, Journal/ conference proceedings name, DOI, Paper title Patents: - Grant year, >250,000 hierarchical CPC classes, 8 LCET types Citation links: - Reference type, citation type, reliability score #### If you have further questions about the data or suggestions, please contact: kerstin.hotte@oxfordmartin.ox.ac.uk ### License issues ### Terms of use of the source data: - Reliance on Science data [https://zenodo.org/record/3685972](https://zenodo.org/record/3685972), Open Data Commons Attribution License (ODC-By) v1.0, https://opendatacommons.org/licenses/by/1.0/ - "Google Patents Public Data” by IFI CLAIMS Patent Services and Google (https://cloud.google.com/blog/products/gcp/google-patents-public-datasets-connecting-public-paid-and-private-patent-data), Creative Commons Attribution 4.0 International License (CC BY 4.0), https://console.cloud.google.com/marketplace/details/google_patents_public_datasets/google-patents-public-data - USPTO patent data (https://bulkdata.uspto.gov/), see: https://bulkdata.uspto.gov/data/2020TermsConditions.docx
https://dx.doi.org/1... arrow_drop_down Publications at Bielefeld UniversityDataset . 2020License: CC BYData sources: Publications at Bielefeld Universityadd ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.4119/unibi/2941555&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu0 citations 0 popularity Average influence Average impulse Average Powered by BIP!
more_vert https://dx.doi.org/1... arrow_drop_down Publications at Bielefeld UniversityDataset . 2020License: CC BYData sources: Publications at Bielefeld Universityadd ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.4119/unibi/2941555&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 2021Publisher:Gdańsk University of Technology Authors: Patryk Błaszczak;doi: 10.34808/fy5z-ad08
The dataset contains the FTIR spectra collected during the electrical measurements DIR-SOFC with LSCNT layer. The SOFC was reduced at 800degC in H2 prior to mesurements. The spectra were collected every 10 min.
add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.34808/fy5z-ad08&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu0 citations 0 popularity Average influence Average impulse Average Powered by BIP!
more_vert add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.34808/fy5z-ad08&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 2023Publisher:EnviDat Authors: Buchmann, Nina; Feigenwinter, Iris; Hörtnagl, Lukas;doi: 10.16904/envidat.429
The Swiss FluxNet Site Davos is a managed subalpine evergreen forest, located on the Seehorn mountain near Davos in the Swiss Alps. The site is dominated by Norway spruce. The tower is owned by the Federal Office for the Environment (FOEN). Ecosystem flux measurements of CO2, H2O (since 1997) as well as CH4 and N2O (since 2016) are performed with the eddy covariance method. In addition to Swiss FluxNet, the site is part of the National Air Pollution Monitoring Network (NABEL), the Long term Forest Ecosystem Research (LWF), the biological drought and growth indicator network (TreeNet) and of ICOS Switzerland (Integrated Carbon Observation System). Since November 2019, the site is an ICOS Class 1 Ecosystem station.Measurements- Ecosystem flux measurements of CO2, H2O vapour (since 1997) as well a CH4 and N2O (since 2016) are performed with the eddy-covariance method. This method is based on measurements of trace gas mixing ratios, using infrared gas analyzers (for CO2, H2O vapor) and laser spectrometers (for CH4 and N2O), combined with wind speed and wind direction measurements, using 3D sonic anemometers. To resolve the short-term turbulent fluctuations in the atmosphere, very fast measurements are needed: we measure at 10-20 Hz, i.e., 10-20 times per second. To assess the energy budget of each ecosystem, also radiation sensors and soil climate profiles are installed at the site.- Sub-canopy eddy fluxes (CO2, H2O, since 2023 also CH4).- Continuous profile concentration and forest floor flux measurement of CO2, H2O, CH4, N2O.- Auxiliary micrometeorology and soil climate measurements.Data availabilityNear real-time flux and meteo data uploaded daily to the ICOS Carbon Portal. Processed flux and meteo data are also available from the European Fluxes Database Cluster and part of Fluxnet2015 dataset.Data policyICOS data license: [https://www.icos-cp.eu/data-services/about-data-portal/data-license](https://www.icos-cp.eu/data-services/about-data-portal/data-license)Detailed site info: [https://www.swissfluxnet.ethz.ch/index.php/sites/ch-dav-davos/site-info-ch-dav/](https://www.swissfluxnet.ethz.ch/index.php/sites/ch-dav-davos/site-info-ch-dav/)
add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.16904/envidat.429&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu0 citations 0 popularity Average influence Average impulse Average Powered by BIP!
more_vert add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.16904/envidat.429&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 2010Publisher:National Renewable Energy Laboratory (NREL), Golden, CO (United States) Authors: Sengupta, M.; Andreas, A.;doi: 10.7799/1052451 , 10.5439/1052451
Seventeen measurement stations in the south western region of the island of Oahu collected data at 1-second intervals over the course of a year. The sensors are located in a 1-kilometer grid and the information then can be used to predict what PV outputs might be at 1-second intervals for medium-sized and large PV systems. This DOE-funded study by NREL supports the Hawaii Clean Energy Initiative (HCEI), a multifaceted program to substantially increase the use of renewable energy in Hawaii.
add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.7799/1052451&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu30 citations 30 popularity Top 10% influence Top 10% impulse Average Powered by BIP!
more_vert add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.7799/1052451&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 2014Publisher:DOE Open Energy Data Initiative (OEDI); National Renewable Energy Laboratory Authors: Sheppy, Michael; Beach, Aaron; Pless, Shanti;doi: 10.25984/1845290
Modern buildings are complex energy systems that must be controlled for energy efficiency. The Research Support Facility (RSF) at the National Renewable Energy Laboratory (NREL) has hundreds of controllers -- computers that communicate with the building's various control systems -- to control the building based on tens of thousands of variables and sensor points. These control strategies were designed for the RSF's systems to efficiently support research activities. Many events that affect energy use cannot be reliably predicted, but certain decisions (such as control strategies) must be made ahead of time. NREL researchers modeled the RSF systems to predict how they might perform. They then monitor these systems to understand how they are actually performing and reacting to the dynamic conditions of weather, occupancy, and maintenance. This submission includes the Energy Model from the RSF Systems Model. Comparing actual performance (metered) with expected performance (modeled) is key to understand corrective actions to ensure performance as originally intended. The Energy Model in this submission was made to model energy usage in the RSF and was compared to actual metered data to verify the model. Measured data and Weather data related to the RSF Systems Model can be found in the "Related Datasets" section of this submission.
add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.25984/1845290&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu0 citations 0 popularity Average influence Average impulse Average Powered by BIP!
more_vert add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.25984/1845290&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 2021Publisher:Mendeley Authors: Paula Castesana (11024216); Melisa Diaz Resquin (11024219); Sabine Darras (11024222); Darío Gómez (11024225); +6 AuthorsPaula Castesana (11024216); Melisa Diaz Resquin (11024219); Sabine Darras (11024222); Darío Gómez (11024225); Claire Granier (11024228); Nicolás Huneeus (11024231); Mauricio Osses Alvarado (11024234); Enrique Puliafito (11024237); Néstor Rojas (11024240); Laura Dawidowski (5765333);PAPILA dataset is a collection of annual emission inventories of reactive gases (CO, NOx, NMVOCs, NH3 and SO2) from anthropogenic sources in South America, for the period 2014–2016. The dataset was developed on the basis of the existing data on the global dataset CAMS-GLOB-ANT v4.1 (developed by joining CEDS trends and EDGARv4.3.2 historical data), enriching it with derived data from locally available emission inventories for Argentina, Chile and Colombia. The inventories are presented as NetCDF4 files, one for each species and year, gridded with a spatial resolution of 0.1° x 0.1° covering the domain 32° W–120° W and 34° N–58° S. Each file contains 12 variables corresponding to the emissions in Tg/y from the following categories, which are organized and denominated using the nomenclature given by CAMS: thermal power plants (ENE); residential and commercial combustion (RES); road transportation (TRO); non-road transportation (TNR); fugitive emissions (FEF); industries (including fuel consumption in manufacturing industries and construction, refineries, industrial processes and solvent and other products use) (IND); agricultural soils (AGS); agriculture livestock (AGL); inland navigation (SHP); international navigation (SHP-INT); waste (including solid waste, wastewater and incineration) (SWD); and the sum of all sectors (SUM).
Mendeley Data arrow_drop_down Smithsonian figshareDataset . 2021License: CC BYData sources: Bielefeld Academic Search Engine (BASE)Smithsonian figshareDataset . 2021License: CC BYData sources: Bielefeld Academic Search Engine (BASE)DANS (Data Archiving and Networked Services)DatasetData sources: DANS (Data Archiving and Networked Services)DANS (Data Archiving and Networked Services)DatasetData sources: DANS (Data Archiving and Networked Services)DANS (Data Archiving and Networked Services)DatasetData sources: DANS (Data Archiving and Networked Services)add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.17632/btf2mz4fhf.2&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu0 citations 0 popularity Average influence Average impulse Average Powered by BIP!
more_vert Mendeley Data arrow_drop_down Smithsonian figshareDataset . 2021License: CC BYData sources: Bielefeld Academic Search Engine (BASE)Smithsonian figshareDataset . 2021License: CC BYData sources: Bielefeld Academic Search Engine (BASE)DANS (Data Archiving and Networked Services)DatasetData sources: DANS (Data Archiving and Networked Services)DANS (Data Archiving and Networked Services)DatasetData sources: DANS (Data Archiving and Networked Services)DANS (Data Archiving and Networked Services)DatasetData sources: DANS (Data Archiving and Networked Services)add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.17632/btf2mz4fhf.2&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 2022Publisher:DataverseNL Authors: Koretsky, Zahar; Hernández Serrano, Pedro; Adekunle, Seun; Dumontier, Michel;doi: 10.34894/q80que
Article Abstract To better allocate funds in the new EU research framework programme Horizon Europe, an assessment of current and past efforts is crucial. In this paper we develop and apply a multi-method qualitative and computational approach to provide a catalogue of climate crisis mitigation technologies on the EU level between 2014 and 2020. Using the approach, we observed no public EU-level funding for multiple technologies prioritised by the EU, such as low-carbon production and use of cement and chemicals, electric battery, and a number of industrial decarbonisation processes. We observed a rising trend in the funding of solar power and onshore wind, the adjacent to them power-to-X technology, as well as recycling. At the same time, the shares of funding into fuel cell, biofuel, demand-side energy management, microgrids, and waste management show a decline trend. With note of the exploratory character of the present paper, we propose that the EU Horizon 2020 funding of clean technologies only partially reflected the expectations of key institutionalised EU actors due to the existence of many non-funded prioritised technologies.
add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.34894/q80que&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu0 citations 0 popularity Average influence Average impulse Average Powered by BIP!
more_vert add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.34894/q80que&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 1466Publisher:Chulalongkorn University Authors: Tanachai Ponken;The suitable conditions for the formation of TiO₂ layer by spray coating technique were investigated for the application of dye-sensitized solar cell. TiO₂ layers were prepared by spray coating technique on 3x3 cm2 ZnO(Al)/SLG substrates. The TiO₂ colloidal solution was prepared from ground TiO₂ powder in acetylacetone and deionized water. The TiO₂ colloidal solution was sprayed on ZnO(Al)/SLG substrate consisting of a very thin sputtered TiO₂ blocking layer. The substrates used in this work were spun at 1800 rpm prior to spraying at room temperature. The as-grown TiO₂ samples were annealed at 450ºC for 1 hour in atmosphere. The characterization tools such as XRD, UV-VIS spectrometer and AFM were used to verify the deposited TiO₂ films for its structural, optical and surface properties, respectively. The counter electrode for the dye-sensitized solar cells in this work was prepared from the electrochemical deposition of Pt on the ZnO(Al)/SLG substrate. The ruthenium 535 bis-TBA dye was used as the sensitizer. The photo-to-current conversion efficiency of the cells was characterized under standard AM 1.5 radiation (100 mW/cm²). The highest efficiency of DSSC was prepared from the TiO₂-blocking-layer (thick ~25 nm), thickness of TiO₂ layer ~13 μm and Degussa TiO₂ P25 which value short circuit current density (Jsc) of approximately 0.368 mA/cm2, open-circuit voltage (Voc) of approximately 730 mV, Fill Factor (FF) 0.59 and efficiency (η) of approximately 0.158%.
add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.14457/cu.the.2009.1955&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu0 citations 0 popularity Average influence Average impulse Average Powered by BIP!
more_vert add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.14457/cu.the.2009.1955&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 2021Publisher:SciELO journals Authors: Orlando Moreira Júnior (7233101); Celso Correia de Souza (5551001);Abstract: The Brazilian solar energy potential presents an annual average considerably high compared with Germany, which receives 40% less radiation than the least sunny place in Brazil and, even so, is at an advanced stage of research and facilities. The cooperation between Brazil and Germany promotes important results for the development of solar energy in the country.
figshare arrow_drop_down Smithsonian figshareDataset . 2020License: CC BYData sources: Bielefeld Academic Search Engine (BASE)add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.6084/m9.figshare.14285448&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu0 citations 0 popularity Average influence Average impulse Average Powered by BIP!
more_vert figshare arrow_drop_down Smithsonian figshareDataset . 2020License: CC BYData sources: Bielefeld Academic Search Engine (BASE)add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.6084/m9.figshare.14285448&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 2013Publisher:Stellenbosch University Authors: Billy De Lange;Data was obtained from a survey conducted by Centre for Renewable and Sustainable Energy Studies at Stellenbosch University on behalf of Eskom.
add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.15493/bea.data.10000065&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu0 citations 0 popularity Average influence Average impulse Average Powered by BIP!
more_vert add ClaimPlease grant OpenAIRE to access and update your ORCID works.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.This Research product is the result of merged Research products in OpenAIRE.
You have already added works in your ORCID record related to the merged Research product.All Research productsarrow_drop_down <script type="text/javascript"> <!-- document.write('<div id="oa_widget"></div>'); document.write('<script type="text/javascript" src="https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=10.15493/bea.data.10000065&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu