react

[ASAP] Diisonitrile-Mediated Reactive Oxygen Species Accumulation Leads to Bacterial Growth Inhibition

Journal of Natural Products
DOI: 10.1021/acs.jnatprod.0c00125




react

[ASAP] Total Synthesis of Isohericenone J via a Stille Coupling Reaction

Journal of Natural Products
DOI: 10.1021/acs.jnatprod.9b01251




react

Highlight.js 10, Node 14, and modern React in 20 minutes

#485 — April 24, 2020

Unsubscribe  :  Read on the Web

JavaScript Weekly

Introducing Crank.js: A New JSX-Driven Framework — A new framework for creating JSX-driven components with functions, promises and generators. If you haven’t got time to read the creator’s lengthy (but well worth reading!) rationale for creating another framework, check out the GitHub repo or jump straight into a CodeSandbox example. I hope to see a lot more about this in the near future.

Brian Kim

The Cost of JavaScript Frameworks — Using data from the HTTP Archive, Tim explores the performance cost of using various popular frameworks as a starting point. Some good analysis here.

Tim Kadlec

You Hacked the Gibson? Yeah, They Built Their Own Login — Don't let Crash Override pwn your app. FusionAuth adds secure login, registration and user management to your app in minutes not months. Download our community edition for free.

FusionAuth sponsor

Node.js 14 Released — v14 now becomes the current ‘release’ line with it becoming a LTS (Long Term Support) release in October. Diagnostic reports are now a stable feature, it now uses V8 8.1, there's an experimental Async Local Storage API, and more.

Michael Dawson and Bethany Griggs

Vidact: A Compiler to Convert React-like Apps to Vanilla JS — Compiles pure React-compatible JavaScript (JSX) to vanilla JavaScript with no virtual DOM.. think similar to Svelte, but without introducing a new syntax. A curious idea.

Mohamad Mohebifar

Highlight.js 10.0: The Web Syntax Highlighter Library — I always laugh when I see a big release of a popular library and saw we last linked it 5 years ago ???? Nonetheless, this is a big release and Highlight.js continues to be a fantastic library for syntax highlighting code.

highlight.js

???? Jobs

Senior Full-stack Developer (Malmö/Sweden) — Every day is different from the next. Join our upbeat Team and work on exciting, major projects using a modern JavaScript stack.

Ortelius AB

Find a Job Through Vettery — Vettery specializes in tech roles and is completely free for job seekers. Create a profile to get started.

Vettery

???? Tutorials

▶  React: The Basics in 20 Minutes — A well presented, up to date (yep, it covers hooks) tutorial that doesn’t hang around, whether you’re new to React or just want a refresher.

Devistry

Creating Web Apps via TypeScript and webpack — The example app doesn’t use any front-end framework, just vanilla DOM APIs. Some knowledge of TypeScript, webpack, and npm are required, but this is a neat way to bring together a bunch of tools.

Axel Rauschmayer

What Is The toJSON() Function? — If an object has a toJSON function, JSON.stringify() calls toJSON() and serializes the return value from toJSON() instead.

Valeri Karpov

A Much Faster Way to Debug Code Than with Breakpoints or console.log — Move forward and backwards through your code to understand what led to a specific bug, view runtime values, edit-and-continue, and more.

Wallaby.js sponsor

How Does TypeScript Work? A Bird’s Eye View — Dr. Axel goes into depth on the structure of a typical TypeScript project, what gets compiled, and how can an IDE be used to write TypeScript. Aimed at people who haven’t yet picked TypeScript up.

Axel Rauschmayer

10 Lesser Known Angular Features You've Probably Never Used

W3Radar

You Might Not Need switch — Using an object of outcomes instead of switch suits many use cases, though take care over readability.

Valentino Gagliardi

