utility

KEEN Utility's Evanston Work Boot is a Tough Worker

Keen Utility introduces the Evanston work boot, blending work boot protection with sneaker comfort; features include KEEN.ReGEN cushioning, carbon-fiber safety toes, and KEEN.DRY waterproofing.




utility

Utility management company makes green pledge for anniversary

CEC celebrates forty years in business with commitment to Net Zero.




utility

Bermuda Earns Best Utility-Scale Project Award

The solar project at ‘the finger’ at the airport, has won the Best Utility-Scale Project in the Caribbean award at the 2022 Caribbean Renewable Energy Forum Industry Awards, Deputy Premier and Minister of Home Affairs Walter Roban announced. Minister Roban said, “Many will be aware that I am currently overseas participating in environmental conferences. I am […]




utility

The James Brand Palmer Clear utility knife review

REVIEW – I previously reviewed The James Brand Carter XL which has been a dependable knife but I also have a penchant for utility knives so when The James Brand sent me their new Palmer Clear utility knife that retails for only $39 I couldn’t wait to try it out. What is it? The James […]




utility

Prognostic utility of triglyceride-rich lipoprotein-related markers in patients with coronary artery disease [Research Articles]

TG-rich lipoprotein (TRL)-related biomarkers, including TRL-cholesterol (TRL-C), remnant-like lipoprotein particle-cholesterol (RLP-C), and apoC-III have been associated with atherosclerosis. However, their prognostic values have not been fully determined, especially in patients with previous CAD. This study aimed to examine the associations of TRL-C, RLP-C, and apoC-III with incident cardiovascular events (CVEs) in the setting of secondary prevention of CAD. Plasma TRL-C, RLP-C, and total apoC-III were directly measured. A total of 4,355 participants with angiographically confirmed CAD were followed up for the occurrence of CVEs. During a median follow-up period of 5.1 years (interquartile range: 3.9–6.4 years), 543 (12.5%) events occurred. Patients with incident CVEs had significantly higher levels of TRL-C, RLP-C, and apoC-III than those without events. Multivariable Cox analysis indicated that a log unit increase in TRL-C, RLP-C, and apoC-III increased the risk of CVEs by 49% (95% CI: 1.16–1.93), 21% (95% CI: 1.09–1.35), and 40% (95% CI: 1.11–1.77), respectively. High TRL-C, RLP-C, and apoC-III were also independent predictors of CVEs in individuals with LDL-C levels ≤1.8 mmol/l (n = 1,068). The addition of RLP-C level to a prediction model resulted in a significant increase in discrimination, and all three TRL biomarkers improved risk reclassification. Thus, TRL-C, RLP-C, and apoC-III levels were independently associated with incident CVEs in Chinese CAD patients undergoing statin therapy.




utility

Evaluating the Utility of 18F-FDG PET/CT in Cancer of Unknown Primary

Cancer of unknown primary (CUP) represents a heterogeneous group of metastatic tumors for which standardized diagnostic work-up fails to identify the primary site. We aimed to describe the Peter MacCallum Cancer Centre experience with 18F-FDG PET/CT in extracervical CUP with respect to detection of a primary site and its impact on management. A secondary aim was to compare overall survival (OS) in patients with and without a detected primary site. Methods: CUP patients treated between 2014 and 2020 were identified from medical oncology clinics and 18F-FDG PET/CT records. Information collated from electronic medical records included the suspected primary site and treatment details before and after 18F-FDG PET/CT. Clinicopathologic details and genomic analysis were used to determine the clinically suspected primary site and compared against 2 independent masked reads of 18F-FDG PET/CT images by nuclear medicine specialists to determine sensitivity, specificity, accuracy, and the rate of detection of the primary site. Results: We identified 147 patients, 65% of whom had undergone molecular profiling. The median age at diagnosis was 61 y (range, 20–84 y), and the median follow-up time was 74 mo (range, 26–83 mo). Eighty-two percent were classified as having an unfavorable CUP subtype as per international guidelines.18F-FDG PET/CT demonstrated a primary site detection rate of 41%, resulted in a change in management in 22%, and identified previously occult disease sites in 37%. Median OS was 16.8 mo for all patients and 104.7 and 12.1 mo for favorable and unfavorable CUP subtypes, respectively (P < 0.0001). Median OS in CUP patients when using 18F-FDG PET/CT, clinicopathologic, and genomic information was 19.8 and 8.5 mo when a primary site was detected and not detected, respectively (P = 0.016). Multivariable analysis of survival adjusted for age and sex remained significant for identification of a potential primary site (P < 0.001), a favorable CUP (P < 0.001), and an Eastern Cooperative Oncology Group status of 1 or less (P < 0.001). Conclusion: 18F-FDG PET/CT plays a complementary role in CUP diagnostic work-up and was able to determine the likely primary site in 41% of cases. OS is improved with primary site identification, demonstrating the value of access to diagnostic 18F-FDG PET/CT for CUP patients.




