- home
- Advanced Search
- Energy Research
- 2021-2025
- 7. Clean energy
- US
- DE
- IT
- Energy Research
- 2021-2025
- 7. Clean energy
- US
- DE
- IT
Research data keyboard_double_arrow_right Dataset 2021 GermanyPublisher:Bielefeld University Authors: Hötte, Kerstin; Lafond, François; Pichler, Anton;This data publication offers updated data about low-carbon energy technology (LCET) patents and citations links to the scientific literature. Compared to a [previous version](https://doi.org/10.4119/unibi/2941555), it also contains data on biofuels and fuels from waste technologies. The updated version also contains the code (R-scripts) that have been used to (1) compile the data and (2) to reproduce the statistical analysis including figures and tables presented in the final paper Hötte, Pichler, Lafond (2021): "The rise of science in low-carbon energy technologies", RSER. DOI: [10.1016/j.rser.2020.110654](10.1016/j.rser.2020.110654). 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. - "patent:citations.RData": Patent citations among all patents (not only LCET), 2 columns: citing, cited (Patent numbers). Moreover, this data publication contains a folder "code" with 2 subfolders: - "R_code_create_data" contains the R-scripts used to create the data sample. - "R_code_plots_and_figures" contains all R-scripts used to make the statistical analyses presented in the text (including figures and tables). Please check the read-me documents in the code folder for further detail. ### 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 Please find the full license text below. If you want to use the data, do not forget to give appropriate credit by citing this article: 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 ### 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 chagen. 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"), Y02E03 ("Energy generation of nuclear origin") and Y02E5 ("Technologies for the production of fuel of non-fossil origin") technologies are used. 10 different LCET are distinguished: Solar PV, Wind, Solar thermal, Ocean power, Hydroelectric, Geothermal, Biofuels, Fuels from waste, 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 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 10 different types of LCET (pv, (nuclear) fission, (solar) thermal, (nuclear) fusion, wind, geo(termal), sea (ocean power), hydro, biofuels, (fuels from) waste) (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 fields 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 assigned. 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) - "patent:citations.RData": Patent citations among all patents (not only LCET), 2 columns: citing: Number of citing patent (numeric) cited: Number of cited patent (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: - #papers in MAG: 179,083,029 - #all patents: 10,160,667 - #citing patents: 2,058,233 - #cited papers: 4,404,088 - #citation links from patents to papers: 34,959,193 LCET subset: - #LCET patents: 65,305 - #citing LCET patents: 22,017 - #cited papers: 103,645 - #citation links from LCET patents to papers: 396,504 Meta-information: Papers: - Publication year, 251 Web-of-Science (WoS) categories, Journal/ conference proceedings name, DOI, Paper title Patents: - Grant year, >240,000 hierarchical CPC classes, 10 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** ### Acknowledgements ### The authors want to thank the Center for Research Data Management of Bielefeld University and in particular Cord Wiljes for excellent support. ### 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 . 2021License: 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/2950291&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu1 citations 1 popularity Average influence Average impulse Average Powered by BIP!
more_vert https://dx.doi.org/1... arrow_drop_down Publications at Bielefeld UniversityDataset . 2021License: 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/2950291&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 2022Publisher:National Renewable Energy Laboratory - Data (NREL-DATA), Golden, CO (United States); National Renewable Energy Laboratory (NREL), Golden, CO (United States) Authors: Chan, Gabriel; Heeter, Jenny; Xu, Kaifeng;doi: 10.7799/1845718
This data set is no longer current – The most current data and all historical data sets can be found at https://data.nrel.gov/submissions/244 This database represents a list of community solar projects identified through various sources as of Dec 2021. The list has been reviewed but errors may exist and the list may not be comprehensive. Errors in the sources e.g. press releases may be duplicated in the list. Blank spaces represent missing information. NREL invites input to improve the database including to - correct erroneous information - add missing projects - fill in missing information - remove inactive projects. Updated information can be submitted to the contact(s) located on the current data set page linked at the top.
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/1845718&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu1 citations 1 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.7799/1845718&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 2021Publisher:DataverseNO Authors: Tosato, Giacomo (ENEX); Artuso, Paolo (National Research Council, Construction Technologies Institute); Minetto, Silvia (National Research Council, Construction Technologies Institute); Rossetti, Antonio (National Research Council, Construction Technologies Institute); +2 AuthorsTosato, Giacomo (ENEX); Artuso, Paolo (National Research Council, Construction Technologies Institute); Minetto, Silvia (National Research Council, Construction Technologies Institute); Rossetti, Antonio (National Research Council, Construction Technologies Institute); Allouche, Yosr (NTNU - Norwegian University of Science and Technology); Banasiak, Krzysztof (Sintef Energy);doi: 10.18710/rvlsdm
This dataset, in the context of the MultiPACK Project, describes the development of a CO2 air/water reversible heat pump, specifically investigating the domestic hot water (DHW) production operating mode. A dynamic model of the heat pump is developed with the software Simcenter Amesim. After validation against experimental data, the numerical model is utilized to predict the performance of the heat pump to varying hot water demand, evaporator air inlet conditions and high-pressure value, leading to the discussion of the optimal control strategy. A paper, based on this dataset, "Experimental and numerical investigation of a transcritical CO2 air/water reversible heat pump: analysis of domestic hot water production (14th Gustav Lorentzen Conference, Kyoto, Japan, 6th- 9th December 2020, DOI:10.18462/iir.gl.2020.1160).
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.18710/rvlsdm&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.18710/rvlsdm&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 2021Publisher:Zenodo Minx, Jan C.; Lamb, William F.; Andrew, Robbie M.; Canadell, Josep G.; Crippa, Monica; Döbbeling, Niklas; Forster, Piers; Guizzardi, Diego; Olivier, Jos; Pongratz, Julia; Reisinger, Andy; Rigby, Matthew; Peters, Glen; Saunois, Marielle; Smith, Steven J.; Solazzo, Efisio; Tian, Hanqin;Comprehensive and reliable information on anthropogenic sources of greenhouse gas emissions is required to track progress towards keeping warming well below 2°C as agreed upon in the Paris Agreement. Here we provide a dataset on anthropogenic GHG emissions 1970-2019 with a broad country and sector coverage. We build the dataset from recent releases from the “Emissions Database for Global Atmospheric Research” (EDGAR) for CO2 emissions from fossil fuel combustion and industry (FFI), CH4 emissions, N2O emissions, and fluorinated gases and use a well-established fast-track method to extend this dataset from 2018 to 2019. We complement this with information on net CO2 emissions from land use, land-use change and forestry (LULUCF) from three available bookkeeping models.
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.5281/zenodo.5548333&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu0 citations 0 popularity Average influence Average impulse Average Powered by BIP!
visibility 3Kvisibility views 3,130 download downloads 1,221 Powered bymore_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.5281/zenodo.5548333&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 2021Publisher:Zenodo Authors: S��sser, Diana; al Rakouki, Housam; Lilliestam, Johan;QTDIAN - Quantification of Technological DIffusion and sociAl constraiNts - is a toolbox of qualitative and quantitative descriptions of socio-technical and political aspects of the energy transition that influence the overall potential, the rate of energy-related technology and service diffusion and the design of the future energy system. The output of QTIDIAN is empirically founded datasets of social and political drivers and barriers of the transition, both in the form of raw data describing past and current developments and manipulated to constitute consistent quantifications of the storylines. Here you can download the data for six QTDIAN themes: Socially feasible scaling of energy technologies Policy preferences & dynamics Barriers to infrastructural development (wind energy, grid development) Citizen energy Private energy demand Further information on the QTDIAN modelling toolbox and the data can be found in the SENTINEL Deliverable 2.3 and Deliverable 2.4: S��sser, D., al Rakouki, H., & Lilliestam, J.(2021). The QTDIAN modelling toolbox���Quantification of social drivers and constraints of the diffusion of energy technologies. Deliverable 2.3. Sustainable Energy Transitions Laboratory (SENTINEL) project. Potsdam: Institute for Advanced Sustainability Studies (IASS). S��sser, D., Pickering, B., Chatterjee, S., Oreggioni, G., Stavrakas, V., & Lilliestam, J.(2021). Integration of socio-technological transition constraints into energy demand and systems models. Deliverable 2.5. Sustainable Energy Transitions Laboratory (SENTINEL) project. Potsdam: Institute for Advanced Sustainability Studies (IASS).
ZENODO arrow_drop_down Smithsonian figshareDataset . 2021License: 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.5281/zenodo.5834010&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu0 citations 0 popularity Average influence Average impulse Average Powered by BIP!
visibility 252visibility views 252 download downloads 85 Powered bymore_vert ZENODO arrow_drop_down Smithsonian figshareDataset . 2021License: 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.5281/zenodo.5834010&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 2023Embargo end date: 03 Apr 2023Publisher:Dryad Dunn, Jessica; Slattery, Margaret; Kendall, Alissa; Ambrose, Hanjiro; Shen, Shuhan;doi: 10.25338/b82w7q
Batteries have the potential to significantly reduce greenhouse gas emissions from on-road transportation. However, environmental and social impacts of producing lithium-ion batteries, particularly cathode materials, and concerns over material criticality are frequently highlighted as barriers to widespread electric vehicle adoption. Circular economy strategies, like reuse and recycling, can reduce impacts and secure regional supplies. To understand the potential for circularity, we undertake a dynamic global material flow analysis of pack-level materials that includes scenario analysis for changing battery cathode chemistries and electric vehicle demand. Results are produced regionwise and through the year 2040 to estimate the potential global and regional circularity of lithium, cobalt, nickel, manganese, iron, aluminum, copper, and graphite, although the analysis is focused on the cathode materials. Under idealized conditions, retired batteries could supply 60% of cobalt, 53% of lithium, 57% of manganese, and 53% of nickel globally in 2040. If the current mix of cathode chemistries evolves to a market dominated by NMC 811, a low cobalt chemistry, there is potential for 85% global circularity of cobalt in 2040. If the market steers away from cathodes containing cobalt, to an LFP-dominated market, cobalt, manganese, and nickel become less relevant and reach circularity before 2040. For each market to benefit from the recovery of secondary materials, recycling and manufacturing infrastructure must be developed in each region. This data was collected through various sources, including from EV Volumes, International Energy Agency, Argonne National Lab, and published articles. A model was created with R to process the data. R is required to open the models.
ZENODO arrow_drop_down Smithsonian figshareDataset . 2021License: CC BY NCData 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.25338/b82w7q&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu0 citations 0 popularity Average influence Average impulse Average Powered by BIP!
visibility 23visibility views 23 download downloads 104 Powered bymore_vert ZENODO arrow_drop_down Smithsonian figshareDataset . 2021License: CC BY NCData 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.25338/b82w7q&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eudescription Publicationkeyboard_double_arrow_right Article , Journal 2021 Hong Kong, China (People's Republic of)Publisher:Elsevier BV Guan, X; Xu, B; Wu, M; Jing, T; Yang, Y; Gao, Y;handle: 10397/102724
Abstract With the rapid advancement in wearable electronics, energy harvesting devices based on triboelectric nanogenerators (TENGs) have been intensively investigated for providing sustainable power supply for them. However, the fabrication of wearable TENGs still remains great challenges, such as flexibility, breathability and washability. Here, a route to develop a new kind of woven-structured triboelectric nanogenerator (WS-TENG) with a facile, low-cost, and scalable electrospinning technique is reported. The WS-TENG is fabricated with commercial stainless-steel yarns wrapped by electrospun polyamide 66 nanofiber and poly(vinylidenefluoride-co-trifluoroethylene) nanofiber, respectively. Triggered by diversified friction materials under a working principle of freestanding mode, the open-circuit voltage, short-circuit current and maximum instantaneous power density from the WS-TENG can reach up to 166 V, 8.5 µA and 93 mW/m2, respectively. By virtue of high flexibility, desirable breathability, washability and excellent durability, the fabricated WS-TENG is demonstrated to be a reliable power textile to light up 58 light-emitting diodes (LED) connected serially, charge commercial capacitors and drive portable electronics. A smart glove with stitched WS-TENGs is made to detect finger motion in different circumstances. The work presents a new approach for self-powered textiles with potential applications in biomechanical energy harvesting, wearable electronics and human motion monitoring.
Hong Kong Polytechni... arrow_drop_down Hong Kong Polytechnic University: PolyU Institutional Repository (PolyU IR)Article . 2023License: CC BY NC NDFull-Text: http://hdl.handle.net/10397/102724Data 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.1016/j.nanoen.2020.105549&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euAccess Routesbronze 179 citations 179 popularity Top 0.1% influence Top 10% impulse Top 0.1% Powered by BIP!
more_vert Hong Kong Polytechni... arrow_drop_down Hong Kong Polytechnic University: PolyU Institutional Repository (PolyU IR)Article . 2023License: CC BY NC NDFull-Text: http://hdl.handle.net/10397/102724Data 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.1016/j.nanoen.2020.105549&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eudescription Publicationkeyboard_double_arrow_right Article , Journal 2021 China (People's Republic of), China (People's Republic of), China (People's Republic of), United StatesPublisher:Elsevier BV Han Li; Zhe Wang; Tianzhen Hong; Andrew Parker; Monica Neukomm;The rapid development of advanced metering infrastructure provides a new data source—building electrical load profiles with high temporal resolution. Electric load profile characterization can generate useful information to enhance building energy modeling and provide metrics to represent patterns and variability of load profiles. Such characterizations can be used to identify changes to building electricity demand due to operations or faulty equipment and controls. In this study, we proposed a two-path approach to analyze high temporal resolution building electrical load profiles: (1) time-domain analysis and (2) frequency-domain analysis. The commonly adopted time-domain analysis can extract and quantify the distribution of key parameters characterizing load shape such as peak-base load ratio and morning rise time, while a frequency-domain analysis can identify major periodic fluctuations and quantify load variability. We implemented and evaluated both paths using whole-year 15-minute interval smart meter data of 188 commercial office building in Northern California. The results from these two paths are consistent with each other and complementary to represent full dynamics of load profiles. The time- and frequency-domain analyses can be used to enhance building energy modeling by: (1) providing more realistic assumptions about building operation schedules, and (2) validating the simulated electric load profiles using the developed variability metrics against the real building load data.
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.1016/j.apenergy.2021.116721&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euAccess RoutesGreen bronze 36 citations 36 popularity Top 10% influence Top 10% impulse Top 1% 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.1016/j.apenergy.2021.116721&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eudescription Publicationkeyboard_double_arrow_right Article 2023Publisher:Emerald Authors: Mubasher Iqbal; Rukhsana Kalim; Shajara Ul-Durar; Arup Varma;Purpose This study aims to consider environmental sustainability, a global challenge under the preview of sustainable development goals, highlighting the significance of knowledge economy in attaining sustainable aggregate demand behavior globally. For this purpose, 155 countries that have data available from 1995 to 2021 were selected. The purpose of selecting these countries is to test the global responsibility of the knowledge economy to attain environmental sustainability. Design/methodology/approach Results are estimated with the help of panel quantile regression. The empirical existence of aggregate demand-based environmental Kuznets curve (EKC) was tested using non-linear tests. Moreover, principal component analysis has been incorporated to construct the knowledge economy index. Findings U-shaped aggregate demand-based EKC at global level is validated. However, environmental deterioration increases with an additional escalation after US$497.945m in aggregate demand. As a determinant, the knowledge economy is reducing CO2 emissions. The knowledge economy has played a significant role in global responsibility, shifting the EKC downward and extending the CO2 reduction phase for every selected country. Further, urbanization, energy intensity, financial development and trade openness significantly deteriorate the environmental quality. Originality/value This study contains the empirical existence of aggregate demand-based EKC. The role of the knowledge economy is examined through an index which is calculated by using four pillars of the knowledge economy (technology, innovations, education and institutions). This study is based on a combined panel of all the countries for which the data was available.
Journal of Global Re... arrow_drop_down Journal of Global ResponsibilityArticle . 2023 . Peer-reviewedLicense: Emerald Insight Site PoliciesData sources: Crossrefadd 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.1108/jgr-02-2023-0018&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 Journal of Global Re... arrow_drop_down Journal of Global ResponsibilityArticle . 2023 . Peer-reviewedLicense: Emerald Insight Site PoliciesData sources: Crossrefadd 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.1108/jgr-02-2023-0018&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eudescription Publicationkeyboard_double_arrow_right Article , Journal 2022Publisher:Elsevier BV Zack Taylor; Benjamin Collins; G. Ivan Maldonado; Robert Salko; Aaron Graham;Abstract Molten salt reactors (MSRs) are a class of next-generation nuclear reactors that have received recent industrial and research interest. A generalized species transport solver was implemented in the Virtual Environment for Reactor Applications (VERA) computing suite to extend this tool to analyze liquid-fueled MSRs. This core simulator has been extended to model the transport of fission product gases into a collection of circulating gas bubbles with the purpose of removing the gases. This paper presents the governing species transport equation, along with various nuclear source terms. Development of the source term for phase migration is discussed, along with a simplified interfacial area tracking method. Finally, a case study on a simplified MSR loop is presented in which modeling parameters were varied to assess their impact on gas removal. The steady state results show that parameters such as bubble diameter, gas injection rate and mass transfer coefficient have a low to moderate effect on the fraction of xenon in the core region. Removal efficiency has the greatest effect on the fraction in the core region. After the pump bowl, bubble diameter has a minor effect on the fraction of xenon in the gas void. These results point out that increasing parameters such as mass transfer coefficient, gas injection rate, and removal efficiency drives the xenon into the circulating gas void, while decreasing bubble diameter also drives xenon into the gas void by increasing interfacial area.
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.1016/j.anucene.2021.108672&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euAccess Routesbronze 15 citations 15 popularity Top 10% influence Top 10% impulse Top 10% 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.1016/j.anucene.2021.108672&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu
Research data keyboard_double_arrow_right Dataset 2021 GermanyPublisher:Bielefeld University Authors: Hötte, Kerstin; Lafond, François; Pichler, Anton;This data publication offers updated data about low-carbon energy technology (LCET) patents and citations links to the scientific literature. Compared to a [previous version](https://doi.org/10.4119/unibi/2941555), it also contains data on biofuels and fuels from waste technologies. The updated version also contains the code (R-scripts) that have been used to (1) compile the data and (2) to reproduce the statistical analysis including figures and tables presented in the final paper Hötte, Pichler, Lafond (2021): "The rise of science in low-carbon energy technologies", RSER. DOI: [10.1016/j.rser.2020.110654](10.1016/j.rser.2020.110654). 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. - "patent:citations.RData": Patent citations among all patents (not only LCET), 2 columns: citing, cited (Patent numbers). Moreover, this data publication contains a folder "code" with 2 subfolders: - "R_code_create_data" contains the R-scripts used to create the data sample. - "R_code_plots_and_figures" contains all R-scripts used to make the statistical analyses presented in the text (including figures and tables). Please check the read-me documents in the code folder for further detail. ### 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 Please find the full license text below. If you want to use the data, do not forget to give appropriate credit by citing this article: 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 ### 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 chagen. 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"), Y02E03 ("Energy generation of nuclear origin") and Y02E5 ("Technologies for the production of fuel of non-fossil origin") technologies are used. 10 different LCET are distinguished: Solar PV, Wind, Solar thermal, Ocean power, Hydroelectric, Geothermal, Biofuels, Fuels from waste, 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 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 10 different types of LCET (pv, (nuclear) fission, (solar) thermal, (nuclear) fusion, wind, geo(termal), sea (ocean power), hydro, biofuels, (fuels from) waste) (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 fields 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 assigned. 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) - "patent:citations.RData": Patent citations among all patents (not only LCET), 2 columns: citing: Number of citing patent (numeric) cited: Number of cited patent (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: - #papers in MAG: 179,083,029 - #all patents: 10,160,667 - #citing patents: 2,058,233 - #cited papers: 4,404,088 - #citation links from patents to papers: 34,959,193 LCET subset: - #LCET patents: 65,305 - #citing LCET patents: 22,017 - #cited papers: 103,645 - #citation links from LCET patents to papers: 396,504 Meta-information: Papers: - Publication year, 251 Web-of-Science (WoS) categories, Journal/ conference proceedings name, DOI, Paper title Patents: - Grant year, >240,000 hierarchical CPC classes, 10 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** ### Acknowledgements ### The authors want to thank the Center for Research Data Management of Bielefeld University and in particular Cord Wiljes for excellent support. ### 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 . 2021License: 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/2950291&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu1 citations 1 popularity Average influence Average impulse Average Powered by BIP!
more_vert https://dx.doi.org/1... arrow_drop_down Publications at Bielefeld UniversityDataset . 2021License: 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/2950291&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 2022Publisher:National Renewable Energy Laboratory - Data (NREL-DATA), Golden, CO (United States); National Renewable Energy Laboratory (NREL), Golden, CO (United States) Authors: Chan, Gabriel; Heeter, Jenny; Xu, Kaifeng;doi: 10.7799/1845718
This data set is no longer current – The most current data and all historical data sets can be found at https://data.nrel.gov/submissions/244 This database represents a list of community solar projects identified through various sources as of Dec 2021. The list has been reviewed but errors may exist and the list may not be comprehensive. Errors in the sources e.g. press releases may be duplicated in the list. Blank spaces represent missing information. NREL invites input to improve the database including to - correct erroneous information - add missing projects - fill in missing information - remove inactive projects. Updated information can be submitted to the contact(s) located on the current data set page linked at the top.
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/1845718&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu1 citations 1 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.7799/1845718&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 2021Publisher:DataverseNO Authors: Tosato, Giacomo (ENEX); Artuso, Paolo (National Research Council, Construction Technologies Institute); Minetto, Silvia (National Research Council, Construction Technologies Institute); Rossetti, Antonio (National Research Council, Construction Technologies Institute); +2 AuthorsTosato, Giacomo (ENEX); Artuso, Paolo (National Research Council, Construction Technologies Institute); Minetto, Silvia (National Research Council, Construction Technologies Institute); Rossetti, Antonio (National Research Council, Construction Technologies Institute); Allouche, Yosr (NTNU - Norwegian University of Science and Technology); Banasiak, Krzysztof (Sintef Energy);doi: 10.18710/rvlsdm
This dataset, in the context of the MultiPACK Project, describes the development of a CO2 air/water reversible heat pump, specifically investigating the domestic hot water (DHW) production operating mode. A dynamic model of the heat pump is developed with the software Simcenter Amesim. After validation against experimental data, the numerical model is utilized to predict the performance of the heat pump to varying hot water demand, evaporator air inlet conditions and high-pressure value, leading to the discussion of the optimal control strategy. A paper, based on this dataset, "Experimental and numerical investigation of a transcritical CO2 air/water reversible heat pump: analysis of domestic hot water production (14th Gustav Lorentzen Conference, Kyoto, Japan, 6th- 9th December 2020, DOI:10.18462/iir.gl.2020.1160).
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.18710/rvlsdm&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.18710/rvlsdm&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 2021Publisher:Zenodo Minx, Jan C.; Lamb, William F.; Andrew, Robbie M.; Canadell, Josep G.; Crippa, Monica; Döbbeling, Niklas; Forster, Piers; Guizzardi, Diego; Olivier, Jos; Pongratz, Julia; Reisinger, Andy; Rigby, Matthew; Peters, Glen; Saunois, Marielle; Smith, Steven J.; Solazzo, Efisio; Tian, Hanqin;Comprehensive and reliable information on anthropogenic sources of greenhouse gas emissions is required to track progress towards keeping warming well below 2°C as agreed upon in the Paris Agreement. Here we provide a dataset on anthropogenic GHG emissions 1970-2019 with a broad country and sector coverage. We build the dataset from recent releases from the “Emissions Database for Global Atmospheric Research” (EDGAR) for CO2 emissions from fossil fuel combustion and industry (FFI), CH4 emissions, N2O emissions, and fluorinated gases and use a well-established fast-track method to extend this dataset from 2018 to 2019. We complement this with information on net CO2 emissions from land use, land-use change and forestry (LULUCF) from three available bookkeeping models.
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.5281/zenodo.5548333&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu0 citations 0 popularity Average influence Average impulse Average Powered by BIP!
visibility 3Kvisibility views 3,130 download downloads 1,221 Powered bymore_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.5281/zenodo.5548333&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 2021Publisher:Zenodo Authors: S��sser, Diana; al Rakouki, Housam; Lilliestam, Johan;QTDIAN - Quantification of Technological DIffusion and sociAl constraiNts - is a toolbox of qualitative and quantitative descriptions of socio-technical and political aspects of the energy transition that influence the overall potential, the rate of energy-related technology and service diffusion and the design of the future energy system. The output of QTIDIAN is empirically founded datasets of social and political drivers and barriers of the transition, both in the form of raw data describing past and current developments and manipulated to constitute consistent quantifications of the storylines. Here you can download the data for six QTDIAN themes: Socially feasible scaling of energy technologies Policy preferences & dynamics Barriers to infrastructural development (wind energy, grid development) Citizen energy Private energy demand Further information on the QTDIAN modelling toolbox and the data can be found in the SENTINEL Deliverable 2.3 and Deliverable 2.4: S��sser, D., al Rakouki, H., & Lilliestam, J.(2021). The QTDIAN modelling toolbox���Quantification of social drivers and constraints of the diffusion of energy technologies. Deliverable 2.3. Sustainable Energy Transitions Laboratory (SENTINEL) project. Potsdam: Institute for Advanced Sustainability Studies (IASS). S��sser, D., Pickering, B., Chatterjee, S., Oreggioni, G., Stavrakas, V., & Lilliestam, J.(2021). Integration of socio-technological transition constraints into energy demand and systems models. Deliverable 2.5. Sustainable Energy Transitions Laboratory (SENTINEL) project. Potsdam: Institute for Advanced Sustainability Studies (IASS).
ZENODO arrow_drop_down Smithsonian figshareDataset . 2021License: 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.5281/zenodo.5834010&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu0 citations 0 popularity Average influence Average impulse Average Powered by BIP!
visibility 252visibility views 252 download downloads 85 Powered bymore_vert ZENODO arrow_drop_down Smithsonian figshareDataset . 2021License: 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.5281/zenodo.5834010&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euResearch data keyboard_double_arrow_right Dataset 2023Embargo end date: 03 Apr 2023Publisher:Dryad Dunn, Jessica; Slattery, Margaret; Kendall, Alissa; Ambrose, Hanjiro; Shen, Shuhan;doi: 10.25338/b82w7q
Batteries have the potential to significantly reduce greenhouse gas emissions from on-road transportation. However, environmental and social impacts of producing lithium-ion batteries, particularly cathode materials, and concerns over material criticality are frequently highlighted as barriers to widespread electric vehicle adoption. Circular economy strategies, like reuse and recycling, can reduce impacts and secure regional supplies. To understand the potential for circularity, we undertake a dynamic global material flow analysis of pack-level materials that includes scenario analysis for changing battery cathode chemistries and electric vehicle demand. Results are produced regionwise and through the year 2040 to estimate the potential global and regional circularity of lithium, cobalt, nickel, manganese, iron, aluminum, copper, and graphite, although the analysis is focused on the cathode materials. Under idealized conditions, retired batteries could supply 60% of cobalt, 53% of lithium, 57% of manganese, and 53% of nickel globally in 2040. If the current mix of cathode chemistries evolves to a market dominated by NMC 811, a low cobalt chemistry, there is potential for 85% global circularity of cobalt in 2040. If the market steers away from cathodes containing cobalt, to an LFP-dominated market, cobalt, manganese, and nickel become less relevant and reach circularity before 2040. For each market to benefit from the recovery of secondary materials, recycling and manufacturing infrastructure must be developed in each region. This data was collected through various sources, including from EV Volumes, International Energy Agency, Argonne National Lab, and published articles. A model was created with R to process the data. R is required to open the models.
ZENODO arrow_drop_down Smithsonian figshareDataset . 2021License: CC BY NCData 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.25338/b82w7q&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu0 citations 0 popularity Average influence Average impulse Average Powered by BIP!
visibility 23visibility views 23 download downloads 104 Powered bymore_vert ZENODO arrow_drop_down Smithsonian figshareDataset . 2021License: CC BY NCData 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.25338/b82w7q&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eudescription Publicationkeyboard_double_arrow_right Article , Journal 2021 Hong Kong, China (People's Republic of)Publisher:Elsevier BV Guan, X; Xu, B; Wu, M; Jing, T; Yang, Y; Gao, Y;handle: 10397/102724
Abstract With the rapid advancement in wearable electronics, energy harvesting devices based on triboelectric nanogenerators (TENGs) have been intensively investigated for providing sustainable power supply for them. However, the fabrication of wearable TENGs still remains great challenges, such as flexibility, breathability and washability. Here, a route to develop a new kind of woven-structured triboelectric nanogenerator (WS-TENG) with a facile, low-cost, and scalable electrospinning technique is reported. The WS-TENG is fabricated with commercial stainless-steel yarns wrapped by electrospun polyamide 66 nanofiber and poly(vinylidenefluoride-co-trifluoroethylene) nanofiber, respectively. Triggered by diversified friction materials under a working principle of freestanding mode, the open-circuit voltage, short-circuit current and maximum instantaneous power density from the WS-TENG can reach up to 166 V, 8.5 µA and 93 mW/m2, respectively. By virtue of high flexibility, desirable breathability, washability and excellent durability, the fabricated WS-TENG is demonstrated to be a reliable power textile to light up 58 light-emitting diodes (LED) connected serially, charge commercial capacitors and drive portable electronics. A smart glove with stitched WS-TENGs is made to detect finger motion in different circumstances. The work presents a new approach for self-powered textiles with potential applications in biomechanical energy harvesting, wearable electronics and human motion monitoring.
Hong Kong Polytechni... arrow_drop_down Hong Kong Polytechnic University: PolyU Institutional Repository (PolyU IR)Article . 2023License: CC BY NC NDFull-Text: http://hdl.handle.net/10397/102724Data 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.1016/j.nanoen.2020.105549&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euAccess Routesbronze 179 citations 179 popularity Top 0.1% influence Top 10% impulse Top 0.1% Powered by BIP!
more_vert Hong Kong Polytechni... arrow_drop_down Hong Kong Polytechnic University: PolyU Institutional Repository (PolyU IR)Article . 2023License: CC BY NC NDFull-Text: http://hdl.handle.net/10397/102724Data 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.1016/j.nanoen.2020.105549&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eudescription Publicationkeyboard_double_arrow_right Article , Journal 2021 China (People's Republic of), China (People's Republic of), China (People's Republic of), United StatesPublisher:Elsevier BV Han Li; Zhe Wang; Tianzhen Hong; Andrew Parker; Monica Neukomm;The rapid development of advanced metering infrastructure provides a new data source—building electrical load profiles with high temporal resolution. Electric load profile characterization can generate useful information to enhance building energy modeling and provide metrics to represent patterns and variability of load profiles. Such characterizations can be used to identify changes to building electricity demand due to operations or faulty equipment and controls. In this study, we proposed a two-path approach to analyze high temporal resolution building electrical load profiles: (1) time-domain analysis and (2) frequency-domain analysis. The commonly adopted time-domain analysis can extract and quantify the distribution of key parameters characterizing load shape such as peak-base load ratio and morning rise time, while a frequency-domain analysis can identify major periodic fluctuations and quantify load variability. We implemented and evaluated both paths using whole-year 15-minute interval smart meter data of 188 commercial office building in Northern California. The results from these two paths are consistent with each other and complementary to represent full dynamics of load profiles. The time- and frequency-domain analyses can be used to enhance building energy modeling by: (1) providing more realistic assumptions about building operation schedules, and (2) validating the simulated electric load profiles using the developed variability metrics against the real building load data.
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.1016/j.apenergy.2021.116721&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euAccess RoutesGreen bronze 36 citations 36 popularity Top 10% influence Top 10% impulse Top 1% 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.1016/j.apenergy.2021.116721&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eudescription Publicationkeyboard_double_arrow_right Article 2023Publisher:Emerald Authors: Mubasher Iqbal; Rukhsana Kalim; Shajara Ul-Durar; Arup Varma;Purpose This study aims to consider environmental sustainability, a global challenge under the preview of sustainable development goals, highlighting the significance of knowledge economy in attaining sustainable aggregate demand behavior globally. For this purpose, 155 countries that have data available from 1995 to 2021 were selected. The purpose of selecting these countries is to test the global responsibility of the knowledge economy to attain environmental sustainability. Design/methodology/approach Results are estimated with the help of panel quantile regression. The empirical existence of aggregate demand-based environmental Kuznets curve (EKC) was tested using non-linear tests. Moreover, principal component analysis has been incorporated to construct the knowledge economy index. Findings U-shaped aggregate demand-based EKC at global level is validated. However, environmental deterioration increases with an additional escalation after US$497.945m in aggregate demand. As a determinant, the knowledge economy is reducing CO2 emissions. The knowledge economy has played a significant role in global responsibility, shifting the EKC downward and extending the CO2 reduction phase for every selected country. Further, urbanization, energy intensity, financial development and trade openness significantly deteriorate the environmental quality. Originality/value This study contains the empirical existence of aggregate demand-based EKC. The role of the knowledge economy is examined through an index which is calculated by using four pillars of the knowledge economy (technology, innovations, education and institutions). This study is based on a combined panel of all the countries for which the data was available.
Journal of Global Re... arrow_drop_down Journal of Global ResponsibilityArticle . 2023 . Peer-reviewedLicense: Emerald Insight Site PoliciesData sources: Crossrefadd 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.1108/jgr-02-2023-0018&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 Journal of Global Re... arrow_drop_down Journal of Global ResponsibilityArticle . 2023 . Peer-reviewedLicense: Emerald Insight Site PoliciesData sources: Crossrefadd 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.1108/jgr-02-2023-0018&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eudescription Publicationkeyboard_double_arrow_right Article , Journal 2022Publisher:Elsevier BV Zack Taylor; Benjamin Collins; G. Ivan Maldonado; Robert Salko; Aaron Graham;Abstract Molten salt reactors (MSRs) are a class of next-generation nuclear reactors that have received recent industrial and research interest. A generalized species transport solver was implemented in the Virtual Environment for Reactor Applications (VERA) computing suite to extend this tool to analyze liquid-fueled MSRs. This core simulator has been extended to model the transport of fission product gases into a collection of circulating gas bubbles with the purpose of removing the gases. This paper presents the governing species transport equation, along with various nuclear source terms. Development of the source term for phase migration is discussed, along with a simplified interfacial area tracking method. Finally, a case study on a simplified MSR loop is presented in which modeling parameters were varied to assess their impact on gas removal. The steady state results show that parameters such as bubble diameter, gas injection rate and mass transfer coefficient have a low to moderate effect on the fraction of xenon in the core region. Removal efficiency has the greatest effect on the fraction in the core region. After the pump bowl, bubble diameter has a minor effect on the fraction of xenon in the gas void. These results point out that increasing parameters such as mass transfer coefficient, gas injection rate, and removal efficiency drives the xenon into the circulating gas void, while decreasing bubble diameter also drives xenon into the gas void by increasing interfacial area.
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.1016/j.anucene.2021.108672&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.euAccess Routesbronze 15 citations 15 popularity Top 10% influence Top 10% impulse Top 10% 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.1016/j.anucene.2021.108672&type=result"></script>'); --> </script>
For further information contact us at helpdesk@openaire.eu