• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 83
  • 51
  • 25
  • 16
  • 4
  • 2
  • 2
  • 1
  • 1
  • 1
  • Tagged with
  • 186
  • 86
  • 83
  • 83
  • 51
  • 51
  • 51
  • 30
  • 29
  • 17
  • 16
  • 14
  • 13
  • 12
  • 11
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
121

Možnosti poskytování harm reduction a léčebných intervencí uživatelům konopných drog v kontaktních centrech a terénních programech: kvalitativní analýza názorů pracovníků v Praze a Středočeském kraji / Possibilities of providing harm reduction and therapeutic interventions to cannabis users in drop-in centres and outreach programmes: qualitative analysis of employee opinions in Prague and Central Bohemian Region

Púčiková, Dominika January 2017 (has links)
Introduction:. In 2014, there were 180 thousand problematic users of drugs in the Czech Republic. Action plan of the realisation of National strategy of anti-drug politics in the Czech Republic concentrates on lowering the degree and risk of marijuana usage, while in the first period no specific programs for target group have been realised. In 2015, 2400 marijuana consumers were using low-threshold treatment programs. Topic of cannabis related drug users in drop-in centres and outreach programs appears at the expert meetings, though there is a lack of systematically developed material, which would be include good practice of low- threshold treatment programs for the target group. Aim: Primary aim of thesis is to provide a qualitative analysis of opinions of drop-in centers and outreach programs employees in Prague and Central Bohemian region regarding the possibility of offering harm reduction and therapeutic interventions to cannabis users. Thesis could serve as a summary of good practice of harm reduction services in the Czech Republic and become a material that could help individual services in the formulation of concept, respectively in changing and evaluating the work with cannabis users. Methodology: Data were collected via semi-structured interviews and were subsequently analysed using...
122

Zavádění standardu Investors in People / Implementation of the Investors in People standard in company HŽP, a. s.

Pilíšková, Marika January 2009 (has links)
Theoretical part: The characteristic of standard Investors in People, his philosofy, principles, indicators and individual phaces of implementation. Practical part: Analysis of the Investors in People programm's contribution in companies, whitch have the IIP Certification, implementation of individual phaces and an analysis of the level of principles and indicators IIP of the chosen company, results of recomendations and sugestions to companies, whitch decided to implement this standard.
123

Optimisation and control methodologies for large-scale and multi-scale systems

Bonis, Ioannis January 2011 (has links)
Distributed parameter systems (DPS) comprise an important class of engineering systems ranging from "traditional" such as tubular reactors, to cutting edge processes such as nano-scale coatings. DPS have been studied extensively and significant advances have been noted, enabling their accurate simulation. To this end a variety of tools have been developed. However, extending these advances for systems design is not a trivial task . Rigorous design and operation policies entail systematic procedures for optimisation and control. These tasks are "upper-level" and utilize existing models and simulators. The higher the accuracy of the underlying models, the more the design procedure benefits. However, employing such models in the context of conventional algorithms may lead to inefficient formulations. The optimisation and control of DPS is a challenging task. These systems are typically discretised over a computational mesh, leading to large-scale problems. Handling the resulting large-scale systems may prove to be an intimidating task and requires special methodologies. Furthermore, it is often the case that the underlying physical phenomena span various temporal and spatial scales, thus complicating the analysis. Stiffness may also potentially be exhibited in the (nonlinear) models of such phenomena. The objective of this work is to design reliable and practical procedures for the optimisation and control of DPS. It has been observed in many systems of engineering interest that although they are described by infinite-dimensional Partial Differential Equations (PDEs) resulting in large discretisation problems, their behaviour has a finite number of significant components , as a result of their dissipative nature. This property has been exploited in various systematic model reduction techniques. Of key importance in this work is the identification of a low-dimensional dominant subspace for the system. This subspace is heuristically found to correspond to part of the eigenspectrum of the system and can therefore be identified efficiently using iterative matrix-free techniques. In this light, only low-dimensional Jacobians and Hessian matrices are involved in the formulation of the proposed algorithms, which are projections of the original matrices onto appropriate low-dimensional subspaces, computed efficiently with directional perturbations.The optimisation algorithm presented employs a 2-step projection scheme, firstly onto the dominant subspace of the system (corresponding to the right-most eigenvalues of the linearised system) and secondly onto the subspace of decision variables. This algorithm is inspired by reduced Hessian Sequential Quadratic Programming methods and therefore locates a local optimum of the nonlinear programming problem given by solving a sequence of reduced quadratic programming (QP) subproblems . This optimisation algorithm is appropriate for systems with a relatively small number of decision variables. Inequality constraints can be accommodated following a penalty-based strategy which aggregates all constraints using an appropriate function , or by employing a partial reduction technique in which only equality constraints are considered for the reduction and the inequalities are linearised and passed on to the QP subproblem . The control algorithm presented is based on the online adaptive construction of low-order linear models used in the context of a linear Model Predictive Control (MPC) algorithm , in which the discrete-time state-space model is recomputed at every sampling time in a receding horizon fashion. Successive linearisation around the current state on the closed-loop trajectory is combined with model reduction, resulting in an efficient procedure for the computation of reduced linearised models, projected onto the dominant subspace of the system. In this case, this subspace corresponds to the eigenvalues of largest magnitude of the discretised dynamical system. Control actions are computed from low-order QP problems solved efficiently online.The optimisation and control algorithms presented may employ input/output simulators (such as commercial packages) extending their use to upper-level tasks. They are also suitable for systems governed by microscopic rules, the equations of which do not exist in closed form. Illustrative case studies are presented, based on tubular reactor models, which exhibit rich parametric behaviour.
124

