docker: production image + Gitea Actions for monthly refresh
Image rebuild (skip scrape) / build (push) Failing after 1h37m12s
Image rebuild (skip scrape) / build (push) Failing after 1h37m12s
Dockerfile: self-contained image with corpus + Chroma + BM25 baked in. Drawbar's compose pulls + runs without volume mounts. Built from sources.json (labels schema), PRODUCT_NAME=crop_chem by default, HYBRID_SEARCH=true (always-on for production quality). RERANK_URL + OLLAMA_URL get set at compose time. .gitea/workflows/refresh.yml: monthly cron (1st @ 06:00 UTC) does full scrape → reindex → image push. Scrapes Bayer (~30 min) + EPA PPLS row-crop filtered (~7h). Skips reindex+push if no corpus diff. Tags pushed: :latest, :<sha12>, :corpus-<YYYY.MM.DD>. .gitea/workflows/image-only.yml: on-demand or auto on code-only pushes to main (paths: docs_mcp/, rag/, scrape/, requirements.txt, Dockerfile, sources.json). Reindexes from committed corpus, builds image, pushes. ~10 min vs ~9h full refresh. .gitignore: corpus/ now COMMITTED (4,159 labels, 265 MB of .md + sidecars). Lets image-only.yml rebuild indexes without re-scraping. chroma/ + bm25/ still gitignored (regenerable binary indexes). .dockerignore: drops venv, eval results, PLAN/README/CLAUDE.md, deploy/, .git/ — keeps the image lean. corpus + chroma + bm25 explicitly NOT in dockerignore (those go INTO the image). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,623 @@
|
||||
# PURSUIT PLUS HERBICIDE
|
||||
|
||||
- EPA Reg No: **241-315**
|
||||
- Registrant: BASF AGRICULTURAL SOLUTIONS US LLC
|
||||
- Signal word: Caution
|
||||
- Active ingredients: Pendimethalin (30.39%); Imazethapyr, ammonium salt (2.23%)
|
||||
- Label accepted: 1993-01-11
|
||||
- Source PDF: https://www3.epa.gov/pesticides/chem_search/ppls/000241-00315-19930111.pdf
|
||||
|
||||
---
|
||||
'.
|
||||
ACTIVE INGREDIENTS:
|
||||
PURSUI'f8 PLUS
|
||||
herbicide
|
||||
Sol1 AppUed
|
||||
FOR USF. IN SOYLEANS
|
||||
Ammonium salt of imazethapyr (±)-2-[4.5-dihydro-4-methyl-4-(1-methyl
|
||||
ethyl)-5-oxo-lH-imidazol-2-ylJ-5-ethyl-3-pyridinecarboxylie acid* .•
|
||||
pendimethalin (N-l-ethylpropyl)-3.4-dimethyl-
|
||||
2 • 6 -c.ini trobenzenamine
|
||||
IN~lT INGREDIENTS . . .
|
||||
2.23'
|
||||
30.39%
|
||||
67.38%
|
||||
TOTAL . . . . . . . . . . . • . . • . . . . . . . . . . . . . 100.00%
|
||||
*Equivalent to 2.11%, (±)-2-(4,5-dihydro-4-methyl-4-(1-methylethyl)-5-oxo-lH
|
||||
imidazol-2-ylj-5-ethyl-3-pyridinecarboxylic acid.
|
||||
PURSUIT PLUS contains 2.9 pounds of active ingredients per gallon (2.7 pounds ai
|
||||
of pendimethalin and 0.2 pounds acid equivalent of imazethapyr).
|
||||
EPA Reg. No. 241-315 EPA Est. No. 241-MO-l
|
||||
KEEP OUT OF REACH OF CHILDREN
|
||||
CAUTION I
|
||||
PRECAUCION!
|
||||
PRECAUCION AL US~ARIO: Si usted no lee ingles, no use este producto hasta que
|
||||
la etiqueta Ie haya sido explicada ampliamente.
|
||||
STATEMENT OF PRACTICAL TREATMENT
|
||||
IF IN EYES: Flush eyes with plenty of water. Call a physician if irritation
|
||||
persists.
|
||||
IF ON LKIN: Wash with plenty o~ soap and water. Get medical attention if
|
||||
irritation persists.
|
||||
IF INHALED: Remove victim to fresh air.
|
||||
In case of an emergency endangering life or property involving this product,
|
||||
call c~llect, day or night, Area Code 201-835-3100.
|
||||
See Next Page for Additional Precautionary Statements . , .. ". ,
|
||||
, , .
|
||||
American Cyanamid Company "
|
||||
Agricultural Divisioll . . ._.
|
||||
Crop Protection Chemicals Dep~a~r~t~m~e~n~t ____________ ~-S
|
||||
Wayne, NJ 07470 C199 ACe E PTE D:
|
||||
Net Contents: 2.5 gallvns
|
||||
(9.45 liters)
|
||||
• Registered Trademark of American Cyanamid Compan
|
||||
J),N \ I :
|
||||
UDder tho r.deral In!l~eticide.
|
||||
Fungicide. and Rodcn:;cide Act.
|
||||
at ameneled. lor 1he p",tidd.
|
||||
levist.red under > ~
|
||||
EPA lIag. No. 2>/1'7'.7
|
||||
, .
|
||||
• .. .
|
||||
• . ,
|
||||
· .... · . , · ,
|
||||
· ..... . ,
|
||||
"" ., . ~
|
||||
|
||||
(
|
||||
PRECAUTIONARY STATEMENTS
|
||||
HAZARDS TO HUHANS (AND DOMESTIC ANIHALS)
|
||||
CAUTION
|
||||
Causell moderate eye irritation. Hanaful if inhaled or absorbed through skin.
|
||||
Avoid breathing vapor or spray .illt. Avoid contact with skin, eyell or clothing.
|
||||
Wash thoroughly with soap and water after handling. Re.ove contallinated
|
||||
clothing and wash before ~_use.
|
||||
ENVIRONMENTAL HAZARDS
|
||||
This product is toxic to fish. DO NOT apply directly to water or wetlands.
|
||||
Drift and runoff from treated areas may be hazardous to fish in neigboring
|
||||
areas. DO NOT contaminate water when disposing of equipment washwaters.
|
||||
DIRECTIONS FOR USE
|
||||
It is a violation of Federal law to use this product in a manner inconsistent
|
||||
with its labeling.
|
||||
This labeling must be in the possession of the user at the time of pesticide
|
||||
application.
|
||||
Observe all cautions and limitations in this leaflet. Do not use PURSUIT PLUS
|
||||
other than in accordance with the instructions set forth on th~s label. The use
|
||||
of PUP.SUIT PLUS not consistent with this label can result in injury to crops,
|
||||
ani~dls, or persons. Keep container closed to avoid spills and contamination.
|
||||
DO NOT apply this product through any type of irrigation system.
|
||||
STORAGE:
|
||||
STORAGE AND DISPOSAL
|
||||
KEEP FROM FREEZING. DO NOT STORE BELOW 40oF. SHAKE WELL BEFORE
|
||||
USING.
|
||||
DO NOT contaminate water, food, or feed by storage or disposal.
|
||||
PESTICIDE DISPOSAL: Wastes resulting froll the use of this product may be
|
||||
disposed of on site or at an approved waste disposal
|
||||
facility.
|
||||
CONTAINER DISPOSAL: Triple rinse (or equivalent). Then offer for recycling
|
||||
or reconditioning, or puncture and dispose of, in, a
|
||||
sanitary landfill, or by incineration, or, if alloy~~ 'Ly
|
||||
State and local authorities, by burning. If burned.,. stay .. , out of smoke. . .
|
||||
, ... , . , .,
|
||||
•
|
||||
. ..... . , .. .. .
|
||||
|
||||
(
|
||||
DISClAIMER
|
||||
The label instructions for the use of this product reflect the opinion of
|
||||
'<perts based on field use and test... The directions are believed to be
|
||||
:. .. liable and should be followed caref\:.lly. However, it is impossible to
|
||||
eliminate all risks inherently associated with use of this product. Crop
|
||||
nj ury , ineffectiveness or other unintended consequences may result because of
|
||||
Ich factors as weather conditions, presence of other lIeterials, or the use or
|
||||
"plication of the product contrary to label f.nstx 't:ions, all of which are
|
||||
.yond the control of American CyanaJIid COllpany. .11 such risks shall be
|
||||
assumed by the user.
|
||||
American Cyan8lllid COllpany shall not be responsible for losses or damages
|
||||
resultir.g from use of this product in any manner not set forth on this label.
|
||||
User a~sUlles all risks associated with the use of this product in any manner
|
||||
not ~pecifically set forth on this label.
|
||||
American Cyanamid Company warrants only that the material contained herein
|
||||
conforms to the chemical description on the label and is reasonably fit for
|
||||
t~e use therein described when used in accordance with the directions for use,
|
||||
subject to the risks referred to above.
|
||||
American Cyanamid Company's liability will be limited to a refund of the
|
||||
purchase price of the PURSUIT PLUS. In no case shall Cyanamid or the seller
|
||||
be liable for consequential, special or indirect damages reSUlting from the
|
||||
use or handling of this product.
|
||||
American Cyanamid Company makes no other express or implied warranty,
|
||||
including any other express or implied warranty of FITNESS or MERCHANTABILITY.
|
||||
USER assumes the risk of any use contrary to label instructions. or under
|
||||
abnormal conditions. or under conditions not reasonably foreseeable by
|
||||
American Cyanamid Company.
|
||||
USES WITH OTHER PRODUCTS (TANK MIXES)
|
||||
This product is not to be used in combination with any other product except as
|
||||
specifically recomDended in writing by American Cyanamid Company and American
|
||||
Cyanamid Company shal: hav"" no liability for any loss, damage or injury
|
||||
arising out of its use in any such combination not so specifically
|
||||
recommended. If used in combination recommended by American Cyanamid Company,
|
||||
the liability of I~erican Cyanamid Company shall in no manner extend to any
|
||||
damage, loss or injury not directly caused by the inclusion of the American
|
||||
Cyanamid Company product in such combination use, and in any event shall be
|
||||
limited to return of the account of the purchase price of the American
|
||||
Cyanamid Company product. . .
|
||||
- 3- 12/92 • •
|
||||
. .
|
||||
. .
|
||||
|
||||
( (
|
||||
GENERAL INFORMATION
|
||||
Entry into treated fields is not permitted without pr"tective clothtng until
|
||||
sprays have dried.
|
||||
PURSUIT PLUS is effective in providing weed control in conservation tillage
|
||||
systems. PURSUIT PLUS may be applied in minimum tillage, no-till, or
|
||||
conventional tillage soybean production. Apply PURSUIT PLUS nreplant
|
||||
incorporated from 45 days prior to planting up to planting. Incorporate
|
||||
PURSUIT PLUS within 7 days of application if raL.fall is not received.
|
||||
PURSUIT PLUS may be surface £ppUed (up to 45 d3ys) prior to> planting
|
||||
soybeans. After PURSUIT PLUS is applied, some susceptible weeds emerge,
|
||||
growth stops, and the weeds either die or are not competitive with the crop.
|
||||
The weed killing activity of' PURSUIT PLUS in";>lves herbicide uptake by weed
|
||||
roots and rapid translocation to ·the growing points. Ther~fore, adequate soil
|
||||
moisture is important for optimum PURSUIT PLUS activity. When adequate soil
|
||||
moisture is present, PURSUn '1..uS will provide rc···:idual control of susceptible
|
||||
germinating weeds.
|
||||
Occasionally, internode shorteni.ng and/or temporary yellowing of soybean
|
||||
plants may occur following PURSUIT PLUS applications. This will no": affect
|
||||
soybean yields.
|
||||
Replanting: If replanting is necessary in a field previously treated with
|
||||
PURSUIT PLUS, the field may be replanted to soybeans. Rework the soil no
|
||||
deeper than the treated zone. Do not apply a second treatment of PURSUIT
|
||||
PLUS.
|
||||
-4-
|
||||
• ,
|
||||
12/92 • • · ..
|
||||
|
||||
(
|
||||
MIXING INSTRUCTIONS
|
||||
Fill the spray tank one-half to three-qusLters full with clean water. While
|
||||
ag:tating add the required amount of product and then fill the remainder of
|
||||
the tank with water. Maintain agitation while spraying t~ ensure a uniform
|
||||
spray mixture.
|
||||
When PURSUIT PLUS is tan}; mixed with paraquat or Roundupl, add PURSUIT l'WS t('
|
||||
the tank first, nex ... add PROVL· herbicide (1f used), then add paraq\:at 01
|
||||
Roundup. When parsquat is included in a tank mixture, add 8 ounces of non
|
||||
ionic surfactant per 100 gallons of 3pray mixture as the last ingredient in
|
||||
the tank.
|
||||
To avoid injury to sensitive crops, spray equipment used for PURSUIT PLUS
|
||||
applications must be drained and thoroughly cleaned with water before being
|
||||
used to apply other products.
|
||||
HERBICIDE COMBINATIONS
|
||||
PURSUIT PLUS may be applied either preplant incorporated or preemergence in
|
||||
tank mix combination with metribuzin (Sencor~ or Lexone 3 ) or preemerc~nce with
|
||||
linuron (Lorox 3 or Linex 4 ). PURSUIT PLUS may also be applied preplant
|
||||
incorr rated, followed by a preemergence application of metribuzin or linuron.
|
||||
The tank mix or sequential application of PURSUIT PLUS and metribuzin will
|
||||
enhance the control of common cocklebur and common ragweed in addition to the
|
||||
weeds controlled by a soil application of PURSUIT PLUS. The addition of
|
||||
linuron to PURSUIT PLUS will enhance the control of commonn ragwaed.
|
||||
Apply PURSUIT PLUS at the orc.adcast rate of 2 1/2 pints p<:- acre. Refer to
|
||||
the metribuzin or linuron label for specific applicatior. rates, restrictions
|
||||
and precautionary instructions.
|
||||
See recommendation for addition ~f Roundup or paraqu4t to the spray soluticn
|
||||
under the NO-TILL OR REDUCED TILLA~E section.
|
||||
SPRAYING INSTRUCTIONS
|
||||
DO NOT apply when wind velocity is greater than 10 mph, or when spray may be
|
||||
carried to sen&itive crops. Sensitive crops include leafy vegetaules,
|
||||
sugarbeets, and cotton.
|
||||
GROUND APPLICATIONS:
|
||||
Uniformly apply with properly calibr"lted ground equipment in 10 to 40 gallons
|
||||
of water per acre. A spray pressure of 20 to 40 psi is recommended.
|
||||
lRoundup is a trademark of Monsanto Af'ricultural Prod'.1cts Company.
|
||||
2Sencor is a trademark of Mobay Corporati~~.
|
||||
3Lexone and Lorox are trademarks of E.I. duPont de Nemours and Company.
|
||||
4Linex is a trademark of Griffin Ag Products Co., Inc.
|
||||
-Registered trademark of American Cyan~Did Comapnny.
|
||||
• • ,
|
||||
· , ..
|
||||
-5· 12/92 • • · ..
|
||||
.. .
|
||||
• •
|
||||
· ...... • , .
|
||||
, ....
|
||||
· .
|
||||
|
||||
(
|
||||
APPLICATIONS WITH LIQUID FERULIZER:
|
||||
PURSUIT PIlJS can be applied to the soil in liquid fertilizers, alone or in
|
||||
combination with PROWL, trifluralin, Lasso 5 or Dua16. Follow all PURSUIT PIlJS
|
||||
label recommendations regarding ineorporation, timing of application, special
|
||||
instructions and precautions. Apply treatments in 20 or more gallons of
|
||||
liquid fertilizer per a!:re with ground equipaer-t. Alwuys test the
|
||||
compatibility of PURSUIT PIlJS with liquid fertilizer before mixing in the
|
||||
spray tank.
|
||||
APPLICATIONS WITH DRY BULK FERTILI":ER:
|
||||
PURSUIT PIlJS may be impregnated on dry bulk fertilizers. When applied as
|
||||
directed, PURSUIT PIlJS/dry bulk fertilizer mixtures provide weed control equal
|
||||
to that provided by the same rates of PI~SUIT PIlJS applied in water or liquid
|
||||
fertilizer.
|
||||
Follow all PURSUIT PLUS label recommendations regarding application and
|
||||
incorporation, special instructions and precautions. Apply PURSUIT PIlJS/dry
|
||||
bulk fertilizer mixtures only with ground equipment.
|
||||
All individual state regulations relating to dry bulk fertilizer,
|
||||
registration, labeling, and application are the responsibility of the
|
||||
indivudual and/or company selling the PURSUIT PLUS/dry bulk fertilizer
|
||||
mixt·~res.
|
||||
A minimum of 200 pounds and a maximum of 450 pounds of dry bulk fertilizer
|
||||
impregnated with the recommended amount of PURSUIT PLUS must be applied per
|
||||
acre.
|
||||
DO NOT impregnate PURSUIT PLUS onto coated ammonium nitrate or limestone
|
||||
because these materials will not absorb the herbicide. Dry fertilizer blends
|
||||
containing mixtures of ammonium nitrate or limestone may be impregnated with
|
||||
PURSUIT PLUS. A minimum of 200 pounds of impregnated dry bulk fertilizer,
|
||||
excluding the weight of ammonium nitrate or lillestone, must be applied per
|
||||
acre.
|
||||
Apply PURSUIT PIlJS at the rate of 2 and 1/2 pints per acre. Use the following
|
||||
table to determine the amount of PURSUIT PLUS to be impregnated on a ton of
|
||||
dry bulk fertilizer based on the rate of fertilizer which will be applied per
|
||||
acre.
|
||||
5Lasso is a trademark of Honsanto Agricultural Products Company.
|
||||
6Dual is a trademark of Ciba Geigy Corporation.
|
||||
-6-
|
||||
• • • • , . • · ••
|
||||
12/92 • • · ..
|
||||
• • , • - I
|
||||
• •• • • . ..... • • ..
|
||||
· .. .,
|
||||
.. .'
|
||||
|
||||
( (
|
||||
RATE CHART FOR IK~REGNATION OF DRY nULK FERTILIZER WITH PURSUIT PLUS
|
||||
(Pints of PURSUIT PLUS per Ton of Fertilizer)
|
||||
PURSUIT PLUS Rate Fertilizer Rate
|
||||
Per Ac;re pounds per acre Pints per Ton
|
||||
2 1/2 pints 200 25
|
||||
250 20
|
||||
300 16 2/3
|
||||
350 14 1/3
|
||||
400 12 1/2
|
||||
450 11
|
||||
For those rates not listed in this table, calcula~e the pints of PURSUIT PLUS
|
||||
to be impregnated on a ton of dry bulk fertilizer using the following formula:
|
||||
2000
|
||||
Pounds of dry
|
||||
fertilizer per acre
|
||||
x
|
||||
2 1/2 Pints of
|
||||
PURSUIT PLUS per
|
||||
acre
|
||||
(recommended rate)
|
||||
Pints of
|
||||
PURSUIT PLUS per
|
||||
ton of fertilizer
|
||||
To impregnate PURSUIT PLUS on bulk fertilizer, use a closed rotary-drum mixer
|
||||
or other commonly used dry bulk fertilizer blender equipped with suitable
|
||||
spray equipment. Spray nozzles must be placed to provide uniform coverage of
|
||||
PURSuIT PLUS onto the fertilizer during mixing.
|
||||
If PROWL is to be combined with the PURSUIT PLUS prior to impregnation, premix
|
||||
the PROWL with an equal volume water before adding it to the PURSUIT PLUS. DO
|
||||
NOT mix undiluted PROWL with PURSUIT PLUS.
|
||||
Apply the PURSUIT PLUS/dry bulk fertilizer mixture with an accurately
|
||||
calibrated dry fertilizer spreader. The PURSUIT PLUS/dry bulk fertilizer
|
||||
mixture must be spread uniformly on the soil surface. Uneven spreading can
|
||||
cause poor weed control and crop injury.
|
||||
Refer to PRE PlANT INCORPORATED APPLICATIONS section of this label for
|
||||
incorporation directions.
|
||||
, .
|
||||
• . .
|
||||
• . . • • . .
|
||||
-7- 12/92 · . • • • "
|
||||
, ~ .... • • • • •
|
||||
· ..... , . ..
|
||||
t .....
|
||||
· ..
|
||||
• ..
|
||||
|
||||
(
|
||||
AERIAL APPLICATIONS:
|
||||
Uniformly apply with proper~y calibrated aerial equipment in 5 or more gallons
|
||||
of water per acre.
|
||||
To Avoia injury to sensitive crops from drift, aerial applicators must adhere
|
||||
to the following SPECIAl. AERIAL USE DIaECTIONS AND PRECAUTIONS:
|
||||
Use nozzles which produce a coarse spray.
|
||||
Nozzle height above groun~ must be a maximum of 10 feet.
|
||||
Nozzles must be pointed toward the rear of the aircraft. The
|
||||
d~wnward angle of the nozzle should not be greater than 20 degrees.
|
||||
To minimize wing-tip vortex roll, nozzles or spray boom must not be
|
||||
located any closer to ~nd of wing or rotor than three-fourths the
|
||||
distance from the center of the aircraft.
|
||||
Use a maximum spray pressure of 40 psi.
|
||||
A buffer zone must be established between the area to be sprayed and
|
||||
sen~jtive crops.
|
||||
DO NOT s~ray when wind velocity is greater than 5 mph.
|
||||
Applicator is responsible for any loss or damage which results from spraying
|
||||
PURSUIT PIJJS in mannp.r other than recommended on thi.s label. In addition,
|
||||
applicator must follow all applicable state and local regulations and
|
||||
ordinances in regard ~o spraying.
|
||||
PtffiSUIT PLUS HERBICIDE USE AREA
|
||||
PURSUIT PLUS may be applied to soybeans only in the states or patrs of states
|
||||
shade~ in the map below:
|
||||
(SEE USE AREA HAP)
|
||||
-8- 12/92 • • . .
|
||||
......
|
||||
|
||||
(
|
||||
USE RATE
|
||||
(2 1/2 PINTS PER ACRE)
|
||||
Apply PURSUIT PLUS at a broadcast rate of 2 1/2 pints per acre for all methods
|
||||
of applica~ion: preplant incorporated and prEmergence (including minimum and
|
||||
no-till). At this broadcast rate, one gallon of PURSUIT PLUS witl trea~ 3.2
|
||||
acres of soybeans.
|
||||
NOTE: Only one application of PURSUIT PLUS may be made during the season.
|
||||
·9· 12/92 : ,
|
||||
|
||||
(
|
||||
WEEDS CONTROLLED
|
||||
The following gra&s and broAdleaf weeds are controlled by recolIIDended
|
||||
treatments of PURSUIT ~~S:
|
||||
Barnyardgrass
|
||||
Crabgrass
|
||||
large
|
||||
smooth
|
||||
Crowfootgrass
|
||||
Cupgrass, voolly**
|
||||
Foxtail
|
||||
giant
|
||||
g.'een
|
||||
giant green
|
||||
robust: purple
|
||||
robust white
|
||||
ye:low
|
||||
GRASSES
|
||||
Goosegrass
|
||||
,: 'hnsongras3. seedling
|
||||
?anicu'l
|
||||
browntop
|
||||
fall
|
||||
Texas
|
||||
Sandbur. field
|
||||
Shattercane**
|
||||
Signalgrass. broadleaf**
|
||||
Witchgrass
|
||||
BROADLEAF WEEDS
|
||||
Carpetweed
|
||||
Cocklebur, common*
|
||||
Galinsoga
|
||||
Jimsonweed**
|
||||
Kochia
|
||||
Lambsquarters, common
|
||||
Horningglory
|
||||
small flower
|
||||
Hustard Species
|
||||
Nightshade
|
||||
black
|
||||
Eastern black
|
||||
hairy
|
||||
Pigweed
|
||||
palmer
|
||||
redroot
|
||||
smooth
|
||||
spiny
|
||||
Puncturevine
|
||||
Purslane, common
|
||||
Pus ley , Flordia
|
||||
Sida, pri~kly (Teaweea)
|
||||
Smartweed
|
||||
ladysthUJllb
|
||||
Pennsylvania
|
||||
Spurge
|
||||
prostrate
|
||||
spotted
|
||||
Sunflower, common**
|
||||
velvetleaf
|
||||
Waterhemp, tall
|
||||
PURSUIT PLUS will suppress and reduce competition from:
|
||||
Buffalobur**
|
||||
Itchgrass**
|
||||
Johnsongrass, rhizome**
|
||||
Hallow, Venice**
|
||||
Hillet, wild proso**
|
||||
HorningglorY**
|
||||
entire leaf
|
||||
ivyleaf
|
||||
pitted
|
||||
tall
|
||||
Ragweed
|
||||
common
|
||||
giant"*
|
||||
Nutsedge. yellow**
|
||||
• • • ,
|
||||
, ,
|
||||
• • , ..
|
||||
. , .
|
||||
* Preplant incorporated treatments only for best results and for light bo',,'
|
||||
moderate infestations, • ' • • • ** Preplant incorporated treatments only, •• ,
|
||||
-10- 12/92
|
||||
I - -.
|
||||
f' •• , ••
|
||||
• !.
|
||||
· , · ...... · , , . · .... •
|
||||
'. .. ., · .. . ~
|
||||
|
||||
I
|
||||
(
|
||||
SOIL APPLICATION INSTRUCTIONS
|
||||
PURSUIT PLUS provides effective weed control in conservation tillage systems
|
||||
designed to meet conservation compliance requirements. PURSUIT PUIS can be
|
||||
applied as an early preplant, preplant incorporated, or preemergence tleatment
|
||||
in soybeans. It can also be applied in conventional, minimum tillage and no
|
||||
till production systems. The r.pplicatiou method of choice will depend on the
|
||||
anticipated weed spectrum and the preference of the applicator. If weeds have
|
||||
emerged, see instructions under NO-TILL OR REL'lJCED TILlAGE section.
|
||||
PURSUIT PUIS controls weeds by uptake by weed roots and translocation to the
|
||||
growing points where it stops weed growth.
|
||||
Adequate soil moisture is required for optimtm activity. For surface
|
||||
applications, rainfall or overhead irrigation is necessary to move PURSUIT
|
||||
PUIS into the weed germination zone. The amount of rainfall or irrigation
|
||||
required following application depends on exi~ting soil moisture, soil texture
|
||||
and organic matter content. Sufficient water to moisten the soil to a depth
|
||||
of 2 inches is normally adequate. If adequate mo~sture is not received within
|
||||
7 days after a surface-applied treatment, then a cultivation is recommended to
|
||||
control escaped weeds. When adequate moisture is received after dry
|
||||
conditions, PURSUIT PLUS will provide residual control of susceptible
|
||||
g"rminating weeds; activity on established weeds will depend on the weed
|
||||
species and the location of its root system in the soil.
|
||||
PREEHERGENCE APPLICATIONS
|
||||
SURFACE APPLICATIONS HADE BEFORE PLANTING
|
||||
PURSUIT PLUS may be surface applied prior to soybc~n p~anting (up to 45 days).
|
||||
If sufficient rain doe.; not occur before planting to activate PURSUIT PLUS,
|
||||
mechanically incorporate before planting.
|
||||
SURFACE APPLICATIONS HADE AFTER PLANTING (preemergence)
|
||||
PURSUIT PLUS may be surface applieJ (preemergence application) up to 2 days
|
||||
after soybean planting (before crop emergence) South of Interstate Highway 1-
|
||||
80 only. DO NOT APPLY PURSUIT PLUS AFTER SOYBEAN PLANTING North of Interstate
|
||||
Highway 1-80.
|
||||
Note: Surface applications made prior to soybean planting and not
|
||||
incorporated within 7 days of application are consider preemergence
|
||||
applications with respect to weeds controllrd.
|
||||
, .
|
||||
. .
|
||||
. .
|
||||
-11- 12/92 • • • . . .
|
||||
//~15
|
||||
. ..... • • •
|
||||
. .
|
||||
f· ....
|
||||
. .
|
||||
|
||||
(
|
||||
NO-TILL OR REDUCED TILLAGE:
|
||||
PURSUIT PLUS is effective in control lint, weeds in conservation tillage
|
||||
production systems. Apply PURSUIT PLUS treatments up to 45 days prior to
|
||||
planting but before crop ~~ergence.
|
||||
To ensure thorough coverage, use a minimum of 20 gallons of water per acre.
|
||||
Use higher gallonage for fie' dB with dense vegetation or heavy crop residl·es.
|
||||
Adjust the boom height to ensure proper coverage of weed foliage (according to
|
||||
the manufactures recommendation). The nozzle spaclng on the boom should be 20
|
||||
inches. Use only standard flat-fan nozzle tips. UEe ground equipment only.
|
||||
PURSUIT PLUS will control emerged problem weeds such aE velvetleaf, smartw~ed,
|
||||
common cocklebur, and pigweeds. The weed size should not exceed 3" for
|
||||
velvetleaf and smartweed, and 8" for cocklebur and pigweeds. Add surfactant
|
||||
to the spray mixture at the rate of 1 qt./lOO gal. AND a nitrogen based
|
||||
fertilizer (such as 28%N, 32%N or 10-34-0) at the rate of 1-2 qt./acre for
|
||||
optimum activity. Ammonium sulfate (spray t:tade) may be substituted for
|
||||
liquid fertilizer at the rat" of -. Ibs. per acre.
|
||||
If other vegetation is present (not controlled by PURSUIT PLUS), apply
|
||||
paraquat or Roundup in combination with PURSUIT PLUS. Refer to the respective
|
||||
labels for rates, methods of application, proper timing, weeds contro~led,
|
||||
restrictions, and precautions. Use ground equipment only.
|
||||
When PURSUIT PLUS is tank mixed with paraquat or Roun~up, add PURSUIT PLUS to
|
||||
the tank first then add paraquat or Roundup. When paraquat is included in a
|
||||
tank mixture, add 8 ounces of non- ionic surfactant per 100 gallons of spray
|
||||
mixture as the last ingredient in the tank.
|
||||
NOTE: Adjust planters to ensure adequate seed coverage.
|
||||
-12-
|
||||
· . . , . · .
|
||||
• • • • • . .
|
||||
12/92 • • • • • · .
|
||||
· . .. . · ,. • • . ......... • • .. · ....
|
||||
• ..
|
||||
|
||||
(
|
||||
PREPLAN! 1NCORPORATED APPLICATIONS
|
||||
PURSUIT PLUS may be apr::'ied following land p13paration and should be
|
||||
thoroughly incorporated to a depth of 1 to 2 inches. Application may be made
|
||||
up to 45 days prior to planting. Incorporate prior to soybean planting and
|
||||
within 7 days of application. Mechanical incorporation can be achieved by the
|
||||
following:
|
||||
(a) Disk harrow set to cut 3 to 4 inches deep and operated at 4 to 6 mph with
|
||||
the second pass at an angle to the first.
|
||||
(b) PTO-driven equipment (tillers, cultivators, hoes) set to cut 2-3 inches
|
||||
deep and operated one time at 4 mph or less.
|
||||
(c.) Rolling cultivator set to cut 2 to 4 inches deep and operated two times
|
||||
at 6 to 8 mph. Use or.ly on coarse textured soils.
|
||||
(d) Field cultivator with 3 to 4 rows of sweeps (Do not use chisel points),
|
||||
spaced at intervals of 7 i..ches or less and staggered so that no soil is
|
||||
left untur:lcd, set to cut 3 inches deep, and operated two times at more
|
||||
than 5 mph with the second pass made at an 8ngl~ to the first.
|
||||
(e) LELY-Rote"ra 7 set and operated according to t~e manufacturer's directions
|
||||
tc. thorougl:ly incorporated PURSUIT PLUS to a depth of 1 to 3 inches.
|
||||
(f) Do-All seL c.od operated according to the manufacturer's directions to
|
||||
incorporate Pl:'RSUIT PLUS 1 to 3 inches deep and operated at 4 to 6 mph.
|
||||
If soybeans are planted on beds, apply and incorporate after bed formation
|
||||
using PTO-drive~ equipment or a rolling cultivator.
|
||||
. .
|
||||
, . . (.
|
||||
,
|
||||
....... , . . .
|
||||
----------------------------------------------------------------------------~-- ("-'
|
||||
7LELY-Roterra is a trademark of Lely.
|
||||
.
|
||||
-13 - 12/92' .
|
||||
L-____________ _
|
||||
|
||||
(
|
||||
ROTATIONAL CROP RESTRICTIONS
|
||||
The following rotational crops may be planted after applying PURSUIT PLUS at
|
||||
the recommended rate in soybeans:
|
||||
1. Four months after application:
|
||||
Barley
|
||||
Wheat
|
||||
2. Nine and one-half months after application:
|
||||
Field Corn
|
||||
Peanut.
|
||||
Tobacc~
|
||||
DO NOT plant o3lgarbeets or rapeseed (cano1a) or potatoes prior to 26 months
|
||||
after a PURSUIT PLUS application.
|
||||
Sugarbeets are very sensitive to small amounrs of PURSUIT PLUS in the soil. ~n
|
||||
addition to delaying the planting of sugarbeets 26 months, a field bioassay is
|
||||
required. The field bioassay will determine when it is safe to plant
|
||||
sugarbeets. To conduct the field bioassay, plant a strip of sugarbeets through
|
||||
the entire field and grow for 60 days. If no injury is observed, it is safe to
|
||||
plant sugarbeets the following year.
|
||||
DO NOT plant othe.. rotational crops prior to 18 months after a PURSUIT PLUS
|
||||
application.
|
||||
Use of PURSUIT PLUS herbici~e in accordance with label directions is expected to
|
||||
result in normal growth of ~otational crops in most situations; however, various
|
||||
environmental and agronomi! factors make it impossible to eliminate all risks
|
||||
associated with the use ~f this product and , therefore, rotativ~a1 crop injury
|
||||
is always possible.
|
||||
If soybeans are furrow irrigated, till the soil prior to planting winter wheat.
|
||||
The beds should be broken up and the soil mixed to a depth of 3-4 inches.
|
||||
Only ~~tational crops harvested at maturity may be used for feed or food.
|
||||
In th. event of a crop loss dup to weather, soybeans can be replanted. DO NOT
|
||||
work the soil deeper than 2 incl.~s.
|
||||
There should be an interval of at least 85 days between an application of
|
||||
PURSUIT PLUS and soybean harvest.
|
||||
DO NOT graze or feed treated soybean forage, hay or straw to livestock.
|
||||
• · . •
|
||||
· .
|
||||
..
|
||||
. .
|
||||
-14- 12/92. • • ••
|
||||
14tJt-IS
|
||||
· ... •
|
||||
· ...... • • .. · , ...
|
||||
•
|
||||
|
||||
( (
|
||||
DO NOT apply products containing chlorimuron ethyl (ClassicS, CanopyS, GeminiS,
|
||||
Lorox Plus S, PREVIEWS, etc.) or imazaquin (SCEPTER-, SQUADRO~, or TRI-SCE~,
|
||||
SCEPTER- O.T.-, SCEPTER- 70DG, or ALA-SCEP~) or products containing imazethapyr
|
||||
(PURSUI~ PURSUI~ PLUS or PASSPOR~) the same year as PURSUIT PLUS or injury to
|
||||
follow crops may occur.
|
||||
DO NOT tank .ix PURSUIT PLUS with clomazone containing herbicides (Command9 or
|
||||
Coumence9).
|
||||
SClassic, Canopy, Preview, Gemini and Lorox Plus are trademarks of E.I. duPont
|
||||
de Nemours and Company·
|
||||
9Command and Commence are trademarks of FMC Corporation.
|
||||
-Registered Trademarks of American Cyanamid Company.
|
||||
American Cyanamid Company
|
||||
~~ricultural Division
|
||||
Crop Protec~ion Chemicals Department
|
||||
Wayne, NJ 07470 01992
|
||||
• • •
|
||||
· . • • • • • • •
|
||||
• ••
|
||||
II • ,. •
|
||||
, .. • • · ,. ...... • • •• · ....
|
||||
. '
|
||||
.. . .. ~ ,
|
||||
-IS-
|
||||
• I . • f
|
||||
12/92 .' • •• • • ••
|
||||
.: ..
|
||||
Reference in New Issue
Block a user