utility

Specman Makefile generator utility

I've heard lots of people asking for a way to generate Makefiles for Specman code, and it seems there are some who don't use "irun" which takes care of this automatically. So I wrote this little utility to build a basic Makefile based on the compiled and loaded e code.

It's really easy to use: at any time load the snmakedeps.e into Specman, and use "write makefile <name> [-ignore_test]".
This will dump a Makefile with a set of variables corresponding to the loaded packages, and targets to build any compiled modules.
Using -ignore_test will avoid having the test file in the Makefile, in case you switch tests often (who doesn't?).

It also writes a stub target so you can do "make stub_ncvlog" or "make stub vhdl" etc.

The targets are pretty basic, I thought it was more useful to #include this into the main Makefile and define your own more complex targets / dependencies as required.

The package uses the "reflection" facility of the e language, which is now documented since Specman 8.1, so you can extend this utility if you want (please share any enhancements you make).

 Enjoy! :-)

Steve.




utility

vr_ad register definition utility

Hi All.

I put together a small Perl script to generate vr_ad register definitions from SPIRIT (IP-XACT) XML.
If you've got not idea what IP-XACT is, have a look here www.spiritconsortium.org/, then start pestering your design manager to use it :-)

The script can filter out registers and override R/W access types if needed.

An example XML file is included with the package so that you can play with it, and there's a detailed README.txt as well.

Here's an example of the generated e code:

// Automatically generated from xdmac.xml
// DO NOT EDIT, or your changes may be lost
<'

import vr_ad/e/vr_ad_top;

// Component = XDMAC
// memoryMap = xdmac
extend vr_ad_map_kind : [XDMAC];

// addressBlock = dma_eth
extend vr_ad_reg_file_kind : [DMA_ETH];

extend DMA_ETH vr_ad_reg_file {
keep size == 20;
keep addressing_width_in_bytes == 4;
};

// Register = command
// Reset = 0x00
reg_def COMMAND DMA_ETH 0x0 {
// Field resv3 = command[31:29]
reg_fld resv3 : uint(bits:3) : R : 0 : cov ;
// Field transfer_size = command[28:19]
reg_fld transfer_size : uint(bits:10) : RW : 0 : cov ;
// Field dma_transfer_target = command[18:14]
reg_fld dma_transfer_target : uint(bits:5) : RW : 0 : cov ;
// Field resv2 = command[13:10]
reg_fld resv2 : uint(bits:4) : R : 0 : cov ;
// Field transmit_receive = command[9:9]
reg_fld transmit_receive : uint(bits:1) : RW : 0 : cov ;
// Field resv1 = command[8:5]
reg_fld resv1 : uint(bits:4) : R : 0 : cov ;
// Field dest_address_enable = command[4:4]
reg_fld dest_address_enable : uint(bits:1) : RW : 0 : cov ;
// Field source_address_enable = command[3:3]
reg_fld source_address_enable : uint(bits:1) : RW : 0 : cov ;
// Field word_size = command[2:0]
reg_fld word_size : uint(bits:3) : R : 0 : cov ;
};