Lokale Beteiligung im Rahmen des URBAN-Programms Brühl-Nordviertel in Chemnitz 1996 - 1999.

Schmitt, Jürgen 05 June 2002 (has links)
Dokumentiert wird der Prozess der "Lokalen Beteiligung" (URBAN-Projekt) innerhalb des Chemnitzer Brühl-Nordviertels zwischen 1996 und 1999. Die Arbeit soll als eine Art Nachschlagewerk verstanden werden. Enthalten sind Erfahrungen des Koordinators, Probleme und Problembewältigungen, der Werdegang des Stadtteilbüros, der Stadtteilzeitung, des Stadtteilfestes etc.
125

A Modular Driver for DSP Hardware and Linux 2.6

Neubert, Tobias 14 December 2006 (has links)
This diploma thesis discusses the porting of a device driver for DSP development boards. Initially, there was an older version for Linux Kernel 2.4, that should be ported to the new version 2.6. Thereby, the structure had to be redesigned in terms of a simplification and a functional enhancement. One of the basic changes was to remove the necessity of a talker on DSP side from the design. The resulting driver consists of a generic module and several hardware dependent modules, one for every supported DSP board. Besides the generic driver, chip drivers for TI EVM C62 and ATEME NVDK C64 have been implemented. Since the representation in the file system is a character device, the system call API serves as standard user interface. Additionally, Sys FS is used to make driver controls and hardware registers. directly accessible. Another new feature is the possibility of handling data streams, which are often produced by DSP programs as output. So a mechanism for asynchronous data communication was needed. The netlink sockets provide this functionality and are therefore used by the driver. / Das Thema dieser Diplomarbeit ist die Portierung eines Gerätetreibers für DSP Entwicklerboards. Ausgangspunkt war ein alter Treiber für Linux Kernel 2.4, welcher für den neuen Kernel 2.6 angepasst werden sollte. Dabei sollte die Struktur vereinfacht und die Funktionalität erweitert werden. Wichtigste Änderung war es, den Treiber unabhängig von einem Talker auf DSP-Seite zu machen. Der entstandene Treiber besteht aus einem generischen Modul und verschiedenen Hardware abhängigen Modulen, eins für jedes unterstützte Board. Es entstanden somit Treiber für das TI EVM C62 und das ATEME NVDK C64. Als Nutzer Interface dient das System Call API, die Representation des Treibers im System ist eine Gerätedatei. Zudem wird die Verwendung des SysFS für den Zugriff aud Treiber Einstellungen und Hardware Register gezeigt. Ein weitere Funktion bietet die Möglichkeit, Datenströme zwischen DSP und Linux-User zu übermitteln. Diese asynchrone Datenkommunikation wird mit Netlink Sockets realisiert.
126

