Viskase

Viskase (formerly Visking) is a global corporation based out of Lombard, Illinois, United States that supplies plastic, cellulose, and fibrous film and packaging to the food service industry, including casings for processed meats such as hot dogs and sausages. Viskase has manufacturing facilities in the United States, Mexico, Brazil and France, as well as sales offices located around the world.

Viskase Companies, Inc
Public (OTC Pink Limited: VKSC)
IndustryFood service manufacturing
Founded1925
FounderErwin O. Freund
Headquarters
Lombard, Illinois
,
United States
Area served
Worldwide
Key people
Kees Bras, President and CEO
ProductsFood casings
Total assets$203,542,000 (2006)
Number of employees
2,100
Websitehttp://www.viskase.com

Viskase is a publicly traded company, using the stock symbol OTC Pink Limited: VKSC.

Company history

Origins

Edwin O. Freund founder of what would become Viskase sought a readily available replacement for animal intestine casing. Upon creating a cellulose casing, using the "viscose" process (also used in rayon) he realized the product stuffed well, linked, and was able to withstand the smokehouse. Quite by accident, he discovered that when the casing was removed from the product the sausages retained their shape and were firm. This was the beginning of the skinless frankfurter or hot dog.[1]

In the 1950s, Visking Corporation became a division of Union Carbide.[2]

Products

  • Fibrous
  • LCC
  • MEMBRA-CEL
  • NOJAX
  • POLYJAX
  • VISCOAT Smoke Master & Color Master
  • VISFLEX
  • VISMAX
gollark: Well, this was for ND research, and I didn't want to refresh random eggs constantly.
gollark: ```javascript// ==UserScript==// @name DC Egg Time Getter// @namespace http://tampermonkey.net/// @match https://dragcave.net/view/*// @grant none// ==/UserScript==function getCapture(text, regex, def) { const result = text.match(regex); if (result === null || result === undefined) { if (def === undefined) { throw new Error("Text did not match regex."); } else { return def; } } else { return result[1]; }}const text = document.body.textContent;const days = parseInt(getCapture(text, /in: (\d+) day/, 0));const hours = parseInt(getCapture(text, /and (\d+) hour/, 0));const allHours = (days * 24) + hours;const storage = window.localStorage;const lastTime = storage.remainingTime;console.log("Time Remaining:", allHours);// check for low-ER timesif (allHours < 72) { console.log("Egg/Hatchling in low ER!"); if (lastTime !== allHours.toString()) { const d = new Date(); localStorage.changeTime = d.getTime().toString(); console.log("WAS", lastTime, "NOW", allHours) console.log("Hour Change Time FOUND!"); } else { storage.remainingTime = allHours; setTimeout(() => window.location.reload(), 2000); }}```Probably suboptimal, but I was in a hurry.
gollark: It worked quite well, though I did have to manually narrow them down a bit.
gollark: To get around all the work of refreshing for an hour, I made a userscript to refresh every few seconds and check if the time changes.
gollark: I did *almost* that.

See also

References

  1. "Viskase: About Us". Viskase Companies, Inc. Retrieved 22 June 2013.
  2. "Leslie Enders Houck". The Chicago Tribune. Retrieved 24 April 2015.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.