// Register = queue_exec
// Reset = 0x00
reg_def QUEUE_EXEC DMA_ETH 0x10 {
// Field resv = queue_exec[31:1]
reg_fld resv : uint(bits:31) : R : 0 : cov ;
// Field exec = queue_exec[0:0]
reg_fld exec : uint(bits:1) : RW : 0 : cov ;
};

extend XDMAC vr_ad_map {
dma_eth : DMA_ETH vr_ad_reg_file;

post_generate() is also {
add_with_offset(0x00, dma_eth);
dma_eth.reset();
};
}
'>

 

Any comments, please feed them back to me so I can enhance the script.
Note that this forum forces me to post a .zip file rather than .tgz, please be careful to unpack the file under Linux, not Windows, else the DOS linefeeds will corrupt the Perl and XML files.

Steve




utility

array configuration hardware setup utility user guide

array configuration hardware setup utility user guide




utility

Utility of Early Postoperative DWI to Assess the Extent of Resection of Adult-Type World Health Organization Grade 2 and 3 Diffuse Gliomas [CLINICAL PRACTICE]

BACKGROUND AND PURPOSE:

World Health Organization (WHO) grade 2 and 3 diffuse gliomas account for approximately 5% of primary brain tumors. They are invasive and infiltrative tumors and have considerable morbidity, causing progressive neurologic deterioration. The mean survival time is <10 years from diagnosis. Surgical debulking represents first-line management. The extent of resection is associated with progression-free and overall survival. Radiologic assessment of the extent of resection is challenging. This can be underestimated on early postoperative MRI, meaning that accurate assessment may be achieved only on delayed follow-up imaging. We hypothesized that DWI may help facilitate more reliable estimates of the extent of resection on early postoperative MRI. This study aimed to assess the utility of DWI in early postoperative MRI to evaluate the extent of resection.

MATERIALS AND METHODS:

A single-center observational cohort study was performed. All patients with histologically confirmed WHO grade 2 and 3 gliomas managed with surgical debulking between January 2015 and December 2020 were identified. Preoperative, early postoperative, and follow-up imaging were reviewed independently by 2 consultant neuroradiologists. The extent of resection was estimated with and without DWI sequences for each case.

RESULTS:

Two hundred twenty-four patients with WHO grade 2 and 3 gliomas were managed with surgical debulking between 2015 and 2020. DWI was not performed on early postoperative MRI in 2 patients. With the use of DWI, the extent of resection was upgraded in 30% of cases (n = 66/222) and classified as "complete" or "supramaximal" in 58% of these patients (n = 38/66). In cases in which the extent of resection was upgraded with the use of DWI, signal abnormality was stable or reduced at follow-up in 78% (n = 49/63). In cases with worsening signal abnormality, 64% were deemed to be secondary to adjuvant radiation therapy (n = 9/14). Eight percent (n = 5/63) of patients with an increased estimated extent of resection using DWI demonstrated signal progression attributed to true disease progression at follow-up.

CONCLUSIONS:

DWI is a helpful and reliable adjunct in differentiating residual tumor from marginal ischemia in early postoperative MRI in WHO grade 2 and 3 diffuse gliomas and increases the accuracy in assessing the extent of resection. It should be used routinely in these cases.




utility

Resolving New Keynesian Anomalies with Wealth in the Utility Function [electronic journal].

National Bureau of Economic Research




utility

A Pure Hedonic Theory of Utility and Status: Unhappy but Efficient Invidious Comparisons [electronic journal].




utility

Costly Concessions: An Empirical Framework for Matching with Imperfectly Transferable Utility [electronic journal].




utility

Complementarity, Income, and Substitution: A U(C,N) Utility for Macro [electronic journal].




utility

This festive season, gifting is all about innovation, utility, and being thoughtful

With Navaratri having begun and Deepavali not too far away, people and brands are coming up with creative gifting ideas, and delving into all things handmade, customisable, and artistic



  • Life &amp; Style

