Open main menu

Difference between revisions of "Events:Aubrey Logan, Aberdeen SD, Johnson Fine Arts Center, Jan 23rd, 2020"

 
(82 intermediate revisions by the same user not shown)
Line 1: Line 1:
<h1>this is a test</h1>
+
__NOTOC__
 +
<div style="display:none;"> <!--Declare Event template names here-->
 +
{{#vardefine: event_name | South Dakota Jazz Festival. Harvey and Cynthia Jewett Theatre, Johnson Fine Arts Center }}
 +
{{#vardefine: event_startDate | 2020-01-23T19:30 }}
 +
{{#vardefine: event_endDate | 2020-01-23 }}
 +
{{#vardefine: event_validFrom | 2020-01-01 }}
 +
{{#vardefine: event_place | Johnson Fine Arts Center }}
 +
{{#vardefine: event_description | Aubrey Logan is a featured vocalist and trombone soloist with Postmodern Jukebox and Dave Koz Summer Horns, her latest solo album, ''Where The Sunshine Is Expensive'', #1 on ''Billboard's'' Contemporary Jazz Albums chart. }}
 +
{{#vardefine: event_postalCode | 57401 }}
 +
{{#vardefine: event_locality | Aberdeen }}
 +
{{#vardefine: event_region | South Dakota}}
 +
{{#vardefine: event_streetAddress | 12th Ave SE }}
 +
{{#vardefine: event_country | US }}
 +
{{#vardefine: event_offerAvailability | InStock }}
 +
{{#vardefine: event_performer | Aubrey Logan }}
 +
{{#vardefine: event_performer_url | https://www.aubreylogan.com/ }}
 +
{{#vardefine: event_offerPrice | 30 }}
 +
{{#vardefine: event_offerCurrency | USD }}
 +
{{#vardefine: event_offerURL | http://www.aberdeencommunityconcerts.org/tickets.html }}
 +
{{#vardefine: event_image | CarelessWisperScreengrab.jpg}}
 +
{{#vardefine: event_image_url| {{filepath:{{#var: event_image | error}} }}}}
 +
<!--Declare template vars here -->
 +
{{#vardefine: display_date | {{start date|2020|01|23|19|30|df=yes}} }} <!-- {{yyyy|mm|dd|hh|mm}} -->
 +
</div>
  
 +
{{Template: Infobox
 +
| bodystyle = width:100%;
 +
| labelstyle  = width: 10em;
 +
| title = <h2>{{#var: event_performer | error}}</h2>
 +
<!--| name = {{#var: event_name | error}}-->
 +
| subheader  = <h2> {{#var: event_name | error}}</h2> <br /> {{#var: display_date | error}}
 +
| image = [[File:{{#var: event_image | error}}|600px|alt=Aubrey Logan 1200 wide performance screengrab|class=photo]]
 +
| below      = {{#var: event_description | error}}
 +
}}
 +
<div style="clear:both;></div>
 +
== Details ==
 +
<div style="width:90%; margin:auto; ">
 +
<!-- Ticketinfo -->
 +
<div style="width:35%; float:left; min-width:435px;">
 +
{{Infobox ticketinfo
 +
| bodystyle = float:left;
 +
| honorific prefix = January 23 2020
 +
| name = Aberdeen Community Concert Association
 +
| available = inStock
 +
| validFrom = 2019-12-15
 +
| price = 30.00
 +
| priceCurrency= USD
 +
| notes =
 +
| Purchase_website = http://www.aberdeencommunityconcerts.org/tickets.html
 +
}}
 +
{{Template:Johnson Fine Arts Aberdeen SD}}
 +
</div>
 +
<div style="float:left;">{{Template: Aubrey Logan Where The Sunshine Is Expensive}}</div>
 +
<div style="float:left;">{{Template:Aubrey Logan Impossible}}</div>
 +
</div>
 +
<div style="clear:both;></div>
 +
 +
== Technical stuff ==
 +
This is a sponsored page, usually by either the artist or the venue. 
 +
 +
If you are promoting this event, copy and paste the following script beneath the calendar listing for this event on your webpage. Remove the script with your calendar listing when the event date has passed.
 +
 +
<div style="background-color: #eaecf0; width:80%; margin:auto;">
 +
<nowiki><script type="application/ld+json">{"@context":"https://schema.org","@type":"Event","name":"</nowiki>{{#var: event_name | error}}<nowiki>","startDate":"</nowiki>{{#var: event_startDate | error}}<nowiki>","endDate":"</nowiki>{{#var: event_endDate | error}}<nowiki>","description":"</nowiki>{{#var: event_description | error}}<nowiki>","image":"</nowiki>{{#var: event_image_url | error}}<nowiki>","url":"</nowiki>{{SERVER}}/wiki/{{FULLPAGENAME}}<nowiki>","location":{"@type":"Place","name":"</nowiki>{{#var: event_place | error}}<nowiki>","address":{"streetAddress":"</nowiki>{{#var: event_streetAddress | error}}<nowiki>","addressLocality":"</nowiki>{{#var: event_locality | error}}<nowiki>","postalCode":"</nowiki>{{#var: event_postalCode | error}}<nowiki>",
 +
"addressRegion":"</nowiki>{{#var: event_region | error}}<nowiki>","addressCountry":"</nowiki>{{#var: event_country | error}}<nowiki>"}},"performer":{"@type":"PerformingGroup","name":"</nowiki>{{#var: event_performer | error}}<nowiki>","url":"</nowiki>{{#var: event_performer_url | error}}<nowiki>"},"offers":{"@type":"Offer","url":"</nowiki>{{#var: event_offerURL | error}}<nowiki>","price":"</nowiki>{{#var: event_offerPrice | error}}<nowiki>","priceCurrency":"</nowiki>{{#var: event_offerCurrency | error}}<nowiki>","availability":"</nowiki>{{#var: event_offerAvailability | error}}<nowiki>","validFrom":"</nowiki>{{#var: event_validFrom | error}}<nowiki>"}}</script></nowiki>
 +
</div>
 +
 +
Be sure to test on [https://search.google.com/structured-data/testing-tool# Google's Structured Data Testing Tool!
 +
<!--
 +
The following is the unpacked version of the code above.
 +
<code>
 +
  <script type="application/ld+json">
 +
  {"@context":"https://schema.org",
 +
    "@type":"Event",
 +
    "name":"</code>{{#var: event_name | error}}<code>",
 +
    "startDate":"</code>{{#var: event_startDate | error}}<code>",
 +
    "endDate":"</code>{{#var: event_endDate | error}}<code>",
 +
    "description":"</code>{{#var: event_description | error}}<code>",
 +
    "image":"</code>{{#var: event_image_url | error}}<code>",
 +
    "url":"</code>{{SERVER}}/wiki/{{FULLPAGENAME}}<code>",
 +
    "location":{
 +
      "@type":"Place",
 +
      "name":"</code>{{#var: event_place | error}}<code>",
 +
      "address":{
 +
        "streetAddress":"</code>{{#var: event_streetAddress | error}}<code>",
 +
        "addressLocality":"</code>{{#var: event_locality | error}}<code>",
 +
        "postalCode":"</code>{{#var: event_postalCode | error}}<code>",
 +
        "addressRegion":"</code>{{#var: event_region | error}}<code>",
 +
        "addressCountry":"</code>{{#var: event_country | error}}<code>"
 +
      }
 +
    },
 +
    "performer":{
 +
      "@type":"PerformingGroup",
 +
      "name":"</code>{{#var: event_performer | error}}<code>",
 +
      "url":"</code>{{#var: event_performer_url | error}}<code>"
 +
    },
 +
    "offers":{
 +
      "@type":"Offer",
 +
      "url":"</code>{{#var: event_offerURL | error}}<code>",
 +
      "price":"</code>{{#var: event_offerPrice | error}}<code>",
 +
      "priceCurrency":"</code>{{#var: event_offerCurrency | error}}<code>",
 +
      "availability":"</code>{{#var: event_offerAvailability | error}}<code>",
 +
      "validFrom":"</code>{{#var: event_validFrom | error}}<code>"
 +
    }
 +
  }
 +
  </script>
 +
</code>
 +
 +
*warning url The url field is recommended. Please provide a value if available.
 +
*warning image The image field is recommended. Please provide a value if available.
 +
-->
 +
 +
<!-- If event_startDate is Greater than NOW, then broadcast JSON-LD -->
 +
{{#ifexpr: {{#time:xNU|{{#var: event_startDate | error}}}} > {{#time: xNU}} |
 +
<!-- Generate the page schema for the event -->
 
{{Event
 
{{Event
|name=Track day
+
|name={{#var: event_name | error}}
|startDate=2018-06-01T10:00+03:00
+
|startDate={{#var: event_startDate | error}}
|endDate=2018-06-01T20:00+03:00
+
|endDate={{#var: event_endDate | error}}
|place=Moscow Raceway
+
|place={{#var: event_place | error}}
|description=First track day in June
+
|description={{#var: event_description | error}}
|postalCode=000000
+
|postalCode={{#var: event_postalCode | error}}
|locality=Moscow district
+
|locality={{#var: event_locality | error}}
|region=District of Volokolamsk
+
|region={{#var: event_region | error}}
|streetAddress=95th km of Novorizhskoe highway (М9)
+
|streetAddress={{#var: event_streetAddress | error}}
|country=RU
+
|country={{#var: event_country | error}}
|offerAvailability=InStock
+
|offerAvailability={{#var: event_offerAvailability | error}}
|performer=Some awesome person
+
|performer={{#var: event_performer | error}}
|offerPrice=5
+
|performerurl = {{#var: event_performer_url | error}}
|offerCurrency=USD
+
|offerPrice={{#var: event_offerPrice | error}}
|offerURL=http://example.com/test-event
+
|offerCurrency={{#var: event_offerCurrency | error}}
|image=http://example.com/logo.png
+
|offerURL={{#var: event_offerURL | error}}
|validFrom=2018-06-01T10:00+03:00
+
|image= {{#var: event_image_url | error}}
 +
|validFrom={{#var: event_validFrom | error}}
 +
}}
 
}}
 
}}

Latest revision as of 02:30, 11 September 2020











Aubrey Logan

South Dakota Jazz Festival. Harvey and Cynthia Jewett Theatre, Johnson Fine Arts Center


19:30, 23 January 2020 (2020-01-23T19:30)
Aubrey Logan 1200 wide performance screengrab
Aubrey Logan is a featured vocalist and trombone soloist with Postmodern Jukebox and Dave Koz Summer Horns, her latest solo album, Where The Sunshine Is Expensive, #1 on Billboard's Contemporary Jazz Albums chart.

Details

January 23 2020
Aberdeen Community Concert Association
availableinStock
validFrom2019-12-15
price30.00
priceCurrencyUSD
Purchase_website



Northern State University
venue_nameJohnson Fine Arts Center
address12th Ave SE, Aberdeen, SD 57401
website
telephone+1-800-678-5330
google_mapsGoogle Map
capacity1000
produced_byAberdeen Community Concert Association





Where The Sunshine Is Expensive
Cover art for Where The Sunshine Is Expensive (2019)
Studio album by
Aubrey Logan
Released2019-03-22
RecordedLos Angeles
GenreJazz
LabelResonance Records
ProducerAubrey Logan
#1 Billboard Contemporary Jazz Albums[1]
  1. "Contemporary Jazz Albums : Apr 27, 2019". Billboard. 2019-04-23. Archived from the original on 2019-06-12. Retrieved 2019-09-21.

Impossible
Cover art for Aubrey Logan Impossible (2017)
Studio album by
Aubrey Logan
Released2017-10-01
RecordedLos Angeles
GenreJazz
LabelKnight Music
ProducerAubrey Logan
Billboard Jazz Albums #13[1][2][3]
  1. Barrera, Sandra (2017-08-10). "Here's why Postmodern Jukebox featured singer Aubrey Logan feels like a 'super unicorn' ahead of Greek show". Los Angeles Daily News. Los Angeles. Archived from the original on 2017-08-11. Retrieved 2017-08-11.
  2. Cirisano, Tatiana (2017-08-23). "'U Can't Touch This' Jazz Cover by Aubrey Logan: Video". Billboard. Archived from the original on 2017-08-24. Retrieved 2017-08-24.
  3. "Jazz Music: Top Jazz Albums & Songs Chart". Billboard. 2017-09-16. Retrieved 2017-09-17.

Technical stuff

This is a sponsored page, usually by either the artist or the venue.

If you are promoting this event, copy and paste the following script beneath the calendar listing for this event on your webpage. Remove the script with your calendar listing when the event date has passed.

<script type="application/ld+json">{"@context":"https://schema.org","@type":"Event","name":"South Dakota Jazz Festival. Harvey and Cynthia Jewett Theatre, Johnson Fine Arts Center","startDate":"2020-01-23T19:30","endDate":"2020-01-23","description":"Aubrey Logan is a featured vocalist and trombone soloist with Postmodern Jukebox and Dave Koz Summer Horns, her latest solo album, Where The Sunshine Is Expensive, #1 on Billboard's Contemporary Jazz Albums chart.","image":"https://producers.wiki/images/4/4b/CarelessWisperScreengrab.jpg","url":"https://producers.wiki/wiki/Events:Aubrey Logan, Aberdeen SD, Johnson Fine Arts Center, Jan 23rd, 2020","location":{"@type":"Place","name":"Johnson Fine Arts Center","address":{"streetAddress":"12th Ave SE","addressLocality":"Aberdeen","postalCode":"57401", "addressRegion":"South Dakota","addressCountry":"US"}},"performer":{"@type":"PerformingGroup","name":"Aubrey Logan","url":"https://www.aubreylogan.com/"},"offers":{"@type":"Offer","url":"http://www.aberdeencommunityconcerts.org/tickets.html","price":"30","priceCurrency":"USD","availability":"InStock","validFrom":"2020-01-01"}}</script>

Be sure to test on [https://search.google.com/structured-data/testing-tool# Google's Structured Data Testing Tool!