SwePub
Tyck till om SwePub Sök här!
Sök i SwePub databas

  Utökad sökning

Träfflista för sökning "WFRF:(Li Shuo) "

Sökning: WFRF:(Li Shuo)

  • Resultat 61-70 av 107
Sortera/gruppera träfflistan
   
NumreringReferensOmslagsbildHitta
61.
  • Jafari, Fahimeh, et al. (författare)
  • Optimal Selection of Function Implementation in a Hierarchical Configware Synthesis Method for a Coarse Grain Reconfigurable Architecture
  • 2011
  • Ingår i: Proceedings. ; , s. 73-80
  • Konferensbidrag (refereegranskat)abstract
    • We have proposed a Dynamically Reconfigurable Resource Array (DRRA), which is a Coarse Grain Reconfigurable Architecture (CGRA). In this paper, we propose a hierarchical method for compiling DSP applications in Simulink into DRRA. In this method, each function in DRRA library can be implemented in different architecture styles and also each architectural style can be implemented in varying degrees of parallelism. Since selecting an appropriate implementation for functions of an application is very effective in performance and cost of architecture, we also formulate an optimization problem that considers implementations of functions as decision variables in order to minimize total energy consumed in the architecture under performance and cost constraints. A realistic case study exhibits up to 89% reduction of total energy consumption. It is worth mentioning that by using the proposed hierarchically compilation method, the design space is reduced dramatically while keeping the solution optimized in term of energy consumption. Hence, the optimization algorithm has low run-time complexity, enabling quick exploration of large design spaces.
  •  
62.
  • Jorstad, S.G., et al. (författare)
  • The Event Horizon Telescope Image of the Quasar NRAO 530
  • 2023
  • Ingår i: Astrophysical Journal. - : American Astronomical Society. - 1538-4357 .- 0004-637X. ; 943:2
  • Tidskriftsartikel (refereegranskat)abstract
    • We report on the observations of the quasar NRAO 530 with the Event Horizon Telescope (EHT) on 2017 April 5-7, when NRAO 530 was used as a calibrator for the EHT observations of Sagittarius A*. At z = 0.902, this is the most distant object imaged by the EHT so far. We reconstruct the first images of the source at 230 GHz, at an unprecedented angular resolution of similar to 20 mu as, both in total intensity and in linear polarization (LP). We do not detect source variability, allowing us to represent the whole data set with static images. The images reveal a bright feature located on the southern end of the jet, which we associate with the core. The feature is linearly polarized, with a fractional polarization of similar to 5%-8%, and it has a substructure consisting of two components. Their observed brightness temperature suggests that the energy density of the jet is dominated by the magnetic field. The jet extends over 60 mu as along a position angle similar to -28 degrees. It includes two features with orthogonal directions of polarization (electric vector position angle), parallel and perpendicular to the jet axis, consistent with a helical structure of the magnetic field in the jet. The outermost feature has a particularly high degree of LP, suggestive of a nearly uniform magnetic field. Future EHT observations will probe the variability of the jet structure on microarcsecond scales, while simultaneous multiwavelength monitoring will provide insight into the high-energy emission origin.
  •  
63.
  • Li, Shuo, et al. (författare)
  • A code generation method for system-level synthesis on ASIC, FPGA and manycore CGRA
  • 2013
  • Ingår i: MES '13 Proceedings of the First International Workshop on Many-core Embedded Systems. - New York, NY, USA : ACM. - 9781450320634 ; , s. 25-32
  • Konferensbidrag (refereegranskat)abstract
    • This paper presents a code generation method that translates an intermediate Register-Transfer Level (RTL) model of a system into its corresponding VHDL code for ASIC and FPGAs and MATLAB functions for manycores CGRAs. The intermediate representation consists of Function Implementation (FIMPs) and the glue logic. FIMPs are VHDL design units for the ASIC and FPGA implementation styles and MATLAB function templates for the CGRA implementation style, while the glue logic is a compact data structure storing Global Interconnect and Control (GLIC) information. The automatically generated implementation codes increase the resource usage by 1.5% on the average while reducing total design effort by two orders of magnitudes.
  •  
64.
  • Li, Shuo, et al. (författare)
  • A code reuse method for many-core coarse-grained reconfigurable architecture function library development
  • 2011
  • Ingår i: 2011 International Symposium on Integrated Circuits, ISIC 2011. ; , s. 512-515
  • Konferensbidrag (refereegranskat)abstract
    • In this paper 1, a code reuse method is proposed to enhance the efficiency of the function library development of many core coarse-grained reconfigurable architecture. The method focuses on developing and using the precompiled ReCon-figurable Functions (RCFs) in the function library. By applying this method on the RCF development, functions are objectified like classes in any objective-oriented programming language. Using a function is to instantiate a selected RCF. Similar functions can be instantiated from the same RCF. Thus, the total number of RCFs to be compiled is reduced and the global programming efficiency is increased and the labor requirement for application development is reduced.
  •  
65.
  •  
