webguru Site Admin
Joined: 07 Aug 2005 Posts: 17 Location: New York
|
Subject: Well-structured Web Design using Semantic Markup Posted: Thu August 11, 2005 |
|
|
An accounting professor of mine once said "cash is king". For the Web "content is king".
I'll summarize a proven method of structuring the content of Web pages so that they're search engine friendly based on the w3c standard of Semantic Markup.
Before I start, you should know the following information on Search Engines:
- Search Engine companies like Google, Yahoo, & MSN Search use programs to visit Web pages. The programs are widely known as "crawlers", "bots", "robots", or "spiders" and are used to record Web pages.
- When a crawler visits a Web page, the event is described as "crawling a page."
- The path of a crawl on a Web page is top-down left-to-right.
- Crawlers assign weight based on content position, font size, font decoration, header tags, and relevancy to the main subject of the website. Content placed on the top left of a Web page has most weight.
- Meta data is code within the header section of a Web page that contains information about the Web page hidden from view (except for the page title). Some crawlers place significant weight on this information, while others treat it as regular content.
As an example, I'll step through the process of creating content for a Web page about Secondary Ion Mass Spectrometers.
Building Web Content
Create an enumerated outline of the Web page following conventional outlining standards.
| Code: |
I. Secondary Ion Mass Spectrometers (SIMS)
A. Types of SIMS
1. Magnetic Sector
2. Quadrupole
3. Time-of-Flight
B. SIMS Applications
1. Isotopic Ratio Measurements
2. Surface Analysis and Characterization
3. Imaging |
Add copy to each of the sections.
| Code: | I. Secondary Ion Mass Spectrometers (SIMS)
The technique of Secondary Ion Mass Spectrometry (SIMS) is the most sensitive of all the commonly-employed surface analytical techniques - this is because of the inherent sensitivity associated with mass spectrometric-based techniques.
A. Types of SIMS: There are various types of SIMS equipment, each having similar characteristics and each possessing their own specific specialties and disadvantages.
1. Magnetic Sector: This device uses an ion gun to sputter materials under high vacuum. The sputtered materials/particles are charged and accelerated through a magnetic field at a 90 degree bend. The materials/particles separate base on their individual atomic weights since heavier particles will be diverted at a lesser degree than lighter particles under the same magnetic field. The particles are then detected visually by a channel plate or quantitatively by an electron multiplier.
2. Quadrupole: Quadrupole SIMS instruments use low extraction fields to extract secondary ions from the sample, allowing low energy ion bombardment – giving high depth resolution and analysis of ultra-shallow and very thin films. Also because of the low extraction fields of the Quad-SIMS instrument, it is easier to do charge compensation for the analysis of insulating material like SiO2 and Si3N4. We have developed protocols for H analysis in Si-R Nitrides, B & P concentrations in BPTEOS, and N concentration in Thin Oxynitrides, Ge concentration in SiGe samples with OCE (Optical Conductivity Enhancment). The full wafer Quad-SIMS instrument allows us to map wafers – looking for dose or profile shape variations across a wafer.
3. Time-of-Flight: Similar to the other SIMS, ToF SIMS is also used to obtain elemental and molecular chemical information about surfaces.
In ToF-SIMS analysis, the sample is placed in an ultrahigh vacuum environment where primary ions bombard and sputter atoms, molecules, and molecular fragments from the sample surface. The mass of the ejected particles (i.e. secondary ions) are analyzed via time-of-flight mass spectrometry.
In the ToF analyzer, ejected ions are accelerated into the analyzer with a common energy (but different velocities depending on the particle mass). Due to the differences in velocities, smaller ions move through the analyzer more rapidly than the larger ions. The mass of the secondary ions are determined by their travel time through the analyzer. SIMS is a surface sensitive analysis method since only the secondary ions generated in the outermost 10 to 20 Å region of a sample have sufficient energy to overcome the surface binding energy and escape the sample surface for detection and analysis.
B. SIMS Applications: Today, SIMS is widely used for analysis of trace elements in solid materials, especially semiconductors and thin films. The SIMS ion source is one of only a few to produce ions from solid samples without prior vaporization. The SIMS primary ion beam can be focused to less than 1 um in diameter. Controlling where the primary ion beam strikes the sample surface provides for microanalysis, the measurement of the lateral distribution of elements on a microscopic scale. During SIMS analysis, the sample surface is slowly sputtered away. Continuous analysis while sputtering produces information as a function of depth, called a depth profile. When the sputtering rate is extremely slow, the entire analysis can be performed while consuming less than a tenth of an atomic monolayer. This slow sputtering mode is called static SIMS in contrast to dynamic SIMS used for depth profiles. Shallow sputtering minimizes the damage done to organic substances present on the sample surface. The resulting ion fragmentation patterns contain information useful for identifying molecular species. Only dynamic SIMS will be treated in this surface analysis computer aided instruction package because only dynamic SIMS yields quantitative information.
1. Isotopic Ratio Measurements: This is mass analysis to determine the elemental and/or molecular composition of the top monolayer of a material's surface. Can distinguish elements and molecules whose masses range from 1 amu to >10,000 amu. Can be quantitative with standards.
2. Surface Analysis and Characterization: Low doses of primary ions ensure that every secondary ion comes from an undisturbed region of the surface, allowing true surface analysis with SIMS sensitivities.
3. Imaging: Using a raster probe, static SIMS generates images to determine the lateral distribution of secondary ions, with a lateral resolution < 0.2µm. |
Code the header section and the framework of the page. Include the outline terms in the keywords section and the descriptions.
| Code: | <DOCTYPE>
<html>
<head>
<meta>
<title>Secondary Ion Mass Spectrometers</title>
<meta>
<meta>
<meta>
</head>
<body>
</body>
</html> |
Use header tags to replace the alpha numeric outline.
| Code: | <DOCTYPE>
<html>
<head>
<meta>
<title>Secondary Ion Mass Spectrometers</title>
<meta>
<meta>
<meta>
</head>
<h1></h1>
<h2></h2>
<h3></h3>
<h3></h3>
<h3></h3>
<h2></h2>
<h3></h3>
<h3></h3>
<h3></h3>
</body>
</html> |
Drop in the content.
| Code: | <DOCTYPE>
<html>
<head>
<meta>
<title>Secondary Ion Mass Spectrometers</title>
<meta>
<meta>
<meta>
</head>
<body>
<h1>Secondary Ion Mass Spectrometers (SIMS)</h1>
<p>The technique of Secondary Ion Mass Spectrometry (SIMS) is the most sensitive of all the commonly-employed surface analytical techniques - this is because of the inherent sensitivity associated with mass spectrometric-based techniques.</p>
<h2>Types of SIMS</h2>
<p>There are various types of SIMS equipment, each having similar characteristics and each possessing their own specific specialties and disadvantages.</p>
<h3>Magnetic Sector</h3>
<p>This device uses an ion gun to sputter materials under high vacuum. The sputtered materials/particles are charged and accelerated through a magnetic field at a 90 degree bend. The materials/particles separate base on their individual atomic weights since heavier particles will be diverted at a lesser degree than lighter particles under the same magnetic field. The particles are then detected visually by a channel plate or quantitatively by an electron multiplier.</p>
<h3>Quadrupole</h3>
<p>Quadrupole SIMS instruments use low extraction fields to extract secondary ions from the sample, allowing low energy ion bombardment – giving high depth resolution and analysis of ultra-shallow and very thin films. Also because of the low extraction fields of the Quad-SIMS instrument, it is easier to do charge compensation for the analysis of insulating material like SiO2 and Si3N4. We have developed protocols for H analysis in Si-R Nitrides, B & P concentrations in BPTEOS, and N concentration in Thin Oxynitrides, Ge concentration in SiGe samples with OCE (Optical Conductivity Enhancment). The full wafer Quad-SIMS instrument allows us to map wafers – looking for dose or profile shape variations across a wafer.</p>
<h3>Time-of-Flight</h3>
<p>Similar to the other SIMS, ToF SIMS is also used to obtain elemental and molecular chemical information about surfaces.
In ToF-SIMS analysis, the sample is placed in an ultrahigh vacuum environment where primary ions bombard and sputter atoms, molecules, and molecular fragments from the sample surface. The mass of the ejected particles (i.e. secondary ions) are analyzed via time-of-flight mass spectrometry.<br><br>In the ToF analyzer, ejected ions are accelerated into the analyzer with a common energy (but different velocities depending on the particle mass). Due to the differences in velocities, smaller ions move through the analyzer more rapidly than the larger ions. The mass of the secondary ions are determined by their travel time through the analyzer. SIMS is a surface sensitive analysis method since only the secondary ions generated in the outermost 10 to 20 Å region of a sample have sufficient energy to overcome the surface binding energy and escape the sample surface for detection and analysis.</p>
<h2>SIMS Applications</h2>
<p>Today, SIMS is widely used for analysis of trace elements in solid materials, especially semiconductors and thin films. The SIMS ion source is one of only a few to produce ions from solid samples without prior vaporization. The SIMS primary ion beam can be focused to less than 1 um in diameter. Controlling where the primary ion beam strikes the sample surface provides for microanalysis, the measurement of the lateral distribution of elements on a microscopic scale. During SIMS analysis, the sample surface is slowly sputtered away. Continuous analysis while sputtering produces information as a function of depth, called a depth profile. When the sputtering rate is extremely slow, the entire analysis can be performed while consuming less than a tenth of an atomic monolayer. This slow sputtering mode is called static SIMS in contrast to dynamic SIMS used for depth profiles. Shallow sputtering minimizes the damage done to organic substances present on the sample surface. The resulting ion fragmentation patterns contain information useful for identifying molecular species. Only dynamic SIMS will be treated in this surface analysis computer aided instruction package because only dynamic SIMS yields quantitative information.</p>
<h3>Isotopic Ratio Measurements</h3>
<p>This is mass analysis to determine the elemental and/or molecular composition of the top monolayer of a material's surface. Can distinguish elements and molecules whose masses range from 1 amu to >10,000 amu. Can be quantitative with standards.</p>
<h3>Surface Analysis and Characterization</h3>
<p>Low doses of primary ions ensure that every secondary ion comes from an undisturbed region of the surface, allowing true surface analysis with SIMS sensitivities.</p>
<h3>Imaging</h3>
<p>Using a raster probe, static SIMS generates images to determine the lateral distribution of secondary ions, with a lateral resolution <0.2µm.</p>
</body>
</html> |
Error Check Code
Make your pages error free so that the crawlers have easy access to the page. To verify that the page is w3c HTML compliant, use the HTML validator.
Verify Outline
To verify that the page outline is what you want, use the validator with Show Outline checked
View Completed Page
Here's the final page on secondary ion mass spectrometers.
Here's the final page using this forum's style secondary ion mass spectrometers with style. |
|