???? Upcoming Online Events

  • Pick JS (May 8) — Aimed at intermediate to expert JS developers rather than beginners.
  • JavaScript Remote Conf 2020 (May 14-15) — Speakers lined up already include Douglas Crockford, Aimee Knight and Christian Heilmann.
  • ESNEXT CONF 2020 (May 18-22) — From the Pika folks (of Snowpack fame). 12 speakers over 5 days so it's a gradual pace.
  • ForwardJS (May 26-29) — A real world event (ForwardJS Ottawa) that has now become a virtual event.
  • CascadiaJS 2020 (September 1-2) — This upcoming online conference is set to take place in September, and the CFP is open now through May 15.

???? Code & Tools

Phelia: A Reactive Slack Application Framework — If you think Slack apps were all about text bots, think again.. you can now create apps complete with in-app UIs. Phelia brings the React approach to the task.

Max Chehab

Marked.js 1.0: A Fast Markdown Parser and Compiler — Got Markdown to render? Marked.js to the rescue. While the project is years old, 1.0 has dropped just this week. Here’s a live demo.

Christopher Jeffrey

Stream Chat API & JavaScript SDK for Custom Chat Apps — Build real-time chat in less time. Rapidly ship in-app messaging with our highly reliable chat infrastructure.

Stream sponsor

Alpine.js: A Minimal Framework for Composing JS Behavior in Your Markup — We only gave Alpine a brief link when it first dropped but with new versions coming out thick and fast, we think it’s well worth a look. Billed as “like Tailwind for JavaScript”, Alpine lets you keep the HTML you know and love and just pepper it with JavaScript as and where appropriate.

Alpine.js

enroute: A React Router with a Small Footprint for Modern Browsers

TJ Holowaychuk

Rosetta: A General Purpose Internationalization Library in 292 Bytes — Less than 300 bytes, but does have a few dependencies. Aims to be very simple and is targeted at basic string use cases.

Luke Edwards

NAB 2020 May Be Canceled, But The Full Bitmovin Experience Is Not

Bitmovin Inc. sponsor

Hotkey 1.4: Trigger an Action on an Element When a 'Hotkey' is Pressed — Use Hotkey, set the data-hotkey attribute on your elements, and you get keyboard shortcuts. GitHub built and uses it (look for the data-hotkey attributes on their pages).

GitHub

web-worker: Consistent Web Workers for the Browser and Node — In Node it works as a web-compatible Worker implementation atop worker_threads. In the browser it’s an alias for Worker.

Jason Miller




react

Jest 26, JS one liners, and comparing Ember to React

#487 — May 8, 2020

Unsubscribe  :  Read on the Web

JavaScript Weekly

Jest 26 Released: The Popular Testing Framework — Jest is a popular testing framework that works with pretty much everything. This release focuses on getting the dependency count and install size down (this causes some breaking changes, unsurprisingly), adds a new fake timer implementation, drops Node 8 support, and initial, experimental ESM support to play with.

Christoph Nakazawa

1LOC: A Collection of One-Line JS Snippets — A neat little collection of vanilla JavaScript one-liners divided into various categories (arrays, date/time, checking objects, DOM work, etc.) You can submit your own for inclusion too.

Nguyen Huu Phuoc

Hardcore Functional Programming in JavaScript — Brian Lonsdorf teaches you functional programming concepts in JavaScript such as pure functions, currying, composition, functors, monads and more.

Frontend Masters sponsor

Debug Anything: The Basics — A six part series (all ready to read now) on debugging your JavaScript and TypeScript code with the debugger built into Visual Studio Code.

Charles Szilagyi

Comparing Ember Octane and React — This is about as detailed a comparison as you could hope for and a demonstration of just how much Ember contributes to the JavaScript ecosystem. Octane really kicks things up a notch for Ember, too.

Chris Garrett

Deno 1.0 is Due Next Week: Here's What You Need to Know — In 2018 Node's creator Ryan Dahl told us 10 Things I Regret About Node.js and revealed a prototype of Deno, a new V8-based runtime, and here's what you need to know about it. Short of time? This two-minute video sums up the biggest wins quickly.

