Skip to content

Commit

Permalink
replace links to taxonomy & search widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
ddhogan committed Apr 29, 2021
1 parent 5924fbc commit 2fc8541
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 141 deletions.
49 changes: 1 addition & 48 deletions _posts/2014-08-04-widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,51 +5,4 @@ title: Trade Widgets
published: false
---

# <a href="widgets.html">ITA Trade Widgets</a>


Check out some of the newly developed widgets using our APIs. These widgets make Trade data easily accessible to everyone.

To include any of these on your page:

* Copy the code snippet below the widget
* Paste the code into the body section of your page
* That’s it. Now they’re ready to use!

These widgets can be used to search by keyword or to filter by multiple parameters.

---

### Trade Articles

The Trade News & Articles API provides in-depth news and articles written by federal trade specialists. This widget enables users to enter a keyword and search all articles for that keyword across the title, body, and tag fields.

<script src="http://developer.trade.gov/javascripts/articles-script.js" type="text/javascript"></script>
<div id="articles-container"></div>
<br />

<script src="http://developer.trade.gov/javascripts/articles-script.js" type="text/javascript"></script>
<div id="articles-container"></div>

---

### Trade Events

The Trade Events API provides data on events for U.S. businesses interested in selling their products and services overseas.<br />
<br />
There are two widgets available. The first enables users to enter a keyword and search all events for that keyword across the title field. The second enables users to choose a particular Industry and/or a particular Country and find events that are tagged with both.

<script src="http://developer.trade.gov/javascripts/events-script.js" type="text/javascript"></script>
<div id="events-container"></div>
<br />

<script src="http://developer.trade.gov/javascripts/events-script.js" type="text/javascript"></script>
<div id="events-container"></div>
<br />

<script src="http://developer.trade.gov/javascripts/event-script.js" type="text/javascript"></script>
<div id="event-container"></div>
<br />

<script src="http://developer.trade.gov/javascripts/event-script.js" type="text/javascript"></script>
<div id="event-container"></div>
<p>Please visit the search widgets at <a href="https://search-widgets.trade.gov">https://search-widgets.trade.gov</a>.</p>
81 changes: 1 addition & 80 deletions _posts/2015-10-02-search-widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,83 +7,4 @@ published: true

# ITA Search Widgets

ITA has created these widgets to make it easy to browse the content from several of our APIs.

Please [contact us](contact.html) if you have any questions about the APIs.

<link rel="stylesheet" type="text/css" href="./stylesheets/widget_v2_react.css">
<script type="text/javascript" src="./javascripts/widget_v2_react.js"></script>

<script>
document.addEventListener("DOMContentLoaded", function() {
var endpoints = {
"consolidated_screening_list": "example-CSL-widget-container",
"trade_leads": "example-trade-leads-widget-container",
"trade_events": "example-trade-events-widget-container",
"export_assistance_centers": "example-useac-locations-widget-container",
"international_office_locations": "example-ita-office-locations-widget-container",
};
var API_KEY = "1K7HGE9nCfjnmrtfjq69Ehij";
window.Explorer.renderWidget(endpoints, API_KEY);
});
</script>
---

## Consolidated Screening List Widget

The [Consolidated Screening List](consolidated-screening-list.html) widget searches eleven export screening lists from the Departments of Commerce, State and the Treasury. The widget enables your customers to do a quick screening search for people or companies with whom they are doing business or are party to their overseas transactions.

The widget returns results that are either exact matches and near matches in case your customers don’t have the exact spelling of the name. The closer the match, the higher the name in the results.

<div class="jumbotron transparent">
<div class="container">
<div id="example-CSL-widget-container"></div>
</div>
</div>

## Trade Leads Widget

The [Trade Leads](trade-leads.html) widget searches contract opportunities for U.S. businesses selling their products and services overseas. These leads come from a variety of sources including FedBizOps, The United Kingdom, Canada, The Millennium Challenge Corporation, and Australia.

The widget enables your customers to do a quick search for trade leads, procurement opportunities, and contract notifications in a particular country or within all countries. They can also search for all of the leads in a country by leaving the search box blank.

<div class="jumbotron transparent">
<div class="container">
<div id="example-trade-leads-widget-container"></div>
</div>
</div>

## Trade Events Widget

The [Trade Events](trade-events.html) widget searches for events organized by ITA, the U.S. Trade and Development Agency, the State Department, and the Small Business Administration.

The widget enables your customers to do a quick search for trade events such as industry conferences, webinars, lectures, and trade missions in a particular country or within all countries. They can also search for all of the events in a country by leaving the search box blank.

<div class="jumbotron transparent">
<div class="container">
<div id="example-trade-events-widget-container"></div>
</div>
</div>


## Export Assistance Centers Widget

The [Export Assistance Centers](ita-zip-codes.html) widget provides direct access to the U.S. Export Assistance Centers (USEACs) that have been assigned to all of the 40,000+ zip codes in the United States.

The widget enables your customers to do a quick search for both a zip code and a USEAC. Each center has specialists on hand for each particular region.

<div class="jumbotron transparent">
<div class="container">
<div id="example-useac-locations-widget-container"></div>
</div>
</div>

## International Office Locations Widget

The [International Office Locations](ita-office-locations.html) provides direct access to ITA offices and centers around the world. The widget enables your customers to do a quick search for an office in a particular city or country. Each office has specialists on hand for each particular region.

<div class="jumbotron transparent">
<div class="container">
<div id="example-ita-office-locations-widget-container"></div>
</div>
</div>
<p>Please visit the search widgets at <a href="https://search-widgets.trade.gov">https://search-widgets.trade.gov</a>.</p>
14 changes: 1 addition & 13 deletions _posts/2019-02-18-taxonomy-searchbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,4 @@ title: ITA Taxonomy Browser with select menu
published: true
---

<link rel="stylesheet" type="text/css" href="stylesheets/taxonomy-browser.css">
<script type="text/javascript" src="javascripts/taxonomy-browser.js"></script>

<script>
document.addEventListener("DOMContentLoaded", function() {
var BASE_URL = "{{ site.webservices_baseurl }}";
var API_KEY = "{{ site.apikey }}";
var divID = "taxonomy_container";
window.Explorer.renderTaxonomy(BASE_URL, API_KEY, divID);
});
</script>

<div id="taxonomy_container"></div>
<p>Please visit the Taxonomy Browser at: <a href="https://taxonomy-browser.trade.gov">https://taxonomy-browser.trade.gov</a>.</p>

0 comments on commit 2fc8541

Please sign in to comment.