map

Beautiful Time-Scale Transit Maps by Peter Dunn

I know there are lots of transit map fans out there. It's a modern art-form for sure! Take a look at these original time-scaled maps.




map

Egg Maps and Green Routes Create Vegetable Tourism in the Incredible Edible Town Todmorden

Todmorden is a town that embraced the local food movement by growing their own fruit and veg anywhere in public spaces. They also have an Egg Map and a Green Route for the Vegetable Tourists!




map

Underwater Robot Maps Antarctic Ice in 3D

The robot was part of a bigger mapping project that reveals the overall volume of ice in Antarctica, not just the ice cover.




map

Secret Google Maps gesture is awesome for one-handed navigation

A great gesture that allows you to zoom into a map with one hand on your smart phone.




map

MIT creates super accurate solar potential map of Cambridge

The mapping technology will eventually be used to get precise solar power potential information for any location around the world.




map

NOAA's new interactive map shows all the vegetation on the planet

This new map uses satellite technology to display the world's vegetation, and can be used for everything from weather predictions to deciding best land use practices.




map

Check out Google's cloud-free map of Earth

To view the planet without being hindered by dense white clouds, just check out Google's latest high resolution images of Earth.




map

Google Earth launches high-resolution global deforestation map

The new map was created from a study of over a decade's worth of Landsat satellite images and is the first to show in fine detail land use changes around the globe.




map

Gorgeous high-res map shows Earth's wind patterns in amazing detail

The movement of air around the planet is fascinating, and has never been more clear thanks to this map. The modeling system used to make it can simulate worldwide weather at remarkable detail.




map

Hypnotically beautiful real-time wind map of Earth created by supercomputers

The wind has never been this beautiful...




map

ALL the rivers in the United States on a single beautiful interactive map!

A recent report by the U.S. Environmental Protection Agency concluded that 55 percent of U.S. rivers and streams are in poor condition. When we see a number like that we might not realize how many rivers there are in the US...




map

Explore history from your couch with Google Maps Gallery

Travel back in time and explore the geography of history from the comfort of your home with the new gallery of Google Maps.




map

Satellite maps show hidden geothermal energy sites around the world

A satellite that ran out of fuel two years ago is now giving scientists a huge wealth of data.




map

Google mapping city air quality with Street View vehicles

Now we'll be able to see air pollution information along with city maps.




map

Why I always travel with a paper map in hand

Who needs GPS? Nothing beats a trusty paper map for navigating a foreign city.




map

The future of maple syrup is uncertain

Sugar maples rely on consistent snow cover to thrive, and climate change is threatening that.




map

Radical Product Transparency Via Carbon Mapping- Highlight from Opportunity Green

This past Thursday, at the business conference Opportunity Green, one panel entitled Next Generation Carbon Mapping: Radical Transparency and Truth in Advertising captured the attention of the standing room only audience at




map

Teach your child how to read a paper map

It's an old-fashioned skill, but it's still relevant in today's world.




map

Google Street View Maps the Amazon

A new feature allows users to travel up the amazon, along rainforest trails, and through communities in one of the world's most remote regions.




map

US energy maps show energy infrastructure sitting in extreme weather's line of target

If a hurricane is headed your way, you surely have a lot on your mind. Knowing the energy infrastructure risks in your area may be one more thing to throw in there.




map

Interactive map shows you the weather forecast for 2100

Spoiler: your city will be much warmer year round.




map

High school students MAP the future of forests at Michigan State University

Despite a great need for future leaders in sustainable forestry, there are difficult barriers for many youths interested in pursuing related degrees. The Multicultural Apprenticeship Program (MAP) at Michigan State University (MSU) seeks to change that.




map

Where do house cats go all day? GPS maps reveal their secret lives

Where does Fluffy go when you aren't looking, and just what does Snowball get up to when she leaves the yard? A new study looks at how housecats move around.




map

DNA Trail Maps Cougar's Dead-End Journey Across South Dakota, Minnesota, Wisconsin & Connecticut

DNA testing of cougar crap left along a 1,055-mile trail has established that a young male Puma walked all the way from South Dakota to New England in search of a mate. The poor cat's




map