Die NPD-Fraktion im Sächsischem Landtag - Strategie und Ideologie: Dokumentation des Fachgesprächs im Sächsischen Landtag am 24. Mai 2006

15 May 2019 (has links)
Die Fraktion BÜNDNIS 90 / DIE GRÜNEN im Sächsischen Landtag hält es für ihre Aufgabe, die Öffentlichkeit über die Initiativen und Aktionen, die Ideologie und Strategie der NPD zu informieren. Sie sucht bewusst die Diskussion mit der Öffentlichkeit, der Wissenschaft und den Initiativen gegen Rechtsextremismus. Ein erster Schritt war die gut besuchte Veranstaltung des Workshops zu „Strategie und Ideologie der NPD-Fraktion im Sächsischen Landtag“ vom 24. Mai 2006, dessen Materialien und Ergebnisse hier vorgelegt werden.
127

„Katalog to go“: Die neue SLUB-App macht mobil

Jung, Thomas 28 June 2012 (has links)
Seit dem 18. März diesen Jahres steht im Apple App-Store die SLUB-Katalog-App zum Download zur Verfügung. Am 26. April folgte die Android-Version bei Google Play. Wir sind stolz, dass die SLUB-App innerhalb weniger Wochen knapp dreitausend Mal herunter geladen wurde und die SLUB damit dem Trend zur mobilen und jederzeit verfügbaren Nutzung von Wissen Rechnung tragen konnte.
128

Darum GRÜN! - Grüne Ziele für Sachsen

21 February 2019 (has links)
Zwölf zentrale GRÜNE Ziele sind unsere Antwort. Sie kreisen um Ökologie, Vielfalt und (Chancen-)Gerechtigkeit. Sie leiten uns bei unserer täglichen Arbeit im Parlament im Interesse von Sachsens Bürgerinnen und Bürgern.
129

Uns geht's um Sachsen: Klar – Kritisch – Konstruktiv

14 May 2019 (has links)
Die Koalition von CDU und FDP parallel zur CDU/CSU/FDP-Koalition in der Bundespolitik ließ wenig Offenheit für grüne Kernthemen wie Energiewende, Umwelt, Chancengleichheit in der Gesellschaft und Stärkung der Bürgerrechte vermuten. Wir haben uns in dieser Situation für einen Weg entschieden, den wir als „KLAR, KRITISCH und KONSTRUKTIV“ beschreiben.:Haushalt und Finanzen 4 Wirtschaft und Arbeit 6 Energie und Klima 8 Verkehr und Bau 10 Umwelt und Natur 12 Landwirtschaft 14 Schule und frühkindliche Bildung 16 Hochschule und Wissenschaft 17 Kultur und Medien 19 Soziales und Gesundheit 20 Innenpolitik 22 Rechtsextremismus 24 Verfassung und Recht 25 Gleichstellung 26 Europapolitik 27
130

Zapojení odborníků z praxe do výuky na gymnáziích / Involvement of experts from professional practise in upper secondary school

Svoboda, Jan January 2021 (has links)
Name of diploma thesis: Involvement of experts from professional practise in grammar school Name: Jan Svoboda Subject of study: Andragogy a educacation management This diploma thesis focuses on an area that is practiced, developed and supported in vocational schools on a permanent and long-term basis, but in gymnasiums it can be perceived as problematic and even unreachable. It is about involving experts from practice in teaching. The theoratical part is based on an examination of the question of who an expert is and with it related issues of competencies. It is followed by an examination of forms of teaching in which it is possible to involve experts from practice. After this, I deal with the analysis of the curriculum of gymnasiums and the general educational program for gymnasiums. In this part of the thesis I will also touch on current related topics such as Strategy 2030+, legislation, non-profit organizations and multiculturalism. The empirical part is methodologically based on case study approaches and focuses on areas of RVP, which the management of gymnasiums sees as suitable for the involvement of experts in teaching and the use of teaching forms of co-teaching. Specifically, it deals with suitable topics for teaching, the benefits and limitations and conditions of the form for the...

Page generated in 0.0663 seconds