Düzce University
Düzce University is a university located in Düzce, Turkey. It was established in 2006[1][2] but its oldest unit, Duzce Vocational School, has existed since 1976. In 2008, the university joined the National Quality Movement and received an Excellence 4 Star Award by the Turkish Quality Association (KALDER), within the scope of EFQM (European Foundation for Quality Management).
Established | 2006 |
---|---|
Location | , |
Website | Official website |
In May 2011 Düzce University won the European Enterprise Award for its project titled "Together We Can Do More", which promotes entrepreneurship.
In January 2012 the university became an official member of the European University Association (EUA).
Affiliations
The university is a member of the Caucasus University Association.[3]
gollark: Ah, but my sound is off constantly.
gollark: I did not. Does it work in Firefox™?
gollark: ... was? is.
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.
References
- "Duzce University". www.4icu.org. Retrieved 27 February 2013.
- "Turkey Universities". cesran.org. Retrieved 27 February 2013.
- Tüm Uyeler. kunib.com
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.