66.
  • Li, Shuo, et al. (författare)
  • Automatic test program generation framework for NoC-based MPSoC compiler validation
  • 2011
  • Ingår i: 2011 International Conference on Instrumentation, Measurement, Circuits and Systems (ICIMCS 2011), vol 1. - New York : Amer Soc Mechanical Engineers. - 9780791859902 ; , s. 99-103
  • Konferensbidrag (refereegranskat)abstract
    • In this paper, we propose a systematic method (a framework) for automatic test program generation for Network-on-Chip (NoC) based Multi-Processor System-on-Chip (MPSoC) compiler validation. This framework consists of three parts: specification reader, program generator and platform simulator. By applying this framework, specified test programs for compiler validation are automatically generated as well as their corresponding run time results. The validation productivity is enhanced and the expertise requirement is reduced. We also present an example tool called Automatic VESYLA Generator (AVG) implementing this framework. This tool is used in the Dynamic Reconfigurable Resource Array (DRRA) assembler development in our research group. The experiment shows that on a personal PC, AVG tool generates bug-free test programs more than 100 times faster than a human programmer.
  •  
67.
  • Li, Shuo, et al. (författare)
  • Case Study : Constraint Programming in a System Level Synthesis Framework
  • 2014
  • Ingår i: PRINCIPLES AND PRACTICE OF CONSTRAINT PROGRAMMING, CP 2014. - Cham : Springer International Publishing. - 9783319104287 - 9783319104270 ; , s. 846-861
  • Konferensbidrag (refereegranskat)abstract
    • This article presents a case study of using a constraint programming solver in a system level synthesis framework called SYLVA. The solver is used to find the repetition vector of a synchronous data flow graph and serving as the design space exploration engine, which rapidly finds qualified system implementations by solving a constraint satisfaction optimization problem. Each system implementation is a combination of a number of function implementation instances and their cycle accurate execution schedules. The problem to be solved is automatically generated based on the user inputs: 1) a system model to be synthesized, 2) a library containing all the usable function implementations, 3) the performance/cost constraints, and 4) the optimization objectives. Use of constraints programming technique enabled a low cost development of design space exploration engine in addition to gaining ease of use.
  •  
68.
  • Li, Shuo, et al. (författare)
  • Economic and environmental sustainability of maize-wheat rotation production when substituting mineral fertilizers with manure in the North China Plain
  • 2020
  • Ingår i: Journal of Cleaner Production. - : Elsevier. - 0959-6526 .- 1879-1786. ; 271
  • Tidskriftsartikel (refereegranskat)abstract
    • Substituting mineral fertilizers with manure has been promoted to enrich soil fertility and maintain field productivity in agricultural production systems. However, there is limited information regarding the effect of substituting mineral-N with manure on eco-efficiency (economic and environmental trade-offs) from a Life Cycle Assessment (LCA) perspective. This study investigated the eco-efficiency of maize-wheat rotation production under three fertilization strategies: mineral fertilizer NPK (CK), substituting 50% of mineral-N with solid manure (SM + NK), and substituting 50% of mineral-N with liquid manure (LM + NP) in the North China Plain. The economic profits were evaluated based on the prevailing market prices of inputs, outputs, and services. The potential environmental impacts were assessed by the LCA approach. The eco-efficiency was evaluated as the ratio of economic profit to individual environmental impact categories. The results from the economic analysis and the LCA showed that, compared with CK, the economic profit increased by 17.2% and 19.1%, while the environmental impacts at the endpoint level decreased by 24.6% and 37.9% under SM + NK and LM + NP, respectively. Additionally, the eco-efficiencies under SM + NK and LM + NP at the endpoint level were calculated to be 55.4% and 91.7%, respectively, higher than CK. Overall, the results suggested that substituting 50% of mineral-N with manure, especially liquid manure, had a great potential for sustainable maize-wheat rotation production in the North China Plain.
  •  
69.
  • Li, Shuo, et al. (författare)
  • Economic, energy and environmental consequences of shifting from maize-wheat to forage rotation in the North China Plain
  • 2021
  • Ingår i: Journal of Cleaner Production. - : Elsevier BV. - 0959-6526 .- 1879-1786. ; 328
  • Tidskriftsartikel (refereegranskat)abstract
    • Intensive self-sufficient forage production is one of the dominant challenges for the boosting intensification of livestock production. However, there is limited information on the economic, energy and environmental consequences of converting conventional crop systems with intensive forage production systems. Based on 4-year field experiments, this work proposed a comprehensive assessment of the shift from maize-wheat (M-W) to forage production systems [silage maize-ryegrass (SM-R), sweet sorghum-ryegrass (SS-R), and sorghum-sudangrass hybrids-ryegrass (SH-R)] from economic, energy, and environmental perspectives in the northern part of the North China Plain (NCP). The results revealed that SH-R had the highest yields of dry shoot biomass and crude protein, followed by SS-R, SM-R, and M-W. Similar trends were also found for the net return, ratio of income to costs, net energy output, energy use efficiency, and energy productivity. Furthermore, the environmental assessment through a life cycle assessment suggested that compared with the M-W, the total potential environmental impacts for the product-based indicators were reduced by 50%, 55%, and 72% in SM-R, SS-R, and SH-R, respectively, even if crop protection was based on a prophylactic approach. Thus, shifting from maize-wheat to forage rotation systems, especially the sorghum-sudangrass hybrids-ryegrass system, may be promising for forage production in the northern part of the NCP. This work provides valuable insight into forage production system design and environmental change adaptation for improving food security and achieving green/circular economy.
  •  
