Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- History 449
- Development 445
- Economics 375
- Management 373
- Engineering & Applied Sciences 346
- Application software 286
- Artificial intelligence 256
- Computer programs 246
- Data processing 232
- Computer Science 222
- Computer networks 197
- Database management 183
- Machine learning 183
- Historia 179
- Data mining 168
- Economic conditions 167
- Cloud computing 163
- Big data 158
- Business & Economics 156
- Computer software 152
- Python (Computer program language) 146
- Electronic data processing 144
- Information technology 141
- Economic policy 130
- Education 129
- Social aspects 124
- Business 122
- Economic aspects 118
- Technological innovations 114
- Security measures 112
-
2661por Frenzel, Louis E., JrTabla de Contenidos: “…The Building Blocks of Electronic Equipment -- INTRODUCTION -- LINEAR CIRCUITS -- Amplifiers -- Classifying Amplifiers -- Small Signal Versus Large Signal -- Frequency Classification -- Configuration Classification -- Classification by Class of Operation -- Operational Amplifiers -- Amplifier Specifications -- Input Impedance -- Output Impedance -- Cascading Amplifiers -- Efficiency -- Frequency Response -- Output Capability -- Filters -- Oscillators -- Mixers -- Phase Detector -- Phase-Locked Loops -- Frequency Synthesizers -- Power Supplies -- Batteries -- Standard Power Supply -- Regulators -- DC-DC Converters -- Bus-Oriented Architecture -- Power Management -- Inverters -- Solar Power System -- 5 - Electronic Circuits: Digital: Practically Everything Is Digital These Days -- INTRODUCTION -- BINARY NUMBERS -- Binary-to-Decimal Conversions -- Using Hardware to Represent Binary Quantities -- Decimal-to-Binary Conversions -- Maximum Decimal Value for N Bits -- BCD and ASCII -- Parallel and Serial Data -- DIGITAL LOGIC ELEMENTS -- Inverter -- AND Gate -- OR Gate -- NAND and NOR Gates -- Exclusive OR Gate -- Flip-Flops -- Storage Registers -- Shift Registers -- Counters -- COMMON LOGIC CIRCUITS -- Multiplexer -- Demultiplexer -- Decoder -- Comparators -- Arithmetic Circuits -- DIGITAL MEMORIES -- Random Access Memory -- Read-Only Memory -- PROGRAMMABLE LOGIC DEVICES -- DATA CONVERSION -- Analog-to-Digital Conversion -- Digital-to-Analog Conversion -- Resolution and Sampling Interval -- Direct Digital Synthesis -- 6 - How Microcomputers Work: The Brains of Every Electronic Product Today -- INTRODUCTION -- CONCEPTS AND DEFINITIONS -- COMPUTER ORGANIZATION AND OPERATION -- OPERATIONAL DETAILS -- Registers and the Arithmetic Logic Unit -- Control Unit -- Instruction-Word Formats -- Program Execution Example -- Microcomputer Buses -- POPULAR MICROCOMPUTERS…”
Publicado 2018
Libro electrónico -
2662Publicado 2023Tabla de Contenidos: “…Complete list of territorial climate indicators and reference points -- References -- Notes -- 3 Analysing local greenhouse gas emissions, climate impacts and vulnerabilities across OECD countries: Key findings -- Introduction: Applying the OECD territorial climate indicator framework to cities and regions -- Climate mitigation -- Most OECD regions are far from reaching climate neutrality -- OECD cities also record high levels of GHG emissions, challenging climate neutrality -- OECD regions show strong disparities in low-carbon power supply and manufacturing industry -- Emissions from the building and transport sectors show large territorial disparities -- Building sector -- Transport emissions -- Private vehicle ownership -- Electric or hybrid vehicle adoption -- Public transport accessibility in cities -- Continued built-up expansion affects emissions from agriculture, forestry and other land use (AFOLU)…”
Libro electrónico -
2663Publicado 2024Tabla de Contenidos: “…Denormalization - storing multiple copies is OK -- Data that needs to be accessed together must be stored together -- Multi-table versus single-table design -- Breaking down your data -- Single table - swapping extra tables for items -- Breaking down items -- Handling large items -- Summary -- References -- Chapter 6: Read Consistency, Operations, and Transactions -- Understanding the read consistency model -- Strong consistency -- Eventual consistency -- Choosing the right read consistency mode -- Reviewing read APIs -- GetItem -- BatchGetItem -- Query -- Scan -- PartiQL read operations -- Transactions and atomicity -- Differences from traditional RDBMS transactions -- Reviewing key highlights of transactions -- Using transactional APIs in your application -- Summary -- References -- Chapter 7: Vertical Partitioning -- Understanding item collections -- Breaking down our data for vertical partitioning -- Naming conventions -- Naming conventions for attribute names -- Naming conventions for attribute values -- Future growth and expansion -- Summary -- References -- Chapter 8: Secondary Indexes -- Handling additional access patterns -- Example model - e-wallet -- Example model - app authentication -- Example model - the Employee data model -- Local secondary indexes -- Feature highlights of LSIs -- Considerations when using LSIs -- Global secondary indexes -- Feature highlights of GSIs -- Considerations when using GSIs -- Comparing secondary indexes -- Best practices for modeling data with secondary indexes -- Designing sparse indexes -- Leveraging KEYS_ONLY indexes -- Write sharding -- Indexing data with keys of low cardinality -- Designing table replicas for skewed read access -- Summary -- References -- Part 3: Table Management and Internal Architecture -- Chapter 9: Capacity Modes and Table Classes -- Diving into capacity modes…”
Libro electrónico -
2664Publicado 2010Tabla de Contenidos: “…-- How do I produce binary data in a JSF page? -- How do I show a large data set, one page at a time? -- How do I generate a pop-up window? …”
Libro electrónico -
2665Publicado 2013Tabla de Contenidos: “…Weight and Balance -- Fundamental Principles -- Force of Gravity -- Center of Gravity -- Location of the CG -- The General Law of the Lever -- Moment of a Force and Equilibrium -- Aircraft CG Range and Limits -- CG and Balance in an Airplane -- Weight-and-Balance Terminology -- Determination of the EWCG Location -- Weighing the Aircraft -- Weighing Equipment -- Equipment Preparation -- Aircraft Preparation -- Weighing Area -- Positioning the Airplane -- Weighing Procedure -- Computing CG Location -- Computing EWCG for a Tricycle-Gear Airplane -- Computing EWCG for a Conventional Airplane -- Expressing the CG as a Percentage of the MAC -- Weight-and-Balance Report -- Aircraft Modifications -- Adding Equipment -- Removing Equipment -- EWCG Range -- Loading the Airplane -- Center-of-Gravity Travel during Flight -- Effects of Improper Loading -- Overloading -- Effects of Adverse Balance -- CG Too Far Forward -- Adverse Rearward Loading -- Extreme Weight-and-Balance Conditions -- Most Forward Adverse-Loading Checks -- Most Rearward Adverse-Loading Checks -- Loading Conditions -- Correcting the CG Location -- Simplified Loading Methods -- CG Envelope Charts and Loading Graphs -- Calculating Weight and Balance for Large Aircraft -- Computer-Calculated Weight and Balance -- Automatic Weight-and-Balance Systems -- Weight and Balance For a Helicopter -- Leveling -- Weighing -- Determining CG Location -- Light Sport Aircraft -- Weight-Shift-Control Aircraft -- Review Questions -- 8. …”
Libro electrónico -
2666Publicado 2017Tabla de Contenidos: “…Handling favicon requests -- Handling POST data -- Creating and streaming images with Node -- Creating, caching, and sending a PNG representation -- Summary -- Chapter 4: Using Node to Access the Filesystem -- Directories, and iterating over files and folders -- Types of files -- File paths -- File attributes -- Opening and closing files -- fs.open(path, flags, [mode], callback) -- fs.close(fd, callback) -- File operations -- fs.rename(oldName, newName, callback) -- fs.truncate(path, len, callback) -- fs.ftruncate(fd, len, callback) -- fs.chown(path, uid, gid, callback) -- fs.fchown(fd, uid, gid, callback) -- fs.lchown(path, uid, gid, callback) -- fs.chmod(path, mode, callback) -- fs.fchmod(fd, mode, callback) ---- -- fs.lchmod(path, mode, callback) -- fs.link(srcPath, dstPath, callback) -- fs.symlink(srcPath, dstPath, [type], callback) -- fs.readlink(path, callback) -- fs.realpath(path, [cache], callback) -- fs.unlink(path, callback) -- fs.rmdir(path, callback) -- fs.mkdir(path, [mode], callback) -- fs.exists(path, callback) -- fs.fsync(fd, callback) -- Synchronicity -- Moving through directories -- Reading from a file -- Reading byte by byte -- fs.read(fd, buffer, offset, length, position, callback) -- Fetching an entire file at once -- fs.readFile(path, [options], callback) -- Creating a readable stream -- fs.createReadStream(path, [options]) -- Reading a file line by line -- The Readline module -- Writing to a file -- Writing byte by byte -- fs.write(fd, buffer, offset, length, position, callback) -- Writing large chunks of data -- fs.writeFile(path, data, [options], callback) -- fs.appendFile(path, data, [options], callback) -- Creating a writable stream -- fs.createWriteStream(path, [options]) -- Caveats -- Serving static files -- Redirecting requests -- Location -- Content-Location -- Implementing resource caching -- Handling file uploads…”
Libro electrónico -
2667Publicado 2018Tabla de Contenidos: “…Cover -- Copyright and Credits -- Dedication -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Approaching a Penetration Test Using Metasploit -- Organizing a penetration test -- Preinteractions -- Intelligence gathering/reconnaissance phase -- Threat modeling -- Vulnerability analysis -- Exploitation and post-exploitation -- Reporting -- Mounting the environment -- Setting up Kali Linux in a virtual environment -- The fundamentals of Metasploit -- Conducting a penetration test with Metasploit -- Recalling the basics of Metasploit -- Benefits of penetration testing using Metasploit -- Open source -- Support for testing large networks and natural naming conventions -- Smart payload generation and switching mechanism -- Cleaner exits -- The GUI environment -- Case study - diving deep into an unknown network -- Gathering intelligence -- Using databases in Metasploit -- Modeling threats -- Vulnerability analysis - arbitrary file upload (unauthenticated) -- Attacking mechanism on the PhpCollab 2.5.1 application -- Exploitation and gaining access -- Escalating privileges with local root exploits -- Maintaining access with Metasploit -- Post-exploitation and pivoting -- Vulnerability analysis - SEH based buffer overflow -- Exploiting human errors by compromising Password Managers -- Revisiting the case study -- Revising the approach -- Summary and exercises -- Chapter 2: Reinventing Metasploit -- Ruby - the heart of Metasploit -- Creating your first Ruby program -- Interacting with the Ruby shell -- Defining methods in the shell -- Variables and data types in Ruby -- Working with strings -- Concatenating strings -- The substring function -- The split function -- Numbers and conversions in Ruby -- Conversions in Ruby -- Ranges in Ruby -- Arrays in Ruby -- Methods in Ruby -- Decision-making operators -- Loops in Ruby…”
Libro electrónico -
2668Publicado 2018Tabla de Contenidos: “…-- The Role of Intermediaries -- Benefits and Costs of Alternative Distribution Channels -- Franchising -- Other Intermediaries -- The Challenge of Distribution in Large Domestic Markets -- Distributing Services Internationally -- Factors Favoring Adoption of Transnational Strategies -- Barriers to International Trade in Services -- How to Enter International Markets -- 6. …”
Libro electrónico -
2669por Gibbs, R. DennisTabla de Contenidos: “…-- A Proposed Progressive Acquisition Model for Small Projects -- A Progressive Acquisition Model for Medium to Large Projects -- Issues with Managing Fixed-Price Projects -- Monitoring Project Performance -- Releases -- Earned Value -- Project Estimation -- Selecting a Contractor Proficient in the RUP -- Lessons Learned for Outsourcing Organizations -- Lessons Learned for Contractors -- Summary -- What's Next? …”
Publicado 2007
Libro electrónico -
2670por Faget, DanielTabla de Contenidos: “…-- Des flux modestes mais réguliers: nacre, "peau de chagrin" et colle de poisson -- Le commerce de la nacre en Méditerranée -- Peaux de chagrin, peaux de chats et de chiens de mer -- Constantinople, escale méditerranéenne de la colle de poisson -- La mer en vitrine, ou l'importance des échanges méditerranéens dans la collection naturaliste européenne -- Le poids de la Méditerranée dans le monde naturaliste -- Les chemins de la collection -- Exploiter le vivant -- Ménageries et montreurs de foire d'Ancien Régime -- Importer et élever des coquillages: les fermiers des fossi de Livourne (XVIIe-XVIIIe siècle) -- Mutations techniques, acteurs et marchés régionaux -- Le temps des innovations (XVe-XVIe siècle) -- Le sardinal, ou la conquête de la mer ouverte -- Un procédé complexe -- De la Provence à la Costa Brava: origine et première diffusion du filet sardinal -- Filets traînants et exploitation des ressources benthiques -- L'adaptation de la senne de plage à la pêche au large -- La tartane, un bâtiment nouveau au service des pêches -- Effets cumulatifs et réorganisation sociale -- Le siècle des entrepreneurs de pêche (XVIIe siècle) -- L'achèvement de la diffusion des techniques nouvelles -- Madragues et pratiques d'investissement au XVIIe siècle -- Origines et diffusion -- Caractéristiques et mise en oeuvre -- Droits seigneuriaux et pratiques d'investissement -- Jean-Vincent de Roux, acteur des pêches maritimes au XVIIe siècle -- Pêches locales, conditionnement et distribution régionale du poisson dans la Méditerranée occidentale du XVIIe siècle -- Produits et techniques de conditionnement -- Une poussière d'initiatives…”
Publicado 2021
Electrónico -
2671por OECDTabla de Contenidos: “…Intro -- Preface -- Foreword -- Table of contents -- Acronyms and abbreviations -- Country groupings -- Executive summary -- 1 Recent SME developments and forthcoming challenges -- Recent SME performance has been uneven across firms, sectors and countries -- Firm dynamics have displayed marked heterogeneity across countries and sectors -- Firm entry growth slowed markedly and exits accelerated in the aftermath of the war in Ukraine -- Bankruptcies accelerated in 2022 -- Micro firms have outperformed SMEs in the past two years -- Number of firms -- Start-ups -- Sales -- Value-added and employment -- Productivity and wages -- SMEs face mounting short-term challenges -- SMEs direct exposure to Ukraine and Russia is limited -- Elevated uncertainties and geopolitical tensions -- Inflation and rising costs -- Heightening labour and skill shortages -- Supply-chain pressures -- Tightened credit conditions -- Change in the nature of direct fiscal support to SMEs -- The pace of digitalisation is rapid but still brings challenges to SMEs -- The transition to a decarbonised economy requires rethinking industrial systems and business models -- References -- Part I Thematic chapters -- 2 The role of networks for SME innovation, resilience and sustainability -- SMEs need to transform and their networks can enable them to leapfrog -- SMEs are part of a complex network of networks -- Networks are critical for SME transitions towards higher productivity, resilience and sustainability -- Networks can enable SMEs to leapfrog -- SMEs can achieve greater resilience through their networks -- Greater sustainability for networking and networks for greater sustainability -- SMEs' ability to integrate networks and take advantage of them remains limited -- There is a large range of policy measures to support SME network expansion -- References -- Annex 2.A. …”
Publicado 2023
Libro electrónico -
2672por OECDTabla de Contenidos: “…Intro -- Foreword -- Acknowledgements -- Abbreviations and acronyms -- Executive summary -- Advances in knowledge and technologies allow for a better management of hydrogen risks -- Holistic risk assessments can ensure regulation effectively balances the multiple risks at stake -- Additional caution should be applied where necessary and when risks are still largely unknown -- Risk-focused regulatory delivery can reduce unnecessary regulatory burdens -- Effective communication and guidance can support public trust and an enabling investment climate -- Role clarity, effective co-ordination and sufficient resources can empower public institutions to keep pace with changes -- 1 Recommendations for the smooth development and rollout of hydrogen applications -- How safe, and how strictly regulated, is hydrogen? …”
Publicado 2023
Libro electrónico -
2673Publicado 2024Tabla de Contenidos: “…. -- There's more... -- Building a large poster -- How to do it... -- How it works... -- There's more... -- Chapter 2: Tuning the Text -- Improving justification and hyphenation -- How to do it... -- How it works... -- Adding margin notes -- How to do it... -- How it works... -- There's more... -- Converting numbers to words -- How to do it... -- How it works... -- There's more... -- Putting text into a colorful box -- How to do it... -- How it works... -- There's more... -- Visualizing the layout -- How to do it... -- How it works... -- There's more... -- Visualizing boxes of letters and symbols -- How to do it... -- How it works... -- Typesetting in a grid -- How to do it... -- How it works... -- There's more... -- Absolute positioning of text -- How to do it... -- How it works... -- There's more... -- Adding drop caps -- How to do it... -- How it works... -- There's more... -- Fitting text to a shape -- How to do it... -- How it works... -- There's more... -- Creating a pull quote -- How to do it... -- How it works... -- There's more... -- Chapter 3: Adjusting Fonts -- Using standard font commands…”
Libro electrónico -
2674Publicado 2016Tabla de Contenidos: “…List of Contributors -- About the Guest Editors -- Preface -- Chapter 1: Water Resource Management -- Radoslaw Guzinski, Steve Kass, Silvia Huber, Peter Bauer-Gottwein, Iris Hedegaard Jensen, Vahid Naeimi, Marcela Doubková, Andreas Walli and Christian Tottrup Enabling the Use of Earth Observation Data for Integrated Water Resource Management in Africa with the Water Observation and Information System Reprinted from: Remote Sens. 2014, 6(8), 7819-7839 http://www.mdpi.com/2072-4292/6/8/7819 -- Guillaume Ramillien, Frédéric Frappart and Lucia Seoane Application of the Regional Water Mass Variations from GRACE Satellite Gravimetry to Large-Scale Water Management in Africa Reprinted from: Remote Sens. 2014, 6(8), 7379-7405 http://www.mdpi.com/2072-4292/6/8/7379 -- Chapter 2: Hydrological Modeling -- Joseph Mtamba, Rogier van der Velde, Preksedis Ndomba, Zoltán Vekerdy and Felix Mtalo Use of Radarsat-2 and Landsat TM Images for Spatial Parameterization of Manning's Roughness Coefficient in Hydraulic Modeling Reprinted from: Remote Sens. 2015, 7(1), 836-864 http://www.mdpi.com/2072-4292/7/1/836 -- Webster Gumindoga, Tom Rientjes, Munyaradzi Davis Shekede, Donald Tendayi Rwasoka, Innocent Nhapi and Alemseged Tamiru Haile Hydrological Impacts of Urbanization of Two Catchments in Harare, Zimbabwe Reprinted from: Remote Sens. 2014, 6(12), 12544-12574 http://www.mdpi.com/2072-4292/6/12/12544 -- Emad Habib, Alemseged Tamiru Haile, Nazmus Sazib, Yu Zhang and Tom Rientjes Effect of Bias Correction of Satellite-Rainfall Estimates on Runoff Simulations at the Source of the Upper Blue Nile Reprinted from: Remote Sens. 2014, 6(7), 6688-6708 http://www.mdpi.com/2072-4292/6/7/6688 -- Mohamed Rasmy, Toshio Koike and Xin Li Applicability of Multi-Frequency Passive Microwave Observations and Data Assimilation Methods for Improving NumericalWeather Forecasting in Niger, Africa Reprinted from: Remote Sens. 2014, 6(6), 5306-5324 http://www.mdpi.com/2072-4292/6/6/5306 -- Chapter 3: Evapotranspiration -- Michel Le Page, Jihad Toumi, Saïd Khabba, Olivier Hagolle, Adrien Tavernier, M. …”
Libro electrónico -
2675por Diamond, StephanieTabla de Contenidos: “…Creating a competitive edge for your business -- Examining Different Types of Prompts -- Reviewing the Elements of a Good Prompt -- Defining the AI assistant's role or persona -- Specifying the level of detail and boundaries -- Outlining audience demographics -- Providing facts and research -- Describing the output format -- Defining the tone -- Looking at Quick Prompting Techniques -- Zero-shot prompting -- One-shot prompting -- Deploying Best Practices to Get the Most from Your Prompts -- Looking at GPT Plugins and Custom GPTs -- Chapter 5 AI Content Generation for Writers and Marketers -- Introducing AI Writing Tools -- Choosing the Right AI Writing Assistants for Your Use Case -- Drafting original content -- Brainstorming ideas -- Examining Research Tools -- Conducting research faster -- Summarizing large amounts of information -- Improving Your Writing with AI Assistants -- Strengthening your writing -- Checking for plagiarism -- AI Tools for Predictive Writing -- Optimizing Copy and Social Media Content for Marketers -- Repurposing Podcasts -- Prompting for Social Media Content -- Creating a post for X -- Writing a Facebook post -- Composing a LinkedIn article -- Developing a product description for your website -- Developing a newsletter subject line -- Coming up with ideas for content calendars -- Chapter 6 Visual Exploration for Designers Using AI -- Sparking Visual Creativity Using Prompts -- Optimizing UX and UI Design -- Creating user personas -- Brainstorming UX with AI -- Using AI to critique UX prototypes -- Creating Brand Assets -- Designing, evaluating, and iterating logos -- Creating image variations with prompts -- Observing cohesive branding and design for style guides -- Reviewing AI tools for asset creation -- Streamlining Workflows -- Automating high-priority design tasks -- Integrating AI into design workflows…”
Publicado 2024
Libro electrónico -
2676Publicado 2024Tabla de Contenidos: “…Cover -- Title Page -- Copyright Page -- Dedication by Griffin Weaver -- Dedication by Jason Edwards -- Contents -- Purpose of the Book -- Target Audience -- Structure of the Book -- Foreword by Wil Bennett -- Foreword by Gary McAlum -- Chapter 1 Governance, Risk Management, and Compliance -- Understanding GRC -- The Business Case for GRC -- Governance: Laying the foundation -- Risk Management: Managing Uncertainties -- Compliance: Adhering to regulations and Standards -- The Intersection of governance, Risk, and Compliance -- GRC Frameworks and Standards -- GRC Tools and Technologies -- Building a GRC Culture -- The Role of GRC in Strategic Planning -- Chapter Conclusion -- Case Study: GRC Implementation at SpectraCorp -- Chapter 2 The Landscape of Cybersecurity -- Comprehensive Overview of cybersecurity Maturity -- Cybersecurity In the Financial Industry -- Cybersecurity in the Healthcare Industry -- Cybersecurity in the Government Sector -- Cybersecurity in Small to Large Enterprises -- Chapter Conclusion -- Case Study: TechGiant Inc.'…”
Libro electrónico -
2677por Jensen, Jens SandagerTabla de Contenidos: “…-- Retrofit of PRC bridges by external post-tension under different corrosion scenarios -- Life-cycle environmental impact assessment of bridge designs considering maintenance strategy -- Damage assessment and expert system for the repair of ageing reinforced concrete components -- MS04: Life-cycle redundancy, robustness and resilience of bridges and infrastructure networks under multiple hazards -- Connectivity of road network with bridges and slopes under rainfall -- Measuring the extreme risk of coastal bridges under tropical cyclones -- Resilience-based countermeasure strategy for bridges under multiple hazards -- Enhancing seismic resilience of aging highway bridges using FRP retrofit -- Fragility curves for regular and irregular RC bridges via non-linear static analysis -- Connectivity of post-earthquake bridge networks under aging of isolators -- Computational analysis of resilience in reinforced concrete railway bridge -- Assessment of honeycomb cushion for enhancing bridge deck impact protection -- Multi-hazard resilience-based bridge prioritization for aging bridge networks in a changing climate -- Probabilistic capacity model for concrete-filled steel tubes -- MS06: AI and robotics for bridges: Monitoring, assessment, and maintenance -- Bridge condition assessment with full-scale view and computer vision methods -- Data-driven prediction models for extreme wave impacts on coastal bridges -- Digital twin for intelligent maintenance towards sustainable bridges -- Structural damage detection approach using input-output monitoring system and transfer learning -- Data fusion in structural health monitoring: Integrating computer vision and strain gauges for enhanced inspection -- A smart robotic system for autonomous inspection of large-scale concrete girder…”
Publicado 2024
Libro electrónico -
2678Publicado 2024Tabla de Contenidos: “…Data culture for everyone -- Summary and key takeaways -- Takeaway #1 - data value is coming out of the shadows -- Takeaway #2 - embark on the data literacy journey -- Takeaway #3 - data culture is what we need -- Chapter 13: Getting Ready for GenAI -- From pre-AI times to today's aspirations -- The strategic role of data in AI -- AI for Data -- AI governance and ethics -- AI-powered data governance - revolutionizing data management -- AI over Data -- Custom LLMs and orchestrators - the future of AI -- Small versus large models -- Custom and private models versus public LLMs -- The role of RAG and orchestrators in AI -- Human-reinforced input for AI success -- Summary and key takeaways -- Takeaway #1 - AI governance and AI ethics -- Takeaway #2 - AI for Data -- Takeaway 3 - AI over Data -- Index -- Other Books You May Enjoy…”
Libro electrónico -
2679por OECDTabla de Contenidos: “…Colombia's peace process placed the need for an integrated rural policy at the centre of the agenda -- The National Development Plan (PND) 2018-2022 adopts a sectoral approach to rural development, with differentiated policies by type of region -- A fragmented rural policy highly focused on agriculture -- National plans overlap "agricultural development" and "rural development" concepts -- MADR heads the rural policy in Colombia with a strong agricultural focus -- The 2018-200 MADR flagship programmes targeted and addressed the relevant structural issues of Colombian farmers -- Despite the right design of MADR programmes, they mostly target agricultural productivity, with less attention to other relevant areas of rural development -- The current lack of a common information system hampers the effectiveness of rural-related programmes -- There is room to better co-ordinate non-agricultural policies for rural development in Colombia -- Mobilising the growth potential of Colombian rural economies -- Agriculture as an engine for non-agricultural activities -- Agriculture and forestry -- Livestock -- The ongoing quest for greater agricultural productivity -- Accelerating agricultural innovation with a broader approach -- Unlocking rural innovation will benefit agriculture sector and the rural economy at large. -- Increasing the income of farmers with off-farms activities -- Better linking agriculture and tourism -- Enhancing bioenergy strategies to promote circular process in agriculture -- Tourism to help preserve the environment, empower minorities and boost traditional economic activities -- Cultural tourism can revitalise rural traditions -- Sustainable tourism can promote growth while conserving natural ecosystems in rural areas -- Mobilising renewable energy sources to create new job opportunities…”
Publicado 2022
Libro electrónico -
2680por Tsuji, KoichiTabla de Contenidos: “…Creating a URL to access images and other files -- Calculations between time and duration -- Number division (decimal to be used) -- Actions -- Forcing sync upon navigating to the target view -- Setup guide -- Reference action to update the parent based on the child -- Updating child rows based on a data change to the parent row -- Column settings -- Establishing many-to-many relationships -- App settings -- Adding a table with a large number of rows -- Reading a Google Drive folder as a table -- Bots and automation -- Creating sequential numbers by using a bot -- Creating a dynamic URL to open files created by a bot -- Setup guide -- Views -- Creating a chart or map view -- Summary -- Chapter 13: Appendix -- Joining the AppSheet community to be a citizen developer -- AppSheet is growing endlessly -- Summary -- Index -- About Packt -- Other Books You May Enjoy…”
Publicado 2023
Libro electrónico