Better Results, Faster...

  • Topodia makes researching easier and more intuitive
  • Our technology does the hard work for you
  • Collaborate with others who share similar interests
Login to Topodia Login Password
forgot your password?
Quick Facts About Topodia
  • Topodia saves you clicking through dozens of unwanted Google links looking for results
  • Topodia lets you provide expertise to friends and to find people with similar interests
  • We work closely with NLP experts to deliver the most relevent search results possible
  • Topodia uses Natural Language Processing to analyse documents

Topics: P

Topics from Topodia starting with "P"
The study and representation of the earth's geographic features and climate as it was at any time before the present.
Paleontology is the study of past life, mostly through fossils, which are the preserved remains of ancient life forms. This category includes resources related to the science of paleontology, as well as for collectors of fossils.
Parallel computing is the science and art of programming computers that can do more than one operation at once, concurrently, during the same cycle, often via having more than one processor. Some parallel computers are just regular workstations that have more than one processor in them; others are giant single computers with many processors (these are generally referred to as supercomputers); and others are networks of individual computers. A network of computers configured to coordinate on computing problems is also called a cluster. Parallel computers can run some types of programs far faster than traditional single processor computers, often termed the von Neumann architecture. Programs that work on a single-processor computer don't automatically work on a parallel computer. Programmers must explicitly specify how to divide up the computing work between all available nodes. Information about writing programs especially for parallel computers is in Parallel_Computing/Programming. Many people have written libraries to help programmers write programs for parallel computers. Parallel computing is a very similar field to distributed computing. Both types of computing involve breaking apart a problem into many pieces and assigning each part to a computer, but the nodes of a distributed computer normally not communicate with each other while performing their computations, because they may be great distances apart. Sites related to distributed computing are in Computers/Computer_Science/Distributed_Computing. Information about supercomputers is located in Computers/Supercomputing.
The paranormal deals with that which cannot be scientifically explained. ESP, Extraterrestrial Life, Psychic Powers, and other topics are covered here.

Particle physics, often called High Energy Physics (HEP) deals with the smallest building blocks of everything around us - subatomic elementary particles.

It is not about particles you could see under a microscope (e.g. dust particles) and it is not about chemical molecules.

The World Wide Web was invented by particle physicists at CERN.

This category is a "white pages" for computer science researchers. Any person who has made a significant contribution to the field is eligible to be listed. (By this definition, anyone with a Ph.D. certainly qualifies by default.) Such submissions are encouraged! A candidates' web page should have complete information about their work, including links to their publications. The description for each person listed should give their institution (if any) and then a list of keywords describing their research interests. This category may eventually contain a huge number of researchers in many diverse areas, so the keywords should be very specific.
Properties based on the sum-of-divisors function s(n), including perfect and multiperfect numbers, aliquot sequences, amicable pairs and sociable chains.
A selection of sites containing online versions of the periodic table of elements. Sites are classified according to the number of properties they display:
  • Very Basic: less than eight properties.
  • Basic: 9 - 16 properties.
  • Detailed: 17 - 24 properties.
  • Comprehensive: 25 - 32 properties.
  • Very comprehensive: more than 32 properties.

There are also notes when special software or browser features such as JavaScript are required.

Permaculture is an integrated design system for sustainability. The word "permaculture" is a contraction of "permanent agriculture" or "permanent culture." Its roots are in the design of productive ecosystems for farms and gardens. A central theme in permaculture is the design of ecological landscapes that produce food. Emphasis is placed on multi-use plants, cultural practices such as sheet mulching and trellising, and the integration of animals to recycle nutrients and graze weeds. Permaculture concepts also reach beyond farming and gardens that into designs for all types of resilient, sustainable structures, both physical and social. It is a philosophy of maximum effort at the design stage to allow minimum effort and side-effects once the system is running, instead of the conventional method which is often the reverse.
Web sites pertaining to the use of Geology in the Oil and Gas Industry. Any activity that does not fit into an existing subcategory is listed here.
Includes general pharmaceutical information, related organizations and associations, pharmacy schools and information about specific medications.
Phi is the Greek letter representing the golden ratio, also called the golden mean or the golden proportion. Break a line segment into two such that the ratio of the whole to the longest segment is the same as the ratio of the two segments, that ratio is the golden ratio. Phi = 1.618034...
The philosophy of science is concerned with the philosophical interpretation and study of the natural sciences, in particular, physics, biology, and mathematics.