utility

Maintenance Incharge,Ludhiana (For Bicyle Parts Mfg, Mechanical utility,Hydraulic M/c CA/PM)

Company: P & I Management Consultants
Experience: 0 to 50
location: India
Ref: 24341069
Summary: Job Description: 1. Planning of all maintenance of the factory and delegating work to his team to get the activities done on time. 2. Analysing all breakdowns, finding root cause, take corrective and preventive actions and....




utility

3 utility stocks with potential to jump as much as 78% to help investors dodge Covid-19 power shock

With the majority of the population asked to stay indoor, power demand across the country tanked over 8% in March and was expected to fall another 32% in April.




utility

Are Environmental Regulations Causing US Utility Bills to Surge?

U.S. electricity markets face years of higher prices as clean-air regulations shut more coal-fired power plants than earlier forecast, cutting supply and forcing producers to rely more on natural gas.




utility

German Utility EON To Ditch Fossil Fuel Arm, Focus on Renewables

EON SE’s plan to spin off its fossil fuel plants marks a watershed moment in Germany’s renewables effort that will likely bolster the country’s already leading position in clean energy.




utility

Utility GDF Suez Plans to Double European Renewable Capacity by 2025

GDF Suez SA plans to double renewable power production capacity in Europe over the next decade as the utility shifts its focus away from developing more historic natural gas and nuclear energy sources in the region.




utility

Engineering Possibilities Versus Practical Implementation: Utility Portfolios and Business Models

Europe’s utilities are re-evaluating their business models due to the energy transition. Members of POWER-GEN Europe’s Advisory Board consider how a reliance on fossil fuels is no longer politically desirable, forcing utilities to transform their portfolios to adapt to radical change.




utility

Major European Utility Set for Dramatic Renewable Energy Transformation

One of Europe's largest utilities is on the cusp of reportedly transforming its business from being a centralised energy provider into a decentralized energy provider.




utility

CEO of German Utility RWE Says It Should Have Invested in Renewable Energy Sooner

What’s a beleaguered utility to do when forced by the government to close its profitable nuclear power plants?




utility

Obama Bid to Cut Greenhouse Gases Divides Utility, Coal Industries

Bracing for greenhouse-gas rules from the Obama administration, two industries are staking out different positions. Coal companies are pledging to sue. Electric utilities are ready to talk.




utility

Japan Utility to Suspend Grid Access for New Renewable Energy Producers

Kyushu Electric Power Co. will suspend responding to applications from renewable-energy producers applying to access its grid while it reviews how much more clean energy it’s capable of handling.




utility

Are Environmental Regulations Causing US Utility Bills to Surge?

U.S. electricity markets face years of higher prices as clean-air regulations shut more coal-fired power plants than earlier forecast, cutting supply and forcing producers to rely more on natural gas.




utility

German Utility EON To Ditch Fossil Fuel Arm, Focus on Renewables

EON SE’s plan to spin off its fossil fuel plants marks a watershed moment in Germany’s renewables effort that will likely bolster the country’s already leading position in clean energy.




utility

Utility GDF Suez Plans to Double European Renewable Capacity by 2025

GDF Suez SA plans to double renewable power production capacity in Europe over the next decade as the utility shifts its focus away from developing more historic natural gas and nuclear energy sources in the region.




utility

German Utility's Race for Renewables Seen as Too Little, Too Late

RWE AG, the German utility whose coal-fired plants make it Europe’s largest carbon emitter, officially started the company’s largest renewables project on Thursday: a wind farm in Liverpool Bay off Britain’s coast.




utility

Utility Manager

Company: Confidential
Qualification: Bachelor Of Technology (B.Tech/B.E), 12th Class (XII), Diploma, Other
Experience: 3 to 8
location: Canada
Ref: 24371989
Summary: Work experience with a minimum of 3 years of experience in Private practice or working as a Utility Manager.




utility

Utility of wires: office superintendent of telegraph / Philadelphia, Pa., January 1, 1909