David Else

Our newest newsletter..

Carrying on from the Deno item above, yes, we've started Deno Weekly, a new newsletter dedicated to the newest runtime in the JavaScript/TypeScript world. Issue 2 goes out just after 1.0 is released next week.

Even if you don't stick with Deno long term, feel free to subscribe then unsubscribe at any time — we won't take offence ????

Subscribe to Deno Weekly here or enjoy issue 1 here.

???? Jobs

JavaScript Developer at X-Team (Remote) — Join X-Team and work on projects for companies like Riot Games, FOX, Coinbase, and more. Work from anywhere.

X-Team

Find a Job Through Vettery — Vettery specializes in tech roles and is completely free for job seekers. Create a profile to get started.

Vettery

???? Tutorials

How To Build a Vue Survey App Using Firebase — A step-by-step guide to building a functional survey app using Vue.js and Firebase for both authentication and as a database.

David Atanda

A Brief Look at ES2020's Promise.any — When you need to know when at least 1 promise got resolved among an iterable of Promise objects, Promise.any() is the solution.

Marios Fakiolas

ES2020: Everything You Need to Know — An ES2020 roundup!

Martin McKeaveney

Building a Crossword Puzzle Generator — As a NY Times crossword addict, I love a good crossword, but if you’d rather figure out how to make your computer solve them, be my guest ???? This post guides you on how to approach the problem.

Mitchum

Git Best Practices for SOC 2 Compliance Quick Wins — Get quick wins for your SOC 2 compliance audit, and raise developer productivity at the same time.

Datree.io sponsor

Getting Started with Sapper and SvelteSapper is a Svelte-powered framework.

Chris Boakes

A ES2015+ Cheatsheet — A one-page guide to ES2015+ features based around brief example snippets.

Devhints.io

How to Fix ESLint Errors Upon Save in VS Code — A quick-fire tip.

David Walsh

How to Build a Blog with Next 9.3, Netlify, and Markdown — Learn how to build a Next.js-powered Markdown blog and deploy it to the Netlify platform.

Cassidy Williams

A Canvas Engine Comparison: PixiJS vs Two.js vs Paper.js — A benchmark of three popular 2D rendering engines/drawing APIs. Note: This will tax your system.

SlayLines

???? BTW, if you like videos, we need to shout out Florin Pop's YouTube channel as he's just passed 20k subscribers by posting neat JavaScript videos and live streams nearly every day for the past six months! ???? Lots of great stuff on there for JavaScript developers of all skill levels.

???? Code & Tools

Selecto.js: Make Elements Selectable Within an Area — Let’s say you have a number of elements that represent choices, data, whatever, and you want users to be able to select a subset of them by clicking/pointing and dragging. That’s what this does. Live examples here.

Daybrush (Younkue Choi)

Visual Studio Code April 2020 Released — Probably the most widely used editor in the JavaScript space now and April brings some neat new features like being able to work on GitHub issues within the editor.

Microsoft

Stream Chat API & JavaScript SDK for Custom Chat Apps — Build real-time chat in less time. Rapidly ship in-app messaging with our highly reliable chat infrastructure.

Stream sponsor

Majestic 1.7: A Zero Config GUI for Jest — A tool to help make your JavaScript testing life a little easier. Run npx majestic in the folder of any project that uses Jest to give it a quick try.

Raathi Kugarajan

Pico: Take Browser Screenshots Client-Side with JavaScript — Different from capturing a webpage using Puppeteer or a similar tool in that the screenshot taking happens entirely client side.

Gripeless

React Flow: A Library for Rendering Interactive Graphs — If you have a need to lay out graphs in a visual way and be able to smoothly pan and zoom around such graphs, this is an interesting new library. Live demo here.

Moritz Klack

MongoDB Is Easy. Now Make It Powerful. Free Download for 30 Days.

Studio 3T sponsor