Unprecedented 3D world map completed

Tandem satellite choreography has mapped the planet to 1-meter accuracy. In addition to amazing images, the data provides a treasure trove to earth scientists




map

Cool NREL maps show the huge geothermal power potential of the U.S.

Geothermal is a stable & plentiful source of clean energy available all around the world, including in the United States (especially in the West). But that industry is still in its infancy and very little of that resource's potential is being tapped.




map

Map of climate change deniers in Congress

If you're wondering why Congress has yet to tackle this global crisis despite overwhelming scientific consensus and ballooning costs of inaction, Think Progress maps which members of Congress deny the realities of global warming.




map

European industry maps chemicals added to plastics

A list of chemicals and their uses will support risk assessments and circular economy plans




map

Danger Maps crowd-sources environmental contamination in China

A new website aims to gather data on pollution in China.




map

MundoFox estrena "¿Quién Mató a Patricia Soler?" el lunes 9 de febrero a las 9PM/8C - QMAPS Promo

MundoFox estrenará “¿Quién Mató a Patricia Soler?” el lunes 9 de febrero a las 9PM/8c.




map

Abbott's iDesign System Creates 3-D Map of the Eye for Precise, Personalized LASIK Vision Treatment - NASA’s Newest Space Telescope is Calibrated by the Same Technology Used in LASIK

Years ago, NASA’s Hubble Space Telescope launched with an error in the telescope’s mirror, which blurred its images for its first years in orbit. For NASA’s upcoming James Webb Space Telescope that is traveling much farther out in space, there can’t be a mistake. Abbott scientists created a technology to calibrate the mirrors on NASA’s new James Webb Space Telescope, which is now the same technology used in the iDesign System that allows ophthalmologists to map the human eye with great precision for a highly personalized LASIK treatment.




map

Mapping the malady of cancer

Originally posted on - blogs by NPG staff

A group of cancer patients under palliative care, aged under 15, were scheduled for a guided visit to our Science Centre. As a science communicator I was desperate to make it special. Having lined up the choicest of our expositions, I was adamant on giving them an amazing experience. From decking the halls with cheerful banners, to ensuring that they could touch and see science-in-action – I believed that all would take part.  Read more




map

imaginary map book

Today on Toothpaste For Dinner: imaginary map book


I NEED YOUR HELP: Please chip in $1 or more on Patreon and I can keep Toothpaste For Dinner updating daily, PLUS you'll get to see bonus comics & writing!





map

React v16.9.0 and the Roadmap Update

Today we are releasing React 16.9. It contains several new features, bugfixes, and new deprecation warnings to help prepare for a future major release.

New Deprecations

Renaming Unsafe Lifecycle Methods

Over a year ago, we announced that unsafe lifecycle methods are getting renamed:

  • componentWillMountUNSAFE_componentWillMount
  • componentWillReceivePropsUNSAFE_componentWillReceiveProps
  • componentWillUpdateUNSAFE_componentWillUpdate

React 16.9 does not contain breaking changes, and the old names continue to work in this release. But you will now see a warning when using any of the old names:

As the warning suggests, there are usually better approaches for each of the unsafe methods. However, maybe you don’t have the time to migrate or test these components. In that case, we recommend running a “codemod” script that renames them automatically:

cd your_project
npx react-codemod rename-unsafe-lifecycles

(Note that it says npx, not npm. npx is a utility that comes with Node 6+ by default.)

Running this codemod will replace the old names like componentWillMount with the new names like UNSAFE_componentWillMount:

The new names like UNSAFE_componentWillMount will keep working in both React 16.9 and in React 17.x. However, the new UNSAFE_ prefix will help components with problematic patterns stand out during the code review and debugging sessions. (If you’d like, you can further discourage their use inside your app with the opt-in Strict Mode.)

Note

Learn more about our versioning policy and commitment to stability.

Deprecating javascript: URLs

URLs starting with javascript: are a dangerous attack surface because it’s easy to accidentally include unsanitized output in a tag like <a href> and create a security hole:

const userProfile = {
  website: "javascript: alert('you got hacked')",
};
// This will now warn:
<a href={userProfile.website}>Profile</a>

