task
stringlengths 12
101
| input
stringlengths 0
88.4k
| output
stringlengths 1
139k
| options
sequence | pageTitle
stringlengths 0
1.11k
| outputColName
stringlengths 1
1.13k
| url
stringlengths 14
440
| wdcFile
stringlengths 66
76
|
---|---|---|---|---|---|---|---|
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] src [Description] | The source is copied to the destination. The destination is not used as input. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] dst [Description] | The destination is left untouched. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] src-over [Description] | The source is composited over the destination. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] dst-over [Description] | The destination is composited over the source and the result replaces the destination. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] src-in [Description] | The part of the source lying inside of the destination replaces the destination. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] dst-in [Description] | The part of the destination lying inside of the source replaces the destination. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] src-out [Description] | The part of the source lying outside of the destination replaces the destination. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] dst-out [Description] | The part of the destination lying outside of the source replaces the destination. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] src-atop [Description] | The part of the source lying inside of the destination is composited onto the destination. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] dst-atop [Description] | The part of the destination lying inside of the source is composited over the source and replaces the destination. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] multiply [Description] | The source is multiplied by the destination and replaces the destination. The resultant color is always at least as dark as either of the two constituent colors. Multiplying any color with black produces black. Multiplying any color with white leaves the original color unchanged. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] screen [Description] | The source and destination are complemented and then multiplied and then replace the destination. The resultant color is always at least as light as either of the two constituent colors. Screening any color with white produces white. Screening any color with black leaves the original color unchanged. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] overlay [Description] | Multiplies or screens the colors, dependent on the destination color. Source colors overlay the destination whilst preserving its highlights and shadows. The destination color is not replaced, but is mixed with the source color to reflect the lightness or darkness of the destination. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] darken [Description] | Selects the darker of the destination and source colors. The destination is replaced with the source when the source is darker, otherwise it is left unchanged. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] lighten [Description] | Selects the lighter of the destination and source colors. The destination is replaced with the source when the source is lighter, otherwise it is left unchanged. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] linear-light [Description] | Increase contrast slightly with an impact on the foreground's tonal values. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] color-dodge [Description] | Brightens the destination color to reflect the source color. Painting with black produces no change. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] color-burn [Description] | Darkens the destination color to reflect the source color. Painting with white produces no change. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] hard-light [Description] | Multiplies or screens the colors, dependent on the source color value. If the source color is lighter than 0.5, the destination is lightened as if it were screened. If the source color is darker than 0.5, the destination is darkened, as if it were multiplied. The degree of lightening or darkening is proportional to the difference between the source color and 0.5. If it is equal to 0.5 the destination is unchanged. Painting with pure black or white produces black or white. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] soft-light [Description] | Darkens or lightens the colors, dependent on the source color value. If the source color is lighter than 0.5, the destination is lightened. If the source color is darker than 0.5, the destination is darkened, as if it were burned in. The degree of darkening or lightening is proportional to the difference between the source color and 0.5. If it is equal to 0.5, the destination is unchanged. Painting with pure black or white produces a distinctly darker or lighter area, but does not result in pure black or white. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] plus [Description] | The source is added to the destination and replaces the destination. This operator is useful for animating a dissolve between two images. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] add [Description] | As per 'plus' but transparency data is treated as matte values. As such any transparent areas in either image remain transparent. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] minus [Description] | Subtract the colors in the source image from the destination image. When transparency is involved, Opaque areas will be subtracted from any destination opaque areas. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] subtract [Description] | Subtract the colors in the source image from the destination image. When transparency is involved transparent areas are subtracted, so only the opaque areas in the source remain opaque in the destination image. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] difference [Description] | Subtracts the darker of the two constituent colors from the lighter. Painting with white inverts the destination color. Painting with black produces no change. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] exclusion [Description] | Produces an effect similar to that of 'difference', but appears as lower contrast. Painting with white inverts the destination color. Painting with black produces no change. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] xor [Description] | The part of the source that lies outside of the destination is combined with the part of the destination that lies outside of the source. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] copy-* [Description] | Copy the specificed channel in the source image to the same channel in the destination image. If the channel specified in the source image does not exist, (which can only happen for methods, 'copy-opacity' or 'copy-black') then it is assumed that the source image is a special grayscale channel image of the values to be copied. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
7d6e971b_Magick__Magick_Vector_Graphics__Description | [Method] change-mask [Description] | Replace any destination pixel that is the similar to the source images pixel (as defined by the current -fuzz factor), with transparency. | [] | ImageMagick: Magick Vector Graphics | Description | http://www.imagemagick.org/www/magick-vector-graphics.html | 39/1438042989126.22_20150728002309-00031-ip-10-236-191-2_510692786_1.json |
46b55076_eyond_Penguins_and_Polar_Bears__Students_may_think_ | [Instead of thinking…] The polar regions experience a dramatic change in season and in daylight from summer to winter. [Students may think…] | There is only one season in the polar regions. (Polar regions are dark, frozen places year-round.) | [] | Common Misconceptions about Polar Weather and Climate — Weather and Climate: From Home to the Poles — Beyond Penguins and Polar Bears | Students may think… | http://beyondpenguins.ehe.osu.edu/issue/weather-and-climate-from-home-to-the-poles/common-misconceptions-about-polar-weather-and-climate | 39/1438043062723.96_20150728002422-00045-ip-10-236-191-2_25852168_2.json |
46b55076_eyond_Penguins_and_Polar_Bears__Students_may_think_ | [Instead of thinking…] Antarctica is much colder than the Arctic. [Students may think…] | Temperatures are similar at both poles. | [] | Common Misconceptions about Polar Weather and Climate — Weather and Climate: From Home to the Poles — Beyond Penguins and Polar Bears | Students may think… | http://beyondpenguins.ehe.osu.edu/issue/weather-and-climate-from-home-to-the-poles/common-misconceptions-about-polar-weather-and-climate | 39/1438043062723.96_20150728002422-00045-ip-10-236-191-2_25852168_2.json |
46b55076_eyond_Penguins_and_Polar_Bears__Students_may_think_ | [Instead of thinking…] Antarctica is very dry and is essentially a frozen desert. [Students may think…] | Antarctica is humid because of frozen ice caps. | [] | Common Misconceptions about Polar Weather and Climate — Weather and Climate: From Home to the Poles — Beyond Penguins and Polar Bears | Students may think… | http://beyondpenguins.ehe.osu.edu/issue/weather-and-climate-from-home-to-the-poles/common-misconceptions-about-polar-weather-and-climate | 39/1438043062723.96_20150728002422-00045-ip-10-236-191-2_25852168_2.json |
46b55076_eyond_Penguins_and_Polar_Bears__Students_may_think_ | [Instead of thinking…] It does not snow very much at the poles (especially Antarctica) due to low humidity. Large amounts of ice and snow are due to the fact that melting doesn’t occur. [Students may think…] | It snows a lot at the poles. | [] | Common Misconceptions about Polar Weather and Climate — Weather and Climate: From Home to the Poles — Beyond Penguins and Polar Bears | Students may think… | http://beyondpenguins.ehe.osu.edu/issue/weather-and-climate-from-home-to-the-poles/common-misconceptions-about-polar-weather-and-climate | 39/1438043062723.96_20150728002422-00045-ip-10-236-191-2_25852168_2.json |
46b55076_eyond_Penguins_and_Polar_Bears__Students_may_think_ | [Instead of thinking…] The polar regions play an important role in global climate. [Students may think…] | The polar regions are not important for global climate. | [] | Common Misconceptions about Polar Weather and Climate — Weather and Climate: From Home to the Poles — Beyond Penguins and Polar Bears | Students may think… | http://beyondpenguins.ehe.osu.edu/issue/weather-and-climate-from-home-to-the-poles/common-misconceptions-about-polar-weather-and-climate | 39/1438043062723.96_20150728002422-00045-ip-10-236-191-2_25852168_2.json |
46b55076_eyond_Penguins_and_Polar_Bears__Students_may_think_ | [Instead of thinking…] Global warming is due to an increase in greenhouse gases (such as carbon dioxide) in the atmosphere. [Students may think…] | The ozone hole is the cause of global warming. | [] | Common Misconceptions about Polar Weather and Climate — Weather and Climate: From Home to the Poles — Beyond Penguins and Polar Bears | Students may think… | http://beyondpenguins.ehe.osu.edu/issue/weather-and-climate-from-home-to-the-poles/common-misconceptions-about-polar-weather-and-climate | 39/1438043062723.96_20150728002422-00045-ip-10-236-191-2_25852168_2.json |
f003ac82_smake___Digital_Mars_pecial_characters_in_makefiles_Description | [Character] : [Description] | Separates target from rest of dependence line. | [] | smake - Digital Mars | Description | http://www.digitalmars.com/ctg/smake.html | 39/1438043062723.96_20150728002422-00305-ip-10-236-191-2_408047174_0.json |
f003ac82_smake___Digital_Mars_pecial_characters_in_makefiles_Description | [Character] # [Description] | All characters following a # on a line are interpreted as a comment and ignored. | [] | smake - Digital Mars | Description | http://www.digitalmars.com/ctg/smake.html | 39/1438043062723.96_20150728002422-00305-ip-10-236-191-2_408047174_0.json |
f003ac82_smake___Digital_Mars_pecial_characters_in_makefiles_Description | [Character] ( ) [Description] | Encloses the value string of a macro to be expanded. | [] | smake - Digital Mars | Description | http://www.digitalmars.com/ctg/smake.html | 39/1438043062723.96_20150728002422-00305-ip-10-236-191-2_408047174_0.json |
f003ac82_smake___Digital_Mars_pecial_characters_in_makefiles_Description | [Character] $ [Description] | Precedes an instance of a macro to be expanded. | [] | smake - Digital Mars | Description | http://www.digitalmars.com/ctg/smake.html | 39/1438043062723.96_20150728002422-00305-ip-10-236-191-2_408047174_0.json |
f003ac82_smake___Digital_Mars_pecial_characters_in_makefiles_Description | [Character] ^ [Description] | The next character is interpreted as a literal character. | [] | smake - Digital Mars | Description | http://www.digitalmars.com/ctg/smake.html | 39/1438043062723.96_20150728002422-00305-ip-10-236-191-2_408047174_0.json |
f003ac82_smake___Digital_Mars_pecial_characters_in_makefiles_Description | [Character] \ [Description] | Continues a line on the next line. | [] | smake - Digital Mars | Description | http://www.digitalmars.com/ctg/smake.html | 39/1438043062723.96_20150728002422-00305-ip-10-236-191-2_408047174_0.json |
f003ac82_smake___Digital_Mars_pecial_characters_in_makefiles_Description | [Character] { } [Description] | On a dependence line, encloses a path name associated with a dependant. | [] | smake - Digital Mars | Description | http://www.digitalmars.com/ctg/smake.html | 39/1438043062723.96_20150728002422-00305-ip-10-236-191-2_408047174_0.json |
f003ac82_smake___Digital_Mars_pecial_characters_in_makefiles_Description | [Character] ! [Description] | As the first character on a line, recognized as the start of a preprocessing directive. On a dependence line, acts as a command modifier. | [] | smake - Digital Mars | Description | http://www.digitalmars.com/ctg/smake.html | 39/1438043062723.96_20150728002422-00305-ip-10-236-191-2_408047174_0.json |
f003ac82_smake___Digital_Mars_pecial_characters_in_makefiles_Description | [Character] @ [Description] | On a dependence line, acts as a command modifier. | [] | smake - Digital Mars | Description | http://www.digitalmars.com/ctg/smake.html | 39/1438043062723.96_20150728002422-00305-ip-10-236-191-2_408047174_0.json |
f003ac82_smake___Digital_Mars_pecial_characters_in_makefiles_Description | [Character] - [Description] | On a dependence line, acts as a command modifier. | [] | smake - Digital Mars | Description | http://www.digitalmars.com/ctg/smake.html | 39/1438043062723.96_20150728002422-00305-ip-10-236-191-2_408047174_0.json |
71620006___PostgreSQL_Extension_Network__Description | [Function] function cs_cum_max(timeseries) returns float8 [Description] | Cumulative maximal value of timeseries elements | [] | user_guide / PostgreSQL Extension Network | Description | http://pgxn.org/dist/imcs/0.1.0/user_guide.html | 39/1438042989126.22_20150728002309-00214-ip-10-236-191-2_182181054_16.json |
71620006___PostgreSQL_Extension_Network__Description | [Function] function cs_cum_min(timeseries) returns timeseries [Description] | Cumulative minimum value of timeseries elements | [] | user_guide / PostgreSQL Extension Network | Description | http://pgxn.org/dist/imcs/0.1.0/user_guide.html | 39/1438042989126.22_20150728002309-00214-ip-10-236-191-2_182181054_16.json |
71620006___PostgreSQL_Extension_Network__Description | [Function] function cs_cum_avg(timeseries) returns timeseries [Description] | Cumulative average value of timeseries elements | [] | user_guide / PostgreSQL Extension Network | Description | http://pgxn.org/dist/imcs/0.1.0/user_guide.html | 39/1438042989126.22_20150728002309-00214-ip-10-236-191-2_182181054_16.json |
71620006___PostgreSQL_Extension_Network__Description | [Function] function cs_cum_sum(timeseries) returns timeseries [Description] | Cumulative sum of timeseries elements | [] | user_guide / PostgreSQL Extension Network | Description | http://pgxn.org/dist/imcs/0.1.0/user_guide.html | 39/1438042989126.22_20150728002309-00214-ip-10-236-191-2_182181054_16.json |
71620006___PostgreSQL_Extension_Network__Description | [Function] function cs_prd(timeseries) returns timeseries [Description] | Cumulative product of timeseries elements | [] | user_guide / PostgreSQL Extension Network | Description | http://pgxn.org/dist/imcs/0.1.0/user_guide.html | 39/1438042989126.22_20150728002309-00214-ip-10-236-191-2_182181054_16.json |
71620006___PostgreSQL_Extension_Network__Description | [Function] function cs_var(timeseries) returns timeseries [Description] | Cumulative variation of timeseries elements | [] | user_guide / PostgreSQL Extension Network | Description | http://pgxn.org/dist/imcs/0.1.0/user_guide.html | 39/1438042989126.22_20150728002309-00214-ip-10-236-191-2_182181054_16.json |
71620006___PostgreSQL_Extension_Network__Description | [Function] function cs_dev(timeseries) returns timeseries [Description] | Cumulative standard deviation of timeseries elements | [] | user_guide / PostgreSQL Extension Network | Description | http://pgxn.org/dist/imcs/0.1.0/user_guide.html | 39/1438042989126.22_20150728002309-00214-ip-10-236-191-2_182181054_16.json |
798487bc_lider_Covers___The_Cover_Store__2 | [Feature Comparison] Water Resistance [1] Basic [3] Better [4] Best [2] | Good | [
[
"G",
"o",
"o",
"d"
],
[
"C",
"o",
"m",
"m",
"e",
"r",
"c",
"i",
"a",
"l",
" ",
"G",
"r",
"a",
"d",
"e",
" ",
"V",
"i",
"n",
"y",
"l"
],
[
"E",
"c",
"o",
"n",
"o",
"m",
"i",
"c",
"a",
"l"
],
[
"2",
" ",
"Y",
"e",
"a",
"r",
"s"
]
] | Glider Covers | The Cover Store | 2 | http://www.the-cover-store.com/glider-covers/ | 39/1438043062723.96_20150728002422-00251-ip-10-236-191-2_760463742_0.json |
798487bc_lider_Covers___The_Cover_Store__2 | [Feature Comparison] Fade Resistance [1] Basic [3] Better [4] Best [2] | Good | [
[
"G",
"o",
"o",
"d"
],
[
"C",
"o",
"m",
"m",
"e",
"r",
"c",
"i",
"a",
"l",
" ",
"G",
"r",
"a",
"d",
"e",
" ",
"V",
"i",
"n",
"y",
"l"
],
[
"E",
"c",
"o",
"n",
"o",
"m",
"i",
"c",
"a",
"l"
],
[
"2",
" ",
"Y",
"e",
"a",
"r",
"s"
]
] | Glider Covers | The Cover Store | 2 | http://www.the-cover-store.com/glider-covers/ | 39/1438043062723.96_20150728002422-00251-ip-10-236-191-2_760463742_0.json |
798487bc_lider_Covers___The_Cover_Store__2 | [Feature Comparison] Breathability [1] Basic [3] Better [4] Best [2] | Good | [
[
"G",
"o",
"o",
"d"
],
[
"C",
"o",
"m",
"m",
"e",
"r",
"c",
"i",
"a",
"l",
" ",
"G",
"r",
"a",
"d",
"e",
" ",
"V",
"i",
"n",
"y",
"l"
],
[
"E",
"c",
"o",
"n",
"o",
"m",
"i",
"c",
"a",
"l"
],
[
"2",
" ",
"Y",
"e",
"a",
"r",
"s"
]
] | Glider Covers | The Cover Store | 2 | http://www.the-cover-store.com/glider-covers/ | 39/1438043062723.96_20150728002422-00251-ip-10-236-191-2_760463742_0.json |
798487bc_lider_Covers___The_Cover_Store__2 | [Feature Comparison] Durability [1] Basic [3] Better [4] Best [2] | Good | [
[
"G",
"o",
"o",
"d"
],
[
"C",
"o",
"m",
"m",
"e",
"r",
"c",
"i",
"a",
"l",
" ",
"G",
"r",
"a",
"d",
"e",
" ",
"V",
"i",
"n",
"y",
"l"
],
[
"E",
"c",
"o",
"n",
"o",
"m",
"i",
"c",
"a",
"l"
],
[
"2",
" ",
"Y",
"e",
"a",
"r",
"s"
]
] | Glider Covers | The Cover Store | 2 | http://www.the-cover-store.com/glider-covers/ | 39/1438043062723.96_20150728002422-00251-ip-10-236-191-2_760463742_0.json |
798487bc_lider_Covers___The_Cover_Store__2 | [Feature Comparison] Material Type [1] 3-Ply Nonwoven [3] Stock-Dyed Polyester [4] Solution-Dyed Polyester [2] | Commercial Grade Vinyl | [
[
"G",
"o",
"o",
"d"
],
[
"C",
"o",
"m",
"m",
"e",
"r",
"c",
"i",
"a",
"l",
" ",
"G",
"r",
"a",
"d",
"e",
" ",
"V",
"i",
"n",
"y",
"l"
],
[
"E",
"c",
"o",
"n",
"o",
"m",
"i",
"c",
"a",
"l"
],
[
"2",
" ",
"Y",
"e",
"a",
"r",
"s"
]
] | Glider Covers | The Cover Store | 2 | http://www.the-cover-store.com/glider-covers/ | 39/1438043062723.96_20150728002422-00251-ip-10-236-191-2_760463742_0.json |
798487bc_lider_Covers___The_Cover_Store__2 | [Feature Comparison] Price [1] Basic [3] Moderate [4] High [2] | Economical | [
[
"G",
"o",
"o",
"d"
],
[
"C",
"o",
"m",
"m",
"e",
"r",
"c",
"i",
"a",
"l",
" ",
"G",
"r",
"a",
"d",
"e",
" ",
"V",
"i",
"n",
"y",
"l"
],
[
"E",
"c",
"o",
"n",
"o",
"m",
"i",
"c",
"a",
"l"
],
[
"2",
" ",
"Y",
"e",
"a",
"r",
"s"
]
] | Glider Covers | The Cover Store | 2 | http://www.the-cover-store.com/glider-covers/ | 39/1438043062723.96_20150728002422-00251-ip-10-236-191-2_760463742_0.json |
798487bc_lider_Covers___The_Cover_Store__2 | [Feature Comparison] Warranty [1] 1 Year [3] 3 Years [4] 7 Years [2] | 2 Years | [
[
"G",
"o",
"o",
"d"
],
[
"C",
"o",
"m",
"m",
"e",
"r",
"c",
"i",
"a",
"l",
" ",
"G",
"r",
"a",
"d",
"e",
" ",
"V",
"i",
"n",
"y",
"l"
],
[
"E",
"c",
"o",
"n",
"o",
"m",
"i",
"c",
"a",
"l"
],
[
"2",
" ",
"Y",
"e",
"a",
"r",
"s"
]
] | Glider Covers | The Cover Store | 2 | http://www.the-cover-store.com/glider-covers/ | 39/1438043062723.96_20150728002422-00251-ip-10-236-191-2_760463742_0.json |
aab3eb0c_Efficiency_Benefits__Qualitative_Benefit | [Department] Academic Affairs Process Improvement [Efficiency Initiative] Improve the efficient use of adjuncts and student workers by zero-basing the budgets every year, and develop criteria and a policy that requires a justification and approval process for all expenditures $180,000 [Timeline] Fall 2011 [Qualitative Benefit] | Improve utilization and productivity of full-time faculty | [] | Efficiency Benefits | Qualitative Benefit | http://www.udc.edu/print/50361 | 39/1438043062723.96_20150728002422-00010-ip-10-236-191-2_799647278_0.json |
aab3eb0c_Efficiency_Benefits__Qualitative_Benefit | [Department] Academic Affairs Process Improvement [Efficiency Initiative] Eliminate all non-essential travel TBD [Timeline] TBD [Qualitative Benefit] | Decrease greenhouse gas emissions, better tracking | [] | Efficiency Benefits | Qualitative Benefit | http://www.udc.edu/print/50361 | 39/1438043062723.96_20150728002422-00010-ip-10-236-191-2_799647278_0.json |
aab3eb0c_Efficiency_Benefits__Qualitative_Benefit | [Department] Academic Affairs Process Improvement [Efficiency Initiative] Reduce the printing and distribution of the UDC Course Guide $243,211 [Timeline] Summer 2011 [Qualitative Benefit] | Reduce waste, increased traffic to website | [] | Efficiency Benefits | Qualitative Benefit | http://www.udc.edu/print/50361 | 39/1438043062723.96_20150728002422-00010-ip-10-236-191-2_799647278_0.json |
aab3eb0c_Efficiency_Benefits__Qualitative_Benefit | [Department] Procurement Process Improvement [Efficiency Initiative] To control spending on office supplies and mandate that the University purchase office supplies from contractors that have negotiated contracts with the University. $100,000 [Timeline] Spring 2012 [Qualitative Benefit] | Greater control, more competitive pricing | [] | Efficiency Benefits | Qualitative Benefit | http://www.udc.edu/print/50361 | 39/1438043062723.96_20150728002422-00010-ip-10-236-191-2_799647278_0.json |
aab3eb0c_Efficiency_Benefits__Qualitative_Benefit | [Department] Student Affairs Process Improvement [Efficiency Initiative] Develop more sustainable and efficient print practices with student-related publications $12,000 [Timeline] Fall 2011 [Qualitative Benefit] | Reduce waste, increased accessibility, increased flexibility | [] | Efficiency Benefits | Qualitative Benefit | http://www.udc.edu/print/50361 | 39/1438043062723.96_20150728002422-00010-ip-10-236-191-2_799647278_0.json |
aab3eb0c_Efficiency_Benefits__Qualitative_Benefit | [Department] Student Affairs Revenue Generation [Efficiency Initiative] To offer summer housing to UDC summer school students and interns from across the nation to create a financially sustainable residence life program $57,500* [Timeline] Spring 2012 [Qualitative Benefit] | Increase access to summer housing, increase UDC visibility | [] | Efficiency Benefits | Qualitative Benefit | http://www.udc.edu/print/50361 | 39/1438043062723.96_20150728002422-00010-ip-10-236-191-2_799647278_0.json |
aab3eb0c_Efficiency_Benefits__Qualitative_Benefit | [Department] Human Resources Process Improvement [Efficiency Initiative] Re-organize the department under more functional lines to better serve the University Community Indirect cost savings [Timeline] Spring 2012 [Qualitative Benefit] | Improved Customer Service | [] | Efficiency Benefits | Qualitative Benefit | http://www.udc.edu/print/50361 | 39/1438043062723.96_20150728002422-00010-ip-10-236-191-2_799647278_0.json |
aab3eb0c_Efficiency_Benefits__Qualitative_Benefit | [Department] Human Resources Process Improvement [Efficiency Initiative] Create a new orientation program for the University and templates for departmental orientation Indirect cost savings [Timeline] Spring 2012 [Qualitative Benefit] | Stronger performance management, increased understanding of job role | [] | Efficiency Benefits | Qualitative Benefit | http://www.udc.edu/print/50361 | 39/1438043062723.96_20150728002422-00010-ip-10-236-191-2_799647278_0.json |
aab3eb0c_Efficiency_Benefits__Qualitative_Benefit | [Department] Facilities Energy Savings [Efficiency Initiative] To practice energy conservation methods in University facilities to more effectively utilize existing resources and to bring down energy costs TBD [Timeline] TBD [Qualitative Benefit] | Reduce energy consumption | [] | Efficiency Benefits | Qualitative Benefit | http://www.udc.edu/print/50361 | 39/1438043062723.96_20150728002422-00010-ip-10-236-191-2_799647278_0.json |
aab3eb0c_Efficiency_Benefits__Qualitative_Benefit | [Department] Community College In-sourcing [Efficiency Initiative] Reduce reliance on external consultants for marketing and communication needs. Handle everything in-house. Reduce/eliminate need for hard copy communications. $21,000 [Timeline] Fall 2011 [Qualitative Benefit] | More flexibility | [] | Efficiency Benefits | Qualitative Benefit | http://www.udc.edu/print/50361 | 39/1438043062723.96_20150728002422-00010-ip-10-236-191-2_799647278_0.json |
aab3eb0c_Efficiency_Benefits__Qualitative_Benefit | [Department] Information Technology Energy Savings [Efficiency Initiative] Implement network wide power saving policy $37,500 [Timeline] Fall 2011 [Qualitative Benefit] | Reduce power consumption | [] | Efficiency Benefits | Qualitative Benefit | http://www.udc.edu/print/50361 | 39/1438043062723.96_20150728002422-00010-ip-10-236-191-2_799647278_0.json |
aab3eb0c_Efficiency_Benefits__Qualitative_Benefit | [Department] Communications In-sourcing [Efficiency Initiative] Hiring an experienced, in-house Graphic Design Manager instead of out-sourcing graphic design work 1) Full Time-$47,700 2) Part Time-$20,000 [Timeline] Incomplete due to budgetary constraints [Qualitative Benefit] | More consistency, more flexibility | [] | Efficiency Benefits | Qualitative Benefit | http://www.udc.edu/print/50361 | 39/1438043062723.96_20150728002422-00010-ip-10-236-191-2_799647278_0.json |
aab3eb0c_Efficiency_Benefits__Qualitative_Benefit | [Department] Athletics Revenue Generation [Efficiency Initiative] Increase revenue generated by athletics with revenue goal of $300K for FY2012 $182,000* [Timeline] Ongoing throughout FY2012 [Qualitative Benefit] | Enhance University branding, support Community engagement | [] | Efficiency Benefits | Qualitative Benefit | http://www.udc.edu/print/50361 | 39/1438043062723.96_20150728002422-00010-ip-10-236-191-2_799647278_0.json |
02857fb8_Betterware___About_Cookies__Cookie_Name | [Description] This cookie keeps track of the number of times a visitor has been to the site, when their first visit was, and when their last visit occurred. [Cookie Name] | __utma | [
[
"_",
"_",
"u",
"t",
"m",
"a"
],
[
"_",
"_",
"u",
"t",
"m",
"b"
],
[
"_",
"_",
"u",
"t",
"m",
"c"
],
[
"_",
"_",
"u",
"t",
"m",
"v"
],
[
"_",
"_",
"u",
"t",
"m",
"x"
],
[
"_",
"_",
"u",
"t",
"m",
"z"
]
] | Betterware - About Cookies | Cookie Name | https://www.betterware.co.uk/cookies | 39/1438043062723.96_20150728002422-00277-ip-10-236-191-2_888482483_2.json |
02857fb8_Betterware___About_Cookies__Cookie_Name | [Description] Holds timestamp of the exact moment in time when a visitor first visits the site [Cookie Name] | __utmb | [
[
"_",
"_",
"u",
"t",
"m",
"a"
],
[
"_",
"_",
"u",
"t",
"m",
"b"
],
[
"_",
"_",
"u",
"t",
"m",
"c"
],
[
"_",
"_",
"u",
"t",
"m",
"v"
],
[
"_",
"_",
"u",
"t",
"m",
"x"
],
[
"_",
"_",
"u",
"t",
"m",
"z"
]
] | Betterware - About Cookies | Cookie Name | https://www.betterware.co.uk/cookies | 39/1438043062723.96_20150728002422-00277-ip-10-236-191-2_888482483_2.json |
02857fb8_Betterware___About_Cookies__Cookie_Name | [Description] Holds timestamp of the exact moment in time when a visitor leaves the site [Cookie Name] | __utmc | [
[
"_",
"_",
"u",
"t",
"m",
"a"
],
[
"_",
"_",
"u",
"t",
"m",
"b"
],
[
"_",
"_",
"u",
"t",
"m",
"c"
],
[
"_",
"_",
"u",
"t",
"m",
"v"
],
[
"_",
"_",
"u",
"t",
"m",
"x"
],
[
"_",
"_",
"u",
"t",
"m",
"z"
]
] | Betterware - About Cookies | Cookie Name | https://www.betterware.co.uk/cookies | 39/1438043062723.96_20150728002422-00277-ip-10-236-191-2_888482483_2.json |
02857fb8_Betterware___About_Cookies__Cookie_Name | [Description] Stores information used within Analytics to identify user as part of a custom segmentation. [Cookie Name] | __utmv | [
[
"_",
"_",
"u",
"t",
"m",
"a"
],
[
"_",
"_",
"u",
"t",
"m",
"b"
],
[
"_",
"_",
"u",
"t",
"m",
"c"
],
[
"_",
"_",
"u",
"t",
"m",
"v"
],
[
"_",
"_",
"u",
"t",
"m",
"x"
],
[
"_",
"_",
"u",
"t",
"m",
"z"
]
] | Betterware - About Cookies | Cookie Name | https://www.betterware.co.uk/cookies | 39/1438043062723.96_20150728002422-00277-ip-10-236-191-2_888482483_2.json |
02857fb8_Betterware___About_Cookies__Cookie_Name | [Description] Stores data about which particular Website Optimizer test a visitor is part of. [Cookie Name] | __utmx | [
[
"_",
"_",
"u",
"t",
"m",
"a"
],
[
"_",
"_",
"u",
"t",
"m",
"b"
],
[
"_",
"_",
"u",
"t",
"m",
"c"
],
[
"_",
"_",
"u",
"t",
"m",
"v"
],
[
"_",
"_",
"u",
"t",
"m",
"x"
],
[
"_",
"_",
"u",
"t",
"m",
"z"
]
] | Betterware - About Cookies | Cookie Name | https://www.betterware.co.uk/cookies | 39/1438043062723.96_20150728002422-00277-ip-10-236-191-2_888482483_2.json |
02857fb8_Betterware___About_Cookies__Cookie_Name | [Description] Keeps track of where the visitor came from, what search engine they used, what link was clicked on, what keyword they used, and where in the world they are when they accessed the website. [Cookie Name] | __utmz | [
[
"_",
"_",
"u",
"t",
"m",
"a"
],
[
"_",
"_",
"u",
"t",
"m",
"b"
],
[
"_",
"_",
"u",
"t",
"m",
"c"
],
[
"_",
"_",
"u",
"t",
"m",
"v"
],
[
"_",
"_",
"u",
"t",
"m",
"x"
],
[
"_",
"_",
"u",
"t",
"m",
"z"
]
] | Betterware - About Cookies | Cookie Name | https://www.betterware.co.uk/cookies | 39/1438043062723.96_20150728002422-00277-ip-10-236-191-2_888482483_2.json |
9bd03562_iness_Administration___SBA_gov__Description | [Name] Dynamic Small Business Search (DSBS) [Format] API [Description] | DSBS is a search tool that accesses information pooled from internal HubZone, 8(a) and SDB offices as well as the external Central Contractor Registration system (CCR)/System for Award Management (SAM). This system is used by small businesses to increase their visibility to government and business procurement offices searching for small businesses to meet small business contracting goals. | [] | Open Government Data Sources | The U.S. Small Business Administration | SBA.gov | Description | https://www.sba.gov/node/133901 | 39/1438043062723.96_20150728002422-00265-ip-10-236-191-2_926728389_0.json |
9bd03562_iness_Administration___SBA_gov__Description | [Name] Office of Advocacy's News Update File [Format] XML [Description] | The News Update File is an xml news update file to inform the public about recent regulatory alerts, Advocacy small business statistics reports, Advocacy small business research reports, and Advocacy regulatory comment letters. | [] | Open Government Data Sources | The U.S. Small Business Administration | SBA.gov | Description | https://www.sba.gov/node/133901 | 39/1438043062723.96_20150728002422-00265-ip-10-236-191-2_926728389_0.json |
9bd03562_iness_Administration___SBA_gov__Description | [Name] Recommended Sites by Category [Format] API [Description] | The Recommended Sites data set includes links to federal, state, and local websites that are boosted to the top of organic search results for “long-tail” queries to improve the relevancy of web search results. Recommend Sites are editorially reviewed by humans on the SBA.gov team, and represent the best resources when an individual is seeking information on a particular category. | [] | Open Government Data Sources | The U.S. Small Business Administration | SBA.gov | Description | https://www.sba.gov/node/133901 | 39/1438043062723.96_20150728002422-00265-ip-10-236-191-2_926728389_0.json |
9bd03562_iness_Administration___SBA_gov__Description | [Name] Recommended Sites by Domain [Format] API [Description] | The Recommended Sites data set includes links to federal, state, and local websites that are boosted to the top of organic search results for “long-tail” queries to improve the relevancy of web search results. Recommend Sites are editorially reviewed by humans on the SBA.gov team, and represent the best resources when an individual is seeking information on a particular domain. | [] | Open Government Data Sources | The U.S. Small Business Administration | SBA.gov | Description | https://www.sba.gov/node/133901 | 39/1438043062723.96_20150728002422-00265-ip-10-236-191-2_926728389_0.json |
9bd03562_iness_Administration___SBA_gov__Description | [Name] Recommended Sites by Keyword [Format] API [Description] | The Recommended Sites data set includes links to federal, state, and local websites that are boosted to the top of organic search results for “long-tail” queries to improve the relevancy of web search results. Recommend Sites are editorially reviewed by humans on the SBA.gov team, and represent the best resources when an individual is seeking information on a particular keyword. | [] | Open Government Data Sources | The U.S. Small Business Administration | SBA.gov | Description | https://www.sba.gov/node/133901 | 39/1438043062723.96_20150728002422-00265-ip-10-236-191-2_926728389_0.json |
9bd03562_iness_Administration___SBA_gov__Description | [Name] Recommended Sites by Master Term [Format] API [Description] | The Recommended Sites data set includes links to federal, state, and local websites that are boosted to the top of organic search results for “long-tail” queries to improve the relevancy of web search results. Recommend Sites are editorially reviewed by humans on the SBA.gov team, and represent the best resources when an individual is seeking information on a particular master term. | [] | Open Government Data Sources | The U.S. Small Business Administration | SBA.gov | Description | https://www.sba.gov/node/133901 | 39/1438043062723.96_20150728002422-00265-ip-10-236-191-2_926728389_0.json |
9bd03562_iness_Administration___SBA_gov__Description | [Name] Recommended Federal, State, and Local Websites [Format] API [Description] | The Recommended Sites data set includes links to federal, state, and local websites that are boosted to the top of organic search results for “long-tail” queries to improve the relevancy of web search results. These sites are editorially reviewed by humans on the SBA.gov team so as to represent the best and most relevant resources. | [] | Open Government Data Sources | The U.S. Small Business Administration | SBA.gov | Description | https://www.sba.gov/node/133901 | 39/1438043062723.96_20150728002422-00265-ip-10-236-191-2_926728389_0.json |
9bd03562_iness_Administration___SBA_gov__Description | [Name] SBA Disaster Loan Data - Superstorm Sandy [Format] EXCEL [Description] | SBA Disaster Loan Data for Superstorm Sandy provides verified loss and approved loan amount totals for both home and business disaster loans, segmented by city, county, zip code, and state. | [] | Open Government Data Sources | The U.S. Small Business Administration | SBA.gov | Description | https://www.sba.gov/node/133901 | 39/1438043062723.96_20150728002422-00265-ip-10-236-191-2_926728389_0.json |
9bd03562_iness_Administration___SBA_gov__Description | [Name] SBA Disaster Loan Data FY2011 [Format] EXCEL [Description] | SBA Disaster Loan Data for FY 2011 provides verified loss and approved loan amount totals for both home and business disaster loans, segmented by city, county, zip code, and state. | [] | Open Government Data Sources | The U.S. Small Business Administration | SBA.gov | Description | https://www.sba.gov/node/133901 | 39/1438043062723.96_20150728002422-00265-ip-10-236-191-2_926728389_0.json |
9bd03562_iness_Administration___SBA_gov__Description | [Name] SBA Disaster Loan Data FY2012 [Format] EXCEL [Description] | SBA Disaster Loan Data for FY 2012 provides verified loss and approved loan amount totals for both home and business disaster loans, segmented by city, county, zip code, and state. | [] | Open Government Data Sources | The U.S. Small Business Administration | SBA.gov | Description | https://www.sba.gov/node/133901 | 39/1438043062723.96_20150728002422-00265-ip-10-236-191-2_926728389_0.json |
9bd03562_iness_Administration___SBA_gov__Description | [Name] SBA Disaster Loan Data FY2013 [Format] EXCEL [Description] | SBA Disaster Loan Data for FY2013 provides verified loss and approved loan amount totals for both home and business disaster loans, segmented by city, county, zip code, and state. | [] | Open Government Data Sources | The U.S. Small Business Administration | SBA.gov | Description | https://www.sba.gov/node/133901 | 39/1438043062723.96_20150728002422-00265-ip-10-236-191-2_926728389_0.json |
9bd03562_iness_Administration___SBA_gov__Description | [Name] SBA Disaster Loan Data FY2014 [Format] EXCEL [Description] | SBA Disaster Loan Data for FY2014 provides verified loss and approved loan amount totals for both home and business disaster loans, segmented by city, county, zip code, and state. | [] | Open Government Data Sources | The U.S. Small Business Administration | SBA.gov | Description | https://www.sba.gov/node/133901 | 39/1438043062723.96_20150728002422-00265-ip-10-236-191-2_926728389_0.json |
9bd03562_iness_Administration___SBA_gov__Description | [Name] SBA Emails RSS [Format] XML [Description] | This RSS feed includes all emails sent from SBA to the public via our GovDelivery email marketing tool. | [] | Open Government Data Sources | The U.S. Small Business Administration | SBA.gov | Description | https://www.sba.gov/node/133901 | 39/1438043062723.96_20150728002422-00265-ip-10-236-191-2_926728389_0.json |
9bd03562_iness_Administration___SBA_gov__Description | [Name] SBA Enterprise Datasets [Format] JSON [Description] | Provides a list of all the datasets available in the Enterprise Data Inventory for the Small Business Administration. | [] | Open Government Data Sources | The U.S. Small Business Administration | SBA.gov | Description | https://www.sba.gov/node/133901 | 39/1438043062723.96_20150728002422-00265-ip-10-236-191-2_926728389_0.json |
9bd03562_iness_Administration___SBA_gov__Description | [Name] Small Business Size Standards [Format] EXCEL PDF [Description] | SBA has established a Small Business Size Standards to help small business owners assess their small business status. Certain government programs, such as SBA loan programs and contracting opportunities, are reserved for small business concerns; in order to qualify, businesses must satisfy SBA's definition of a small business concern, along with the size standards for small business. | [] | Open Government Data Sources | The U.S. Small Business Administration | SBA.gov | Description | https://www.sba.gov/node/133901 | 39/1438043062723.96_20150728002422-00265-ip-10-236-191-2_926728389_0.json |
9bd03562_iness_Administration___SBA_gov__Description | [Name] U.S. City & County Web Data by State [Format] API [Description] | This geographic names data set provides a "mashup" of URLs for official city and county government web sites and city and county location data from the USGS Geographic Names Information System (GNIS). GNIS data includes incorporated places, census designated areas, unincorporated places, counties, and populated places. | [] | Open Government Data Sources | The U.S. Small Business Administration | SBA.gov | Description | https://www.sba.gov/node/133901 | 39/1438043062723.96_20150728002422-00265-ip-10-236-191-2_926728389_0.json |
9bd03562_iness_Administration___SBA_gov__Description | [Name] U.S. City Web Data by State [Format] API [Description] | This geographic names data set provides a "mashup" of URLs for official city and county government web sites and city and county location data from the USGS Geographic Names Information System (GNIS). GNIS data includes incorporated places, census designated areas, unincorporated places, counties, and populated places. | [] | Open Government Data Sources | The U.S. Small Business Administration | SBA.gov | Description | https://www.sba.gov/node/133901 | 39/1438043062723.96_20150728002422-00265-ip-10-236-191-2_926728389_0.json |
9bd03562_iness_Administration___SBA_gov__Description | [Name] U.S. County URLs in a State [Format] API [Description] | This geographic names data set provides a "mashup" of URLs for official city and county government web sites and city and county location data from the USGS Geographic Names Information System (GNIS). GNIS data includes incorporated places, census designated areas, unincorporated places, counties, and populated places. | [] | Open Government Data Sources | The U.S. Small Business Administration | SBA.gov | Description | https://www.sba.gov/node/133901 | 39/1438043062723.96_20150728002422-00265-ip-10-236-191-2_926728389_0.json |
9bd03562_iness_Administration___SBA_gov__Description | [Name] U.S. Small Business HUBZone Base Closure Areas [Format] PDF EXCEL [Description] | The HUBZone Base Closure Areas lists lands within the boundaries of military installations that were closed through a privatization process under the Federal Government authority. | [] | Open Government Data Sources | The U.S. Small Business Administration | SBA.gov | Description | https://www.sba.gov/node/133901 | 39/1438043062723.96_20150728002422-00265-ip-10-236-191-2_926728389_0.json |
9bd03562_iness_Administration___SBA_gov__Description | [Name] U.S. Small Business HUBZone Nonmetropolitan Counties [Format] PDF EXCEL [Description] | he HUBZone Nonmetropolitan Counties lists HUBZone-designated counties and their metropolitan vs. non-metropolitan delineation. | [] | Open Government Data Sources | The U.S. Small Business Administration | SBA.gov | Description | https://www.sba.gov/node/133901 | 39/1438043062723.96_20150728002422-00265-ip-10-236-191-2_926728389_0.json |
9bd03562_iness_Administration___SBA_gov__Description | [Name] U.S. Small Business HUBZone Qualified Indian Lands [Format] PDF EXCEL [Description] | HUBZone Qualified Indian Lands lists HUBZone-designated lands within the boundaries of Indian reservations. | [] | Open Government Data Sources | The U.S. Small Business Administration | SBA.gov | Description | https://www.sba.gov/node/133901 | 39/1438043062723.96_20150728002422-00265-ip-10-236-191-2_926728389_0.json |
9bd03562_iness_Administration___SBA_gov__Description | [Name] U.S. Small Business HUBZone Qualified Census Tracts [Format] PDF EXCEL [Description] | HUBZone Qualified Census Tracts lists HUBZone-designated areas based on the Department of Housing and Urban Development (HUD) designated Qualified Census Tracts (QCTs). | [] | Open Government Data Sources | The U.S. Small Business Administration | SBA.gov | Description | https://www.sba.gov/node/133901 | 39/1438043062723.96_20150728002422-00265-ip-10-236-191-2_926728389_0.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.