NeutralinoJS: Build Cross-Platform Apps Using JS, HTML and CSS — Sounds just like Electron, right? Not quite. NeutralinoJS use less memory and are smaller as they don’t ship a full browser inside. 1.4.0 just dropped.

Neutralinojs

Slugify 1.0: Simply Turns Strings into URL/Filename-Friendly 'Slugs' — e.g. ‘I ♥ Dogs’ becomes ‘i-love-dogs’

Sindre Sorhus

RxJS Primitives: A Set of Libraries That Provide Operators for RxJS

Tane Piper

⚡️ Quick releases:




react

Reactive polymers, ion exchangers, sorbents.

Publisher Amsterdam : Elsevier, 1982-©1988.
Location World Wide Web
Call No. TP156.P6




react

[ASAP] Nanoscale Metal Phosphide Phase Segregation to Bi/P Core/Shell Structure. Reactivity as a Source of Elemental Phosphorus

Chemistry of Materials
DOI: 10.1021/acs.chemmater.0c00478




react

[ASAP] (<italic toggle="yes">S</italic>)-?-Hydroxymethyl-a,ß-butenolide, a Valuable Chiral Synthon: Syntheses, Reactivity, and Applications

Organic Process Research & Development
DOI: 10.1021/acs.oprd.9b00468




react

[ASAP] Evaluation of Sponge Metal Catalysts in a Trickle Bed Reactor for the Continuous Hydrogenation of an Aliphatic Nitro Intermediate

Organic Process Research & Development
DOI: 10.1021/acs.oprd.9b00447




react

[ASAP] Copper(I) Diphosphine Bifluoride Complexes as Efficient Preactivated Catalysts for Nucleophilic Addition on Unsaturated Functional Groups

Organic Process Research & Development
DOI: 10.1021/acs.oprd.9b00443




react

[ASAP] Efficient Kinetic Data Acquisition and Model Prediction: Continuous Flow Microreactors, Inline Fourier Transform Infrared Spectroscopy, and Self-Modeling Curve Resolution

Organic Process Research & Development
DOI: 10.1021/acs.oprd.0c00037




react

[ASAP] A Versatile Electrochemical Batch Reactor for Synthetic Organic and Inorganic Transformations and Analytical Electrochemistry

Organic Process Research & Development
DOI: 10.1021/acs.oprd.0c00091




react

[ASAP] Upscaling Photoredox Cross-Coupling Reactions in Batch Using Immersion-Well Reactors

Organic Process Research & Development
DOI: 10.1021/acs.oprd.0c00070




react

Computational investigation of the ligand effect on the chemo/regioselectivity and reactivity of cobalt-catalysed hydroformylation

Catal. Sci. Technol., 2020, Advance Article
DOI: 10.1039/C9CY02562F, Paper
Pan Li, Chaoren Shen, Jie Min, Jing-Yuan Mei, Huan Zheng, Lin He, Xinxin Tian
The ligand effect on the chemo/regioselectivity and reactivity of cobalt-catalysed hydroformylation has been discussed.
To cite this article before page numbers are assigned, use the DOI form of citation above.
The content of this RSS Feed (c) The Royal Society of Chemistry




react

Enhancing the methane low-temperature conversion on the Zn/ZSM-5 in the presence of methanol by regulating methanol-to-aromatics reaction pathway

Catal. Sci. Technol., 2020, Accepted Manuscript
DOI: 10.1039/D0CY00449A, Paper
Zhixiang Xi, Bingjie Zhou, Yue Yu, Binbo Jiang, Zhengliang Huang, Zuwei Liao, Jingdai Wang, Yao Yang, Jingyuan Sun, Yongrong Yang
Co-reaction method provides efficient strategy for methane conversion in mild condition, which is of urgent importance of direct valorization of natural gas to liquid hydrocarbons. However, vague mechanism and neglect...
The content of this RSS Feed (c) The Royal Society of Chemistry




react

Seaweed bio-inspired ZnO piezoelectric cilia array applied in microreactors for enhanced photocatalytic performance

