Moisa Teodor Vasile Curriculum Vitae (Male, 28 Years Old) 1. Contact

Total Page:16

File Type:pdf, Size:1020Kb

Moisa Teodor Vasile Curriculum Vitae (Male, 28 Years Old) 1. Contact Moisa Teodor Vasile - Curriculum Vitae (male, 28 years old) 1. Contact: − address: str. Orsova, nr. 7, sect. 6, Bucharest − telephone: +40 720 861 922 − email: [email protected] − IM: yahoo: m_doru_ro, skype: moisadoru, gtalk: moisadoru − blog: http://blog.doru.homeunix.org 2. About me: I am a web developer based on Bucharest (Romania). My personal career spawns over a couple of years of intensive web development using different languages and technologies. I am driven by a will to learn as many things as possible and make good use of them in the same time. 3. Experience 1. Senior web developer, Naughtyreviews, http://www.naughtyreviews.com − timeframe: feb 2009 ~ may 2009 − responsabilities: − improve an existing Drupal website by creating or modifying modules − improve website performace 2. Senior web developer, Kubis Interactive, http://www.kubis.ro − timeframe: sep 2008 ~ feb 2009 − responsabilities: − take care of the company©s servers and implement the intranet infrastructure (CentOS/Ubuntu Server, Apache, PHP5, MySQL, LDAP, SVN, Trac etc.) − web development using the LAMP stack of different projects 3. Senior web developer, seesmic.com. http://www.seesmic.com − timeframe: july 2008 ~ sept 2008 − responsabilities: − porting the existing flex website to Ajax (jQuery) with ruby/merb for the serverside − different integration scripts with some online social networks (facebook) 4. Senior web developer, TechTeam Akela/Optaros Inc. http://www.optaros.com − timeframe: august 2007 ~ july 2008 − responsabilities: − development of enterprise web applications using PHP/AJAX frameworks, − development of ecommerce applications − achievements − started the development of a cross domain ajax library currently under heavy development) − contributed to the Mediawiki/FCKEditor opensource community with bugfixes − started the development of an asynchronous event server for realtime browser streaming (comet) 5. Senior AJAX Developer, Schlund & Partner AG, Bucharest office, http://www.schlund.ro − Timeframe: february 2007 ~ august 2007 − Responsabilities: − contribute to the development of the QooXDoo javascript framework − coordonate the romanian ajax developers team − Achievements − developed an animation library for the QooXDoo framework (v0.7), a showcase : http://qooxdoo.doru.homeunix.org/frontend/application/animation/source/index.html − started developing an advanced vectorial library for the framework (qx.vectorial), using CANVAS/VML, usefull for charts, graphs, etc. 6. Senior PHP Developer / System analyst, ANAIS Software Services, Bucharest − Timeframe: september 2006 ~ feruary 2007 − Responsabilities: − develop PHP applications / websites (PHP/(x)HTML/CSS/JavaScript) − develop customised Joomla CMS modules − develop custom php webservices, javascript libraries etc. − Achievements: − succesfully developed and integrated with the existing RTL infrastructure the http://www.alinfini.be RTL Belgium portal. 7. Senior PHP Developer, System Architect, Velnet Europe Internet Technologies (Herford, UK), Bucharest (telecomuting), http://www.velnetweb.co.uk − Timeframe: march 2006 ~ august 2006 − Responsabilities: − design and develop (from scratch) a brand new PHP ecommerce solution BossCart (see http://www.bosscart.com a modular OOP PHP4 application). − develop custom ecommerce sites using the BossCart platform − other programming / system administration tasks − Achievements: − developed the BossCart application from scratch, with unique functionality like flash movies for product pictures, pluggable payment gateways modules, search engine friendly url©s, etc. 8. .NET/C# Developer, IPSOS Interactive Services Archway, Bucharest, http://webreport.se − Timeframe: − Responsabilities: september 2005 ~ march 2006 − port and improve an old ASP application to .NET/C# platform. The application displays survey results in a very customisable manner. − Achievements: a powerpoint export module for the survey results 6. PHP Developer, IPSOS Interactive Services, Bucharest, http://www.ipsosinteractive.com − Timeframe: end of june 2005 ~ september 2005 − Responsabilities: − programming online surveys according to client©s specifications, other internal programming tasks; − Achievements: − an internal newsletter tool, some improvements in the survey generator scripts, different internal/client tools for displaying the survey status/results, generate graphs, etc. 7. IT Equipment troubleshooter, warehouse manager, Nova Vista SRL, Iasi, Romania - Timeframe: may 2004 ~ october 2004 3. Education 1. "Gheorghe Asachi" Technical University, Iasi Faculty of Automatic Control and Computer Science (Technical College) − Timeframe: 2000 ~ 2003 − Graduation grade: 9,06 4. Skills 1. Programming: − General Programming Languages: − ASM (basic 8086), − C/C++ (worked with Borland compilers and IDE©s, some GCC) − C# (visual studio.net 2003/2005, #Develop) − Java (basic/intermediate) − XML/XSL/XSLT/XPATH (intermediate) − Python, shell scripting − Web Programming − Server side: − PHP (excelent, PHP4 OOP, PHP5 OOP, PEAR/PECL); frameworks: Zend Framework, Symfony, CodeIgniter/Kohana, PEAR − JSP (basic jsp/tomcat, struts, appfuse), − ASP.NET (basic C#, IIS5/IIS6), − some Ruby/ROR/merb and Python (basic), − Client side: − Browser qirks and hacks, − JavaScript (excelent): − Object Oriented Javascript, − DOM manipulation, − Asynchronous browser comunication (ajax/comet) , − Javascript Object Notation (JSON), − CSS 1, 2, 3(partial), − (X)HTML (expert), − ActionScript (intermediate) 2. Databases: − MySQL (good) − PostgreSQL (basic/intermediate) − Oracle (basic) − MS SQL Server (basic) 3. Working environment: − GNU/Linux (Ubuntu - preferred) desktop/server − Unix/FreeBSD (intermediate) server − MS Windows (2k/xp) desktop − MacOS X 4. My tools: − OpenKomodo, Eclipse, EditPlus, SciTE, Firefox/Firebug, Flash MX − make, ant, maven (basic level) − GiMP, Inkscape − sh/bash scripts (basic level) − subversion, cvs, bazaar, git − webservers: Apache 1.3/2.0.x/2.2.x, Lighttpd, nginX, Tomcat.
Recommended publications
  • Osgi and GWT Integration Via Pax-Web and Maven (V:0.01)
    OSGi and GWT integration via Pax-web and Maven (v:0.01) Sergio Blanco Diez Ignacio Diaz de Sarralde Carvajal January 13, 2010 Contents 1 Introduction 2 2 GWT 3 2.1 Toolkit overview.....................................3 2.1.1 Development overview..............................3 2.1.2 Google Web Toolkit component overview...................4 2.2 Workflow.........................................4 2.2.1 Project creation.................................4 2.2.2 Project structure.................................5 2.2.3 \Hosted" or Development server........................6 2.2.4 Module definition; .gwt.xml files........................8 2.2.5 Coding the client; GWT Widgets........................9 2.2.6 Coding the server; Remote Procedure Calls.................. 12 2.3 Other features...................................... 14 2.3.1 Internationalization............................... 14 2.3.2 Declarative User Interfaces........................... 14 3 OSGi and GWT integration 17 3.1 Creating the GWT Project............................... 17 3.2 Things to consider in GWT Maven projects...................... 20 3.3 Enabling OSGi in the GWT project.......................... 20 3.3.1 Turning the GWT project into a bundle.................... 20 3.3.2 Dependencies management........................... 25 3.3.3 Run using Pax Runner.............................. 28 1 Chapter 1 Introduction When developing complex OSGi applications it is usual to implement one or more web frontends, be them for end users or for consumption by other systems. OSGi provides a standard way to register servlets and resources under different URLs, but creating complex frontends can be dif- ficult and time consuming. When the frontend is SOA based, solutions like Apache CXF help exposing internal services via web services or REST. But if the frontend must be a fairly complex web application in itself, complexity rises.
    [Show full text]
  • Rubyperf.Pdf
    Ruby Performance. Tips, Tricks & Hacks Who am I? • Ezra Zygmuntowicz (zig-mun-tuv-itch) • Rubyist for 4 years • Engine Yard Founder and Architect • Blog: http://brainspl.at Ruby is Slow Ruby is Slow?!? Well, yes and no. The Ruby Performance Dichotomy Framework Code VS Application Code Benchmarking: The only way to really know performance characteristics Profiling: Measure don’t guess. ruby-prof What is all this good for in real life? Merb Merb Like most useful code it started as a hack, Merb == Mongrel + Erb • No cgi.rb !! • Clean room implementation of ActionPack • Thread Safe with configurable Mutex Locks • Rails compatible REST routing • No Magic( well less anyway ;) • Did I mention no cgi.rb? • Fast! On average 2-4 times faster than rails Design Goals • Small core framework for the VC in MVC • ORM agnostic, use ActiveRecord, Sequel, DataMapper or roll your own db access. • Prefer simple code over magic code • Keep the stack traces short( I’m looking at you alias_method_chain) • Thread safe, reentrant code Merb Hello World No code is faster then no code • Simplicity and clarity trumps magic every time. • When in doubt leave it out. • Core framework to stay small and simple and easy to extend without gross hacks • Prefer plugins for non core functionality • Plugins can be gems Key Differences • No auto-render. The return value of your controller actions is what gets returned to client • Merb’s render method just returns a string, allowing for multiple renders and more flexibility • PartController’s allow for encapsualted applets without big performance cost Why not work on Rails instead of making a new framework? • Originally I was trying to optimize Rails and make it more thread safe.
    [Show full text]
  • Developing Webapps Faster with Appfuse Matt Raible [email protected]
    Developing webapps faster with AppFuse Matt Raible [email protected] !ww.raibledesigns.co" Who is Matt Raible? • Developing websites since 1994 (before Netscape 1.0) - Developing in Java since 1999 • Committer on several open source projects: Roller Weblogger, Struts Menu, Display Tag, AppFuse, Struts Resume • Have a weblog (http://raibledesigns.com) with tips n’ tricks for J2EE and web development • Author: Spring Live (SourceBeat) and contributor to Pro JSP (Apress) !ww.raibledesigns.co" Audience Questions • Your Experience with webapps? • What do you want to get from this presentation? • Open Source experience with Ant, XDoclet, Struts, Hibernate, Spring? !ww.raibledesigns.co" Presentation Agenda • What is AppFuse? • Open Source Dependencies • Demo of Features • HowTo: Create Person object and DAO to persist • Questions? !ww.raibledesigns.co" AppFuse - what is it? • History - how it came to be • Powered by Ant, glued together with Spring, persisted by Hibernate and controlled with Struts • Easy setup (ant setup) for Tomcat and MySQL • Testing on all tiers: DAOs, Business Delegates, Struts Actions and JSPs !ww.raibledesigns.co" Dependencies !ww.raibledesigns.co" Demo of Features • Container Managed Authentication - easily switch from JDBC to LDAP or Windows domain authentication • Remember Me and Self Registration • GZip Compression Built-in • Testing environment ready to go, Anthill ready • http://demo.raibledesigns.com/appfuse !ww.raibledesigns.co" Create database, table, POJO and DAO A Quick HowTo !ww.raibledesigns.co" Development
    [Show full text]
  • A Framework for PHP Program Analysis
    A Framework for PHP Program Analysis Mark Hills Postdoc in Software Analysis and Transformation (SWAT) CWI Scientific Meeting February 8, 2013 http://www.rascal-mpl.org Overview • Motivation • Goals • Current Progress • Related Work 2 3 PHP: Not Always Loved and Respected • Created in 1994 as a set of tools to maintain personal home pages • Major language evolution since: now an OO language with a number of useful libraries, focused on building web pages • Growing pains: some “ease of use” features recognized as bad and deprecated, others questionable but still around • Attracts articles with names like “PHP: a fractal of bad design” and “PHP Sucks, But It Doesn’t Matter” 4 So Why Focus on PHP? • Popular with programmers: #6 on TIOBE Programming Community Index, behind C, Java, Objective-C, C++, and C#, and 6th most popular language on GitHub • Used by 78.8% of all websites whose server-side language can be determined, used in sites such as Facebook, Hyves, Wikipedia • Big projects (MediaWiki 1.19.1 > 846k lines of PHP), wide range of programming skills: big opportunities for program analysis to make a positive impact 5 Rascal: A Meta-Programming One-Stop-Shop • Context: wide variety of programming languages (including dialects) and meta-programming tasks • Typical solution: many different tools, lots of glue code • Instead, we want this all in one language, i.e., the “one-stop-shop” • Rascal: domain specific language for program analysis, program transformation, DSL creation PHP Program Analysis Goals • Build a Rascal framework for creating
    [Show full text]
  • Migrating from Struts 1 to Struts 2
    Migrating from Struts 1 to Struts 2 Matt Raible, Virtuas Open Source Solutions [email protected] © 2005-2006, Virtuas Open Source Solutions Introductions Your experience with Java? Your experience with Web Frameworks? What do you hope to learn today? Open Source experience: Ant, Struts, WebWork, Spring, Hibernate, Eclipse, Tomcat? Favorite IDE? Favorite OS? Favorite Server? Matt Raible Web Framework Experience Struts: used since June 2001 - same time 1.0 was released. Spring MVC: used since January 2004 - before 1.0 was released. WebWork: used since July 2004. Tapestry: used since July 2004. JSF: used since July 2004 - both Sun’s RI and MyFaces. Agenda 1. Struts Overview 2. WebWork Overview 3. Reasons for Upgrading 4. Migrating from Struts 1 to Struts 2 5. Migrating from WebWork 2 to Struts 2 6. Pitfalls 7. Q and A Struts 1.x Overview Struts 1.x Pros: The “Standard” - lots of Struts jobs Lots of information and examples HTML tag library is one of the best Cons: ActionForms - they’re a pain Can’t unit test - StrutsTestCase only does integration Project has been rumored as “dead” WebWork/Struts2 WebWork/Struts 2 Pros: Simple architecture - easy to extend Tag Library is easy to customize with FreeMarker or Velocity Interceptors are pretty slick Controller-based or page-based navigation Cons: Small Community Documentation is poorly organized WebWork / Struts 2 WW/S2 Lifecycle WebWork Action public class UserAction extends ActionSupport { private UserManager mgr; private User user; private String id; public void setUserManager(UserManager
    [Show full text]
  • Merb's Role in the MVC Holy Wars
    BattleBattle RoyaleRoyale Merb's Role in the MVC Holy Wars >> whoamiwhoami >> whoamiwhoami ● Foy Savas >> whoamiwhoami ● Foy Savas ● foysavas online (github, irc, twitter, etc) >> whoamiwhoami ● Foy Savas ● foysavas online (github, irc, twitter, etc) ● Ruby Application Developer >> whoamiwhoami ● Foy Savas ● foysavas online (github, irc, twitter, etc) ● Ruby Application Developer ● Merb and DataMapper Contributor >> whoamiwhoami ● Foy Savas ● foysavas online (github, irc, twitter, etc) ● Ruby Application Developer ● Merb and DataMapper Contributor ● Bet Dan Grigsby $20 we could patch Extlib against some ridiculous edge case bug Dan,Dan, youyou betterbetter paypay up.up. TheThe MerbMerb WayWay AA wayway thatthat cancan bebe takentaken rarelyrarely staysstays thethe way.way. AA namename thatthat cancan bebe givengiven rarelyrarely staysstays thethe name.name. AppliesApplies toto WebWeb FrameworksFrameworks AppliesApplies toto WebWeb FrameworksFrameworks ● OpenACS AppliesApplies toto WebWeb FrameworksFrameworks ● OpenACS ● JSP AppliesApplies toto WebWeb FrameworksFrameworks ● OpenACS ● JSP ● ASP AppliesApplies toto WebWeb FrameworksFrameworks ● OpenACS ● JSP ● ASP ● Coldfusion AppliesApplies toto WebWeb FrameworksFrameworks ● OpenACS ● JSP ● ASP ● Coldfusion ● Bird's Nests of PHP AppliesApplies toto WebWeb FrameworksFrameworks ● OpenACS ● JSP ● ASP ● Coldfusion ● Bird's Nests of PHP ● Ruby on Rails AppliesApplies toto WebWeb FrameworksFrameworks ● OpenACS ● JSP ● ASP ● Coldfusion ● Bird's Nests of PHP ● Ruby on Rails ● Django AppliesApplies
    [Show full text]
  • Engageone Deliver V2.7.0 Release Summary
    Customer Engagement ® EngageOne Deliver Versions 2.3 to 2.7 Enhancement Summary Table of Contents ® 1 - EngageOne Deliver Changes in Deliver 2.7 4 Changes in Deliver 2.6 5 Changes in Deliver 2.5 6 Changes in Deliver 2.4 7 Changes in Deliver 2.3 8 ® 1 - EngageOne Deliver This document provides details of enhancements made between release 2.3 and 2.7. It is intended to give you an insight into the benefits of upgrading to a particular release. In this section Changes in Deliver 2.7 4 Changes in Deliver 2.6 5 Changes in Deliver 2.5 6 Changes in Deliver 2.4 7 Changes in Deliver 2.3 8 ® EngageOne Deliver Changes in Deliver 2.7 SparkPost API gateway for email sending – provides support for the SparkPost API email gateway used for sending emails. Refer to Reference Guide for details. SparkPost API gateway for email bounce handling – provides support for email bounce handling through the SparkPost events APIs. Refer to Reference Guide for details. Location tracking for URL clicks – provides support for tracking the geo-location of URL clicks within an email. It utilizes Pitney Bowes LI APIs for tracking geo-location by IP address. Refer to Reference Guide for details. Home Page dashboard graph update – in this release the Home page dashboard bar graph has been changed to present doughnut charts for improved user experience. Date filter caching is also added to avoid frequent server hits and improve page load time Java1 1 support – This release has been tested and verified for Java 11.x with Tomcat 9.x.
    [Show full text]
  • Ruby on Rails™ Tutorial: Learn Web Developments with Rails
    ptg8286261 www.it-ebooks.info Praise for Michael Hartl’s Books and Videos on Ruby on RailsTM ‘‘My former company (CD Baby) was one of the first to loudly switch to Ruby on ptg8286261 Rails, and then even more loudly switch back to PHP (Google me to read about the drama). This book by Michael Hartl came so highly recommended that I had to try it, and the Ruby on RailsTM Tutorial is what I used to switch back to Rails again.’’ —From the Foreword by Derek Sivers (sivers.org) Formerly: Founder, CD Baby Currently: Founder, Thoughts Ltd. ‘‘Michael Hartl’s Rails Tutorial book is the #1 (and only, in my opinion) place to start when it comes to books about learning Rails. It’s an amazing piece of work and, unusually, walks you through building a Rails app from start to finish with testing. If you want to read just one book and feel like a Rails master by the end of it, pick the Ruby on RailsTM Tutorial.’’ —Peter Cooper Editor, Ruby Inside www.it-ebooks.info ‘‘Grounded in the real world.’’ —I Programmer (www.i-programmer.info), by Ian Elliot ‘‘The book gives you the theory and practice, while the videos focus on showing you in person how its done. Highly recommended combo.’’ —Antonio Cangiano, Software Engineer, IBM ‘‘The author is clearly an expert at the Ruby language and the Rails framework, but more than that, he is a working software engineer who introduces best practices throughout the text.’’ —Greg Charles, Senior Software Developer, Fairway Technologies ‘‘Overall, these video tutorials should be a great resource for anyone new to Rails.’’ —Michael Morin, ruby.about.com ‘‘Hands-down, I would recommend this book to anyone wanting to get into Ruby on Rails development.’’ —Michael Crump, Microsoft MVP ptg8286261 www.it-ebooks.info RUBY ON RAILSTM TUTORIAL Second Edition ptg8286261 www.it-ebooks.info Visit informit.com/ruby for a complete list of available products.
    [Show full text]
  • Muhammad Touqeer Shafi
    Muhammad Touqeer Shafi E-mail: [email protected] CONTACT Website: http://pk.linkedin.com/pub/touqeer- shafi/22/634/b44/ Phone: +923142032499 WORK EXPERIENCE Ovrlod Pvt Ltd January 2014 — Present Software Engineer Design, program, and deliver web/local development projects (PHP, .Javascript and related platforms) within designated schedules. • Support development of projects from inception through alpha/beta testing and final delivery • Identify, communicate, and overcome development problems and creative challenges related to complex web • Keep current with programming languages/platforms within the web development/web application, and • Comprehend and follow specific project life-cycle instructions and procedures when required • Revise and troubleshoot development work as required • Provide tactical application mentorship to other developers in area of expertise • Heavily contribute to and actively follow technical documentation related to interactive development cycles • Act as a go-to person within technical area of expertise • Effectively present technical information in one-on-one and small group situations to vendors, clients, and agency staff • Apply common-sense understanding to carry out detailed but objective written or oral instructions • Engage in a pattern of learning and research Mamdani Web October 2011 — December 2013 Php Developer Write “clean”, well designed code. Produce detailed specifications. Troubleshoot, test and maintain the core product software and databases to ensure strong optimization and functionality.
    [Show full text]
  • Collaborative Topic Modeling for Recommending Github Repositories
    Collaborative Topic Modeling for Recommending GitHub Repositories Naoki Orii School of Computer Science Carnegie Mellon University Pittsburgh, PA 15213, USA [email protected] ABSTRACT While an increase in the number of availble open source software projects certainly benefits the open source ecosys- The rise of distributed version control systems has led to a tem, it has become more difficult for programmers to find significant increase in the number of open source projects projects of interest. In 2009, GitHub hosted a recommenda- available online. As a consequence, finding relevant projects tion contest to recommend repositories to users. The train- has become more difficult for programmers. Item recom- ing dataset was based on 440,000 user-watches-repository mendation provides a way to solve this problem. In this pa- relationships given by over 56,000 users to nearly 121,000 per, we utilize a recently proposed algorithm that combines repositories. The test dataset consisted of 4,800 users (which traditional collaborative filtering and probabilistic topic mod- all of them are in the training data), and the goal is to rec- eling. We study a large dataset from GitHub, a social net- ommend up to 10 repositories for each of the test users. working and open source hosting site for programmers, and compare the method against traditional methods. We also The problem of item recommendation has been studied provide interpretations on the latent structure for users and extensively, especially involving the Netflix Prize. However, repositories. there is a distinct difference between the Netflix Prize and GitHub's recommendation contest. While in both contests we have the user-item matrix, we can also consider source 1.
    [Show full text]
  • A Guide to Native Plants for the Santa Fe Landscape
    A Guide to Native Plants for the Santa Fe Landscape Penstemon palmeri Photo by Tracy Neal Santa Fe Native Plant Project Santa Fe Master Gardener Association Santa Fe, New Mexico March 15, 2018 www.sfmga.org Contents Introduction………………………………………………………………………………………………………………………………………………………………………………………………………….. ii Chapter 1 – Annuals and Biennials ........................................................................................................................................................................ 1 Chapter 2 – Cacti and Succulents ........................................................................................................................................................................... 3 Chapter 3 – Grasses ............................................................................................................................................................................................... 6 Chapter 4 – Ground Covers .................................................................................................................................................................................... 9 Chapter 5 – Perennials......................................................................................................................................................................................... 11 Chapter 6 – Shrubs .............................................................................................................................................................................................
    [Show full text]
  • Redalyc.Effect of Deficit Irrigation on the Postharvest of Pear Variety
    Agronomía Colombiana ISSN: 0120-9965 [email protected] Universidad Nacional de Colombia Colombia Bayona-Penagos, Lady Viviana; Vélez-Sánchez, Javier Enrique; Rodriguez-Hernandez, Pedro Effect of deficit irrigation on the postharvest of pear variety Triunfo de Viena (Pyrus communis L.) in Sesquile (Cundinamarca, Colombia) Agronomía Colombiana, vol. 35, núm. 2, 2017, pp. 238-246 Universidad Nacional de Colombia Bogotá, Colombia Available in: http://www.redalyc.org/articulo.oa?id=180353882014 How to cite Complete issue Scientific Information System More information about this article Network of Scientific Journals from Latin America, the Caribbean, Spain and Portugal Journal's homepage in redalyc.org Non-profit academic project, developed under the open access initiative Effect of deficit irrigation on the postharvest of pear variety Triunfo de Viena (Pyrus communis L.) in Sesquile (Cundinamarca, Colombia) Efecto del riego deficitario en la poscosecha de pera variedad Triunfo de Viena (Pyrus communis L.) en Sesquilé (Cundinamarca,Colombia) Lady Viviana Bayona-Penagos1, Javier Enrique Vélez-Sánchez1, and Pedro Rodriguez-Hernandez2 ABSTRACT RESUMEN A technique settled to optimize the use of water resources is Una técnica para optimizar el uso del recurso hídrico es el Riego known as Controlled Deficient Irrigation (CDI), for which this Deficitario Controlado (RDC), por esto se realizó un experi- experiment was carried out to determine the effect of a three mento para ver el efecto de tres láminas de agua correspondien- water laminae: 100 (T1), 25 (T2) and 0% (T3) crop´s evapotrans- tes al 100 (T1), 25(T2) y 0% (T3) de la evapotranspiración del piration (ETc) on the rapid growth phase of the pear fruit variety cultivo (ETc), en la fase de crecimiento rápido del fruto de pera Triunfo de Viena.The fruit quality (fresh weight variation, variedad Triunfo de Viena.
    [Show full text]