Washington Formation

Multi tool use
Washington Formation Stratigraphic range: Pennsylvanian-Permian
|
Type |
Formation |
Unit of |
Dunkard Group[1]
|
Underlies |
Greene Formation |
Overlies |
Monongahela Group |
Lithology |
Primary |
limestone, sandstone, coal
|
Other |
shale |
Location |
Region |
Ohio and West Virginia
|
Country |
United States |
The Washington Formation is a coal, sandstone, and limestone geologic formation in West Virginia.[1] It preserves fossils dating back to the Permian period.
See also
Earth sciences portal
West Virginia portal
Paleontology portal
Permian portal
Paleozoic portal
- List of fossiliferous stratigraphic units in West Virginia
References
^ ab Berryhill, Jr., Henry L.; Swanson, Vernon E. (1962). "Geological Survey research 1962; Short papers in geology and hydrology" (PDF). U. S Geological Survey Professional Paper. 450-C: 43–46. Retrieved 30 June 2018..mw-parser-output cite.citation{font-style:inherit}.mw-parser-output .citation q{quotes:"""""""'""'"}.mw-parser-output .citation .cs1-lock-free a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .citation .cs1-lock-limited a,.mw-parser-output .citation .cs1-lock-registration a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .citation .cs1-lock-subscription a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-ws-icon a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/12px-Wikisource-logo.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:inherit;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-maint{display:none;color:#33aa33;margin-left:0.3em}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}
Various Contributors to the Paleobiology Database. "Fossilworks: Gateway to the Paleobiology Database". Retrieved 22 June 2014.
Chronostratigraphy of Ohio
|
'"`UNIQ--templatestyles-00000007-QINU`"'
Ph
|
Pz
|
P |
|
C |
⁋ |
- Allegheny Group
- Casselman Formation
- Glenshaw Formation
- Monongahela Group
- Pottsville Group
|
M |
- Coldwater Shale
- Cuyahoga Formation
- Logan Formation
- Maxville Limestone
- Rushville Shale
- Sunbury Shale
|
|
|
D |
Upper |
- Antrim Shale
- Bedford Shale
- Berea Sandstone
- Cussewago Sandstone
- Java Formation
- Ohio Shale
- Olentangy Shale
- West Falls Formation
|
Middle |
Eifelian |
- Amherstburg Dolomite
- Detroit River Group
- Hillsboro Sandstone
|
- Columbus Limestone
- Delaware Limestone
- Dundee Formation
- Lucas Dolomite
- Mahantango Formation
- Marcellus Shale
- Onondaga Limestone
- Plumbrook Shale
- Prout Limestone
- Silica Formation
- Tenmile Creek Dolomite
|
Lower |
Emsian |
Amherstburg Dolomite
Detroit River Group
Hillsboro Sandstone
|
- Bass Islands Dolomite
- Bois Blanc Formation
- Helderberg Limestone
- Holland Quarry Shale
- Oriskany Sandstone
- Sylvania Sandstone
|
|
S |
Ludlow |
- Greenfield Dolomite
- Tymochtee Dolomite
|
Wenlock |
- Bisher Formation
- Cedarville Formation
- Dayton Formation
- Estill Shale
- Euphemia Dolomite
- Gasport Dolomite
- Goat Island Dolomite
- Laurel Limestone
- Lilley Formation
- Lockport Dolomite
- Massie Shale
- Osgood Shale
- Peebles Dolomite
- Rochester Shale
- Springfield Dolomite
|
Llandovery |
Brassfield Formation
Cabot Head Shale
Clinton Formation
Drowning Creek Formation
Manitoulin Dolomite
|
|
O |
Upper |
- Arnheim Formation
- Cincinnati Group
- Drakes Formation
- Fairview Formation
- Grant Lake Formation
- Kope Formation
- Liberty Formation
- Miamitown Shale
- Queenston Shale
- Saluda Formation
- Trenton Limestone
- Waynesville Formation
- Whitewater Formation
|
Middle |
- Black River Group
- Lexington Limestone
- Point Pleasant Formation
- Trenton Limestone
- Wells Creek Formation
|
|
Є |
Furongian |
- Conasauga Formation
- Eau Claire Formation
- Kerbel Formation
- Knox Dolomite
- Rome Formation
|
|
|
|
pЄ |
|
kItd T,nPU
這個網誌中的熱門文章
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
0
I'm trying to build a Chat app UI, the idea of the Layout was pretty simple: When the input bar is focused, keyboard show up and "push" up the chat bar, as it's a grid, the ListView will resize to fit the screen: I update the input bar's margin to "push" it up: NSValue result = (NSValue)args.Notification.UserInfo.ObjectForKey(new NSString(UIKeyboard.FrameEndUserInfoKey)); CGSize keyboardSize = result.RectangleFValue.Size; if (Element != null){ Element.Margin = new Thickness(0, 0, 0,keyboardSize.Height); //push the entry up to keyboard height when keyboard is activated } And this is ...
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
2
Can someone explain to me how to implement the post-redirect-get pattern in Spring WebFlux and Thymeleaf? What subscribes on the database save method? @GetMapping("/register") public String showRegisterForm(Model model) { model.addAttribute("user", new User()); return "register"; } @PostMapping public String processRegisterForm(@Valid User user, BindingResult bindingResult) { if (bindingResult.hasErrors()) { return "register"; } else { userRepository.save(user); //what subscribes on this? //how to redirect on e.g. "/login"? ...
-2
I am building a railway station model. I want a train to depart when I click a button. I want to call stopDelay() for that but I am not sure how to do that and from which place.
anylogic
share | improve this question
asked Nov 23 '18 at 10:12
Anupam Singh Anupam Singh
1
Hi Anupam, welcome to SOF. Please check how to ask good questions, see link below. Your question is...