Archives, Room Use Only - TF627.P46 1909




utility

Broader impacts are important when measuring the utility of science

Governments and funding bodies are increasingly evaluating the ‘impact’ of academic research. There are growing discussions about impact – what it means, and how it can be demonstrated – and it is a challenge to evaluate impact on society. This study investigated the broader benefits of scientific research, beyond technology development, to support more comprehensive evaluations of science.





utility

North America has millions of utility markers. This biologist sees millions of birdhouses.

Wildlife biologist Steve Barlow has invented a nest box that can be added to utility right-of-way markers across the U.S. and Canada.



  • Research & Innovations

utility

2013 Ford Escape: A smarter utility vehicle

Ford revealed the new, more fuel-efficient 2013 Ford Escape at the L.A. Auto Show.




utility

Rwanda builds utility-scale solar farm in 1 year

Renewables aren't just clean; they can be incredibly fast to deploy, too.




utility

More Than 50 Sizes of Injection Molded Utility Cases Now Available From SKB

SKB is adding 3 new cases to their line of premium quality, affordable, and ultra-versatile iSeries Injection Molded Mil-Standard Waterproof Utility Cases.




utility

Personalized & Segmented Bonuses Offer Ways to Reduce Customer Churn in Utility Companies

New customizable and personalized utility customer engagement program creates connections at the individual level reduces customer churn rate.




utility

4 Eco Services Offers Advice For Lowering Utility Bills While Away On Vacation

4 Eco Services, a local plumbing, heating and air conditioning service company is offering money saving tips for homeowners




utility

BHS Inc. Offers Trench Lid LIfter for Safer Access to Utility Trenches

BHS, Inc., a leading manufacturer of material handling equipment, now offers a Trench Lid Lifter (TLL-300) designed to access trenches with covers featuring pick holes or grates.




utility

Community Solar: The Utility of the Future

By Timothy Schoechle Courtesy of Solar Today A Colorado community is developing a community-based clean energy economy. Boulder, Colorado, sits at the foot of the Rocky Mountains a half-hour drive northwest of Denver. It is a city, but still small … Continue reading




utility

Utility vehicle with a continuously variable transmission having a system for selectively establishing a fixed maximum transmission ratio

A continuously variable transmission for a vehicle comprises a primary pulley, a secondary pulley, and a belt entrained around both pulleys in an opposite manner between the fixed and movable sheaves thereof. One pulley carries a selectively deployable stop that may be placed into position to mechanically limit the range of motion between the fixed and movable sheaves. This establishes an actual maximum transmission ratio that is larger than the nominal minimum transmission ratio but smaller than the nominal maximum transmission ratio achievable by the transmission during normal operation thereof. When such a transmission is used on a utility vehicle attached to a substance dispensing applicator operatively driven by the vehicle's engine, the application rate stays substantially constant despite changes in engine speed when the user keeps the transmission upshifted to the actual maximum transmission ratio set by the position of the deployed stop.




utility

Extendible tourniquet cuff with stabilizer for improved utility and safety

A surgical tourniquet cuff that includes a stabilizer component that facilitates application of an overlapping cuff around the limb of a patient. The stabilizer is fixed to the cuff, and requires no tying or similar user manipulation to secure the overlapping cuff in alignment with the underlying cuff. The stabilizer improves the stability of the inflated cuff to prevent sideways shifting motion of overlapping cuff portions as the cuff is applied to the limb. The stabilizer also provides a handle mechanism to enable the user to snugly apply the overlapping cuff around the patient's limb while the overlapping portions remain properly aligned along their long axes. The stabilizer is designed to also facilitate attaching together two tourniquet cuffs end-to-end, with respective bladders overlapping and in proper alignment so that those attached cuffs can be used as a single, extended surgical cuff applied around a patient's limb.




utility

Electric driving type utility vehicle having regenerative brake force distribution control function, and regenerative brake force distribution control method thereof