In React 16.9, this pattern continues to work, but it will log a warning. If you use javascript: URLs for logic, try to use React event handlers instead. (As a last resort, you can circumvent the protection with dangerouslySetInnerHTML, but it is highly discouraged and often leads to security holes.)

In a future major release, React will throw an error if it encounters a javascript: URL.

Deprecating “Factory” Components

Before compiling JavaScript classes with Babel became popular, React had support for a “factory” component that returns an object with a render method:

function FactoryComponent() {
  return { render() { return <div />; } }
}

This pattern is confusing because it looks too much like a function component — but it isn’t one. (A function component would just return the <div /> in the above example.)

This pattern was almost never used in the wild, and supporting it causes React to be slightly larger and slower than necessary. So we are deprecating this pattern in 16.9 and logging a warning if it’s encountered. If you rely on it, adding FactoryComponent.prototype = React.Component.prototype can serve as a workaround. Alternatively, you can convert it to either a class or a function component.

We don’t expect most codebases to be affected by this.

New Features

Async act() for Testing

React 16.8 introduced a new testing utility called act() to help you write tests that better match the browser behavior. For example, multiple state updates inside a single act() get batched. This matches how React already works when handling real browser events, and helps prepare your components for the future in which React will batch updates more often.

However, in 16.8 act() only supported synchronous functions. Sometimes, you might have seen a warning like this in a test but could not easily fix it:

An update to SomeComponent inside a test was not wrapped in act(...).

In React 16.9, act() also accepts asynchronous functions, and you can await its call:

await act(async () => {
  // ...
});

This solves the remaining cases where you couldn’t use act() before, such as when the state update was inside an asynchronous function. As a result, you should be able to fix all the remaining act() warnings in your tests now.

We’ve heard there wasn’t enough information about how to write tests with act(). The new Testing Recipes guide describes common scenarios, and how act() can help you write good tests. These examples use vanilla DOM APIs, but you can also use React Testing Library to reduce the boilerplate code. Many of its methods already use act() internally.

Please let us know on the issue tracker if you bump into any other scenarios where act() doesn’t work well for you, and we’ll try to help.

Performance Measurements with <React.Profiler>

In React 16.5, we introduced a new React Profiler for DevTools that helps find performance bottlenecks in your application. In React 16.9, we are also adding a programmatic way to gather measurements called <React.Profiler>. We expect that most smaller apps won’t use it, but it can be handy to track performance regressions over time in larger apps.

The <Profiler> measures how often a React application renders and what the “cost” of rendering is. Its purpose is to help identify parts of an application that are slow and may benefit from optimizations such as memoization.

A <Profiler> can be added anywhere in a React tree to measure the cost of rendering that part of the tree. It requires two props: an id (string) and an onRender callback (function) which React calls any time a component within the tree “commits” an update.

render(
  <Profiler id="application" onRender={onRenderCallback}>    <App>
      <Navigation {...props} />
      <Main {...props} />
    </App>
  </Profiler>);

To learn more about the Profiler and the parameters passed to the onRender callback, check out the Profiler docs.

Note:

Profiling adds some additional overhead, so it is disabled in the production build.

To opt into production profiling, React provides a special production build with profiling enabled. Read more about how to use this build at fb.me/react-profiling.

Notable Bugfixes

This release contains a few other notable improvements:

  • A crash when calling findDOMNode() inside a <Suspense> tree has been fixed.
  • A memory leak caused by retaining deleted subtrees has been fixed too.
  • An infinite loop caused by setState in useEffect now logs an error. (This is similar to the error you see when you call setState in componentDidUpdate in a class.)

We’re thankful to all the contributors who helped surface and fix these and other issues. You can find the full changelog below.

An Update to the Roadmap

In November 2018, we have posted this roadmap for the 16.x releases:

  • A minor 16.x release with React Hooks (past estimate: Q1 2019)
  • A minor 16.x release with Concurrent Mode (past estimate: Q2 2019)
  • A minor 16.x release with Suspense for Data Fetching (past estimate: mid 2019)

These estimates were too optimistic, and we’ve needed to adjust them.