Catal. Sci. Technol., 2020, 10,2337-2342
DOI: 10.1039/C9CY02509J, Paper
Yukai Chen, Jiaojiao Fang, Baoying Dai, Huimin Wei, Jiahui Kou, Chunhua Lu
A piezoelectric built-in electric field is believed to be an effective way to separate photoinduced carriers and enhance photocatalytic performance.
The content of this RSS Feed (c) The Royal Society of Chemistry




react

Synergistic photocatalysis–Fenton reaction for selective conversion of methane to methanol at room temperature

Catal. Sci. Technol., 2020, 10,2329-2332
DOI: 10.1039/D0CY00028K, Communication
Yi Zeng, Hang Chen Liu, Jing Sheng Wang, Xing Yang Wu, Song Ling Wang
Combining the photocatalysis and Fenton reaction highly promote the yield and selectivity of CH3OH from CH4 with solar light at room temperature, up to 471 μmol g−1 h−1 and 83%, respectively.
The content of this RSS Feed (c) The Royal Society of Chemistry




react

New findings and current controversies in the reaction of ruthenium red and ammonium cerium(IV) nitrate: focus on the precipitated compound

Catal. Sci. Technol., 2020, 10,2491-2502
DOI: 10.1039/C9CY02499A, Paper
Bahram Sarvi, Seyedeh Maedeh Hosseini, Bahareh Deljoo, Abdelhamid El-Sawy, Alireza Shirazi Amin, Mark Aindow, Steven L. Suib, Mohammad Mahdi Najafpour
During water-oxidation reaction in the presence of RuR and CAN, a heterogeneous nano-sized Ru-Ce compound is detected, which is formed by the interaction of [(NH3)5RuORu(NH3)4ORu(NH3)5],6+/7+ nitrate ions, and the products of the reduction of CAN.
The content of this RSS Feed (c) The Royal Society of Chemistry




react

Kinetic study of the methane dry (CO2) reforming reaction over the Ce0.70La0.20Ni0.10O2−δ catalyst

Catal. Sci. Technol., 2020, 10,2652-2662
DOI: 10.1039/C9CY02192B, Paper
Lidia Pino, Cristina Italiano, Massimo Laganà, Antonio Vita, Vincenzo Recupero
The kinetic behaviour of the Ce0.70La0.20Ni0.10O2−δ catalyst during the methane dry reforming reaction was investigated in a fixed bed reactor in the temperature range of 923–1023 K with the partial pressure of CH4 and CO2 ranging between 5 and 50 kPa.
The content of this RSS Feed (c) The Royal Society of Chemistry




react

Integrated adsorption and photocatalytic degradation of VOCs using a TiO2/diatomite composite: effects of relative humidity and reaction atmosphere

Catal. Sci. Technol., 2020, 10,2378-2388
DOI: 10.1039/D0CY00168F, Paper
Guangxin Zhang, Arman Peyravi, Zaher Hashisho, Zhiming Sun, Yangyu Liu, Shuilin Zheng, Lexuan Zhong
The optimal relative humidity condition for VOC degradation is related to the length of the carbon chain of VOCs.
The content of this RSS Feed (c) The Royal Society of Chemistry




react

Enhancing hydrogen evolution reaction through modulating electronic structure of self-supported NiFe LDH

Catal. Sci. Technol., 2020, Advance Article
DOI: 10.1039/D0CY00315H, Paper
Xiao-Peng Li, Wen-Kai Han, Kang Xiao, Ting Ouyang, Nan Li, Feng Peng, Zhao-Qing Liu
NiFe-layered double hydroxide (NiFe LDH), as an efficient oxygen evolution reaction (OER) electrocatalyst, has emerged as a promising electrocatalyst for catalyzing overall water splitting in alkaline electrolyte.
To cite this article before page numbers are assigned, use the DOI form of citation above.
The content of this RSS Feed (c) The Royal Society of Chemistry




react