"Physics is the study and application of the fundamental laws of nature, including the laws of motion, gravity, electromagnetism, heat, and microscopic interactions. These laws govern the behavior of objects at all scales, from the smallest subatomic particles to the entire observable universe. In between, physicists study nuclear reactions, the interactions of atoms with light, properties of solids, chaotic dynamics of fluids, and the evolution of stars and galaxies, among many other applications."

If this doesn't tickle your fancy, there is always the quote from Rutherford: "In science, there is only physics; all the rest is stamp collecting."

Pi = 3.1415926535... An irrational number, a never ending yet never repeating decimal, Pi has been calculated and explored throughout history from the ancient times to the present.
Physiology is concerned with the functioning of plants. This is largely interactions between plants and their environments. As such plant physiology bridges the gap between biochemistry and ecology.
Plasma, called also the fourth state of matter (the other three are solid, liquid, and gas), is mixture of ionized atoms (atoms stripped of some or all of their electrons) and surrounding electrons.
This category is for sites dealing with the science and technology of plastics. Suppliers of products or services should submit their sites to an appropriate category in our Business section. Specific links to which can usually be found as an @linked sub category of this main category, or in the list of related categories
Poisonous substances (both natural and man-made) are common, and frequently cause illness or disease if not properly stored and handled.
This category contains general information on Afghan politics and news articles dealing with Afghan interior politics.
One definition of Pollution Prevention is: "The use of processes, practices, materials, products or energy that avoid or minimize the creation of pollutants and waste, and reduce overall risk to human health or the environment." Industrial ecology is also a closely related area. This category is primarily for resources related to waste minimization by source reduction (using fewer resources), reuse, and recycling. Composting is a technique for waste minimization, so there is a cross-link to the category Home/Gardens/Composting. Control of air and water pollution are covered in other categories of Science/Environment.
This category will list companies that develop new products and new product lines for either in house use or for clients.
Category to list sites whose primary purpose is to promote their business, which nevertheless specialize in Cytokines.
Contains sites for products and services in the planetarium industry such as planetarium construction and show production.

Sites primarily describing technology designed as a result of research in this field, for equipment, prototypes, new materials. Also companies offering expertise in this field, perhaps as subcategories including Consulting, Contract_Services and Analytical_Laboratories.

Sites primarily describing technology designed as a result of research in separation sciences, for equipment, prototypes, new materials. Also companies offering expertise in this field, perhaps as subcategories including Consulting, Contract Services and Analytical Laboratories.

Commercial sites for infrared spectrophotometers and imaging systems.
Also includes laboratories providing commercial analytical services based on this technology.

Sites and links to categories where the focus of the scientific products and services is directed towards developments in food and its products, by modification of existing practices with the aid of biotechnology.

Computer programming is the art of writing software, instructions for computers to follow. At the base level, as understood by the computer, these instructions are written in machine code, or binary, pure numbers, quite difficult for humans to read and write. At a slightly higher level, these codes correspond to assembly language, short mnemonics for individual computer operations, that still correspond one to one with what the machine actually does. This is still unstructured, terse, and difficult to read or write in. Most programming is done in higher level, compiled languages, or even interpretedthat look like a cross between English and Algebra, and allow various abstractions depending on the language, such as encapsulation, function calls, data hiding, and more, to enable people reading and writing programs to deal with the vast quantity of information that the computer actually handles. Respectively, a compiler program translates these languages to machine code to be executed directly, or a separate interpreter program itself takes these statements and executes them as an intermediary.
Companies that provide consultancy services on a fee basis. They do not supply products with technical support. All sites are investigated and references sort.
Scientific publications of all forms related to Computer Science. Notes:
  • In spite of their name, technical report archives include usually conference or journal papers (they are usually FTP sites of research institutions).
  • The number of items indexed by an engine is constantly increasing. However it gives an order of magnitude useful to compare indexes (most of the figures were gathered at end 2000).
  • In bibliographic indexes, if search for on-line documents only is not allowed by the search form, try http and ftp as keywords.
  • Usually, indexes are run by scientists as part of their research, and the indexing engines are sometime made available, for instance ResearchIndex and Ncstrl.
This category is for websites dealing with biology-themed books, magazines, journals, and other publications.
This category is for websites dealing with biotechnology-themed books, magazines, journals, and other publications.
This category is for websites dealing with developmental biology-themed books, magazines, journals, and other publications.
Sites that contain information and theory of pyrotechnics, ballistics, and explosives.