tldr: We shipped Hooks on time, but we’re regrouping Concurrent Mode and Suspense for Data Fetching into a single release that we intend to release later this year.

In February, we shipped a stable 16.8 release including React Hooks, with React Native support coming a month later. However, we underestimated the follow-up work for this release, including the lint rules, developer tools, examples, and more documentation. This shifted the timeline by a few months.

Now that React Hooks are rolled out, the work on Concurrent Mode and Suspense for Data Fetching is in full swing. The new Facebook website that’s currently in active development is built on top of these features. Testing them with real code helped discover and address many issues before they can affect the open source users. Some of these fixes involved an internal redesign of these features, which has also caused the timeline to slip.

With this new understanding, here’s what we plan to do next.

One Release Instead of Two

Concurrent Mode and Suspense power the new Facebook website that’s in active development, so we are confident that they’re close to a stable state technically. We also now better understand the concrete steps before they are ready for open source adoption.

Originally we thought we would split Concurrent Mode and Suspense for Data Fetching into two releases. We’ve found that this sequencing is confusing to explain because these features are more related than we thought at first. So we plan to release support for both Concurrent Mode and Suspense for Data Fetching in a single combined release instead.

We don’t want to overpromise the release date again. Given that we rely on both of them in production code, we expect to provide a 16.x release with opt-in support for them this year.

An Update on Data Fetching

While React is not opinionated about how you fetch data, the first release of Suspense for Data Fetching will likely focus on integrating with opinionated data fetching libraries. For example, at Facebook we are using upcoming Relay APIs that integrate with Suspense. We will document how other opinionated libraries like Apollo can support a similar integration.

In the first release, we don’t intend to focus on the ad-hoc “fire an HTTP request” solution we used in earlier demos (also known as “React Cache”). However, we expect that both we and the React community will be exploring that space in the months after the initial release.

An Update on Server Rendering

We have started the work on the new Suspense-capable server renderer, but we don’t expect it to be ready for the initial release of Concurrent Mode. This release will, however, provide a temporary solution that lets the existing server renderer emit HTML for Suspense fallbacks immediately, and then render their real content on the client. This is the solution we are currently using at Facebook ourselves until the streaming renderer is ready.

Why Is It Taking So Long?

We’ve shipped the individual pieces leading up to Concurrent Mode as they became stable, including new context API, lazy loading with Suspense, and Hooks. We are also eager to release the other missing parts, but trying them at scale is an important part of the process. The honest answer is that it just took more work than we expected when we started. As always, we appreciate your questions and feedback on Twitter and in our issue tracker.

Installation

React

React v16.9.0 is available on the npm registry.

To install React 16 with Yarn, run:

yarn add react@^16.9.0 react-dom@^16.9.0

To install React 16 with npm, run:

npm install --save react@^16.9.0 react-dom@^16.9.0

We also provide UMD builds of React via a CDN:

<script crossorigin src="https://unpkg.com/react@16/umd/react.production.min.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.production.min.js"></script>

Refer to the documentation for detailed installation instructions.

Changelog