Development of BiOI as an effective photocatalyst for oxygen evolution reaction under simulated solar irradiation

Catal. Sci. Technol., 2020, Advance Article
DOI: 10.1039/D0CY00266F, Paper
Tzu-Hsin Chen, Masaaki Yoshida, Shun Tsunekawa, Jia-Hao Wu, Kun-Yi Andrew Lin, Chechia Hu
In this study, crystalline BiOI powders were prepared for photocatalytic O2 evolution in the presence of NaIO3 as the electron mediator.
To cite this article before page numbers are assigned, use the DOI form of citation above.
The content of this RSS Feed (c) The Royal Society of Chemistry




react

Influence of gold on the reactivity behaviour of ceria nanorods in CO oxidation: Combining operando spectroscopies and DFT calculations

Catal. Sci. Technol., 2020, Accepted Manuscript
DOI: 10.1039/D0CY00392A, Paper
Marc Ziemba, Christian Hess
Au/CeO2 catalysts are commonly used for low-temperature CO oxidation. While many studies focus on the properties of gold and their relevance for the activity, the influence of the support properties...
The content of this RSS Feed (c) The Royal Society of Chemistry




react

Facet-Dependent Activity of Hematite Nanocrystals toward Oxygen Evolution Reaction

Catal. Sci. Technol., 2020, Accepted Manuscript
DOI: 10.1039/D0CY00655F, Paper
Toshihiro Takashima, Shota Hemmi, Qingyu Liu, Hiroshi Irie
Electrocatalytic activity of hematite exposed with different facets toward the oxygen evolution reaction (OER) was investigated. Hematite nanoparticles with pseudo cubic, hexagonal bipyramid, and plate morphologies were prepared, which predominantly...
The content of this RSS Feed (c) The Royal Society of Chemistry




react

Lipoic acid antagonizes paraquat-induced vascular endothelial dysfunction by suppressing mitochondrial reactive oxidative stress

Toxicol. Res., 2019, 8,918-927
DOI: 10.1039/C9TX00186G, Paper
Li Pang, Ping Deng, Yi-dan Liang, Jing-yu Qian, Li-Chuan Wu, Ling-ling Yang, Zheng-ping Yu, Zhou Zhou
α-Lipoic acid antagonizes paraquat toxicity.
The content of this RSS Feed (c) The Royal Society of Chemistry




react

Application of the direct peptide reactivity assay (DPRA) to inorganic compounds: a case study of platinum species

Toxicol. Res., 2019, 8,802-814
DOI: 10.1039/C9TX00242A, Paper
Jocelyn D. C. Hemming, Mark Hosford, Martin M. Shafer
The in chemico Direct Peptide Reactivity Assay (DPRA) was developed as a non-animal, relatively high throughput, screening tool for skin sensitization potential.
The content of this RSS Feed (c) The Royal Society of Chemistry




react

Hybrid Phase 1T/2H-MoS2 with Controllable 1T Concentration and Its Promoted Hydrogen Evolution Reaction

Nanoscale, 2020, Accepted Manuscript
DOI: 10.1039/D0NR02525A, Paper
Yuxiao Zhang, Yasutaka Kuwahara, Kohsuke Mori, Catherine Louis, Hiromi Yamashita
MoS2 has been investigated as a low-cost alternative to Pt in electrochemical hydrogen evolution reaction. One of the promising method to further activate MoS2 is phase engineering. MoS2 generally exhibit...
The content of this RSS Feed (c) The Royal Society of Chemistry




react

Enhanced type I photoreaction of indocyanine green via electrostatic-force-driven aggregation

Nanoscale, 2020, 12,9517-9523
DOI: 10.1039/D0NR01208D, Paper
Huizhen Fan, Yu Fan, Wenna Du, Rui Cai, Xinshuang Gao, Xinfeng Liu, Hao Wang, Lei Wang, Xiaochun Wu
ICG forms aggregates in positively charged mesoporous silica, which show an enhanced type I photoreaction pathway.
The content of this RSS Feed (c) The Royal Society of Chemistry




