List of Northeastern State RiverHawks in the NFL Draft

The Northeastern State RiverHawks football team, representing Northeastern State University , has had ten players selected in the National Football League (NFL) since the league began holding drafts in 1936).[1] This includes one player selected in the third round. The Atlanta Falcons have the most NSU players, as they have drafted three RiverHawks.

Each NFL franchise seeks to add new players through the annual NFL Draft. The draft rules were last updated in 2009. The team with the worst record from the previous year picks first, the next-worst team second, and so on. Teams that did not make the playoffs are ordered by their regular-season record with any remaining ties broken by strength of schedule. Playoff participants are sequenced after non-playoff teams, based on their round of elimination (wild card, division, conference, and Super Bowl).

Key

B Back K Kicker NT Nose tackle
C Center LB Linebacker FB Fullback
DB Defensive back P Punter HB Halfback
DE Defensive end QB Quarterback WR Wide receiver
DT Defensive tackle RB Running back G Guard
E End T Offensive tackle TE Tight end

Selections

Year Round Pick Overall Player Team Position
1947 18 7 162 Barney Barnett Chicago Cardinals E
1955 14 6 163 George Elliot Los Angeles Rams B
1959 15 4 172 Fred Hood Washington Redskins E
1965 20 8 274 Billy Scott Los Angeles Rams E
1967 12 23 313 Kent Lashley Kansas City Chiefs WR
1972 2 16 42 Rosie Manning Atlanta Falcons DT
6 17 147 Bob Hudson Green Bay Packers RB
10 11 245 Mel Caraway New England Patriots DB
1973 8 26 208 Archie Pearman Miami Dolphins DE
13 1 313 Willie Martin Houston Oilers T
1974 9 1 209 Ed McCartney New England Patriots LB
1978 12 3 309 Richard Crump Buffalo Bills RB
1979 8 20 212 Keith Miller Atlanta Falcons LB
1983 12 17 324 John Higginbotham Tampa Bay Buccaneers DT
1992 8 20 216 Derrick Moore Atlanta Falcons RB
2013 7 36 242 Michael Bowie Seattle Seahawks T

[2]

gollark: Heavpoot is to be declared SCP-3125-A with immediate effect.
gollark: My tape download program now supports downloading big files without splitting them, via range requests, assuming they're served from a server which supports it: https://pastebin.com/LW9RFpmY (do `web2tape https://url.whatever range`)
gollark: Here is a similar thing for JSON. Note that it delegates out to an external JSON library for string escaping.```luafunction safe_json_serialize(x, prev) local t = type(x) if t == "number" then if x ~= x or x <= -math.huge or x >= math.huge then return tostring(x) end return string.format("%.14g", x) elseif t == "string" then return json.encode(x) elseif t == "table" then prev = prev or {} local as_array = true local max = 0 for k in pairs(x) do if type(k) ~= "number" then as_array = false break end if k > max then max = k end end if as_array then for i = 1, max do if x[i] == nil then as_array = false break end end end if as_array then local res = {} for i, v in ipairs(x) do table.insert(res, safe_json_serialize(v)) end return "["..table.concat(res, ",").."]" else local res = {} for k, v in pairs(x) do table.insert(res, json.encode(tostring(k)) .. ":" .. safe_json_serialize(v)) end return "{"..table.concat(res, ",").."}" end elseif t == "boolean" then return tostring(x) elseif x == nil then return "null" else return json.encode(tostring(x)) endend```
gollark: My tape shuffler thing from a while ago got changed round a bit. Apparently there's some demand for it, so I've improved the metadata format and written some documentation for it, and made the encoder work better by using file metadata instead of filenames and running tasks in parallel so it's much faster. The slightly updated code and docs are here: https://pastebin.com/SPyr8jrh. There are also people working on alternative playback/encoding software for the format for some reason.
gollark: Are you less utilitarian with your names than <@125217743170568192> but don't really want to name your cool shiny robot with the sort of names used by *foolish organic lifeforms*? Care somewhat about storage space and have HTTP enabled to download name lists? Try OC Robot Name Thing! It uses the OpenComputers robot name list for your... CC computer? https://pastebin.com/PgqwZkn5

References

General
  • "Draft History by School–Northeastern State". National Football League. Retrieved 2015-09-05.
  • "NE Oklahoma All Drafted Players". Sports Reference LLC. Pro-Football-Reference.com. Retrieved 2015-09-05.
Specific
  1. "Draft History by School–Northeastern State". National Football League. Retrieved 2015-09-05.
  2. DraftHistory.com
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.