70.
  • Li, Shuo, et al. (författare)
  • Economic, energy and environmental performance assessment on wheat production under water-saving cultivation strategies
  • 2022
  • Ingår i: Energy. - : Elsevier BV. - 0360-5442 .- 1873-6785. ; , s. 125330-125330
  • Tidskriftsartikel (refereegranskat)abstract
    • Improvements in economic profit, energy-use efficiency and environmental friendliness are critical for the sustainability of wheat production. The present study was aimed at evaluating the suitability of wheat production shifting conventional flat planting (CFH) and supplemental irrigation (SIH) with water-saving cultivation strategies [straw mulching (SML) and plastic film mulching (PFL) with 50% less N fertilizer] from economic, energy, and environmental perspectives on the Loess Plateau of China. Results showed that the PFL exhibited ∼18.5% and 12.7% higher grain yields, and 74.0% and 59.9% higher economic profit over the CFH and SML, while reduced grain yields by 9.6% retative to the SIH. Meanwhile, the economic profit and the ratio of income to cost remained consistent between the PFL and SIH. The PFL had the highest net energy out, energy use efficiency and energy productivity, but had the lowest specific energy. Compared with the SIH, the total environmental emissions final score increased by 36.6% under SML, while decreased by 24.8% under PFL. Overall, the strategy of plastic film mulching with 50% less N fertilizer has great potential to cater to the demands of wheat production with environmental sustainability on the Loess Plateau of China.
  •  
Skapa referenser, mejla, bekava och länka
  • Resultat 61-70 av 107
Typ av publikation
tidskriftsartikel (71)
konferensbidrag (31)
annan publikation (3)
doktorsavhandling (1)
bokkapitel (1)
Typ av innehåll
refereegranskat (103)
övrigt vetenskapligt/konstnärligt (3)
populärvet., debatt m.m. (1)
Författare/redaktör
Kim, Jae-Young (18)
Akiyama, Kazunori (18)
Alberdi, Antxon (18)
Alef, Walter (18)
Ball, David (18)
Barrett, John (18)
visa fler...
Bintley, Dan (18)
Blackburn, Lindy (18)
Brissenden, Roger (18)
Britzen, Silke (18)
Broderick, Avery E. (18)
Bronzwaer, Thomas (18)
Byun, Do Young (18)
Chen, Ming Tang (18)
Chen, Yongjun (18)
Christian, Pierre (18)
Cui, Yuzhu (18)
Davelaar, Jordy (18)
Desvignes, Gregory (18)
Dexter, Jason (18)
Eatough, Ralph P. (18)
Gammie, Charles F. (18)
Garcia, Roberto (18)
Gentaz, Olivier (18)
Georgiev, Boris (18)
Gu, Minfeng (18)
Ho, Luis C. (18)
Huang, Chih Wei L. (18)
Ikeda, Shiro (18)
Inoue, Makoto (18)
James, David J. (18)
Jannuzi, Buell T. (18)
Jeter, Britton (18)
Jung, Taehyun (18)
Kawashima, Tomohisa (18)
Kim, Junhan (18)
Koay, Jun Yi (18)
Koyama, Shoko (18)
Lee, Sang Sung (18)
De Laurentis, Mariaf ... (18)
Li, Zhiyuan (18)
Liuzzo, Elisabetta (18)
Lo, Wen-Ping (18)
Mao, Jirong (18)
Matthews, Lynn D. (18)
Mizuno, Yosuke (18)
Mizuno, Izumi (18)
Moran, James M. (18)
Moriyama, Kotaro (18)
Natarajan, Iniyan (18)
visa färre...
Lärosäte
Kungliga Tekniska Högskolan (68)
Chalmers tekniska högskola (18)
Uppsala universitet (13)
Lunds universitet (10)
Karolinska Institutet (5)
Umeå universitet (4)
visa fler...
Linköpings universitet (4)
Göteborgs universitet (2)
Luleå tekniska universitet (2)
Stockholms universitet (2)
Mälardalens universitet (1)
Örebro universitet (1)
Högskolan Dalarna (1)
Blekinge Tekniska Högskola (1)
Sveriges Lantbruksuniversitet (1)
visa färre...
Språk
Engelska (107)
Forskningsämne (UKÄ/SCB)
Naturvetenskap (52)
Teknik (51)
Medicin och hälsovetenskap (10)
Lantbruksvetenskap (2)
Humaniora (1)

År

Kungliga biblioteket hanterar dina personuppgifter i enlighet med EU:s dataskyddsförordning (2018), GDPR. Läs mer om hur det funkar här.
Så här hanterar KB dina uppgifter vid användning av denna tjänst.

 
pil uppåt Stäng

Kopiera och spara länken för att återkomma till aktuell vy