react

2D molybdenum disulphide nanosheets incorporated with single heteroatoms for the electrochemical hydrogen evolution reaction

Nanoscale, 2020, Advance Article
DOI: 10.1039/D0NR01295E, Minireview
Thomas H. M. Lau, John S. Foord, S. C. Edman Tsang
2D nanosheets give enhanced surface area to volume ratios in particle morphology and they can also provide defined surface sites to disperse foreign atoms.
To cite this article before page numbers are assigned, use the DOI form of citation above.
The content of this RSS Feed (c) The Royal Society of Chemistry




react

Single-wavelength phototheranostics for colon cancer via thiolytic reaction

Nanoscale, 2020, Accepted Manuscript
DOI: 10.1039/D0NR02393K, Paper
Yucheng Zhu, Chao Chen, Qinghua Wu, Guoliang Yang, Zhiyong Liu, Erhong Hao, Hongliang Cao, Yun Gao, Weian Zhang
It’s a huge challenge to develop effective nanosystems combined the capabilities of diagnoses and therapies together for colon cancer in clinic. Herein, we constructed a far-red absorbing phototheranostic nanosystem (FR-H2S)...
The content of this RSS Feed (c) The Royal Society of Chemistry




react

MnV2O6/Graphene Nanocomposite as an Efficient Electrocatalyst for the Oxygen Evolution Reaction

Nanoscale, 2020, Accepted Manuscript
DOI: 10.1039/D0NR02325F, Communication
Kyeong-Ho Kim, Yun-Hyuk Choi, Seong-Hyeon Hong
MnV2O6/graphene nanocomposite was fabricated through hydrothermal synthesis and high energy mechanical milling as an electrocatalyst for oxygen evolution reaction (OER). MnV2O6/graphene (20 wt%) nanocomposite deposited on carbon fiber paper (CFP)...
The content of this RSS Feed (c) The Royal Society of Chemistry




react

Reactions to natural and man-made radioactive threat




react

De Sergio Alberto Fonseca Fernandez, asesor, MOPT, para el Ing. Jorge E. Rojas Chacón, jefe, Previsión Vial, Ministerio de Obras Públicas y Transportes. MOPT permite reactivar trabajos de zajeo de Rogumeca




react

Inhibitory effects of food matrices on inhibition real-time reverse transcription polymerase chain reaction detection of foodborne viruses




react

Design and development of a silicon carbide chemical vapor deposition reactor




react

Design and construction of plasma enhanced chemical vapor deposition reactor and directed assembly of carbon nanotubes




react

A comparison of centrifugal forces to reduce the inhibitory effects of food matrixes on reverse transciptase polymerase chain reaction for the detection of food borne viruses




react

Stimulation of nitrification by carbon dioxide in lab-scale activated sludge reactors




react

Tracking fluid flow in a spinning disk reactor




react

The reaction to economic globalization in Latin America




react

Cue reactivity and the role of social alcohol expectancies in the college-aged drinking population




react

Growth of 3C-SiC via a hot-wall CVD reactor




react

Growth of oxide thin films on 4H- silicon carbide in an afterglow reactor




react

Design and Implementation of a 200mm 3C-SiC CVD Reactor




react

Growth and characterization of ZnO for the front contact of Cu(In,Ga)Se2 solar cells using reactive sputtering techniques




react

Effects of trait anxiety and cognitive appraisals on emotional reactions to psychological and physical stressors




react

Examining emotional reactivity to daily events in major and minor depression




react

Enantioselective Br‚àö‚àènsted acid-catalyzed reaction methodology




react

Relationship of anger trait and anger expression to c-reactive protein in post-menopausal women




react

Cobalt(II)-catalyzed atom/group transfer reaction




react

Microbial population analysis in leachate from simulated solid waste bioreactors and evaluation of genetic relationships and prevalence of vancomycin resistance among environmental enterococci