An electric driving type utility vehicle having a regenerative brake force distribution control function, and a regenerative brake force distribution control method thereof are provided. The utility vehicle includes: a controller for controlling an output and a recovery of a motor; recovery sensing means for sensing a recovery braking state when the motor is driven; a power measurement unit for measuring the amount of recovery power generated in the recovery braking state; and a power switching unit for automatically switching a drive mode from a two-wheel drive mode to a four-wheel drive mode or vice versa according to the load condition. The present invention can switch the present mode to the four-wheel drive mode by operating the power switching unit according to the control of the controller when sensing the recovery brake through the recovery sensing means in the driving state.




utility

Utility vehicle drive system

A hybrid drive system for a utility vehicle (1) which operates with an internal combustion engine (12) and an electrical generator (80), motor (86) and storage means (84). Auxiliary hydraulic functions (93,94) may be powered by the electric motor (86). An output of the engine (12) is mechanically coupled to a multi-ratio transmission (10) which has a hydrostatic driveline (24) and an output which is mechanically coupled to propulsion means. With the engine switched off, the electric motor powers a hydraulic pump (91) which generates pressurized fluid to operate auxiliary functions. In addition, the pressurized fluid may be exploited in a secondary propulsion mode to drive a hydraulic motor (92) in the hydrostatic transmission to propel the vehicle in a low emission, low noise output mode.




utility

Frequency shift compensation, such as for use in a wireless utility meter reading environment

Methods and apparatus for computing the carrier frequency of a transmitter using frequency modulated digital data to compensate for frequency shifting of the transmitter and the receiver local oscillators and for bandwidth adjustment of the receiver's filter. In particular, methods and apparatus are disclosed for binary systems transmitting “1” and “0” data using decoded or undecoded received signals.




utility

Security cover for a utility ground box and method

A locking security cover for an in a ground junction box that opens to the earth. A has an opening for access to the interior of the ground box and a lock receiver fixed thereto. Plural legs support the frame and a base flange engages the bottom of the ground box side walls. The leg mounts are selectively engaged to either a flexible connection suitable for insertion of the frame and the first leg into the ground box as a unit, and a fixed connection. A rigid cover engages the frame and provides a lock recess and lock shroud. A lock inserted into the lock shroud engages a lock receiver fixed to the frame.




utility

Folding utility surface with built in containers

The present invention relates to utility surfaces. Specifically, the invention relates to a utility surface, generally a table or other flat surface, with drawers attached to the utility surface. In preferred embodiments of the present invention, the utility surface and attached drawers may be folded into a collapsed format that is convenient for portability.




utility

Utility items made with rods of oval construction

An implement for use in a bathroom or a kitchen which is composed of at least one rod which is oval in cross section, the rod being aesthetic in appearance and providing an advantageous force distribution over rods with circular cross sections. The implement can be a hanging device, such as a hanger, a hanger for ties and belts, and many other variations having a hook portion for engaging a cylindrical support, an over-the-door/vertical wall device also including the rods with the oval cross section, the latter devices being, for example, clothes supporting hooks, hooks for articles made from fabric; wire metal baskets having a rim and/or transition device made from a rod with an oval cross section; paper or magazine holders comprising parallel racks separated by upstanding walls; bag dispenser and handles for implements.




utility

Carbon pyrolyzate adsorbent having utility for CO2 capture and methods of making and using the same

A particulate form carbon pyrolyzate adsorbent, having the following characteristics: (a) CO2 capacity greater than 105 cc/gram at one bar pressure and temperature of 273° Kelvin; (b) CO2 Working Capacity greater than 7.0 weight percent; (c) CO2 heats of adsorption and desorption each of which is in a range of from 10 to 50 kJ/mole; and (d) a CO2/N2 Henry's Law Separation Factor greater than 5. The carbon pyrolyzate material can be formed from a polyvinylidene chloride-based polymer or copolymer, or other suitable resin material, to provide an adsorbent that is useful for carbon dioxide capture applications, e.g., in treatment of flue gases from coal-fired power generation plants.