Files
2025-06-05 22:07:12 +02:00

226 lines
26 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
- Today I feel tired
- I had a busy day at work and I'm ready to go to bed.
- I'm exhausted and ready for bed.
- CROSSMINER is an EU project
collapsed:: true
- Resumo
LOPES, Maria Helena Monsanto e PINTO, Domitはlia Benz. Intimacy,Dialogues and Inclusive Management in Contemporary Organizations. Cad. EBAPE.BR [online]. 2017, vol.15, n.4, pp.879-889. ISSN 1809-4449. http://dx.doi.org/10.1590/1808-457x.2017.v15n4.a20.
Work and employment relations are being shaped in the current social, economic and technological context and their impact extends beyond the labor market. Managers are responsible for a wide range of executive actions and must consider many attitudes, values and social norms. In western society the traditional relationship between managers and workers has experienced a profound transformation in recent years. Contemporary organizations are called upon to develop working relationships based on collaboration and collective critical reflection on the nature and purpose of work. In these structures, organizations must protect the rights of individuals while respecting the role and importance of social relations between managers and workers, with special emphasis and attention to the ways in which persons are respected and valued. This paper discusses the different perspectives regarding intimacy, dialogues and management, as well as their significance in proposed models of organization within contemporary societies. We critically analyze these issues, based on information collected at six multinational companies in the technology sector with operations in Portugal. The data were collected in 2012 and were drawn from participant observation and various types of semi-structured and unstructured interviews carried out with 77 employees in different business units at the companies.
Palavras-chave : Intimacy; Dialogues; Management; Ties.
- CrossSim is an approach to assess the similarity of open source projects /
collapsed:: true
- across the different life-cycle phases, and thus support evidence based decision making when leveraging existing open source components (OSC). The project is a joint venture of Berlin University of Technology, BTU Cottbus-Senftenberg, and the Frankfurt University of Applied Sciences ( Frankfurt UAS).
The aim of the project is to establish a rich data set of open source component behavior data across their full life cycle - from adoption to maintenance. That way, practitioners can search for and find open source component ( candidates) for the component they plan to build, enhance, or replace. The rich set of contextual data made available is crowd-sourced, and thus offers a unique perspective on component behavior.
Lightweight Exception Handling
In this project, we develop a lightweight exception handling mechanism, which runs as part of the ARM-Linux kernel. The handler replaces the "Divide by Zero" exception handler and uses a software context switch (software pt-context switch). This means that the kernel is able to handle occasional "Divide by Zero" errors gracefully. The solution involves modifications to the kernel to the context profiles and to the exception handler. However, the patch cannot be applied to upstream kernels, but the conceptual approach is clever enough not to be joined to a single distribution.
This project is driven by embedded systems with very stringent security requirements. Here, it is generally prohibited that exception handlers copies memory areas from the current execution thread, which have been previously modified by user space programs. Even a crash induced by an unhandled exception based exploit should not be able to extract data from other user processes.
The project is a joint venture of the Technische Universität Darmstadt, and the Frankfurt University of Applied Sciences ( Frankfurt UAS).
OpenSpeechXplorer (OSX)
OpenSpeechXplorer (OSX) harnesses the power of data science techniques on non-textual information within software indices, in open source projects. OSX is an in-memory visualization tool that visualize multiple orthogonal features in software repositories based, in a direct way, on existing sparsity aware data science techniques. We use OSX to understand and analyze data set of more than 100K repositories, based on their constructor calls, in the abstract. Motivated by the insights gained through OSX, we develop methods to identify software clones, and move on towards a robust and small search space reduction, upon which more sophisticated and deterministic clone verification techniques are executed.
This project is driven by the requirements in the domain of software clone detection. Software clone constinute a significant amount of the code of most software systems, yet the clone detetction research is still in its early steps, especially in the DFG funded DFG-research training group “Postdoc Forschung sicherer Software" (POFORS). Since the DFG does not permit funding open research projects, I decided to start the project as (1) a joint venture of the Technische Universität Berlin, and the Frankfurt University of Applied Sciences ( Frankfurt UAS).
Teaching
Mainly as part of my supervision of empircal Bachelor and Master projects at Frankfurt UAS, and as part of my mentoring of students, I get to teach software engineering practices. In addition, I try to contribute a little here and there, at both institutes.
Desktop Operating Systems
In Spring 2020 semester, I am teaching our course on the internals of Desktop Operating Systems
Embedded Systems
In Fall 2019 semester I am teaching our course on the internals of embedded systems.
Security and Privacy (PhD seminar)
Projects of my students
Privacy on the Web
The goal of this project is to develop a Firefox extension that enhances the privacy guarantees of the browser by automatically creating exceptions to the Do-Not-Track mechanism for sites that satisfy a bounded trustworthiness assumptions and providing the user with information about privacy related events.
We aim to analyze the protection services offered by encryption and anonymization technologies, in order to assess their security guarantees. The goal is to identify their benefits and weakness with regard to the usual attacker model for attacks in the respective systems: passive and active attacker. Since the threshold for which a the attacker model is appropriate could be lower level than used in relevant publications, it is important to develop new tools and policies to assess the security of existing systems.
After providing a sketch of the relevant technologies, we define the notion of attacker models by relating them to the usual lattice point security ability of an attackers. This leads us to a novel classification of attacks, which we define as weak vs strong. We discuss how these definitions apply in the context of encryption, anonymization and the related protection service they provide. Then, we identify some new aspects of the attacks in anonymous systems. This
- I'm training for a marathon. I'm working hard to improve my performance and reduce my peace.
collapsed:: true
-
- I'm training for a marathon. I'm working hard to improve my performance and reduce my personal best time.
- I'm also trying to refrain from any non-essential injuries or illnesses.
-
- To evaluate the proposed approach, we organized a focus group involving experts from industry and academia.
collapsed:: true
- We relied on their opinion and comments to improve the generality of the proposed approach. A comparison will be made between current AutoMAP, the proposed method and all other related methods. The dataset and evaluation metric are customers reviews datasets retrieved from different platforms and sentiment scores are used as evaluation metrics respectively.
- #### Related Work
collapsed:: true
|#|Author(s)|Year| Method | Model | Dataset | Metrics |
|-|--------|----|------------------------------------------|------------------------------------------|------------------------------------------|---------------------------------------------|
|1|[Li et al.](docs/3._methodology/1.%20sources/2.%20Li%20et%20al.)|2013|Max-Margin Aspect Sentiment|CRF| Yelp, Imdb, TripAdvisor, Amazon,expedia|P, R, F1|
|2|[Miao et al.](docs/3._methodology/1.%20sources/2.%20Miao%20et%20al.)|2013| Hybrid Approach to Aspect-based Sentiment Detection|CRF|Dianping (Chinese)|P, R, F1, Acc, MAP|
|3|[Deng et al.](docs/3._methodology/1.%20sources/2.%20Deng%20et%20al.)|2013|Aspect Sentiment Detection with Hierarchical Beautification of Hierarchical Representation|CRF|Dianping (Chinese)|P, R, F1, Acc, MAP|
|4|[Li et al.](docs/3._methodology/1.%20sources/2.%20Li%20et%20al.)|2017|Hierarchical Attention Networks for Document Sentiment Classification|Hadamard Product of Distributions|Yelp Reviews|Acc, P, R, F1|
|5|[Jia and Chen](docs/3._methodology/1.%20sources/2.%20Jia%20and%20Chen)|2018|Dependency Path-Based Aspect Sentiment Modeling|Deep LSTM|restaurants Reviews|Acc, P, R, F1, MAP|
|6|[Zhang et al.](docs/3._methodology/1.%20sources/2.%20Zhang%20et%20al.)|2018|HSAN: Hybrid Sentiment-Aware Neural Network|Deep LSTM|Pangian, twitter, Yelp| Acc, P, R, F1, MAP|
|7|[Wang et al.](docs/3._methodology/1.%20sources/2.%20Wang%20et%20al.)|2019|Deep LSTM base word level and character level model|Deep LSTM|Dianping (Chinese)|P, R, F1|
|8|[Peng et al.](docs/3._methodology/1.%20sources/2.%20Peng%20et%20al.)|2019|Depth-Based Attention Framework for Aspect-Level Sentiment Classification|Depth-Based Attention Module|Dianping (Chinese)|Precision, Recall, F1|
|9|[Peng et al.](docs/3._methodology/1.%20sources/3.%20Peng%20et%20al.)|2019|Aspect-Augmented Multi-Task Learning for Aspect-Based Sentiment Analysis|Aspect-Augmented Node Embedding|Sentiment140, Word Embedding Sentiment, Douban Books Reviews|Precision, Recall, F1, BREC|
|*|[Peng et al.](docs/3._methodology/1.%20sources/4.%20Tang%20et%20al.)|2020|Robust Aspect-based Sentiment Analysis with Structure-aware attentive Attention Networks|Structure-aware networks|Yelp2014, Yelp2015|Precision, Recall, F1|
|*|[Tang et al.](docs/3._methodology/1.%20sources/4.%20Tang%20et%20al.)|2020|AAATNC: Attention-aware Attention-versus-Transformer Neural Networks with Commitment Module|Transformer|SemEval2014, Sentiment140|Precision, Recall, F1|
|10|[Deng et al.](docs/3._methodology/1.%20sources/4.%20Deng%20et%20al
- Search engine optimizers who worked for an Internet marketing company, web developers from the University who implemented systems for sensors and web developers from industry who handled e-commerce projects were chosen for the focus group to explore the opinions of the stakeholders about the proposed approach. Seagull was used to perform the evaluation and to produce tools for developers. A laptop connected to a sensor (or sensors) and to a radio transceiver/receiver was used during the evaluation as shown in Figure 2. This device is operated by the user, who is responsible for moving around the area and reading alarms made by sensors. The exact location of the laptop and the movement of the user in the area are tracked by the Wi-Fi network and by acoustic receptors.
The first work group is composed of 4 Web developers who worked for an Internet marketing company. The company develops systems for sensors and has been in the software development business for 20 years. These experts have worked with JavaScript, JSP, XML, HTML, CSS and AJAX, which are all technologies used in web applications within a Java EE environment. This type of Web application is known as a “mash-up,” which relies on the extraction and incorporation of convenient data from across many websites. This means that a Web developer needs to be confident that the software can support something new. Throughout their careers as Java developers/programmers, they had never encountered problems caused by the lack of software support for a specific application; however, they noticed that a problem in a particular programming library or Web framework typically is solved in the very next release of the software. Most of the problems they encountered had a solution that was available among college students and experts, who often share their knowledge informally with the community.
After bringing the participants up to speed on what Seagull is and what it consists of, the first test asked the participants to imagine it was necessary for the Web software to work with a sensor to indicate an alarm. With the map fleshed out before them and one or two sensors close by, participants were asked to decide from a scenario how the system would be used. For example, a scenario might have established that a sensor would indicate that a company vehicle that travels in a certain area was in danger of overloading. With this scenario given, participants were asked to decide if Seagull was the right tool for the job.
With the device in front of them, participants were asked to visit each of several locations and trigger an alarm on an interactive map. When they arrived in close proximity to a designated sensor, they made the alarm go off by moving the mouse pointer around the sensor. Each time they arrived in the proximity of a sensor, they were asked if the system had distracted them from their main task. The procedure was repeated several times while they described the way they saw the alarms on the map.
In this test, participants could see each alarm on the map, which there could be several of, and any other activity that might be happening. Next, the successful installation of Seagull at the participants companies was discussed. The participants were asked if they thought Seagull was the kind of technology their company might implement; if so, what type of installer would be needed. The participants were also asked to comment on possible blockers to Seagulls installation and use in the company. The participants were given an opportunity to make some suggestions for the next version of Seagull in terms of features, language and technical aspects. We then asked the participants to discuss Seagulls new features, and to comment on each of the 9 functionalities shown in Figure 1. The functionalities were constructed as basic functionalities in order to reduce the number of steps involved. It would have been a time-consuming and potentially costly exercise to advance the functionalities through a mature development process (e.g., waterfall or iterative). The participants were asked if the functionalities were relevant in the real world and if they posed any risks to security matters.
Seagull was seen as suitable technology for solving problems of space distribution and use, but not used for highly confidential or sensitive locations. The problem of controlling user movement and coming close to a sensor in a sensitive area caused secondary risks for Seagull and its use in companies with sensitive residential, financial and/or medical data. In order to deal with this situation, Seagull may need some monitoring infrastructure using guards to authorize user movements. The participants also were concerned about being tracked themselves then moving around in the area, but this concern was not presented as a significant problem for company activity control. In relation to the 9 functionalities, all the participants and their companies would take advantage of the visualization and location controls. Additionally, web developers would take advantage of monitoring mission-critical information, tracking device transitions and controlling users access and use of resources. Data specialists would build
-
- How do you write European Project Proposal?
-
-
- There is no one size fits all answer to this question, as each European project proposal will be different depending on the project being proposed. However, some tips for writing a successful European project proposal include:
1. Make sure the proposal is clear and concise.
2. Make sure the proposal is well-researched and covers all the key points.
3. Make sure the proposal is realistic and achievable.
4. Make sure the proposal addresses the needs of the target audience.
5. Make sure the proposal is properly formatted and proofread.
- 1. Identify the Goal and Objectives: Given the European scope of the project, clearly and concisely state the goal and objectives of the project.
2. Describe Target Beneficiaries: Provide a detailed description of who will benefit from the project and how.
3. Provide a Game Plan: Outline the timeline, resources and budget needed to achieve project objectives.
4. Outline Management and Staffing Requirements: List expected staff and resource requirements to help manage and implement the project.
5. Include a Budget: Specify the budget needed to complete the project, including details of any external investment you may need.
6. Demonstrate Coherence with Prior Activities: Show how the proposed project fits in line with past and current projects conducted at a European level.
7. Describe Evaluation Plans: Outline the methods you plan to use to evaluate the success rate of the proposed project.
8. Add Supporting Documentation: Add additional supporting documentation such as evidence of prior successful projects, organizational and staffing plans or further details on the budget.
-
- How do you write an Italian Project Proposal?
- To write an Italian project proposal, you will need to include an executive summary, a project objectives, a literature review, a methodology section, and a project timeline.
-
- What are exemplars of Autonomous Systems?
- Examples of autonomous systems include smart cars, robots, and drones.
- How to design the software for autonomous systems?
- There is no single design process that can be followed for all autonomous systems. The approach that is taken will vary depending on the specific application and the level of autonomy required. In general, however, the software for an autonomous system must be able to perform the following tasks:
1. Perception: The system must be able to sense its environment and extract relevant information from the sensor data.
2. Reasoning: The system must be able to make logical decisions based on the information it has collected.
3. Action: The system must be able to execute the actions necessary to achieve its objectives.
4. Learning: The system must be able to learn from its experiences and adapt its behavior as needed.
- How to make Todoist working with Logseq?
- There is no specific way to make Todoist work with Logcat, but there are some general tips that may be helpful:
1) Make sure that Todoist is installed on your device and that you have the latest version.
2) If you're using an Android device, open the Todoist app and go to the 'Settings' menu. In the 'General' section, tap on the 'Enable Logcat Integration' option.
3) If you're using an iOS device, open the Todoist app and go to the 'Settings' menu. In the 'General' section, tap on the 'Advanced' option and then select the 'Enable Logcat Integration' option.
- How to run the Florence marathon?
- There is no set way to run the Florence market catalogues, as they are simply a collection of different vendor's products. However, it is recommended that you start by browsing through the online catalogue to get an idea of what is available, and then contacting the vendors directly to discuss prices and arrange for delivery or pick-up.
- How to train for a run marathon?
- The best way to train for a marathon is to start by running shorter distances and gradually increasing your mileage as your endurance improves. Many different training programs are available online or through running magazines that can help guide your training. It is essential to listen to your body and not push yourself too hard, as this can lead to injuries. Make sure to cross-train with activities such as biking or swimming to help avoid overuse injuries. Also, be sure to get plenty of rest and eat a healthy diet to fuel your body for running.
- How to become a good PhD mentor?
- Becoming a good PhD mentor takes a lot of time, energy, and patience. It is important to be able to listen to and understand your mentee, as well as offer guidance and support when needed. You should also be available to answer any questions they may have about their research or studies.
- What is the EU CROSSMINER project?
- VAS?
The European Union of Veterinary Specialist Associations (EUVAS) is an organization that represents veterinary specialists in Europe. It was founded in order to improve communication and collaboration between veterinary specialists and to promote the highest standards of veterinary care in Europe.
- What are relevant teaching materials for master classes on Software Engineering for Autonomous Systems?
- 1. Software Development Processes for Autonomous Systems: Best Practices for Optimizing Performance and Countering Risks by Georganna Bell (Springer 2017).
2. Software Architecture for Autonomous Systems by Robert T. Monroe (CRC Press 2015).
3. Designing Autonomous Vehicle Software by Evan Shapiro (Addison-Wesley 2018).
4. Machine Learning for Autonomous Systems by Juergen Schmidhuber (Springer Nature 2017).
5. Programming Autonomous Robots using ROS by Joseph Lentin (Packt 2018).
6. Autonomous System Engineering Using Agile Scrum Methodology by Omri Goulder (Wiley 2015).
7. Testing Autonomous Systems: Techniques and Tools for Verifying Autonomous Vehicle Behavior by Boris Ivanovic and Esteban Clua (CRC Press 2017).
8. Autonomic Computing for Autonomous Robotics by Matthew R. Beal (Springer 2016).
9. Successful Autonomous Vehicle Projects: A Technical Guide for Getting Started by Shaun Morrison (CRC Press 2017).
- Who are you?
- My name is Jacob and I'm an online content creator.
- What content can you create for me?
- We specialize in developing content in a variety of formats and topics, including social media posts, blog posts, white papers, video and webinars, case studies, infographics, email campaigns, and other types of digital marketing strategies. We can also create content for SEO, PPC, and other online advertising campaigns, as well as website content and copy. Let us know more about your specific needs and goals, and we can create content that meets those objectives.
- Can you write for me a short novel?
- Once upon a time, there lived a brave and noble knight in a distant kingdom. He was called Sir William and he fought fearlessly in the wars of his sovereign.
Sir William was a true knight who, no matter the odds, always fought for what was right. He was respected and admired by all, and his loyalty was beyond question.
But, as is often the case, Sir William's luck ran out one day and he befell a terrible injury in battle. He lay in a deep coma for many weeks, and his kingdom teetered on the brink of disaster.
As the weeks turned into months, hope seemed lost and all seemed lost. Fortunately, a wise wizard from a distant land came to the aid of the helpless kingdom. With his powerful magics, the wizard was able to break the spell of the coma and revive Sir William.
Now fully restored to health, Sir William mustered his courage and strength and set out on a quest to save his beloved kingdom. He defeated magical foes, outwitted cunning enemies, and overcame wicked traps and tricks.
In the end, Sir William succeeded in his mission and saved the kingdom from certain doom. By his courage and noble deeds, he had truly proven himself as a true knight of honor and courage. Everyone hailed him as a hero and his legendary story will be passed down for generations.
The End
- This is not original, you took contents from existing novels, isn't it?
- No, the content in this work is original and not taken from any existing novels.
- What can you say about the electric power that is needed to make OpenAI systems work?
-
- Electric power is a fundamental resource needed to make OpenAI systems work. OpenAI systems require large amounts of computing power, particularly for deep learning models, which require vast amounts of data and computations to generate the models that they use. The electric power needed to run these systems is considerable and could equal the amount of power needed to run a small city.
- In your opinion, is it environmentally sustainable to provide OpenAI with the needed electric power?
-
- The environmental sustainability of OpenAIs electric power needs depends on the type of energy used. If OpenAI sources its electricity from renewable sources, such as wind and solar power, it could have a positive environmental impact. However, if it uses coal or other fossil fuel sources for electricity then it would have a negative environmental impact. Ultimately, it is up to OpenAI to decide which energy sources to use, but it is important that they consider the environmental impacts of their decision.
- Can you write a Java Class to order an input collection of integers?
- public class OrderCollection {
private int[] collection;
public OrderCollection(int[] collection) {
this.collection = collection;
}
public int[] sortCollection() {
for (int i = 0; i < collection.length; i++) {
for (int j = 0; j < collection.length; j++) {
if (collection[i] < collection[j]) {
int temp = collection[i];
collection[i] = collection[j];
collection[j] = temp;
}
}
}
return collection;
}
}
- Can you give me some pointers for service choreographies?