React

  • Add <React.Profiler> API for gathering performance measurements programmatically. (@bvaughn in #15172)
  • Remove unstable_ConcurrentMode in favor of unstable_createRoot. (@acdlite in #15532)

React DOM

React DOM Server

  • Fix incorrect output for camelCase custom CSS property names. (@bedakb in #16167)

React Test Utilities and Test Renderer




map

Futsal's road to Lithuania mapped out




map

BTS to release their Japanese album 'Map Of The Soul: 7 - The Journey' on July 15 with four new tracks

More BTS music is coming our way! The South Korean septet released the highly awaited 'Map Of The Soul: 7' album back on February 21, 2020. They are releasing their fourth Japanese album 'Map Of The Soul: 7 - The Journey' on July 15, 2020.

As per new details released on Thursday, May 7, the Japanese album will have Japanese versions of some of their previous album songs including four new tracks - 'Intro: Calling', 'Stay Gold', 'Your Eyes Tell', and 'Outro: Journey'.

Tracklist:

1. INTRO: Calling
2. Stay Gold
3. Boy With Luv -Japanese ver.-
4. Make It Right -Japanese ver.-
5. Dionysus -Japanese ver.-
6. IDOL -Japanese ver.-
7. Airplane pt.2 -Japanese ver.-
8. FAKE LOVE -Japanese ver.-
9. Black Swan -Japanese ver.-
10. ON -Japanese ver.-
11. Lights
12. Your eyes tell
13. OUTRO: The Journey

This will include the 'Stay Gold' music video. The track will also serve as Original Sound Track for Japanese drama, Spiral Labyrinth – DNA Forensic Investigation (literal translation). Tanaka Kei will headline the drama which is based on a manga of the same name. Jungkook has participated in the composition of 'Your Eyes Tell'.

'Stay Gold' will be the first Japanese release since last year's 'Lights/Boy With Luv'.

ALSO READ: Troye Sivan reveals interesting details about co-writing 'Louder Than Bombs' for BTS' 'Map Of The Soul: 7




map

Dosage mapping tracks cancer radiotherapy more closely

A non-invasive system being developed by EU-funded researchers could make radiotherapy a safer and more-effective treatment for cancer patients by creating a visual dosage map of the tumour and the surrounding healthy tissue.




map

Mapping Health Risks for People With Mental Disorders: Study

Highlights: People with mental disorders are more likely to develop other health conditions Mapping the




map

Tax-News.com: Ireland Amends Guidance On MAP Assistance

The Irish Revenue has updated its guidelines on requesting Mutual Agreement Procedure assistance in Ireland.




map

Mapping Childhood Malnutrition to Battle against Hunger

Hunger and malnutrition affect many children under five years of age. However, mapping childhood malnutrition and implementing new strategies to fight




map

Press Release: New maps aid flood relief efforts

For the first time, maps have been prepared by a consortium consisting of IWMI, the Disaster Management Centre of the Ministry of Disaster Management (MoDM) and the UN’s space based information service for disaster management and emergency response (UN-SPIDER).




map

StandardMedia: Smart solar pumps use big data to map water reservoirs

IWMI plans to use the data from Futurepump’s 4,000 pumps to calculate how much water is being extracted at any given time, which can help governments ensure it is used sustainably, with limits on extraction or a shift to less water-intensive crops.



  • IWMI in the news
  • Z-Featured Content
  • Z-News
  • pumps
  • solar
  • solar water pumps
  • solar-powered irrigation

map

Prevention Web: Satellite maps can help nations make critical food production decisions amid coronavirus

Take a look at the satellite map below. That vast swathe of orange and red across northwestern India and Pakistan depicts crops that have ripened in the last couple of weeks.




map

Prevention Web: Satellite maps can help nations make critical food production decisions amid coronavirus

Take a look at the satellite map below. That vast swathe of orange and red across northwestern India and Pakistan depicts crops that have ripened in the last couple of weeks.




map

Bali Roadmap an Anticlimax, None Willing to Commit on Reduction of Greenhouse Gas Emissions

The much vaunted climate change conference has come to an end at Bali, Indonesia, on an almost anticlimactic note.




map

A Sure Roadmap to Reduce Indian Poverty – Part-2

  Some Projects with Spectacular Results!   1. Elappulli Panchayat (Palakkad Dt.): Area: 49.09 sq.km; projects: Ksheera-Gramam (Milk-village), full water supply and total sanitation (Samagra Sanitation).   Milk-Farming: The Elappully...




map

Rootkit.Linux.SKIDMAP.A

Over All Risk Rating : Low


This rootkit is used by Skidmap - a Linux malware - to hide its cryptocurrency-mining abilities.

This Rootkit arrives on a system as a file dropped by other malware or as a file downloaded unknowingly by users when visiting malicious sites.

Read More




map

Rootkit.Linux.SKIDMAP.A

Over All Risk Rating : Low


This rootkit is used by Skidmap - a Linux malware - to hide its cryptocurrency-mining abilities.

This Rootkit arrives on a system as a file dropped by other malware or as a file downloaded unknowingly by users when visiting malicious sites.

Read More




map

OECD maps location of skilled U.S. workers and the employers who seek them

U.S. employers are demanding skilled workforces, but are not always able to find a local supply, says a new OECD study looking at Job Creation and Local Economic Development.