From LO-Wiki
Contents |
[edit] How To Create a Bottom Banner
[edit] Simple Bottom Banner
.FO OFF To unsubscribe this list send the command: unsub name-of-this-list to listserv@listserv.acor.org .FO ON
[edit] Rotating Bottom Banner
The example below shows how you can create a rotating bottom banner by using DAYSEQ().
The DAYSEQ(n) function is quite powerful. This function allows the list owner to code template forms (such as the PROBE1 or BOTTOM_BANNER messages) that change or "rotate" automatically.
The DAYSEQ(n) function is invoked in a .BB - .EB conditional block, and n corresponds to the number of days in the rotation period, i.e., to the number of variations that you want to make to the text of the message. &DAYSEQ(n) returns a number from 1 to n which increases by 1 every day, with no special regard for weekends. That is, if the rotation period is to last for a week, you code DAYSEQ(7). If the rotation period is 15 days, you code DAYSEQ(15). NOTE: You must be consistant with the number you use in &DAYSEQ()
[edit] Example 1: ACOR KIDNEY-ONC Bottom Rotating Banner
.BB &DAYSEQ(8) = 1 - Help reduce list volume by replying to the individual rather than the list when appropriate. Learn how at the list web page. - List Web Page at http://cancerguide.org/kofaq/ for info on Sign-on/Sign-off, User's Manual & Hints, Kidney Cancer Pointers. .EB .BB &DAYSEQ(8) = 2 - All ideas and info provided here are to be discussed with your medical professionals. Seek expert medical advice. - Help reduce list volume. Reply to the individual rather than the list when appropriate. See tips on how at list web page! - List email is confidential. Do not share it (unless with a patient on whose behalf you are subscribed). - Kidney-Onc web page at http://cancerguide.org/kofaq/ Lots of helpful info, including kidney cancer pointers. .EB .BB &DAYSEQ(8) = 3 - All ideas and info provided here are to be discussed with your medical professionals. Seek expert medical advice. - Help reduce list clutter. When you reply, quote only relevant parts of the prior message. Don't quote the whole message! - List email is confidential. Still, this is the internet -- be careful what you say, and don't reveal more than you mean to. - See the list web page http://cancerguide.org/kofaq/ to find out how to unsubscribe and other helpful tips. .EB .BB &DAYSEQ(8) = 4 - All ideas and info provided here are to be discussed with your medical professionals. Seek expert medical advice. - Help make the list easier to read by using appropriate subject lines. If you change the subject, change the subject line! - Keep list mail private. Do not share it (except with a patient on whose behalf you are subscribed). - Kidney-Onc web page at http://cancerguide.org/kofaq/ .EB .BB &DAYSEQ(8) = 5 - All ideas and info provided here are to be discussed with your medical professionals. Seek expert medical advice. - List email is confidential. Do not share it (unless with a patient on whose behalf you are subscribed). - The list web page will tell you what all those abbreviations mean! Learn the list rules, see how to unsubscribe, get tips on list use. Kidney-Onc web page at http://cancerguide.org/kofaq/ .EB .BB &DAYSEQ(8) = 6 - All ideas and info provided here are to be discussed with your medical professionals. Seek expert medical advice. - We're hosted by ACOR, the Association of Cancer Online Resources, a 501(c)(3)tax-deductible charity providing support and information free to cancer patients. Check out ACOR at www.acor.org - List email is confidential. Do not share it (unless with a patient on whose behalf you are subscribed). - Kidney-Onc web page is http://cancerguide.org/kofaq/ .EB .BB &DAYSEQ(8) = 7 - All ideas and info provided here are to be discussed with your medical professionals. Seek expert medical advice. - Keep list mail private. Do not share it (except with a patient on whose behalf you are subscribed). - See list web page at http://cancerguide.org/kofaq/ for Sign-on/Sign-off, User's Manuals, kidney cancer pointers, and much more. .EB .BB &DAYSEQ(8) = 8 - All ideas and info provided here are to be discussed with your medical professionals. Seek expert medical advice. - List email is confidential. Still, this is the internet -- be careful what you say, and don't reveal more than you mean to! - Did you know our list is archived? You can see all our old posts - a goldmine of info! Also look up addresses for people you want to contact. See http://cancerguide.org/kofaq/koarchives.html for the details. .EB
[edit] Example 2: ACOR NHL List Bottom Banner
.BB &DAYSEQ(4) = 1 ************************************************ Find NCI info on NHL: www.cancer.gov/cancer_information Find clinical trials: www.cancer.gov/search/clinical_trials ------------------------------------------------ .EB .BB &DAYSEQ(5) = 2 ************************************************ Find answers in past NHL emails: listserv.acor.org/archives/nhl.html or by sending email to listserv@listserv.acor.org with this line: search NHL keyword1 keyword2 (change keywords to your own) -------------------------------------------------- .EB .BB &DAYSEQ(5) = 3 ************************************************** A pet with cancer? listserv.acor.org/archives/pets-cancer.html Cutaneous NHL and MF: listserv.acor.org/archives/ctcl-mf.html --------------------------------------------------- .EB .BB &DAYSEQ(5) = 4 **************************************************** Find published studies on NHL in journals: www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=PubMed Find topics in medical textbooks: www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=Books ---------------------------------------------------- .EB .BB &DAYSEQ(5) = 5 **************************************************** ACOR discussion for young people with cancer: listserv.acor.org/archives/4youth.html Pediatric lymphoma: listserv.acor.org/archives/ped-lymphoma.html ---------------------------------------------------- .EB
[edit] Calculating the value for &DAYSEQ()
When you first start using a rotating banner with the &DAYSEQ variable, the &DAYSEQ(n)= 1 period begins based on the number of days elapsed since a baseline.
[edit] Analyzing the KIDNEY-ONC Bottom Banner
.BB &DAYSEQ(8) = 8 - All ideas and info provided here are to be discussed with your medical professionals. Seek expert medical advice. - List email is confidential. Still, this is the internet -- be careful what you say, and don't reveal more than you mean to! - Did you know our list is archived? You can see all our old posts - a goldmine of info! Also look up addresses for people you want to contact. See http://cancerguide.org/kofaq/koarchives.html for the details. .EB
means that on day 8 of the cycle the following text will be incorporated in every email sent by the list:
- All ideas and info provided here are to be discussed with your medical professionals. Seek expert medical advice. - List email is confidential. Still, this is the internet -- be careful what you say, and don't reveal more than you mean to! - Did you know our list is archived? You can see all our old posts - a goldmine of info! Also look up addresses for people you want to contact. See http://cancerguide.org/kofaq/koarchives.html for the details.
while
.BB &DAYSEQ(8) = 1 - Help reduce list volume by replying to the individual rather than the list when appropriate. Learn how at the list web page. - List Web Page at http://cancerguide.org/kofaq/ for info on Sign-on/Sign-off, User's Manual & Hints, Kidney Cancer Pointers. .EB
Means that on Day 1 of the cycle the following text will appear:
- Help reduce list volume by replying to the individual rather than the list when appropriate. Learn how at the list web page. - List Web Page at http://cancerguide.org/kofaq/ for info on Sign-on/Sign-off, User's Manual & Hints, Kidney Cancer Pointers.
