QSAR WORKBENCH 2019 Copyright Notice

Total Page:16

File Type:pdf, Size:1020Kb

QSAR WORKBENCH 2019 Copyright Notice GEMS DATA MODEL FOR PUBLISHED MODELS AND CALCULATORS QSAR WORKBENCH 2019 Copyright Notice ©2018 Dassault Systèmes. All rights reserved. 3DEXPERIENCE, the Compass icon and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD, 3DVIA, 3DSWYM, BIOVIA, NETVIBES, IFWE and 3DEXCITE, are commercial trademarks or registered trademarks of Dassault Systèmes, a French "société européenne" (Versailles Commercial Register # B 322 306 440), or its subsidiaries in the U.S. and/or other countries. All other trademarks are owned by their respective owners. Use of any Dassault Systèmes or its subsidiaries trademarks is subject to their express written approval. Acknowledgments and References To print photographs or files of computational results (figures and/or data) obtained by using Dassault Systèmes software, acknowledge the source in an appropriate format. For example: "Computational results were obtained by using Dassault Systèmes BIOVIA software programs. BIOVIA QSAR Workbench was used to perform the calculations and to generate the graphical results." Dassault Systèmes may grant permission to republish or reprint its copyrighted materials. Requests should be submitted to Dassault Systèmes Customer Support, either by visiting https://www.3ds.com/support/ and clicking Call us or Submit a request, or by writing to: Dassault Systèmes Customer Support 10, Rue Marcel Dassault 78140 Vélizy-Villacoublay FRANCE Contents QSAR Workbench GEMS Data Model for Published Models 1 Introduction 1 Data Model 2 QSAR Model Class 2 Model Version Class 3 Official list of Output Types 7 Examples of JSON Strings for Selected Fields 8 Training and Test Statistics 8 Validation Parameters 8 Validation Statistics (for a classification model) 8 Build Parameters 9 Calculator Data Model 10 QSAR Workbench • GEMS Data Model for Published Models and Calculators | Page i QSAR Workbench GEMS Data Model for Published Models Introduction This document contains a brief description of the data model for statistical models published by the QSAR Workbench application, or more generally for any statistical model imported into the system, whether or not it was developed in QSAR Workbench. In addition, classes are available in the data model to support calculator components. These are components that compute output properties from a set of inputs, but which were not derived by a process of statistical model building. Most users and administrators of QSAR Workbench will not need to be familiar with the GEMS data model. This document is primarily useful for developers who want to develop protocols in Pipeline Pilot for importing custom models into the system or for editing attributes of published models and calculators. QSAR Workbench GEMS Data Model for Published Models | Page 1 Data Model The basic data model is summarized below. QSAR Model Class Field Description Name Globally unique name of the model; it is also the base name of all model outputs. The name must be unique across models and calculators (i.e., a calculator is not allowed to have the same name as a model.) Endpoint Specific endpoint on which the model is based. It includes a Name, Category, Unit, and Assay Name. A given biological phenomenon (e.g., hERG) might have more than one Endpoint (e.g., IC50 and patch clamp). … Name Name of endpoint (e.g., hERG IC50). … Category General category of endpoint (e.g., Toxicity). … Unit Unit of measure (e.g., molar). … Assay Name of the assay used to measure the endpoint for the data used to train the model. Name As there may be more than one assay, this field has multiple cardinality. Scope Specifies the scope of data used to build the model and its general scope of applicability. Options are Global or Project. Page 2 | QSAR Workbench • GEMS Data Model for Published Models and Calculators Field Description Project If Scope is “Project,” this is the name of the project for which the model was built and whose data were used to build the model. Note: This refers to a project within your organization, as opposed to a QSAR Workbench project. Domain Normally, there can be only one model of a given category for a given endpoint, Subset category, and scope. But there can be cases where models applicable to different compound types (e.g., acids versus amines) are desired at the same scope. Providing a value for this field allows this. For example, one model for a given endpoint could have a Domain Subset value of “Acids” while the other has the value “Amines”. Category Specifies whether the endpoint data are modeled as continuous (Regression) or categorical (Classification) in the model. Response Optional multi-value field describing any transformations done on the endpoint Prep Rules response prior to building the model. Data Prep Optional multi-value field describing how the input data, including any molecular Rules structures, were standardized or pre-processed before building the model. Description Free text description. Therapeutic General therapeutic area to which the model applies (e.g., Oncology, CNS, ...). Area Note: Applies to project models but not to global models. Supplemental JSON string containing any additional information that could be useful to selected Info clients (e.g., perhaps an endpoint subcategory for presenting models in a tree.) Workflow Type of workflow based on data being used to build the model. For structural data, the workflow is specified as Chemistry while for general data, the workflow is specified as Generic. In the case of both types of data, the workflow is specified as Mixed. Lifecycle Lifecycle status value (published or retired). Model Version Class The following table contains a detailed description of each field in the Model Version class. Field Description Author Multi-valued field containing usernames of authors of this version. Created Date Date this version was created. Version Integer number beginning at 1 for initial version. Number Method Short string indicating algorithm and implementation, e.g., “PP RP Forest”, “R PLS” Data Model | Page 3 Field Description Descriptor Comma-separated list of names of all descriptors used to build this version (CLOB). List Input Comma-separated list of names of all generic descriptor names used to build this Descriptor version (CLOB). List Training Set Attributes of training data used to build this version. Specific attributes are Location, Sample Count, Sample Indices, and Statistics. … Location Multi-valued identifier of location or source of training data. Can be a path or paths to files; database locations and queries, or the path to a ksh script used to extract data. For this field, there is no specific format enforced by the QSAR Workbench or GEMS framework. You can make use of it as deemed appropriate by your organization. … Sample Number of samples (N) in training set. Count … Sample The actual training samples can be a subset of the data indicated by Location. If so, Indices this field contains a comma-separated list of the indices in the range [1, N] indicating the subset used for model training (CLOB). … Statistics JSON string containing statistics of this model version as applied to the training set. Test Set Attributes of training data used to build this version. Specific attributes are Location, Sample Count, Sample Indices, and Statistics, with same meanings as for Training Set. Validation Attributes of any validation (e.g., cross-validation) performed as part of the model building process. This is distinct from “test set validation” performed after the model is built and whose attributes fall under Test Set. … Parameters JSON string containing parameters of the validation process such as type of validation, number of iterations, etc. … Statistics JSON string containing validation results such as cross-validation R-squared, RMS error, etc. Build JSON string containing parameter settings used in building this version of the model. Parameters The specific list of parameters varies according to the value of Method. Component Attributes of the Pipeline Pilot/Pipeline Pilot component encapsulating this version of the model. ... Path Full path of component within the Pipeline Pilot XMLDB. … Server URL indicating the Pipeline Pilot XMLDB endpoint where the component is located. … Runner URL indicating the Pipeline Pilot “runner” endpoint for the server on which the component is based. … Version Component version number as saved in XMLDB. Will often, but not necessarily, be the same as Version Number. Page 4 | QSAR Workbench • GEMS Data Model for Published Models and Calculators Field Description … XML Compressed XML of component at publication time. Note: Note: This is created from component XML using the PilotScript compress() function. Workbench Name of QSAR Workbench project in which this model version was developed. If this Project field is empty, the model was developed outside of QSAR Workbench. Supplemental JSON string containing any additional information that may be useful to selected Info clients. Output Multi-cardinality set of attributes describing the model’s “published” outputs. This can be a subset of all of the outputs the model is capable of calculating. … Name Name of output, typically of the form <Model Name>_<Output Name>, except for the “primary” output of the model representing a score or response and whose name is typically just <Model Name>. … Type Specifies what this output represents. A specific vocabulary needs to be agreed upon, but potential values of this field are: Continuous Response Score Class Probability Categorical Response Error Goodness Distance to Training Sample Training Sample Property Applicability Sub-model Names Sub-model Values Atom Contributions The last three of these represent array outputs. … Parameter Parameter settings on the model component required to get the specified output. Settings … Color Rules JSON string conforming to the rules for specifying coloring of cells in Insight. (See the Conditional Formatting document.) Only the propertyType, range, and outOfRange values need to be specified, as the propertyNames value is given by Output Name. For output of type “Atom Contributions”, the rules govern the coloring of atoms rather than of spreadsheet cells.
Recommended publications
  • Optimation Optimizing Process Control with Dymola
    DS PLM SUCCESS STORY Optimation Optimizing process control with Dymola Overview Challenge Optimizing manufacturing processes define the strategies to run the mill or the Optimation needed to provide its Sweden’s Optimation helps companies to power plant at an optimum level and use customers with solutions that define optimize their manufacturing processes via simulation to test those strategies before they the optimal process control strategy for their production processes its expertise in control technology, dynamic are implemented in the real world.” simulation, and production processes. Solution Optimized process control can contribute to With Dymola, Optimation produces simulation Optimation uses Dymola to energy savings, better product quality, and results that mimic reality enabling its dynamically simulate the way a increased output. On the contrary, incorrectly customers to implement the most optimum controller should function for maximum structured and insufficiently configured configuration from the beginning. “I suppose operating capacity control systems lead to production downtime, we can say that we are control architects - we idleness or inefficiencies. Customers that turn define the optimum strategy and we create a Benefits to Optimation for process control optimization roadmap so that programmers have precise Thanks to Dymola, Optimation’s customers have a precise idea of the come from a variety of disciplines that include instructions on how to program a control way a process controller should be pulp mills, power plants, mining and steel. system,” said Eriksson. programmed before proceeding with physical modifications or installations Optimum configuration with Dymola A plant is an ensemble of hydraulic, Optimation uses Dymola, Dassault Systèmes mechanical, electrical systems. This is why multi-engineering modeling and simulation Optimation adopts a broad approach when solutions based on the open Modelica asked to optimize an existing plant.
    [Show full text]
  • Dassault Aviation Aerospace & Defense Case Study Locate the Appropriate Spare Parts But, As a Company, We Did Not Have an Overall and Global View of Our Data
    Dassault Aviation Aerospace & Defense Case Study locate the appropriate spare parts but, as a company, we did not have an overall and global view of our data. Moreover, these different solutions Challenge use different technologies – mainframe-based or client-server – which Dassault Aviation’s Falcon Spare Parts department needed to contributed to the isolation of each of our sites. To gain in efficiency, we provide a consolidated view of all spare parts information needed a consolidated view of all our spare parts from any of our worldwide. locations.” Solution Another concern was providing non-technical personnel with access to The division uses 3DEXPERIENCE technology from spare parts information. “Whereas technical and administrative employees Dassault Systèmes, including EXALEAD, to deliver uniform had no problem finding information in the two ERP systems, managers search and access to its heterogeneous data worldwide. may not have access to these specialized tools and need easy to use dashboards to make decision quickly,” Bianchina continued. Benefits 3DEXPERIENCE helps Dassault Aviation employees find spare Information intelligence with 3DEXPERIENCE parts faster and improve customer response time. Dassault Aviation Falcon Spares turned to the 3DEXPERIENCE Platform and chose EXALEAD to access the wealth of data stored in its multiple data management systems. EXALEAD can explore, gather and analyze structured or unstructured information stored in Dassault Aviation Falcon Spares’ various data sources and provide a consolidated view of that Global spare parts network information in a way that has meaning to the person performing the Managing a global network of more than 80,000 spare parts requires search. precise logistical coordination, especially when growing customer expectations is a key part of the equation.
    [Show full text]
  • Biovia Batch Release
    BIOVIA BATCH RELEASE Solution Brief BIOVIA Batch Release is part of BIOVIA’s Unified Lab offering and a Mimics familiar paper-based processes but offers the field-proven, fully validated approach to: advantages of computer-driven automation including: • Data acquisition • Secure access to approved methods/SOPs, files and systems on your network • Method execution • Reliable data capture from PC and RS-232 lab instruments • Compliance documentation • Data exchange with your other IT systems, i.e., • Review and reporting BIOVIA Samples, ERP, EDMS, CDS • Instrument and IT systems integration • Sensible organization and search of data in the event of an audit This dedicated informatics solution integrates easily and seam- • Technical controls for Part 11 compliance lessly with your current IT infrastructure, so you see tangible results quickly. • Built on industry-standard tools Designed for analysts, reviewers and supervisors to manage the entire development and QA/QC process in a paperless, compliant environment, BIOVIA Batch Release automates your analyst’s FREEDOM FROM PAPER DOCUMENTATION: method execution and integrates all lab instruments within the • Instrument data captured completely context of each test method. • Calculations performed automatically The system saves money, saves time and frees resources — • No more paperwork it’s that simple! Save time by: • Preventing errors and virtually eliminating rework • Minimizing the need for reviews and investigations “Approximately 40-60%reduction • Accelerating the review and approval process in document review time.” • Facilitating audits • Eliminating the need to create, maintain and search paper records “96% of employees prefer BIOVIA THE SOLUTION FOR YOUR QA/QC TEAM to the old testing system.” Every member of your Analytical Development and QA/QC team benefits from BIOVIA Batch Release.
    [Show full text]
  • Dassault Systèmes Annual Report 2018 1 General
    NOUSWE 2018 SOMMESARE Financial report THERELÀ CONTENTS General 2 Person Responsible 3 15Presentation of the Group 5 Corporate governance 167 1.1 Profile of Dassault Systèmes 6 5.1 The Board’s Corporate Governance Report 168 1.2 Financial Summary: A Long History 5.2 Internal Control Procedures and Risk Management 203 of Sustainable Growth 7 5.3 Transactions in Dassault Systèmes shares 1.3 History 9 by the Management of the Company 207 1.4 Group Organization 14 5.4 Statutory Auditors 210 1.5 Business Activities 15 5.5 Declarations regarding the administrative Bodies 1.6 Research and development 29 and Senior Management 210 1.7 Risk factors 31 Information about Social, societal and environmental 6 Dassault Systèmes SE, the share capital 2 responsibility 39 and the ownership structure 211 6.1 Information about Dassault Systèmes SE 212 2.1 Social responsibility 41 6.2 Information about the Share Capital 216 2.2 Societal responsibility 48 6.3 Information about the Shareholders 219 2.3 Environmental Responsibility 53 6.4 Stock Market Information 224 2.4 Business Ethics and Vigilance Plan 58 2.5 Reporting methodology 61 2.6 Independent Verifier’s Report on Consolidated Non- General Meeting 225 financial Statement Presented in the Management 7 Report 64 7.1 Presentation of the resolutions proposed by the 2.7 Statutory Auditors’ Attestation on the information Board of Directors to the General Meeting on relating to the Dassault Systèmes SE’s total amount May 23, 2019 226 paid for sponsorship 67 7.2 Text of the draft resolutions proposed by the
    [Show full text]
  • 3D Mold Creator 3Dexperience Role
    3D MOLD CREATOR 3DEXPERIENCE ROLE REDUCE MOLD TOOLING TIME TO MARKET AND IMPROVE PLASTIC PART MANUFACTURABILITY Design molds directly in your browser and connect with distributed teams, customers, and suppliers. OVERVIEW 3D Mold Creator provides specialized, automated, easy-to-use features for the design of mold core, cavity, and inserts in a browser. Its functionality bridges the gap between plastic part designers and mold makers—sophisticated enough for mold makers yet easy enough to use for plastic and cast part designers and engineers. Speed tooling design with automated features and improve the ability of your mold design to survive last-minute changes to the design model. Built on the cloud-based 3DEXPERIENCE® platform, 3D Mold Creator enables your teams to work concurrently on the same project, while keeping your data safe and accessible from anywhere, at any time, and on the device of your choosing. KEY CAPABILITIES CAPABILITIES OF THE 3DEXPERIENCE PLATFORM With its growing solution portfolio and secure cloud technology, the 3DEXPERIENCE platform enables you to manage all facets of your product development process while reducing infrastructure costs, IT overhead, software maintenance, and complexity. All 3DEXPERIENCE solutions work together seamlessly, simplifying data management, sharing, and collaboration across your entire business ecosystem. 3D Mold Creator can take advantage of the following platform capabilities: • Store all your design data in a centralized, secure location in the cloud. • Manage the lifecycle of any type of content—such as 3D design files, simulation models, and documentation—across • Get your new users up to speed quickly and standardize disciplines and CAD applications. your mold design process with Learning Assistant.
    [Show full text]
  • Biovia Quality Statement
    BIOVIA QUALITY STATEMENT Datasheet COMPANY INFORMATION Organization establishes a basis for the content of the quality Headquartered in San Diego, California, BIOVIA, Dassault Sys- system, and IEEE provides additional standards for processes, tèmes (BIOVIA) supports science-based industries by providing tools and documentation. a scientific collaborative environment for advanced biological, Dassault Systèmes, the parent company of the BIOVIA brand, has chemical and materials experiences. With the goal of helping achieved ISO 9001:2015 for the Quality Management System organizations develop better products faster and more cost for the 3DEXPERIENCE platform cloud applications. To request effectively, BIOVIA supports customers in the Life Sciences and and download the certificate, go to https://www.3ds.com/ Materials Science & Engineering sectors to help them: about-3ds/ethics-and-compliance/quality-compliance/. • Enhance product and process insight In addition, many of the world’s leading pharmaceutical compa- • Facilitate collaboration, both internally and across externalized nies have audited the BIOVIA quality system and have approved research networks, and BIOVIA as a quality strategic supplier. • Accelerate compliant product and process development from Our system mandates quality procedures that are implemented research through late-stage QC/QA, manufacturing and during the product development process, such as periodic audits, commercialization the use of development and process document templates, execu- tive approval of processes and plans, quality compliance oversight Refer to the BIOVIA Brand Profile datasheet for more informa- and on-line access to process documents. New employees receive tion and history. quality system training as part of their new employee orienta- tion, as well as on-going training on process changes for existing QUALITY MANAGEMENT SYSTEM employees.
    [Show full text]
  • Simulation Lifecycle Management Manage & Secure Simulation Intellectual Property 3DS.COM/SIMULIA SIMULIA SLM
    Simulation Lifecycle Management Manage & Secure Simulation Intellectual Property 3DS.COM/SIMULIA SIMULIA SLM Industry Challenges In the manufacturing industry, design analysis technology and related methods are being used to create innovative and reliable products while reducing time and costs. However, even those companies gaining significant benefits from simulation will admit that they often fail to capture their simulation processes or Capture best practices manage the results in a manner that allows effective knowledge reuse or decision-making traceability. Reuse intellectual property SIMULIA Solutions Improve process quality SIMULIA Simulation Lifecycle Management (SLM) solutions simplify the capture and deployment of approved simulation methods and best practices, providing guidance and improved confidence in the use of simulation results for collaborative decision making. Users can improve product quality with fully traceable simulation history and associated data. SLM also accelerates product development by providing timely access to the right information through secure storage, search and retrieval with distinct functionality dedicated specifically to simulation scenarios and data. rt po up P S ro n c io e s s i s c e M D a n a g e m Collaboration e n t D a ta M an agement Improve your simulation data and process quality The SIMULIA SLM solution portfolio, includes Scenario Definition, Live Simulation Review, Isight, and the SIMULIA Execution Engine. Scenario Definition enables methods developers to create workflow-specific simulation templates incorporating their company’s best practices while using the simulation tools of their choosing. These templates can then be deployed to a wide range of users ensuring adherence to standard practices in order to improve repeatability, reliability and confidence in simulations.
    [Show full text]
  • Sdk for Deltagen Shape Deltagen to Your Needs Benefit from the Sdk for Deltagen
    SDK FOR DELTAGEN SHAPE DELTAGEN TO YOUR NEEDS BENEFIT FROM THE SDK FOR DELTAGEN Move beyond the standard feature set of DELTAGEN by developing your own tailor- made extensions. With the Software Delevopment Kit (SDK) for DELTAGEN you adapt existing features and develop new customized plug-ins to integrate the product further into your enterprise workflow - independently of the general development roadmap. Enjoy the following benefits: A comprehensive package of documentation Receive a documented C++ application programming interface (API), a DOXYGEN reference manual and a number of tutorials. Additionally, you get free access to already implemented DELTAGEN plug-ins. The SDK for DELTAGEN is based on a C++ API, suitable for developers with an intermediate level of C++ programming skills. Full support for the development of individual plug-ins Developers get access to a large part of DELTAGEN’s data model. The scene tree can be read, traversed or modified in a flexible way. DELTAGEN’s UI can be extended with new menu entries, dialogs and docking windows to allow the integration of additional functionality. Our 3DEXPERIENCE® platform powers our brand applications, serving 11 industries, and provides a rich portfolio of industry solution experiences. Dassault Systèmes, the 3DEXPERIENCE® Company, provides business and people with virtual universes to imagine sustainable innovations. Its world-leading solutions transform the way products are designed, produced, and supported. Dassault Systèmes’ collaborative solutions foster social innovation, expanding possibilities for the virtual world to improve the real world. The group brings value to over 250,000 customers of all sizes in all industries in more than 140 countries.
    [Show full text]
  • Exalead Cloudviewtm for Logistics
    EXALEAD CLOUDVIEWTM FOR LOGISTICS 3DS.COM/EXALEAD THE LOGIstIcs Get accurate, real-time information into mer Web engine. But, unlike a consumer the hands of the people who need it most engine, CloudView can retain, exploit, and CHALLENge even enrich the complex categorization The Good News: and classification information contained With the advent of data capture and in relational databases, making it ideal for transmission technologies such as bar business application development. coding, Radio Frequency Identification (RFID), Electronic Data Interchange (EDI), wireless networking, and Global Posi- tioning Systems (GPS), businesses now EXALEAD’S SOLUTION have a staggering volume of ultra-precise logistical data at their disposal. Operational Improvements The Bad News: • End-to-end pipeline visibility Finding a way to deliver timely, coherent • Real-time, do-it-yourself monitoring access and reporting against such massive & reporting data stores without encountering severe • Workflow support for just-in-time performance issues or incurring exorbitant management costs has become a formidable challenge, • Flexible base for rapidly developing especially in light of ongoing IT challenges new customer services such as: • Siloed information systems, with logis- Business Advantages tics data spread across myriad internal • Increased agility and external business applications, • Enhanced customer satisfaction databases and live logistical feeds, • New revenue streams • Escalating demand for access to already • Lower costs strained systems, and
    [Show full text]
  • Dassault Systèmes Announces the Release of SIMULIA SLM for Simulation Lifecycle Management
    Dassault Systèmes Announces the Release of SIMULIA SLM for Simulation Lifecycle Management New Software Secures Valuable Intellectual Property Through Management of Simulation Data, Processes, and Applications Paris, France, and Providence, R.I., USA, January 16, 2008 – Dassault Systèmes (DS) (Nasdaq: DASTY; Euronext Paris: #13065, DSY.PA), a world leader in 3D and Product Lifecycle Management (PLM) solutions, today announced the early availability of SIMULIA SLM, a new product suite from its SIMULIA brand that will have a positive impact on the way that organizations perform and manage their simulation processes. The use of simulation has become an increasingly vital process in developing innovative products quickly. SIMULIA SLM accelerates the product development lifecycle by providing timely access to the right information through secure storage, search, and retrieval functionality that is specific to simulation processes and data. SIMULIA SLM maximizes the value of company-generated intellectual property (IP) through the capture, re-use, and deployment of simulation best practices. It also provides tools for control and sharing of simulation data for collaborative product development. “The release of SIMULIA SLM marks a major milestone for SIMULIA as we expand our product portfolio beyond the Abaqus product line,” said Mark Goldstein, CEO, SIMULIA. “By leveraging PLM technology from ENOVIA and simulation expertise from SIMULIA, we have been able to rapidly develop what we believe is an industry-leading solution. SIMULIA SLM will enable our customers to secure their simulation intellectual property and transform it into a valuable and controlled corporate asset.” Shorter product lifecycles, higher costs, stricter regulations, and the desire to benefit from a greater number of simulations make it clear that companies need an economical and effective solution to manage, share, and secure their simulation assets.
    [Show full text]
  • 2018/2019/2020 Universal Registration Document
    2020 2018/2019/2020 Universal Registration Document CONTENTS General 2 Person Responsible 3 1 Presentation of the Company 5 4 Financial statements 105 2020 Performance and Strategy 6 4.1 Consolidated Financial Statements 106 1.1 Key data 8 4.2 Parent company financial statements 153 1.2 Profile of Dassault Systèmes & Our Purpose 10 4.3 Legal and Arbitration Proceedings 184 1.3 History and Development of the Company 13 1.4 Business Activities 18 Corporate governance 185 1.5 Research and development 31 5 1.6 Company Organization 34 5.1 The Board’s Corporate Governance Report 186 1.7 Financial Summary: five-year historical information 36 5.2 Internal Control Procedures and Risk Management 229 1.8 Extra-financial performance 38 5.3 Transactions in Dassault Systèmes shares by the 1.9 Risk Factors 39 Management of Dassault Systèmes 233 5.4 Information on the Statutory Auditors 237 5.5 Declarations regarding the administrative Social, societal and environmental and management bodies 237 2 responsibility 47 2.1 Sustainability Governance 49 Information about 2.2 Social, societal and environmental risks 49 6 Dassault Systèmes SE, the share capital 2.3 Social responsibility 50 and the ownership structure 239 2.4 Societal responsibility 56 6.1 Information about Dassault Systèmes SE 240 2.5 Environmental responsibility 61 6.2 Information about the Share Capital 244 2.6 Business Ethics and Vigilance Plan 67 6.3 Information about the Shareholders 247 2.7 Environmental, Social and Governance metrics 74 6.4 Stock Market Information 253 2.8 Reporting Methodology
    [Show full text]
  • 3Dvia Composer Player 3Dvia Composer Player Pro
    3DVIA COMPOSER PLAYER 3DVIA COMPOSER PLAYER PRO 3DVIA COMPOSER IS THE INDUSTRY LEADING 3D COMMUNICATION SOLUTION FOR CREATING 2D AND 3D PRODUCT COMMUNICATIONS ACROSS INDUSTRIES. WHEN CREATING INTERACTIVE 3D EXPERIENCES, 3DVIA COMPOSER PLAYER AND 3DVIA COMPOSER PLAYER PRO ARE AVAILABLE TO DELIVER ENGAGING INTERACTIVE 3D CONTENT. 3DS.COM/3DVIA 3DVIA Composer Player is a free interactive 3DEXPERIENCE engine that distributes high performance 3DVIA Composer content to any end-user. More than a simple viewer, 3DVIA Composer Player offers content consumers the ability to interact directly with product deliverables for more engaging product-based 3DEXPERIENCE. Each installation of the 3DVIA Composer Player includes a standalone player, an ActiveX player, and a plug-in for Adobe Acrobat Reader. With three high performance application delivery options, the 3DVIA Composer Player offers the power and flexibility to deliver engaging 3DVIA Composer content where and when you need it. 3DVIA Composer Player Pro extends upon 3DVIA Composer Player features with a powerful applica- tion programming interface. With nearly unlimited custom programming capabilities around the ActiveX player, advanced functionalities can be enabled such as the ability to query, manipulate, interact, and display 3DVIA Composer. Additionally, 3DVIA Composer Player Pro applications can be combined with data originating from external sources for even richer 3DEXPERIENCE. It is also possible to maintain local file persistence using 3DVIA Composer Player Pro. Once the proper permissions have been granted, users can capture valuable feedback on an interactive scene using comments, labels, and annotations. Changes can then be “saved” to preserve markups and modifications for further review. For an unmatched user experience, 3DVIA Composer Player Pro can be used to build customized interactive 3DEXPERIENCE that can be embedded anywhere ActiveX technology is supported.
    [Show full text]