Document stringlengths 87 1.67M | Source stringclasses 5 values |
|---|---|
Namespaces
Variants
Views
Actions
std::regex_traits::regex_traits
From cppreference.com
< cpp | regex | regex traits
Revision as of 19:52, 31 May 2013 by P12bot (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
regex_traits();
Default-constructs the std::regex_traits object, including default-constructing the private std::locale member or any other internal state as necessary.
[edit] Parameters
(none)
[edit] Return value
(none)
[edit] Example
#include <iostream>
#include <regex>
int main()
{
std::locale::global(std::locale("en_US.utf8"));
std::regex_traits<char> r1;
std::regex_traits<wchar_t> r2;
std::cout << "The regex locale is " << r1.getloc().name() << '\n';
}
Output:
The regex locale is en_US.utf8 | ESSENTIALAI-STEM |
User:RNCH FRIENDS/sandbox/RNCH FRIENDS
RNCH FRIENDS
WHAT DOES RNCH FRIENDS MEAN
* R:- ROHIT
* N:-NAMMI
* C:-CHINNA
* H:-HONEY
Friendship is like a relationship between eyes and hands,
when hands get hurt eyes cry and when eyes cry hands wipe the tears | WIKI |
Module - tripleo_unprovision_network
This module provides for the following ansible plugin:
• tripleo_unprovision_network
Module Documentation
Delete TripleO Composable networks
Options
net_data
Structure describing a TripleO composable network
Authors
Sandeep Yadav <sandyada@redhat.com>
Example Tasks
- name: Unprovision TripleO composable networks
tripleo_unprovision_network:
net_data:
name: Storage
name_lower: storage
dns_domain: storage.localdomain.
mtu: 1442
subnets:
storage_subnet:
ip_subnet: 172.18.0.0/24
gateway_ip: 172.18.0.254
allocation_pools:
- start: 172.18.0.10
end: 172.18.0.250
routes:
- destination: 172.18.1.0/24
nexthop: 172.18.0.254
vip: true
vlan: 20 | ESSENTIALAI-STEM |
User:Aserota1
I am planning to edit the Wikipedia article “Anti-Jewish violence in Poland, 1944–46.” I believe that this article can use some editing because it doesn’t include first-hand accounts of the violence, which I believe is a crucial part to understanding how the Jewish people felt during this time. To edit this article, I will use three sources. One is Fear: Anti-Semitism in Poland After Auschwitz” by Jan T. Gross. Another source is the article “THE KIELCE POGROM: A BLOOD LIBEL MASSACRE OF HOLOCAUST SURVIVORS.” ( https://www.ushmm.org/wlc/en/article.php?ModuleId=10007941 ). Also, the article “Evolution of Antisemitism in Poland.” (https://history105.libraries.wsu.edu/spring2015/2015/01/20/holocaust-effects-on-jews-and-the-creation-of-israel/). Also, "Polish Victims" ( https://www.ushmm.org/wlc/en/article.php?ModuleId=10005473 ).
Anti-Jewish violence in Poland, 1944–46
Background: Anti-Communist Armed Resistance: Blood Libel: Kielce Pogrom: Number of Victims:
* Anti-Semitism was prevalent prior to the end of World War II
* Became a national belief that Jewish people weren’t good for the country
* Many people believed that their religion was sacrificed and they were given nothing in return
* The Anti-Semitism was seen in Poland
* People would parade in the streets killing and harming Jewish people
* The Nazis would stand by and watch it happen
* Jewish people needed a stamp to get back into Poland and after that they couldn’t leave the country
* Polish Jews were being sent back to Poland from other countries
* If they didn’t have the stamp to get into Poland, they were forced to leave
* After the war, Jewish people were encouraged to live in a diverse community
* Couldn’t be targeted as easilythat the Jewish people were the reason there was so much destruction after the war, which lead to many other people believing itthat the Jewish people were the reason there was so much destruction after the war, which lead to many other people believing itthat the Jewish people were the reason there was so much destruction after the war, which lead to many other people believing it
* Jewish people were still being killed (cruel ways)
* Government believed that the Jewish people were the reason there was so much destruction after the war, which lead to many other people believing it
* The Order Police stationed in Poland would oversee the Polish police and force them to follow strict rules and regulations
* The Germans secret police forces know was the Gestapo were occupying this city and many assumed that the mass murder of Jews was because of themthat the Jewish people were the reason there was so much destruction after the war, which lead to many other people believing it
* Jewish people were accused of using Christian children blood for the sake of rituals
* Thought they did this to discourage Holocaust survivors from returning to Poland
* Kielce massacre let Poland Jews believe that they were not wanted there and they had no future in that country
* Many fled the country
* Police went to investigate a building that was said have been the place where he was kept after he was kidnapped
* Forced Jewish people to surrender any weapons, and someone fired a shot
* Resulted in officials and civilians killing the Jews in the building
* Polish people outside of the building beat and killed many Jewish people
* Towards the end of 1946, the only sentencing for the killings was to Colonel Wiktor Kuznicki, who received a one-year sentence
* The commander of the Kielce Office of the Security Service and Major Wladyslaw Sobczynski were acquitted
* Become a symbol of the state of Europe following the Holocaust
* Nearly all 24,000 Jewish inhabitants of Kielce were murdered during the Holocaust
* About 200 lived
* Between 1939 and 1945, at least 1.5 million Polish citizens were deported to Germany for forced labor
* Many were imprisoned in Nazi concentration camps
* Nazis killed around 3 million Polish Jews | WIKI |
Bug? Crash when loading previously working layouts and files
Discussion in 'iOS Bugs & Wishlist' started by Sandman, Nov 30, 2017.
1. Sandman
Sandman Active Member Licensed User
I have encountered a very strange problem. All of a sudden it seems that the app crashes when it loads a file. This has been verified both for layouts and a file in Files. None of these files have been modified recently and have previously worked just fine.
I was curious what had happened, in what way that were corrupted. So I took a look at them in TortoiseHg (I use Mercurial) and found that they hadn't changed at all. Very strange. So I opened a layout in the Designer and just did a Save. Back to TortoiseHg to see if that changed anything - it didn't, from Mercurials perspective the file was still identical. However, looking at the file properties, I could see that the Modified timestamp was updated (naturally). Mercurial doesn't track such metadata.
Back to B4i to try with the re-saved, identical, layout - and now it worked without a flaw.
From my perspective this is a situation that's simple to fix myself - I just re-save everything and it works. I still felt it was worth reporting. I've also attached the log below, for when a layout caused a crash.
Might be worth mentioning that I haven't moved the project folder or any files in ages.
(The file in Files was an mp3 that I fixed by simply duplicating it in Explorer, deleting the old one and changed the name of the duplicate.)
Code:
pageReport.RootPanel.LoadLayout("layoutreport")
caused:
Code:
Error occurred on line: 36 (actreport)
Error opening stream: Error Domain=NSPOSIXErrorDomain Code=
2 "No such file or directory" UserInfo={_kCFStreamErrorCodeKey=2, _kCFStreamErrorDomainKey=1}
Stack Trace: (
CoreFoundation <redacted> + 148
libobjc.A.dylib objc_exception_throw + 56
CoreFoundation <redacted> + 0
SandmanApp -[B4IFile OpenInput::] + 436
SandmanApp -[B4ILayoutBuilder loadLayout:::] + 644
SandmanApp -[B4IPanelWrapper LoadLayout::] + 200
SandmanApp -[b4i_actreport _startactivitypage] + 1256
SandmanApp -[b4i_actworking _menureport_click] + 500
CoreFoundation <redacted> + 144
CoreFoundation <redacted> + 292
SandmanApp +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 1624
SandmanApp -[B4IShell runMethod:] + 448
SandmanApp -[B4IShell raiseEventImpl:method:args::] + 1784
SandmanApp -[B4IShellBI raiseEvent:event:params:] + 1408
SandmanApp -[B4ICommon CallSub4::::] + 344
SandmanApp -[B4ICommon CallSub:::] + 156
SandmanApp -[b4i_actworking _mnuactionsheet_click:] + 2256
CoreFoundation <redacted> + 144
CoreFoundation <redacted> + 292
SandmanApp +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 1624
SandmanApp -[B4IShell runMethod:] + 448
SandmanApp -[B4IShell raiseEventImpl:method:args::] + 1784
SandmanApp -[B4IShellBI raiseEvent:event:params:] + 1408
SandmanApp __33-[B4I raiseUIEvent:event:params:]_block_invoke + 60
libdispatch.dylib <redacted> + 24
libdispatch.dylib <redacted> + 16
libdispatch.dylib <redacted> + 968
CoreFoundation <redacted> + 12
CoreFoundation <redacted> + 2012
CoreFoundation CFRunLoopRunSpecific + 436
GraphicsServices GSEventRunModal + 100
UIKit UIApplicationMain + 208
SandmanApp main + 124
libdyld.dylib <redacted> + 4
)
2. Andris
Andris Active Member Licensed User
I occasionally (maybe 2 times in the last month with B4i, and a few times in B4A as well) experience exactly this same problem, with no obvious cause in the integrity or location of the layout file, or with files that "can't be found." It always scares the hell out of me. The solution that always seems to work (keep fingers crossed) is to:
1. Uninstall the target app on your device
2. Do Tools > Clean Project
3. Compile and run again
Resaving the problem layout file under a different name seems to work too, but usually this has to be done with most of the others as well which is a huge pain. And then there are still "unlocatable" files as well, most of the time.
Like I said, I think I've experienced this in B4A as well. Maybe it's a Designer issue in common to all products ... that only Erel can figure out ... ;)
3. Napier
Napier New Member Licensed User
I've been having the exact same issue. Every once in a while when I get up in the morning to begin coding, the newly compiled program which was working the night before and hasn't been changed says it is not able to locate layout files. Different to Sandman, to fix the problem, I save each layout to a new name, delete the old layouts and recompile and then the program works. Not a big deal, but it does take a few minutes, and like Andris, it scares the hell out of me although I'm getting used to it. I was just hoping to find a relatively quick fix here if others had the same issue.
The only thing I could think is that I have my project files on a thumbdrive and perhaps in some way the link to the files is lost overnight? Seems unlikely, but then, the error is odd as well.
Here is a part of my log:
Copying updated assets files (1)
Application_Start
Securities list built!
Building database!
Database built!
Application_Active
Error occurred on line: 306 (baMatrix)
Error opening stream: Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory" UserInfo={_kCFStreamErrorCodeKey=2, _kCFStreamErrorDomainKey=1}
Stack Trace: (
CoreFoundation <redacted> + 148
libobjc.A.dylib objc_exception_throw + 56
CoreFoundation <redacted> + 0
Bidabacus -[B4IFile OpenInput::] + 436
Bidabacus -[B4ILayoutBuilder loadLayout:::] + 652
Bidabacus -[B4IPanelWrapper LoadLayout::] + 204
Bidabacus -[b4i_bamatrix _createcellpanel::::] + 1520
Bidabacus -[b4i_bamatrix _add_matrixcell::::] + 3612
Bidabacus -[b4i_bamatrix _populatematrixpanel] + 1836
CoreFoundation <redacted> + 144
CoreFoundation <redacted> + 292
Bidabacus +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 1624
Bidabacus -[B4IShell runMethod:] + 448
Bidabacus -[B4IShell raiseEventImpl:method:args::] + 1784
Bidabacus -[B4IShellBI raiseEvent:event:params:] + 1408
Bidabacus -[B4ICommon CallSub4::::] + 344
Bidabacus -[B4ICommon CallSub2::::] + 360
Bidabacus -[b4i_httpjob _complete:] + 212
Bidabacus -[b4i_httputils2service _completejob::::] + 436
Bidabacus -[b4i_httputils2service _hc_responsesuccess::] + 164
CoreFoundation <redacted> + 144
CoreFoundation <redacted> + 292
Bidabacus +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 1624
Bidabacus -[B4I raiseEvent:event:params:] + 564
Bidabacus __61-[B4IHttp URLSession:downloadTask:didFinishDownloadingToURL:]_block_invoke + 268
libdispatch.dylib <redacted> + 16
libdispatch.dylib <redacted> + 68
libdispatch.dylib <redacted> + 16
libdispatch.dylib <redacted> + 1016
CoreFoundation <redacted> + 12
CoreFoundation <redacted> + 2012
CoreFoundation CFRunLoopRunSpecific + 436
GraphicsServices GSEventRunModal + 100
UIKit UIApplicationMain + 208
Bidabacus main + 124
libdyld.dylib <redacted> + 4
)
4. Erel
Erel Administrator Staff Member Licensed User
Try to uninstall the app from the device, clean the project and install it again.
5. Andris
Andris Active Member Licensed User
In my previous post I can confirm that this seems to fix it.
Loading... | ESSENTIALAI-STEM |
Removing part of the 40 Mile Creek Dam
The Town of Banff, in a joint project with Parks Canada, removed a portion of the 40 Mile Creek Dam and some of the pipes that were exposed in the riverbed.
This was a project both the Town and Parks Canada had wanted to complete for years, but the cost of demolishing the dam while it was still full of water, and the implications of releasing sediment into the stream, had always been a deterrent. But the floods of June 2013 provided an opportunity to move forward on the project.
During the flood, town staff were able to drain the dam and remove much of the sediment. The flood also washed out the access road, exposing the associated pipes in the riverbed.
With the dam drained, there was a short window of opportunity – prior to the fish spawning season in May and the June run off – to demolish a portion of it and remove those exposed pipes. Once removed, the creek was restored to a more natural state and now allows for greater aquatic habitat connectivity. The dam prevented fish from swimming upstream and downstream.
Using funding from the provincial government, the dam was partially removed in the spring of 2014.
Parks Canada continues monitoring and research on the restored connectivity.
The 40 Mile Creek Dam once supplied Banff with drinking water and water to fight fires. Located between the two entrances to town, it was built in 1946, but hasn't been used as a water source since the mid-1980s. | FINEWEB-EDU |
Living with Bipolar Disorder: There is Recovery and Hope by Lauren Christiansen
Updated: Sep 4, 2020
Photo credit: Pexels
Jessica felt great. Everything in her life was just wonderful. She couldn’t believe how amazing the world looked outside, and how fantastic her own life had become. As she sat there pondering her own phenomenal existence, she realized that the kitchen table had a few crumbs on it. Somehow, the crumbs made Jessica’s life seem less impressive. Horrified at this possibility, she got a sponge out and began maniacally cleaning until the crumbs were gone. Then she noticed other areas of the house that looked dirty. She cleaned those parts too, until the house finally reflected her own newfound joy and excitement about life. This process took 5 hours.
She realized she hadn’t slept at all, but wasn’t tired in the least, even after all of that cleaning. Burning with energy and mania, she knew she couldn’t stop at just cleaning the house. More needed to be done. She got in her car and drove to her favorite clothing store. She decided she needed all new clothing to reflect her own glorious feelings about her life. She spent $500 on new clothes and went home, feeling refreshed and excited.
Jessica suffers from Bipolar disorder, and is currently refusing to take medication for her condition. When she takes medication, her moods are even. She doesn’t fall into a deep depression, and she certainly doesn’t spend 500 on clothing that she doesn’t need. The truth is that her life isn’t as glorious as she thought it was during her manic period. She had a mediocre job that she was on the verge of losing, due to calling out when her Bipolar symptoms became too intense. She had no boyfriend, because all of them left when they saw how unstable she was after refusing to take her medication. She was on the verge of eviction, and had at least $3000 in credit card debt. None of that mattered to her though, when she experienced a manic phase. All of it mattered to her though, when she experienced a depressed phase. There was no middle ground for Jessica. Everything was black and white in her world of Bipolar disorder, and life was either grandiose or miserable. She had no sense of normalcy whatsoever.
Bipolar disorder is a serious mental health disorder that is defined as “a mental disorder that causes unusual shifts in mood, activity levels, concentration, and the ability to carry out day to day tasks.” Those who suffer from the condition typically experience either elevated, or “up” energy levels, or excessively “down, sad, or indifferent” periods. If you experience these symptoms, or know someone who does, here is what you need to know about the condition.
1 There Are 3 Types of Disorders. Those who have Bipolar disorder are classified in three different ways.
• The first type is Bipolar 1, which is defined as “manic episodes that last up to 7 days, that typically needs hospital care.” Patients also experience “depressive symptoms that typically last 2 weeks.” It is also possible for those with Bipolar 1 disorder to experience mixed symptoms, such as feeling depressed and manic at the same time.
• The second type is Bipolar 2, which is “defined by a period of depressive episodes and manic episodes, but manic episodes are not as intense as those who suffer from Bipolar 1.”
• The third type is Cyclothymic disorder, which is “defined as periods of hypomanic episodes as well as depressive episodes that last up to 2 years, or 1 year for children and adolescents. The symptoms do not meet the diagnostic requirements for a hypomanic episode and a depressive episode.”
2. The Symptoms are Severe and Intense. Those who suffer from any type of Bipolar disorder struggle with different types of symptoms, which are classified as such:
• Manic episodes: Those who have manic episodes typically experience feeling very “up or high, irritable, and touchy”. They also have difficulty sleeping and do not feel the need to sleep as much as a normal person would. They typically speak very quickly and think of their life in a grandiose way, often in confliction with reality. They engage in risky behavior, such as overeating, drinking, drug use, excessive shopping, or reckless sexual behavior.
• Depressive episodes: Those who suffer from depressive episodes experience symptoms similar to those who simply suffer from just depression, but Bipolar induced depressed symptoms tend to be more extreme. For example, they may feel “excessively down, worried, or hopeless. They have trouble sleeping, difficulty concentrating, and they may feel as though they have no purpose or ability to cope with everyday life.” These symptoms can be so extreme that they often derail one’s own life. For example, it can affect one’s job performance, or ability to hold a job. Also, those who suffer from these severe depressive symptoms cannot hold a relationship because their partners cannot cope with these frequent and intense “down” periods. Usually, those who experience depressive symptoms cannot get out of bed because the hopeless and fearful feelings are so intense.
3. Treatments are Available and Medication is Necessary. Unlike anxiety and depression disorders, which can sometimes be solved through counseling and behavioral changes alone, Bipolar disorder patients must be medicated in order to function and cope with everyday circumstances. Though counseling is absolutely necessary for Bipolar disorder, medication is just as necessary. There are different options for medications, and each of them can be very helpful in stabilizing one’s mood. Unfortunately, many people who suffer from Bipolar disorder also do not want to take medication, and are sometimes afraid of it. This can be heartbreaking for family members, who wish to see their loved ones live a more stable and healthy life. It is vital to speak to a doctor if you or someone you know suffers from Bipolar disorder.
If you have ever experienced a lifestyle or thought process that is similar to Jessica’s, or you know someone who does, then feel encouraged to know that recovery is possible. Having Bipolar disorder does not mean that one cannot live a fully productive and successful life. If medication and counseling are included in the treatment process, patients can go on to live a more normal and peaceful existence.
Do you suffer from symptoms of Bipolar disorder, or do you know someone who does? If so, please contact Straight Talk Counseling Clinic at 714-828-2000 or visit our website at straighttalkcounseling.org. One of our professional counselors would be happy to speak with you.
#Mentalhealth #Mentalhealthcrisis #Mentalhealthtools #Mentalhealthmatters #Mentalhealthoutreach #Mentalhealthprofessional #Mentalhealthbloggers #Mentalhealthcare #Mentalhealthcarers #Mentalhealthdays #affordablecounseling #affordablecounselingservices #bipolardisorder #understandingbipolardisorder #whatisbipolardisorder #doIhavebipolardisorder #treatingbipolardisorder #depressiveepisodes #manicepisodes #supportingalovedonewhoisbipolar #psychologicalevaluations
16 views0 comments
Recent Posts
See All
| ESSENTIALAI-STEM |
June 2, 2023
Reverse DNS: Everything you need to know
Reverse DNS – what does it mean?
Reverse DNS, or simply rDNS, is a mechanism for translating an IP address into its matching domain name. Compared to the standard Forward DNS lookup, which resolves the domain name to its IP address, it serves the exact opposite purpose.
You can use it to establish that a specific IP address corresponds to a particular domain name. One of the most common reasons for using it is establishing trust in email servers. They use Reverse DNS lookups to make sure the email came from a legitimate source and isn’t a hoax.
What do you need to use rDNS?
In order to use rDNS, you’ll need to know the essential elements, which are as follow:
• To use Reverse DNS, you must first build a Master Reverse Zone. IP addresses should be written backward. The rDNS can function with both IPv4 and IPv6 addresses. In addition, you can also add the PTR DNS record later. The PTR record will be able to exist in the Master Reverse Zone.
• PTR record, also known as Pointer record, is another essential element. Its primary purpose is to connect an IP address with its matching domain name. It is vital to note that you should have an A or AAAA record for each PTR record you add. The explanation for this is straightforward. An A or AAAA record points a domain name to its IP address, whereas a PTR records inverse.
• You can also have a Slave Reverse Zone, simply a duplicate of the Master. Because a Slave Zone is always read-only, modifications can only be made in the Master. If the Slave Reverse Zone is located in a DNS server closer to the users, it may provide redundancy or faster response.
Reverse DNS lookup check
The Reverse DNS lookup is a DNS check that begins with an IP address and looks for the hostname (domain name) behind it. The goal is to figure out who is behind a specific IP address.
We can also execute reverse DNS lookups. It is not only a capability for servers. For the examples, we’ll use 15.216.85.143 as the IP address. Replace it with the one you like for your lookups.
• On Windows
You can use the Nslookup command on the Windows operating system. Open the Command Prompt and type the following command:
nslookup 15.216.85.143
• On Linux and macOS
On Linux and macOS, you can use the Dig command to accomplish it. To begin, you must first launch the Terminal. Then write the command:
dig –x 15.216.85.143
Conclusion
In conclusion, the existence of Reverse DNS is critical for verification purposes. It indicates that some IP addresses are associated with a specific domain, and the services can be trusted and used. Services may not be able to work without it.
Leave a Reply
Your email address will not be published. Required fields are marked * | ESSENTIALAI-STEM |
Pretražite po imenu i prezimenu autora, mentora, urednika, prevoditelja
Napredna pretraga
Pregled bibliografske jedinice broj: 1085272
Elevated plasma RANTES in fibrodysplasia ossificans progressiva – A novel therapeutic target?
Grgurević, Lovorka; Novak, Ruđer; Trkulja, Vladimir; Hamzić, Lejla Ferhatović; Hrkač, Stela; Grazio, Simeon; Santini, Marija
Elevated plasma RANTES in fibrodysplasia ossificans progressiva – A novel therapeutic target? // Medical hypotheses, 131 (2019), 109313, 5 doi:10.1016/j.mehy.2019.109313 (međunarodna recenzija, članak, znanstveni)
CROSBI ID: 1085272 Za ispravke kontaktirajte CROSBI podršku putem web obrasca
Naslov
Elevated plasma RANTES in fibrodysplasia ossificans progressiva – A novel therapeutic target?
Autori
Grgurević, Lovorka ; Novak, Ruđer ; Trkulja, Vladimir ; Hamzić, Lejla Ferhatović ; Hrkač, Stela ; Grazio, Simeon ; Santini, Marija
Izvornik
Medical hypotheses (0306-9877) 131 (2019); 109313, 5
Vrsta, podvrsta i kategorija rada
Radovi u časopisima, članak, znanstveni
Ključne riječi
RANTES ; Fibrodysplasia ossificans progressiva ; van Buchem disease ; CCL5 ; Cytokines ; Inflammation
Sažetak
Fibrodysplasia ossificans progressiva (FOP) is a rare hereditary disease caused by a mutation in the intracellular domain of the activin A receptor type I and is characterized by episodes (flare-ups) of progressive heterotopic endochondral ossification (HO) in the soft tissues. The mutation alone is not sufficient for the occurrence of HO since flare-ups are triggered by inflammation and activation of the innate immune system. A number of cellular and humoral mediators have been implicated in animal and in vitro models. Observations in humans support the inflammatory nature of the condition, but data on the involved mediators are variable. We hypothesize that for induction of flare-ups in patients with FOP increase in at least one of the pro-inflammatory cytokines is both essential and sufficient to trigger the entire process of the inflammatory cells influx resulting in the novel ectopic bone formation and we suggest that C-C motif ligand 5 (CCL5), a pro- inflammatory chemokine also known as Regulated on activation, normal T-cell expressed and secreted (RANTES), might be the key candidate. CCL5 is a chemoattractant for all cellular types implicated in HO and is produced by the cells of the tissue microenvironment at the sites of HO as well as by the pro-inflammatory cellular mediators. CCL5 induces ossification in cultured human pluripotent mesenchymal cells (hMSCs) and in the primary culture of monocytes from FOP patients (but not from their healthy relatives), stimulation with lipopolysaccharide induces CCL5 expression. Finally, in a pilot study we used a panel of 23 cytokines and chemokines to screen the plasma samples of three subjects: a female patient with FOP during a flare-up ; a female patient with hyperostosis corticalis generalisata (van Buchem disease), another rare disease characterized by excessive bone formation at the sites where it regularly occurs that does not include inflammatory events ; and a healthy woman without bone disorders. There appeared a rather clear-cut signal of a 2-fold higher level of CCL5 in the FOP patient vs. the healthy subject and the van Buchem patient. Evaluation of the hypothesis would require an international prospective study, with main motivation being the lack of a conclusive treatment as the major unmet need in FOP. A treatment targeting CCL5 receptor already exists and is used in HIV- infected patients.
Izvorni jezik
Engleski
Znanstvena područja
Kliničke medicinske znanosti
POVEZANOST RADA
Ustanove:
Medicinski fakultet, Zagreb,
KBC "Sestre Milosrdnice",
Klinika za infektivne bolesti "Dr Fran Mihaljević"
Poveznice na cjeloviti tekst rada:
doi www.sciencedirect.com
Citiraj ovu publikaciju:
Grgurević, Lovorka; Novak, Ruđer; Trkulja, Vladimir; Hamzić, Lejla Ferhatović; Hrkač, Stela; Grazio, Simeon; Santini, Marija
Elevated plasma RANTES in fibrodysplasia ossificans progressiva – A novel therapeutic target? // Medical hypotheses, 131 (2019), 109313, 5 doi:10.1016/j.mehy.2019.109313 (međunarodna recenzija, članak, znanstveni)
Grgurević, L., Novak, R., Trkulja, V., Hamzić, L., Hrkač, S., Grazio, S. & Santini, M. (2019) Elevated plasma RANTES in fibrodysplasia ossificans progressiva – A novel therapeutic target?. Medical hypotheses, 131, 109313, 5 doi:10.1016/j.mehy.2019.109313.
@article{article, author = {Grgurevi\'{c}, Lovorka and Novak, Ru\djer and Trkulja, Vladimir and Hamzi\'{c}, Lejla Ferhatovi\'{c} and Hrka\v{c}, Stela and Grazio, Simeon and Santini, Marija}, year = {2019}, pages = {5}, DOI = {10.1016/j.mehy.2019.109313}, chapter = {109313}, keywords = {RANTES, Fibrodysplasia ossificans progressiva, van Buchem disease, CCL5, Cytokines, Inflammation}, journal = {Medical hypotheses}, doi = {10.1016/j.mehy.2019.109313}, volume = {131}, issn = {0306-9877}, title = {Elevated plasma RANTES in fibrodysplasia ossificans progressiva – A novel therapeutic target?}, keyword = {RANTES, Fibrodysplasia ossificans progressiva, van Buchem disease, CCL5, Cytokines, Inflammation}, chapternumber = {109313} }
@article{article, author = {Grgurevi\'{c}, Lovorka and Novak, Ru\djer and Trkulja, Vladimir and Hamzi\'{c}, Lejla Ferhatovi\'{c} and Hrka\v{c}, Stela and Grazio, Simeon and Santini, Marija}, year = {2019}, pages = {5}, DOI = {10.1016/j.mehy.2019.109313}, chapter = {109313}, keywords = {RANTES, Fibrodysplasia ossificans progressiva, van Buchem disease, CCL5, Cytokines, Inflammation}, journal = {Medical hypotheses}, doi = {10.1016/j.mehy.2019.109313}, volume = {131}, issn = {0306-9877}, title = {Elevated plasma RANTES in fibrodysplasia ossificans progressiva – A novel therapeutic target?}, keyword = {RANTES, Fibrodysplasia ossificans progressiva, van Buchem disease, CCL5, Cytokines, Inflammation}, chapternumber = {109313} }
Časopis indeksira:
• Current Contents Connect (CCC)
• Web of Science Core Collection (WoSCC)
• Science Citation Index Expanded (SCI-EXP)
• SCI-EXP, SSCI i/ili A&HCI
• Scopus
• MEDLINE
Citati:
Contrast
Increase Font
Decrease Font
Dyslexic Font | ESSENTIALAI-STEM |
Wold Newton Cricket Club
Wold Newton Cricket Club represent and play in the village of Wold Newton in the East Riding of Yorkshire, England. Their ground is located off Laking Lane, heading out of the village towards Burton Fleming. Currently the first team plays in Division 2 of the Scarborough Beckett Cricket League,
History
Wold Newton is one of only two villages in the Great Wold Valley to still have a cricket team, the other being Rudston Cricket Club.
Former grounds
Before moving to their present location, Wold Newton have played on a ground off Thwing Road and even earlier on the opposite side of Laking Lane. | WIKI |
Czech Republic–Malaysia relations
Czech Republic–Malaysia relations are foreign relations between the Czech Republic and Malaysia. The Czech Republic has an embassy in Kuala Lumpur, and Malaysia has an embassy in Prague.
History
Following the establishment of relations with the Soviet Union in 1968, Malaysia also expanded its relations with former Czechoslovakia and other Central European countries. In 2000, the Czech Deputy Prime Minister made a visit to Malaysia. While in 2006, Czech Deputy Minister of Foreign Affairs and Czech President of the Senate of Parliament both made an working and official visit to Malaysia. While in the Malaysian side, the chief of armed forces staff made a working visit to the Czech Republic on the same year. In 2012, the Czech President Václav Klaus made a state visit to Malaysia.
Economic relations
Relations between the two countries are developing successfully especially in trade with the Czech Republic main exports to Malaysia are engineering products, machine tools, and electrical motors while Malaysia main exports to the Czech Republic majority in machinery, rubber, cocoa and electrical equipment. In 2000, mutual trade between the two countries was over 7.7 billion CZK and Czech firms are currently seeking any opportunities for an investments and joint enterprises in Malaysia. Some Malaysian businessmen have also been coming to Prague to establishing contacts with Czech companies especially on the Sarawak Corridor of Renewable Energy (SCORE) projects.
Education relations
In 2000, the Government of the Czech Republic has started to offers Malaysian one scholarship for post-graduate study every year, and in September 2006, the first group of seventy Malaysian students arrived in the Czech Republic and began their studies in medicine. Following the success, the number of Malaysian studies in the Czech Republic increased to 200 in 2008.
Diplomatic missions
* Czech Republic has an embassy in Kuala Lumpur
* Malaysia has an embassy in Prague | WIKI |
Savenaca Tamaibeka
Ratu Savenaca Tamaibeka (died 6 March 1959) was a Fijian civil servant and rugby union international. He captained the Fiji national rugby union team on their second overseas tour in 1928.
Biography
Tamaibeka started his rugby career in 1914, becoming one of the best players in the territory. Described in official documents as a brilliant rugby player, he was also noted to be the "first Fijian to use his powerful running ability to football advantage". He played in Fiji's first-ever international match on 18 August 1924 against Samoa in Apia, scoring Fiji's second try "with three opponents hanging on to him" as they won 6–0. He captained the team that went on the second overseas tour to Tonga in 1928. He played his tenth and final match for Fiji against Samoa on 21 September 1928.
Outside of rugby, Tamaibeka joined the Posts and Telegraphs department in 1916. He later moved to the Medical Department, where he worked until being appointed Roko Tui of Macuata Province in 1939, a role he held until going on leave prior to retirement in 1946. He lost a leg in 1941.
He died in Suva in March 1959. | WIKI |
User:Pocky is sophisticated/sandbox
The Natapus
The Natapus is an endangered species native to the [|Adriatic Seas]. Only about 2 exist in the world today; one living in Sea World. As for their appearance, the Natapus usually has orangish-brownish skin. Here it is seen with a duck face. They live commonly at the bottom of the sea with neighboring fish such as the Nemo and underwater snails. These Natapi live off of a diet of enchiladas found in the deep depths of their habitat. They grow to be about 200 pounds (90 kg).
Scientists hope to find more information on this majestic creature soon. | WIKI |
File talk:HoboMarkingsCanalStFerry.jpg
I'm curious about the second set. The middle symbol looks like "Fake Illness Here". The T could be "talk religion" or some mixture like that. No idea about the E-like thing, though.
Another source: http://www.worldpath.net/~minstrel/hobosign.htm
Whoops
This is street art, not hobo markings. It says "OYE", which means "listen" —Preceding unsigned comment added by <IP_ADDRESS> (talk) 19:19, 8 April 2010 (UTC) | WIKI |
2004 European Parliament election in Estonia
An election for Members of the European Parliament representing Estonia constituency for the 2004–2009 term of the European Parliament was held on 13 June 2004. It was part of the wider 2004 European election.
The election was conducted using the D'Hondt method with open list. The voter turnout in Estonia was one of the lowest of all member countries at only 26.8%. A similar trend was visible in most of the new member states that joined the EU in 2004.
The biggest winner was the Social Democratic Party, due to the popularity of their leading candidate Toomas Hendrik Ilves, who received the vast majority of the party's votes. The governing Res Publica Party and People's Union polled poorly. Ilves went on to become President of Estonia in October 2006, leaving his MEP seat to Katrin Saks. | WIKI |
Multimedia event detection with ℓ2-regularized logistic Gaussian mixture regression
Changyu Liu, Shoubin Dong, Bin Lu, Mohamed Abdel-Mottaleb
Research output: Contribution to journalArticlepeer-review
3 Scopus citations
Abstract
Multimedia event detection (MED) is one of the most important branches of multimedia content analysis. Current research work on MED focuses mainly on detecting specific events, such as sport events, news events and suspicious events, which is far from achieving a complicated and generic MED due to the fact that these events usually contain a lot of visual attributes, such as objects, scenes and human actions. Being different from visual features, visual attributes are hidden classes to event detectors and event classifiers. Hence, proper representation of these visual attributes could be helpful in building a sophisticated and generic MED. In this paper, we use Gaussian mixture model (GMM) for representing video events with the motivation that the individual component densities of GMM could model some underlying hidden visual attributes and propose a ℓ2-regularized logistic Gaussian mixture regression approach, which is also called LLGMM classifier, for a more generic and complicated MED. We also propose an efficient iterative algorithm, which uses gradient descent, a standard convex optimization method, to solve the objective function of LLGMM. Finally, extensive experiments are conducted on the challenging TRECVID MED 2012 development dataset. The results demonstrate the effectiveness of the proposed LLGMM classifier for MED.
Original languageEnglish (US)
Pages (from-to)1561-1574
Number of pages14
JournalNeural Computing and Applications
Volume26
Issue number7
DOIs
StatePublished - Oct 21 2015
Keywords
• Gaussian mixture model
• LLGMM classifier
• Logistic regression
• Multimedia event detection
• ℓ Regularization
ASJC Scopus subject areas
• Software
• Artificial Intelligence
Fingerprint Dive into the research topics of 'Multimedia event detection with ℓ<sub>2</sub>-regularized logistic Gaussian mixture regression'. Together they form a unique fingerprint.
Cite this | ESSENTIALAI-STEM |
User:LarryJeff/sandbox/scenarios
2022 FIFA World Cup qualification (CONCACAF)
''3 teams will qualify directly to 2022 FIFA World Cup ''4th-placed team will advance to the inter-confederation play-offs
Final match day 3/30 USA scenarios only:
* have clinched at least 4th
* will finish in top 3 unless
* Mexico win/draw and US lose by at least 6 goals or
* Mexico lose and US lose by at least 7 goals and either
* US loss margin is at least 7 more than MEX loss margin
* US loss margin is exactly 6 more than MEX loss margin and MEX score at least 8 more than US | WIKI |
Thread:User talk:CodeCat/Module docs/reply (2)
Figured that out, but I wished you had explained it. BTW, your edit summary when you deleted MediaWiki:Scribunto-doc-subpage-name was just plain wrong, you'd better clarify that, at least in the BP where you left a link to it. | WIKI |
Angka Keramat Lokasi Togel Syair Hk
February 22, 2024
Dorethea Harnan
Sustainable Transportation
Maintenance And Repair Guide For Natural Gas Vehicles
Introduction
You may have heard that natural gas vehicles are the future of transportation, but how do you know if that’s true? And more importantly, what does it mean for you? Are these cars better than hybrids or electric vehicles? Can you really save money by using one? These questions and more will be answered in this article! We’ll also teach you about all the different types of natural gas vehicles (NGVs) available and how to keep them running smoothly for many years.
Gas-electric hybrid vehicles
If you own a hybrid vehicle, then you’ll need to maintain your gas-electric engine in much the same way as any other car. You should check the battery and fuel system regularly, as well as the engine oil.
The following maintenance steps are recommended for natural gas vehicles:
• Check the battery every two weeks. It should be fully charged and dry with no visible signs of corrosion or dirt on it. If there is any corrosion present on your battery terminals, clean them off before connecting them back up again with new cables that have been cleaned thoroughly as well (you can use sandpaper or steel wool). If they’re still too dirty after cleaning them off with a brush designed specifically for this purpose, try using baking soda mixed with water instead of soap; the baking soda will remove any remaining grime without leaving behind residue like soap does! Do not attempt this step unless you know exactly what type of vehicle yours is–you might end up causing more damage than good if try using household products like dishwashing liquid instead!
Diesel vehicles
Diesel vehicles are not only more efficient than gas-powered vehicles, but they also produce less carbon dioxide. This is great for the environment! However, you should note that diesel engines need to be maintained more often than their gas counterparts. If you have a diesel car or truck and want to learn how to maintain it properly, keep reading!
Maintaining your natural gas vehicle is important.
Maintaining your natural gas vehicle is important.
Natural gas vehicles are less expensive to operate, more environmentally friendly and more efficient than their gasoline counterparts. They also have a higher resale value than comparable gasoline-powered vehicles.
Conclusion
If you own a natural gas vehicle, it is important to keep up with regular maintenance. We hope this guide has given you some insight into what kind of maintenance may be required for your car or truck. | ESSENTIALAI-STEM |
Super hot Korea gets a new startup fund – TechCrunch
Korea is sizzling, and the fact isn’t lost on Altos Ventures or its backers. The early-stage venture firm, with an office on Sand Hill Road and in Seoul, has just raised an oversubscribed $110 million fund to invest exclusively in the country, the second fund of its type for Altos, which raised its last Korea-focused fund with $60 million in 2013. (The firm has also raised four U.S.-focused funds over the last decade.) It’s easy to understand LPs’ enthusiasm. Korea boasts the world’s 12th largest economy, with more than 50 million inhabitants and GDP per capita of roughly $25,000, according to the World Bank. Its inhabitants are entrepreneurial, with 28 percent of the population self-employed versus 10 percent in the U.S. Korea also has among the world’s fastest and mostly broadly deployed broadband. Also very notably, Korea has produced more than a dozen internet companies worth more than a billion dollars over the last decade or so, including the web search giant Naver, a now publicly traded company valued at $17 billion; the web search company Daum Kakao, formed when Korean internet firm Daum merged with domestic messaging app company Kakao in a $2.9 billion deal in 2014 (it’s now valued at $5.5 billion); and Yello Mobile, whose mobile apps business was valued at $4 billion during its most recent funding round in December. Yesterday, we talked with Altos Ventures managing director Anthony Lee to get a better picture of what’s going on, and how his firm is going to invest its new fund. TC: When and why did you start investing in Korea? AL: About 10 years ago. We started seeing this opportunity that was very much overlooked in many ways. Everyone knows the country for LG and Samsung, but there are now a lot of very real, billion dollars companies, and there’s almost zero Western capital in those companies. Many bootstrapped themselves. They were almost entirely missed by VCs in Silicon Valley. TC: That must be changing. What other investors are you starting to see who you didn’t see five years ago? AL: There’s now a domestic VC market, investing $1.5 billion annually in all sorts of things, from internet stuff to hardware, movies, medical, and manufacturing. We’re seeing a lot more foreign attention now, too. At the later stages, you’re seeing Chinese hedge funds, Japanese corporates — Softbank invested $1 billion in [our portfolio company, the e-commerce startup] Coupang last year. Goldman Sachs is coming in. Blackrock also led an investment in Coupang in late 2014. At the earlier stage, you’re also starting to see, Japanese, Chinese, and more U.S. investors start to venture over there. TC: There’s a much stronger focus on profitability in Korea than in the U.S., is that right? AL: Yes. Korean venture has been more merchant banking and corporate in its nature, meaning it invests for very quick returns. The government is a large LP in many funds and they’ve [accordingly been] optimized for lower risk. We sometimes find ourselves pushing companies in the direction of growth and not profitability. At the same time, of the 30 companies we’ve invested in there, we’ve only had one loss. It’s a bit emblematic of the way Korean entrepreneurs work. They hate to fail. TC: Who are your investors in this new Korea fund? AL: Most are institutional investors from North America and Asia. Maybe a quarter comes from Korean entrepreneurs, foundations, and internet companies. TC: A lot of tech is pioneered in that part of the world. AL: It is. Korea was home to the first social network, Cyworld; the first virtual goods, online games . . . I remember being there in 2000 and watching full-motion video on its subway cars. People have large phablet-style cells phones and often more than one phone as Korea is way ahead in 4G penetration, so what people do on their mobile devices is way ahead of us in the U.S. More than half of e-commerce happens on the phone. [Editor’s note: in the U.S., that percentage is 30 percent.] There’s this other really interesting layer where Korea used to be perceived as a really backward kind of country, but it has gone from OECD debt recipient to donor. It’s industrialized so quickly that it’s actually now known for its cultural exports. Korean dramas are popular through Asia. Korean cosmetics are huge — there are more cosmetics companies in Korea than in the U.S. It’s really become a bit a trend setter. TC: What are you tracking now? Half of our investments are focused on companies that can become big category leaders within the country itself. The other half are global companies that happen to be run by Koreans. Retrica, for example [a photo application for Android that lets users add filters to their snapshots], is one of the top apps in Europe and Latin America and it’s based in Seoul. As for different areas, we’re very interested in fintech in Korea. There aren’t efficient mobile payments platforms there yet. They don’t have peer-to-peer lending. So those are two places where we’ve met bets recently. We’re also very interested in healthcare IT. Korea has a very advanced healthcare system. And we’ve interested in mobile entertainment. One thing we’ve seen recently are far more sophisticated mobile games that we’re used to playing on the Xbox. TC: Have valuations been impacted by some of the global turmoil we’ve seen of late? AL: There hasn’t been a big rush of supply of capital, so valuations haven’t gone out of whack. Deals are on an order of three times less than in the U.S., and burn rates are also much lower. So it’s not only more reasonable to invest in a company, but the companies are more reasonable to run. TC: Meaning no hot air balloon chairs in the office? AL: Actually, the companies are starting to look more like Silicon Valley companies. All the entrepreneurs speak English. They all read TechCrunch and they know what SV companies look and act like, and so to compete for talent, they start to adopt those kinds of things. In fact, Google has these entrepreneurial campuses and opened its first Asia-based center in Seoul and [stepping inside it], you would think you were in Mountain View. TC: How are deal terms different, if at all? AL: Our term sheets are exactly the same here as there. We don’t want to be taking advantage of the fact that there’s less capital there. We compete on the basis of offering a plain, standard, Silicon Vally term sheet; we even published it publicly to educate the ecosystem there. The entrepreneurs are very savvy. Many are Western educated and many have worked for large Western internet companies. On any day, hundreds of startups are flying between the two countries. We see them in our offices all the time. | NEWS-MULTISOURCE |
Lantenne-Vertière
Lantenne-Vertière is a commune in the Doubs department in the Bourgogne-Franche-Comté region in eastern France.
History
The 17th-century castle was built in 1687 for the Lord of Vertière and then belonged to the Saint Claude family. | WIKI |
Quick Answer: Do humans emit magnetic fields?
Fluctuat- ing magnetic fields are produced by all the organs in the body that consist of or contain muscle or nerve.
Can humans make electromagnetic fields?
Virtually every single process which is keeping you alive can be traced back to an electric field that some component of your body is creating. … Not only is it possible that the human body creates EM fields — it is the only way you can possibly exist as a coherent entity!
Can humans control electromagnetic fields?
Technological advances over the past several decades have made it possible to measure these subtle yet important electromagnetic energy fields within and around the human body. … These results suggest that it is possible for human beings to alter the electromagnetic environment around their hands at will.
Can humans be magnetic?
Today, two hundred years later, we know that the human body is indeed magnetic in the sense that the body is a source of magnetic fields, but this body magnetism is very different from that imagined by Mesmer.
Do humans give off electromagnetic waves?
Yes, all objects, including human bodies, emit electromagnetic radiation. The wavelength of radiation emitted depends on the temperature of the objects. … Most of the radiation emitted by human body is in the infrared region, mainly at the wavelength of 12 micron.
THIS IS INTERESTING: Do magnetic fields go from positive to negative?
Are humans sensitive to magnetic fields?
Humans “are not believed to have a magnetic sense”, but humans do have a cryptochrome (a flavoprotein, CRY2) in the retina which has a light-dependent magnetosensitivity. CRY2 “has the molecular capability to function as a light-sensitive magnetosensor”, so the area was thought (2011) to be ripe for further study.
Does human body have electricity?
Electricity is everywhere, even in the human body. Our cells are specialized to conduct electrical currents. … The elements in our bodies, like sodium, potassium, calcium, and magnesium, have a specific electrical charge. Almost all of our cells can use these charged elements, called ions, to generate electricity.
How do I become magnetic?
You actually become more magnetic when you do much less and relax much more.
If you want to cultivate your magnetism, there are a few simple tips to keep in mind:
1. Stick close to nature. …
2. Embrace your true nature. …
3. Rest much more. …
4. Lounge. …
5. Listen more.
Are humans electromagnetic?
The human is a electromagnetic field or is like a electron that come form the electromagnetic field . the photon is a electron magnetic field and it generates the electron and positron. The photon may also be a resultant of an electromagnetic field .
Is human blood magnetic?
This is because the iron in our blood isn’t made of extra small metallic filings of the element. … But because most of the blood in our bodies is made up of water (which is also diamagnetic) and oxygenated hemoglobin, our blood is, overall, diamagnetic, and therefore subtly repelled by magnetic fields.
THIS IS INTERESTING: What are the lines of force around a magnet called?
What frequencies do humans emit?
By testing the response of the human body on a vibrating platform, many researchers found the human whole-body fundamental resonant frequency to be around 5 Hz. However, in recent years, an indirect method has been prosed which appears to increase the resonant frequency to approximately 10 Hz.
Do humans emit visible light?
The human body literally glows, emitting a visible light in extremely small quantities at levels that rise and fall with the day, scientists now reveal. Past research has shown that the body emits visible light, 1,000 times less intense than the levels to which our naked eyes are sensitive.
Are humans Blackbodies?
Bio-Optical Properties of Human Skin
Humans, at normal body temperature (around 35°C or 308 K), radiate most strongly in the infrared domain. In fact, for infrared radiation, the human body is a very good approximation of an ideal blackbody radiator irrespective of skin pigmentation [219]. | ESSENTIALAI-STEM |
BIRTHDAY OF THE DAY: David Corn, Washington bureau chief of Mother Jones
How/where are you celebrating your birthday and with whom? “Eating oysters in an undisclosed location.” How did you get your start in your journalism? “I am a Watergate baby. Woodward and Bernstein’s coverage of that scandal made reporting seem exciting and consequential, and journalism became my focus when I reached White Plains High School and joined the staff of the student newspaper, The Orange. There I mounted investigative projects, including one on local drug dealing and another on the Unification Church. I was hooked. (Another proud Orange alum: David Sanger.)” What’s an interesting book/article you’re reading now or finished? And why? “Recently finished Ron Chernow’s ‘Grant’ and then dove into Jill Lepore’s ‘These Truths.’ Each book depicts the wide gulf between noble American myth and bloody American reality. A good example: the post-Civil War period, when white supremacists in the South conducted vicious racial warfare and slaughtered fellow Americans in large numbers to obtain political power. We have not come to terms with this and so much more.” What is a trend going on in the U.S. or abroad that doesn’t get enough attention? “Dark money. I don’t mean the Koch brothers. I’m referring to the hidden global black economy that includes money laundering, offshore banking and the transnational cloaking of financial influence, which translates into the camouflaging of political power. The world has become more interconnected, but in many ways less transparent, and that is an enormous obstacle for responsive government serving the public interest. Especially when combined with the spreading disinformation industry.” How is the Trump presidency going? “Last week, I was on the taxi line at DCA and bumped into Bill Shine, whom I’ve known for years. ‘Please don’t destroy our county,’ I said to him. ‘I’m trying,’ he replied. Not sure what he had in mind. But I do believe the Trump presidency is a crisis for the nation on many fronts. Beyond implementing damaging policies (unnecessary tax cuts for the rich, blocking action on climate change), Trump has forsaken his oath to defend the nation (see Russia), undermined norms vital for effective democratic governance, legitimized lying, fueled divisiveness, empowered bigotry and hatred, embraced corruption and nepotism, and degraded our political culture. As Bruce Springsteen sings, ‘It’s going to be a long walk home.’” What’s a fun fact that people in Washington might not know about you? “I was once socked in the jaw by Iggy Pop.” | NEWS-MULTISOURCE |
Talk:Amir Hamzah bibliography
Number of paragraphs in lede
Per WP:LEAD, best to have four (4) paragraphs in the lede sect.
This page currently has five (5) paragraphs in the lede sect.
Perhaps some info could be merged to retain current size and yet have four paragraphs, per WP:LEAD ?
Thank you,
— Cirt (talk) 03:21, 1 March 2014 (UTC)
* Worse comes to worse, the paragraph about how the list is organized could be moved south of the fold. It's not quite background material like the rest of the lede. However, as this is divided into several sections, I don't think that approach works well. — Crisco 1492 (talk) 03:34, 1 March 2014 (UTC)
* I made a minor modification at diff which easily addresses the issue and now the lede is at four paragraphs. Feel free to change it, — Cirt (talk) 03:57, 1 March 2014 (UTC)
* That works, thank you. — Crisco 1492 (talk) 04:13, 1 March 2014 (UTC)
* You're most welcome, — Cirt (talk) 04:34, 1 March 2014 (UTC)
Article history
Something's up with Article History for this page, it says it was promoted, twice, for two different dates ... — Cirt (talk) 04:35, 1 March 2014 (UTC)
* Fixed. Looks like a bot added something extra. — Crisco 1492 (talk) 04:37, 1 March 2014 (UTC)
External links modified
Hello fellow Wikipedians,
I have just modified one external link on Amir Hamzah bibliography. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:
* Added archive http://www.webcitation.org/64D6W7NlP?url=http://pusatbahasa.kemdiknas.go.id/lamanv42/?q=detail_tokoh%2F661 to http://pusatbahasa.kemdiknas.go.id/lamanv42/?q=detail_tokoh%2F661
Cheers.— InternetArchiveBot (Report bug) 01:31, 4 July 2017 (UTC) | WIKI |
-- Germany’s Karstadt to Reduce 2,000 Positions Through 2014
Karstadt Warenhaus GmbH, a German
retailer, plans to reduce 2,000 positions by the end of 2014,
the company said. The cuts are to be realized primarily through early
retirements, letting temporary contracts end and voluntary
exits, the company said today in Website statement . “Karstadt must adapt its organization to make sure it
keeps competitiveness and take the necessary steps to secure
long-term success,” Chief Executive Officer Andrew Jennings
said in the statement. Stefan Nicola in Berlin at +49-30-70010-6246 or
snicola2@bloomberg.net To contact the editor responsible for this story:
Reed Landberg at
landberg@bloomberg.net | NEWS-MULTISOURCE |
John Leicester, 1st Baron de Tabley
John Leicester, 1st Baron de Tabley (4 April 1762 – 18 June 1827) was an English landowner, politician, amateur artist, and patron of the arts.
Early life
Born at Tabley House in Cheshire, 4 April 1762, he was the eldest son of Sir Peter Leicester, 4th Baronet, by his wife Catherine, coheiress of Sir William Fleming of Rydal, Westmorland. His father was a patron of Wilson, Barret, and other artists, and built the house at Tabley. The son was taught to draw by Robert Marris, Thomas Vivares, and Paul Sandby.
On the death of his father in 1770, Leicester succeeded to the baronetcy and estates, while still a small boy. He was educated at Trinity College, Cambridge, where he proceeded M. A. in 1784, and then travelled on the continent. In Italy about 1786 he met Sir Richard Colt Hoare and they spent time together France and Italy.
Politician
Leicester was elected Member of Parliament for Yarmouth, Isle of Wight, in 1791, for Heytesbury, Wiltshire, in 1796, and for Stockbridge, Hampshire, in 1807. In parliament he supported the Prince Regent and soon became one of the Prince's personal friends.
Leicester acted also as lieutenant-colonel of the Cheshire militia, and after thirteen years' service was appointed colonel of a regiment of cavalry raised for home defence. During the Napoleonic Wars he raised the regiment eventually called the Cheshire Yeomanry. In 1817, it took part in dispersing the Blanketeers in Lancashire.
Artistic and intellectual interests
Leicester promoted an English school of painting and sculpture. He collected examples of English and Scottish art in a gallery in his London house in Hill Street, Berkeley Square, and from April 1818 onwards the general public could visit his collection. With Colt Hoare and Walter Ramsden Fawkes, the patron of Turner, Leicester contributed to the expansion of patronage to artists in England. Part of his collection of pictures of the English school, of which a catalogue by William Paulet Carey was published in 1819, was sold by auction soon after his death and realised £7,466, then a gigantic sum.
In 1805-1806 Leicester assisted Sir Thomas Bernard in the foundation of the British Institution for Promoting the Fine Arts in the United Kingdom. The Annals of the Fine Arts for 1819 was dedicated to him. He was an honorary member of the Royal Irish Institution and the Royal Cork Society of Arts. Leicester was also interested in music and natural history, and late in life discussed with his friend William Jerdan an elaborate British Ichthyology. He sketched, mainly landscapes, and also painted in oils and made a set of lithographic prints from his own drawings of landscapes and natural history subjects.
Title and death
Leicester was created Baron de Tabley on 16 July 1826. He died at Tabley House on 18 June 1827.
Family
Leicester married, on 9 November 1810, she aged 16, Georgiana Maria, youngest daughter of Lieutenant-Colonel Josiah Cottin, and a noted beauty. Their son, George Warren, 2nd Baron de Tabley succeeded to the title. | WIKI |
A pho restaurant in Greenpoint, Brooklyn; a nonprofit offering culinary training to refugees; and more restaurant news.
Inventive Indian Fare Arrives in the Theater District
SAAR INDIAN BISTRO Here’s a welcome addition to theater district dining, an intimate restaurant that features a combination of Indian street food and home cooking with a contemporary twist from the executive chef, Hemant Mathur, and his wife, Surbhi Sahni, a chef who is the restaurant’s creative director. They have long been fixtures on the Indian restaurant scene in New York, including at Tulsi, which they left several years ago and is now closed. (Mr. Mathur, who was the chef with Suvir Saran at Devi, which also closed, is a partner in the restaurant group Fine Indian Dining.) The menu at the new bistro is relatively concise and inventive. Cauliflower latkes, charcoal-smoked Japanese sweet potato with tamarind chutney, milk-poached crisp lamb ribs, black pepper chicken, Kerala coconut plantain curry and the eggplant staple baingan bharta are in the savory department. Sweets from Ms. Sahni include rice custard and poached figs seasoned with garam masala, cashew kulfi (Indian ice cream) and sourdough banana fritters with exotic dipping sauces. (Opens May 25): 241 West 51st Street, 646-609-2142, saarnyc.com. | NEWS-MULTISOURCE |
Xilotepelt FC
Xilotepelt was a Nicaraguan football team. The team is based in Jinotepe.
History
The team has played in the Primera División de Nicaragua but was relegated following the 2013 Nicaraguan Clausura. In August 2013, the football association decided not to allow Xilotepelt to the second division after a merger with UCEM failed to materialise.
Notable players
Players whose name is listed in bold represented their countries while playing for Xilotepelt
* Milton Busto (2009–2011)
* Emilio Palacios (2008–2012)
Notable coaches
* Martin Mena (2009 – Jun 2010–2011)
* 🇲🇽 Abel Núñez (July 2010 – Sep 2010)
* 🇦🇷 Néstor Holwegger (Sep 2010 – Oct 2010)
* Emilio Palacios (Oct 2010 – Dec 2010)
* Miguel Ángel Palacios (Jan 2011–)
* Luis "Guicho" Díaz (2012 – July 2012)
* Martin Mena (July 2012 – December 2012)
* 🇸🇻 Angel Orellana (Jan 2013 – Feb 2013) | WIKI |
User:Biswakeshbarik1996
o love no tension be single stay happy.....jay shree Jagannath jay shree krishnaIndiaE-LearningCurrentpupil teacher at government sts. tudigadia, service 2 mankind is service 2 god at jay shree krishna associationEducationgovt. sts tudigadia, vijayanjali +2 sc. residential college, santaragadia high schoolSummaryI am biswakesh studying d.el.ed at govt. Sts. tudigadia.bls,passed vsc(2014)&santaragadia high school(2012),from-soro,balasore,756042 | WIKI |
Page:The King in Yellow (1895).djvu/302
290 clamation broke from the trio, gloomy, fore- boding, like the chorus in a Greek play.
“Rue Barrée!”
“What!” cried Selby, bewildered.
The only answer was a vague gesture from Clifford.
Two hours later, during dinner, Clifford turned to Selby and said, “You want to ask me something; I can tell by the way you fidget about.”
“Yes, I do,” he said, innocently enough; “it’s about that girl. Who is she?”
In Rowden’s smile there was pity, in Elliott’s, bitterness.
“Her name,” said Clifford solemnly, “is unknown to any one, at least,” he added with much conscientiousness, “as far as I can learn. Every fellow in the Quarter bows to her and she returns the salute gravely, but no man has ever been known to obtain more than that. Her profession, judging from her music-roll, is that of a pianist. Her residence is in a small and humble street which is kept in a perpetual process of repair by the city authorities, and from the black letters painted on the barrier which defends the street from traffic, she has taken the name by which we know her,—Rue Barrée. Mr. Rowden, in his imperfect knowledge of the French tongue, called our attention to it as Roo Barry—”
“I didn’t,” said Rowden hotly.
“And Roo Barry or Rue Barrée, is to-day an object of adoration to every rapin in the Quarter”
“We are not rapins,” corrected Elliott.
“I am not,” returned Clifford, “and I beg to call to your attention, Selby, that these two gentlemen have at various and apparently | WIKI |
Brushing
At Bakery Hill Dental, we believe that proper brushing is the cornerstone of good oral hygiene. Brushing your teeth correctly helps prevent cavities, gum disease, and bad breath, keeping your smile bright and healthy.
Why Brushing is Important
Brushing your teeth removes plaque—a sticky film of bacteria that forms on your teeth and gums. If not cleaned away, plaque can harden into tartar and lead to tooth decay and gum disease. Regular brushing is essential to:
Prevent Cavities: By removing plaque, you reduce the risk of cavities and tooth decay.
Maintain Gum Health: Brushing helps keep your gums healthy by preventing gum disease and inflammation.
Freshen Breath: Clean teeth and gums contribute to fresher breath and a cleaner mouth.
How to Brush Your Teeth Properly
Choose the Right Toothbrush: Use a toothbrush with soft bristles to avoid damaging your gums and enamel. Electric toothbrushes can be more effective at cleaning, but a manual brush works well too.
Use Fluoride Toothpaste: Fluoride helps strengthen your tooth enamel and protect against cavities. Apply a pea-sized amount of toothpaste to your brush.
Brush Twice a Day: Brush your teeth for at least two minutes, twice a day—once in the morning and once before bed. Make sure to cover all surfaces of your teeth.
Use Proper Technique: Hold your toothbrush at a 45-degree angle to your gums. Use gentle, circular motions to clean the outer, inner, and chewing surfaces of your teeth. Avoid brushing too hard, as this can damage your gums and enamel.
Don’t Forget Your Tongue: Bacteria can also accumulate on your tongue. Gently brush your tongue or use a tongue scraper to help keep your breath fresh.
Why Bakery Hill Dental Cares
At Bakery Hill Dental, we emphasize the importance of good brushing habits as part of your overall dental care routine. Our team is here to offer personalized advice and support to help you maintain optimal oral health.
Visit us today for more tips on brushing and to ensure your smile stays healthy and beautiful.
Brushing | ESSENTIALAI-STEM |
Last updated at Fri, 22 Sep 2017 19:41:54 GMT
I recently checked into github a C# library that helps allow easy communication and integration from your Mono/.NET applications.
The library follows the same Session/Manager pattern as the Nexpose library I mentioned previously in the Nexpose blog. It has support for both the core Metasploit RPC and for the Metasploit Pro RPC.
Getting started is easy. To understand a bit more the classes you have at your disposal, here are a few quick examples. First off, within the metasploitsharp namespace, you will have a MetasploitSession class, and two managers (MetasploitManager and MetasploitProManager). MetasploitManager implements core RPC methods, while MetasploitProManager inherits from MetasploitManager and implements the Pro features. You may use all three of these classes within the context of a using statement. MetasploitSession automagically logs out your session when the object is disposed at the end of its context.
using (MetasploitSession session = new MetasploitSession("metasploit", "password", "https://192.168.1.123:3790/api/1.1"))
{
using (MetasploitManager manager = new MetasploitManager(session))
{
Dictionary<object, object> response = manager.GetCoreModuleStats();
foreach (var pair in response)
Console.WriteLine(pair.Key ": " pair.Value);
}
} //session is logged out here at the end of its context, no need to manually log out.
You may also call methods directly off of the session object, and ignore the MetasploitManager completely.
using (MetasploitSession session = new MetasploitSession("metasploit", "password", "http://192.168.1.123:3790/api/1.1"))
{
Dictionary<object, object> response = session.Execute("core.stats");
foreach (var pair in response)
Console.WriteLine(pair.Key ": " pair.Value);
} //session is logged out here
Due to C# being a strongly-typed language, and Ruby being a duck-typed language, you are at the mercy of Dictionaries of objects that can be any type. I have done my best to do most of the typing behind the scenes in the MetasploitSession class, but the types in the Dictionaries that are returned vary from method call to method call, so the programmer must know what he is expecting and type accordingly on his end.
There are plenty of examples in the github repo, going over both Core and Pro API features. This library is released under a BSD license, so feel free to fork and do what you will. | ESSENTIALAI-STEM |
Page:United States Statutes at Large Volume 18 Part 2a.djvu/146
MILITIA. 141 Sec. 1208. In all cases of doubt respecting the age of any person As¤t•>l=¤rr¤~·¤¤ gppqjled or mteuded to ble enrolled in any company, the party questioned w.h°”_·... , gm prove is age to the satisfaction of the1e ionar i ‘ ‘ 3 M¤¤>l¤»1**°¤*·¢ within whose bounds he may reside. g y CO wt of mqmry 32,,*- 6»"~ 2» PP·21‘*» Sec. 12th). It shall at all times be the duty of commanding officers additional oncf companies to enroll every male who shall, from time to time, arrive f¤ll¤¤¤¤*¤· at the age of eighteen years, or who, being of the age of eighteen years, and under the age of forty-five years, except as provided in section 21 ataé, ISG2, o. twelve hundred and seven, shall come to reside within his bounds, and 83»¤·4»V-i2.1>-407- shall, without delay, notify such person of his enrollment, by a proper nou·commissioned officer, by whom such notice may be proved. GENERAL PROVISIONS OF 0RGAN1zAr10N AND DISCIPLINE. Sec. 1210. A brigade-inspector, to act as brigade major, and be com- Brigade-inspector. missioned with the rank of major, shall be appointed by the President. 203 lggwhélwgéf-, B. , V. , P. . Sec. 1211. It shall be the duty of the brigade-inspector to attend the Dutiesbrigadier-gcneral when required, to receive and execute all orders neces- 'i,§[1`_’"" sary to carry into effect the provisions of this chapter, and to attend the ` annual training of the officers, and at the several legionary and battalion musters. And he shall inspect the several battalions belonging to his. brigade, at their respective musters, and shall take an accurate account, from personal inspection, of the quality of the arms and accouterments, and whether the same are lit or unfit for service, and shall ascertain with precision the bores of muskets. Sec. 1212. The brigade-inspector shall make annual returns in the Annual returns. month of June, of each year, of the state of the militia of the brigade to Q; which he belongs, to the commanding officer of the brigade, to be by ` him reported to the President; and upon refusal or neglect he shall be subject to a iinc of thirty dollars, unless he can make a reasonable excuse to the commanding officer of the brigade. Sec. 1213. The lieutenant.-colonel commandants are authorized to Legicuary stan'. appoint a legionary staff, to consist of one adjutant, one quartermaster, Y; and one paymastcr, to be taken from the officers of the line; and one surgeon and one surgeon’s mate, and also one sergeantmajor, one quartermaster’s sergeant, one drum-major, and one nfe-major, which appointments shall be evidenced by warrants under the hand of the lieutenantcolonel commandant. Sec. 1214. It shall be the duty of the adjntant to attend and execute Duty otodjutont. the orders of the commanding officer of his legion, necessary to carry Qt into elfect the provisions of this chapter, "and to attend the legionary and battalion musters, as also the meeting of the officers within his legion, and upon refusal or neglect, he shall be subject to a. hue not exceeding nlteeu dollars, nor less than five dollars, at the discretion of the legionary court of inquiry, unless he can make a reasonable excuse to the commanding officer of his legion; and it shall further be the duty_of the adjutant to assist generally in the necessary training of the militia. SEo. 1215. The adjutant and the brigade-inspector shall severally be Compensation of allowed such compensation as the legiouary courts of inquiry may, from ¥::g;$*°' *****1 °d‘ time to time, think reasonable, to be paid out of the funds arising from lines. ¤ .. Sec. 1216. The brigadier-generals are authorized to employ some (fgmmnuication person within their respective districts, to convey allorders from them ‘fj’__;°’_j;___ to the commanding officers of corps respecting the militia of the District. Ibid.,s.26,p.224. And such person shall be exempt from all other militia duty, and shall receive such compensation as the legionary court of inquiry, in which district such orders may, from time to time,be delivered, shall think proper, on his producing to the court a certificate of his having discharged said services. . Sec. 1217. Each captain or commanding officer of a company shall sk£l]<;¤(·:£cl;*r;¤*°‘ appoint to his company four sergeants, four corporals, a drummer, and ____+;... tilcr, to be approved of by the commanding oiilcer of his battalion; the Ibid.,s.13, p. 220. | WIKI |
fire protection services
How to Reduce The Number Of Unnecessary Emergency Calls With A Fire Indicator Panel
fire protection services
Sometimes, that morning toast or the birthday candles in your workmates birthday cake are enough to set off the fire alarm, making your heart skip a beat or two and leaving you red faced! On other occasions, a false alarm might be the work of a vandal, looking to create a diversion or cause chaos.
Regardless of how the false alarm arises, it is important to know how detrimental it can be to the emergency services, with unnecessary calls or false alarms diverting attention and resources away from genuine emergencies.
What is a Fire Indicator Panel?
A Fire Indicator Panel is the brain of the fire alarm system, receiving information from the fire alarm system and taking action accordingly.
If an emergency is established, such as a fire, the fire panel may produce an audible and visible alarm throughout the building to warn of a fire.
In the case it was a false alarm, the fire panel can withhold this warning from being broadcast throughout your workplace, in turn reducing the number of false alarms sent to the emergency services.
So how exactly do fire panels reduce the number of calls to the fire brigade and how can building managers work to reduce false alarms?
Fire Panels Delay Nuisance Alarms
In New South Wales alone, Fire and Rescue NSW responded to approximately 48,000 alerts from automatic fire alarm systems in 2015, with 97% of the alarms being false or unwanted.
In occupied buildings where there is a trained fire warden, it may be possible to activate a delay in your fire panel, which allows for manual investigation of the cause. This means that the pesky burnt toast or steam cleaning of carpets can be noted as the fire alarm activator and the fire warden can turn off the alarm before emergency services are engaged.
In the case that there is a fire, the fire warden can return to the fire panel and cancel the delay, alerting emergency services and setting off the alarm system throughout the building.
At times where the building is unoccupied, these delays can be turned off, ensuring that any emergency is attended to as soon as possible by emergency services, rather than relying on a fire warden to check the building first.
TIP: Know Where Smoke Alarms are Positioned
This might seem like a no brainer, but it isn’t a great idea to have a smoke alarm in a kitchen or bathroom area where ventilation is poor or insufficient.
Reduce the number of false alarms by having your smoke alarms professionally fitted by a qualified, professional company, like Fire Safe ANZ, who can determine the best positions for your smoke detectors.
Alert Occupants without Alerting Emergency Services
Fire panels can produce a number of different warning signals to alert building occupants of a potential threat.
The fire panel can set off an initial warning sound to alert building occupants to stand by for further instructions.
This initial warning is enough to alert fire wardens of a potential threat, allowing them to investigate the cause of the alarm and escalate the warning to an evacuation tone if required.
Much like the delay feature of the fire panel, this initial alarm ensures that an emergency isn’t falsely declared before someone has had a chance to investigate.
Fire Indicator Panels from Fire Safe ANZ
False alarms that result in a call out from fire and emergency services also come with a hefty bill, so it is in your best interest to avoid them at all costs.
Fire Safe ANZ can install, test and maintain fire panels that meet Australian Standards and are customised to the intricacies of your workplace.
Since 2002, Fire Safe ANZ has been committed to providing fire protection services, safety and training to happy clients across Australia and New Zealand.
Contact Fire Safe ANZ today to bring your fire panel up to standard and find peace of mind knowing that you are in safe hands with Fire Safe ANZ. | ESSENTIALAI-STEM |
How to create dynamic, responsive image slider with PHP, mysqli, bootstrap and jQuery ?
Description :- In this lesson I’m gonna provide the code from which you guys can easily make fully Dynamic Carousel Silder from which you’ll fetch image name from database and images from your img folder.
Establishing Database:-
Now, I know that you all guys know how to create new database and name it slider after this create new table and name it images and make 2 rows
(i) id
(ii) img
And then insert your image name with extension into the img row .
Now follow some simple steps for setting up everything which we need for this lesson:-
1. Download the bootstrap
2. Download jquery file from jquery.com
2. Create a new folder and rename it as img and put some images in it.
3. Create a new folder and rename it as css and make app.css in the css folder
4. Create an index.php file
5. Create config.php file (the connection file to our database)
1. config.php (the connection file)
<?php
$con = mysqli_connect("localhost","root","","slider");
if(mysqli_errno($con))
{
echo mysqli_error();
}
?>
2. index.php (the file where your silder code lives with some jquery lines)
There are some problems with wordpress text editor so I’m providing pdf of index.php copy from pdf and make index.php
Copy code from this link
3. app.css (lives in css folder)
.
a.carousel-control {
opacity: 1;
height: inherit;
width: inherit;
background: none;
text-shadow: none;
}
.prevSlide
{
color: #f5f5f5;
font-size: 2em;
position: absolute;
top: 50%;
left: 0;
background-color:rgba(0,0,0,0.5);
transform: translate(0,-50%);
padding: 0 10px;
}
.prevSlide:hover
{
color:rgba(247,148,30,1);
background-color:rgba(0,0,0,0.8);
}
.nextSlide
{
color: #f5f5f5;
font-size: 2em;
position: absolute;
top: 50%;
right: 0;
background-color:rgba(0,0,0,0.5);
transform: translate(0,-50%);
padding: 0 10px;
}
.nextSlide:hover
{
color:rgba(247,148,30,1);
background-color:rgba(0,0,0,0.8);
}
*Note:- My final product screenshot is this except the images in the slider you will get the same result.
Thanks 🙂
slider
index
Advertisements | ESSENTIALAI-STEM |
User:Paril
Hello.
I'm Paril Aughven Kalashnikov. Not my real name ofcourse.
Anyway, just for short, I'm the project head of such mods as StroggDM, and freeware games such as Q2PS (Quake2 Pro Skater). I have also recently been helping Fredrick with Action Quake LTK bot.
Paril's Projects | WIKI |
User:Antisocialblonde
My name is Felicia and I am from Sweden. This page is for a university class project. Antisocialblonde (talk) 16:53, 26 February 2019 (UTC) | WIKI |
Research
We have two directions in nanofabrication - two-photon nanolithography and laser interference lithography.
Autocorrelation part of the set-up divides the input pulse into two identical replicas, and then one of them goes through a variable delay line. Afterwards both pulse replicas are set parallel and then focused into the same spot of the nonlinear crystal of BBO. As a result, second harmonic is produced along the bisector of the angle between fundamental pulses. The measured signal is the intensity of second harmonic at the dc and photoelastic modulator frequency vs. time delay.
Optical metamaterials represent specially designed structures, which possess optical properties not observable for ordinary bulk medium. Due to special geometry of meta-atoms their optical response can lead to curious phenomena like optical magnetism or negative refractive index. It was shown recently that depending on their unique properties metamaterials can be used for creating so called superlenses, optical cloaking and all-optical switching.
Surface plasmon-polaritons (SPPs) is a collective oscillation of light and electrons that propagate at the boundary between metal and dielectric. The lifetime of such excitations can vary from few femtoseconds till picoseconds in the optical range of spectrum. Since the development of femtosecond lasers became possible to study and to use this ultrafast processes in devices and applications.
Research joined under the name “Nanophotonics of surface states in photonic crystals”, carried out in the laboratory, are aimed to the study of properties of surface electromagnetic waves (SEWs), Tamm plasmon polaritons (TPPs), guided modes, which arise inside or at the surface of photonic crystals.
Optical tweezers is the most convenient and widespread technique for spatial localization and manipulation of particles with dimensions of a few microns or less. To date, optical tweezers have developed into a powerful tool in atom optics, statistical physics, molecular biology, biochemistry, and biophysics. | ESSENTIALAI-STEM |
Wikipedia:Miscellany for deletion/User:Imabhiaman33
__NOINDEX__
The result of the discussion was: U5'd. ♠PMC♠ (talk) 20:56, 2 September 2017 (UTC)
User:Imabhiaman33
Not a social network. User who just come here for self promotion get their stuff deleted. Zaccarias (talk) 08:08, 2 September 2017 (UTC)
| WIKI |
David Penny
Edward David Penny (28 September 1938 – 20 May 2024) was a New Zealand theoretical and evolutionary biologist. He researched the nature of evolutionary transformations, and published widely in the fields of phylogenetic tree, genetics and evolutionary biology. Penny's contributions to science have been recognised with several awards and honours, and acceptance into the National Academy of Sciences.
Education and career
Born in Taumarunui, Penny was educated at New Plymouth Boys' High School, before gaining undergraduate degrees in botany and chemistry at the University of Canterbury. He completed his PhD in botany at Yale University in 1965 and later worked as a postdoctoral researcher at McMaster University. He returned to New Zealand in 1966 and joined the staff at Massey University, within the Department of Plant Biology, School of Biological Sciences, Institute for Molecular BioSciences, and Institute of Fundamental Sciences and in 2005 Penny was named a distinguished professor. From 2002 to 2010, Penny co-led the Allan Wilson Centre, one of the original New Zealand Centres of Research Excellence, hosted at Massey University. Until it closed in 2015, the centre had a focus on researching the evolution and ecology of New Zealand and Pacific plant and animal life. On his retirement in 2017, Penny was accorded the title of professor emeritus by Massey University.
Selected research
Penny's research has focused on theoretical biology, molecular evolution, human evolution, and the history of science.
Early work
In the 1970s, Penny looked into how genetic information on all forms of life could be used to investigate questions such as the origin of life, the occurrence of evolution and the relationship between species and communities. He helped to develop "mathematical techniques and computer programmes to analyse DNA sequences and construct evolutionary trees...[developing]... new insights that support the idea that humans evolved in and then migrated from Africa and that the first forms of life were based on the simpler RNA molecule rather than DNA". In 1998 he co-authored a paper providing compelling DNA-based evidence that the Māori migration to New Zealand included between 50 and 100 females, a finding noted by the authors as "entirely consistent with Māori oral history as well as the results of recent canoe voyages recreating early trans-oceanic voyages".
Phylogenetic trees
It has been said that the paper Construction of Phylogenetic Trees (1967) was what first made Penny interested in tracing the process of evolution. One of the authors of that paper, Walter Fitch, reflected in 1988 that the inspiration for their 1967 research was to develop a computer programme that would break the genetic code and develop a "molecular paleontological record in proteins and nucleic acid". Penny's early research challenged the theories of evolution at the time. In looking to clarify a sound basis of classification, in 1982 he entered the controversy about whether relationships between organisms should be expressed in "evolutionary terms, or on clusters based on overall similarity", and concluded that retaining the original data supported sound classification.
Penny was involved in research teams that explored tree building methods. In 1985, he collaborated on work that evaluated the reliability of these, and the research paper concluded that there needed to be a balance between the traditional approach of "weighting the characters" and a computer-based approach utilizing the growing awareness of numerical taxonomy. Another paper in 1992, while noting at times the conventional methods were reliable, also presented a new approach. This was known as LogDet and according to the authors of the paper, "[allowed] tree-selection methods to consistently recover the correct tree when sequences evolve under simple asymmetric models...produce sequences of different nucleotide compositions...and are more realistic than most standard models". In 1993 he co-authored a research paper that took the position progress was being made with methods for evolutionary trees. In the Abstract, the authors explained the signals of macromolecules from a common history and clarified the intention of the research as being to discuss methods that were "efficient (fast), consistent, powerful, robust, and falsifiable", for inferring evolutionary trees from these patterns or signals. The paper concluded that most methods of tree inference needed corrections, but "the recognition that methods may be both efficient and consistent [was] also useful".
Evolution of eukaryotes
A paper co-authored by Penny in 2006, challenged the prevailing view at the time that eukaryotes had evolved by genome fusion between archaea and bacteria, suggesting they "were more likely to have been reduced by sequence loss and cellular simplification after the possible emergence of a predatory eukaryote. This research was significant because it suggested that modern eukaryote and prokaryote cells had long followed separate evolutionary trajectories, confirming "that evolution does not proceed monotonically from the simpler to the more complex". Penny told NBC News the results may been surprising to some, but stressed that there was little evidence of the fusion theory explaining "the special genetic and cellular features of the eukaryotes". He suggested it was an example of evolution being "backwards, sideways and occasionally forward". A group of international scientists disputed the findings in the 2006 paper. They claimed the writers had "delivered biased opinions" that presented "an introns-early (and eukaryotes-first) view of early evolution that was current in 1980 and that was shown by conventional scientific criteria to be untenable over a decade ago". In the same journal, Penny et al. responded that new information from cellular and molecular genomics provided previously unavailable information on eukaryote origins. They agreed it was "still premature to decide between introns first, early, or late...nevertheless, our primary conclusion is that there is good progress on understanding the complexity of the ancestral eukaryote cell".
Penny was also part of a research team that explored theories for eukaryote origins and noted some of these ignore life history and ecological principles, and it was necessary to challenge predictions there was a long period in early life with no predators. The authors concluded that their results were "consistent with the expectation that the ability to gain energy via engulfment of other unicells evolved early during evolution...thus from first principles, it is unlikely that there ever was an extended period (1–3 billion years) when there were no predators that lived by engulfing smaller cells". This had implications when considering the most likely time that eukaryotes emerged, and challenged the view that these cells arose sometime between 9.85 ~ 2.75 billion years ago. From the starting point that phagocytotic predators were almost exclusively eukaryotic, the paper maintained that these existed earlier in evolution.
Bird evolution
After working as a member of a team researching bird evolution in 2008, Penny co-authored the paper of the work which confirmed there were problems in this area for evolutionary biologists. The writers said it was partly due to scientists being mislead by "convergence of morphology...[and]...problems and phylogenies based on short DNA sequences". The paper further attempted to resolve issues around "the relationships between clades and the timing of the evolution of birds", and based on the phylogenetic data, concluded that "seven Metave species do not share a common evolutionary history within the Neoaves". Resolution of controversies around the understanding of the evolutionary relationship between modern birds due to this polytomy at the base of the Neonaves, is the focus of later research in which Penny participated. New developments suggested in this paper included reducing noise level and more accurate use of formulae to find predefined groupings in the optimal tree. Significantly, the research reported the existence of nine new mitochondrial genomes [which] "support a major diversification of at least 12 neoavian lineages in the Late Cretaceous". Penny has also been involved in 2010 research that suggested some ratites nested and therefore had previously flown. One example, the extinct moa, closely related to the tinamou breed of birds from South America, according to Penny may have flown or "was blown, to New Zealand via Antarctica before it froze over".
Origin of land plants
A paper co-authored by Penny in 1995, noted that more genomic data was needed to "establish and clarify evolutionary relationships...to accurately estimate phylogenetic trees...[for]...the origin of land plants as a prerequisite for understanding the transition from the aquatic to the terrestrial habitat of plants". The paper challenged the view that variability between gene trees from different nuclear genes could lead to a conclusion of a 'supergene' tree, and suggested high levels of variability (hererogeniety) of gene trees needed to be incorporated in research into the origin of land plants. The conclusion was that research indicated the "coalescent method across different subsets of data consistently suggested that the ancestors of Zygnematales are the closest relatives of land plants". Penny was part of a team, that in 2013 continued investigating the relationship between green algae and the evolution of land plants. A paper on the research, co-authored by Penny, concluded that after analysing a chloroplast genome data set, "Zygnematales alone, or a clade consisting of Coleochaetales plus Zygnematales, [are] the closest living relatives of land plants".
Viruses
In 1989 a team involving Penny used the science of evolutionary trees to analyse sequences from the H1 strand of human viruses and concluded their findings were "in agreement with the biological (evolutionary) model". By 2006 researchers, including Penny, had described the molecular epidemiology of respiratory syncytial virus (RSV), providing key information to aid RSV vaccine design and the development of novel treatment strategies. The frequency of Hepatitis C virus in the Western Pacific islands was tested in 2013, and the paper, co-authored by Penny, put forward a hypothesis that "genotypes 1 and/or 4 [were] circulating in South Pacific Island people and that these peoples [were] genetically predisposed to be more likely to spontaneous resolve HCV infection than to become chronic carriers". However the researchers suggested that "the prevalence and preponderance of HCV [made] it a global health problem and accurate epidemiological data must underpin any effort to prevent transmission and control the virus".
Views on the theory of evolution
Penny told Kim Hill on RNZ in 2008, any model that couldn't be tested was not of "much use", and a paper he co-authored in 1982 considered claims by Karl Popper that "Darwinism [was] not a testable scientific theory". The study attempted to test the theory of evolution by comparing phylogenetic trees, taking a scientific position presenting a programme that theoretically could refute evolutionary trees even existed. It concluded that because it was a "falsifiable hypothesis", it did meet the criteria for scientific theories and could support the theory of evolution, while not considering the mechanics of evolution. In 1986, Penny and Michael Hendy wrote a chapter in the book The Fascination of Statistics. They reconsidered the assertion by Karl Popper that the theory of evolution could not be tested as a scientific theory because of the difficulties in making predictions about past events, and concluded that "statistics can be used to make tests about unique events that occurred in the past". This debate was to be a continuing theme in Penny's work. He participated in research in 1991 that aimed to determine, without ambiguity, if evolutionary theory could meet Popper's criteria for the demarcation of science. The work found, by comparing trees from the same taxa but from "different data sets", what the writers concluded showed that the theory of a single sequence being sufficient to reconstruct a whole history of life, remained the "Myth of a Universal Tree". In 2003, he co-authored a paper that acknowledged proving the theory of evolution posed difficulties, but noted, "the issues surrounding the testability of evolutionary theory are solvable by better science...[seldom with]...one definitive test...[more likely with]..specific tests to lead to testable predictions".
Penny said that what has become known as the tree of life, is biblical in origin and not a phrase first used by Darwin, although he did describe it as a 'useful simile'. Penny contended that instead of using the tree of life concept, Darwin referred to his theory as 'descent with modification', which may have included the idea of an evolutionary tree but was technically more about cycles resulting from "hybridisation, endosymbiotic gene transfer, lateral gene transfer, recombination, lineage sorting, the complexities of genealogical relationships...[emphasising, for example]...the continuity between populations, subspecies, and sibling species".
Associations
Penny was the president of the New Zealand Association of Scientists between 1989 and 1991.
Death
Penny died in Palmerston North on 20 May 2024, at the age of 85.
Honours and awards
In 1990, Penny was elected a Fellow of the Royal Society of New Zealand. He was awarded the Marsden Medal in 2000, for outstanding service to science in New Zealand and internationally where he had extensive recognition and networks of collaborators, being acknowledged for "Associate Fellowships at Merton College, Oxford, and Darwin College Cambridge and as Past President of the Society for Molecular Biology and Evolution".
In 2004, Penny received the Rutherford Medal for contributions to theoretical biology, molecular evolution and the analysis of DNA.
Penny was appointed a Companion of the New Zealand Order of Merit in the 2006 New Year Honours, for services to science. The 2007 annual report of the Institute of Molecular Biosciences noted that this award recognised "those persons who in any field of endeavour, have rendered meritorious service to the Crown and nation or who have become distinguished by their eminence, talents, contributions or other merits".
In 2018, Penny became the third New Zealander to be named a National Academy of Sciences foreign associate.
Penny's contributions to science have been widely acknowledged by academic contemporaries. Peter Lockhart from Massey University said that Penny had made a "lifelong and lasting contribution to the study of molecular evolution...[and]...his work is characterised by great curiosity, intuition and a capacity to cross disciplines. In particular he has repeatedly demonstrated an uncanny ability to recognise innovative solutions to problems and to see proofs that mathematicians would eventually discover". Mike Steel, of the University of Canterbury, wrote in a tribute article in the New Zealand Science Review in 2009, that "Penny's formula [remained] the most remarkable closed-form expression for any class of phylogenetic trees in evolutionary biology".
Further publications
* Evolution Now (2017). This book by Penny has been described as "presenting an historical view of evolution...[calling for]...a 'true respect' for scientific knowledge". Another reviewer began by noting Penny as a "doyen of New Zealand science, an internationally recognised, highly awarded and highly cited, theoretical and molecular biologist who has had a life-long fascination with evolution". The review concluded that the book was an "enlightening and entertaining tour through the thinking of one of New Zealand's great evolutionary scientists....[and]...lays out key steps along the path to our modern understanding of evolution, looks at some big picture stories that are emerging in the field and identifies major questions that remain".
* Cooperation and selfishness both occur during molecular evolution (2014). This article by Penny challenged the notion of a 'selfish gene' in evolutionary theory and made the case that "at the macromolecular level of genes and proteins the cooperative aspect of evolution [was] more obvious...[because]...thousands of proteins must function together in an integrated manner to use and to produce the many molecules necessary for a functioning cell". In his review of the article, Bill Martin from the University of Duesseldorf, Germany said that while Penny's conclusions were "not new...the essay [was] a worthwhile contribution to the record". Another reviewer, Anthony Poole, University of Canterbury, said the manuscript was a timely update and rethink of the idea. He suggested further points for discussion included examining work done that showed "cooperativity can happen at a higher level even if there [was] competition between individuals at a lower level" and how compartmentalisation can avoid falling into ascribing agency. Penny responded and agreed with expanding the discussion, and noted that some of the examples given by Poole showing interactions between organisms were useful.
* Our Relative Genetics (2004). Penny wrote this journal article as a discussion of research that had been done by others into whether the genomic sequence of the chimpanzee could provide information about how the genetic constitution of people may have arisen as microevolution with a focus on the actual genes rather than gene regulation. He concluded that if there was a "genetic continuum between us and our ancestors and the great apes...[then]...these processes [were] genetically sufficient to fully account for human uniqueness — and that would be my candidate for the top scientific problem solved in the first decade of the new millennium". | WIKI |
Stryker: Prospering with Predictable Growth
Chuck Carnevale submits:
Background
Stryker ( SYK ) based in Kalamazoo, Michigan has produced one of the most consistent strings of earnings growth since 1991 of any publicly traded company. Stryker is a leading manufacturer of medical devices, primarily in orthopedics. In 2008 Orthopedic implants for hip, knee, shoulder and spine, as well as trauma related products and bone cement made up 59% of sales. Their medical and surgical equipment unit represents the remaining 41%.
Due to the demographic opportunity provided by an aging world population, Stryker has prospered. Figure 1 below plots the earnings per share of Stryker since 1991 multiplied by their earnings growth rate of 22.1%.
Fig. 1. SYK 20yr EPS growth
In the long run, which we define as at least a business cycle (3-5 years), earnings determine market price. Decades of research on thousands of publicly traded companies allows us to confidently state that the rate of change of earnings growth over time will closely correlate to shareholder returns. This holds true as long as valuations are aligned with earnings. If a company is purchased at a high or excessive valuation, future returns will be lessened. If a company is purchased at a low starting valuation, future returns will be enhanced.
In Figure 2 below we overlay monthly closing stock prices (black line) on top of earnings (green line with white triangles) since 1991. Note how stock price aligned with earnings in the beginning, but ended below earnings. Therefore, based on historical valuations, Stryker is undervalued today.
Fig. 2. SYK 20yr correlation of EPS growth to price
From the above price to earnings correlated graph we would surmise that Stryker shareholder returns over the period to be modestly below their 22.1% growth rate due to low ending valuation. Figure 3 illustrates shareholder returns that match Figure 2. Stryker shareholders earned returns that correlated to earnings performance adjusted for valuation.
Fig. 3. SYK 20yr dividend and price performance
Historical graphs like those above validate the functional relationship between earnings and returns. Therefore, the true investor is ultimately purchasing future earnings. They buy a dollar's worth of earnings today that they expect to grow into two dollars' worth of earnings in future time.
The principle of compounding dictates how long it will take for the double to occur. This is why the velocity, or rate of change of earnings growth is so important. Since the market will always capitalize earnings, it's only logical that the more future earnings you accumulate the more future value you build.
The Key
Therefore, in our opinion the key to successful long-term investing is forecasting future earnings. It is our contention that it is significantly easier to forecast the earnings power of a business than it is to forecast the stock market. Admittedly neither can be done with perfect precision. However, evaluating a business and its future operating prospects is by far the easier task.
Forecasting Stryker's Future Earnings
We feel that companies with great track records of operating superiority are a logical place to mine for prospective investment candidates. In other words, companies with superior histories are likely to produce similar future results. You don't become an industry leader by accident. Furthermore, companies with great histories tend to possess attributes and financial strengths that should produce rewarding future results as well. In our opinion, Stryker quintessentially meets these standards.
Stryker has $3 billion of cash and no debt on their balance sheet and generates strong ongoing operating cash flows. Management has indicated a desire to focus on small acquisitions in specific technologies to augment growth. There are at least three purchases they are currently in discussions with. Stryker easily possesses the resources to fund these acquisitions with little strain on their balance sheet.
As a case in point, on November 30, 2009 Stryker purchased privately held Ascent Healthcare Solutions, Inc., the market leader in the reprocessing and remanufacturing of medical devices in the U.S. This purchase was a $525 million all-cash-transaction that allows Stryker to offer an enhanced value proposition to hospitals and healthcare providers. Under today's austere environment this should be an attractive growth driver and is expected to be neutral to 2010 earnings per share and accretive thereafter.
Share Repurchase & Dividend Increase
Notwithstanding this acquisition, Stryker announced on 12/03/09 that their board of directors authorized a $750 million share repurchase program and a $0.15 per share quarterly dividend. This represents a material change in dividend policy from an annual payment declared at its annual meeting to a regular quarterly schedule. This indicates that Stryker's management and board are confident in their ability to pursue accretive investments while simultaneously returning capital to shareholders through share repurchases and dividends.
Overcoming Negatives
As a result of four warning letters from the FDA after facility inspections, Stryker has undertaken an aggressive compliance initiative. Thanks to their strong cash position, they have applied approximately $200 million addressing quality control at all of their facilities. The biotech warning letter was recently resolved after a successful FDA re-inspection. We expect the other three to be lifted as well, and that Stryker will continue a strong compliance resolve.
Stryker's orthopedic business, although slower than normal, has remained healthy right through the recession. Their Medical Surgical group, however, has experienced a modest single-digit decline. Although Stryker management indicated that they felt the capital spending cycle is bottoming, current analysts' estimates reflect an overly conservative outlook for 2010 and beyond.
Our November 30, 2009, Standard & Poor's reported that RBC Capital issued an upgrade on Stryker:
We agree with Mr. Novarro's assessment.
Figure 4 below depicts a forecasting graph based on a consensus of 11.7% five-year growth rate as reported by 25 leading analysts to Zacks. At consensus, Stryker appears to be fairly valued.
Fig. 4. SYK forecast using Zacks consensus estimates
In Figure 5 below we depict a forecasting graph based on an Argus research report dated October 26, 2009 and our conviction. This higher estimate assumes that both the Orthopedic and MedSurg businesses accelerate based on pent-up demand and demographic forces. This forecast is also in line with Stryker's actual growth since calendar 2000 of 20.8%. (Figure 6 below.)
Fig. 5. SYK forecast using Argus/EDMP estimates
Since calendar year 2000, Figure 6 illustrates that Stryker has continued to achieve historical average growth above 20% through this period which includes the last two recessions of 2001 and 2008.
Fig. 6. SYK 11yr correlation of EPS growth to price
Conclusion
We believe Stryker is a high quality growth stock with healthy financial strength and a bright future. Their diversified product offerings, strong commitment to research and development and worldwide demographic opportunities position them for above average future growth. The final resolution of regulatory overhangs should be an added plus to valuation. Finally, the recently initiated regular quality dividend should grow in sync with future earnings growth.
Disclosure: Long SYK at time of writing
See also Human Genome Sciences Looks Ready to Break Out on seekingalpha.com
The views and opinions expressed herein are the views and opinions of the author and do not necessarily reflect those of Nasdaq, Inc.
The views and opinions expressed herein are the views and opinions of the author and do not necessarily reflect those of Nasdaq, Inc. | NEWS-MULTISOURCE |
Add-VSOpsWorksInstanceEbsBlockDevice
Add-VSOpsWorksInstanceEbsBlockDevice
SYNOPSIS
Adds an AWS::OpsWorks::Instance.EbsBlockDevice resource property to the template. Describes an Amazon EBS volume. This data type maps directly to the Amazon EC2 EbsBlockDevice: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_EbsBlockDevice.html data type.
SYNTAX
Add-VSOpsWorksInstanceEbsBlockDevice [[-DeleteOnTermination] <Object>] [[-Iops] <Object>]
[[-SnapshotId] <Object>] [[-VolumeSize] <Object>] [[-VolumeType] <Object>] [<CommonParameters>]
DESCRIPTION
Adds an AWS::OpsWorks::Instance.EbsBlockDevice resource property to the template. Describes an Amazon EBS volume. This data type maps directly to the Amazon EC2 EbsBlockDevice: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_EbsBlockDevice.html data type.
PARAMETERS
-DeleteOnTermination
Whether the volume is deleted on instance termination.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-instance-ebsblockdevice.html#cfn-opsworks-instance-ebsblockdevice-deleteontermination PrimitiveType: Boolean UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Iops
The number of I/O operations per second IOPS that the volume supports. For more information, see EbsBlockDevice: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_EbsBlockDevice.html.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-instance-ebsblockdevice.html#cfn-opsworks-instance-ebsblockdevice-iops PrimitiveType: Integer UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-SnapshotId
The snapshot ID.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-instance-ebsblockdevice.html#cfn-opsworks-instance-ebsblockdevice-snapshotid PrimitiveType: String UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-VolumeSize
The volume size, in GiB. For more information, see EbsBlockDevice: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_EbsBlockDevice.html.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-instance-ebsblockdevice.html#cfn-opsworks-instance-ebsblockdevice-volumesize PrimitiveType: Integer UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-VolumeType
The volume type. gp2 for General Purpose SSD volumes, io1 for Provisioned IOPS SSD volumes, st1 for Throughput Optimized hard disk drives HDD, sc1 for Cold HDD,and standard for Magnetic volumes. If you specify the io1 volume type, you must also specify a value for the Iops attribute. The maximum ratio of provisioned IOPS to requested volume size in GiB is 50:1. AWS uses the default volume size in GiB specified in the AMI attributes to set IOPS to 50 x volume size.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-instance-ebsblockdevice.html#cfn-opsworks-instance-ebsblockdevice-volumetype PrimitiveType: String UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
Vaporshell.Resource.OpsWorks.Instance.EbsBlockDevice
NOTES
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-instance-ebsblockdevice.html | ESSENTIALAI-STEM |
Page:Historic towns of the southern states (1900).djvu/344
its beautiful streets and Colonial parks, even now he can easily recall the conditions of that February morning in 1732, when "the odor of the jessamine mingled with the balm of the pine," and the palmetto and magnolia threw their shade across the sandy bluff.
Hon. P. W. Meldrim, Mayor of Savannah, in a tribute to his city in a recent address, called attention to the fact that the very name of Savannah's streets, "State," "Congress," "President," are full of patriotic suggestions, telling the story of the Revolutionary struggle. Other avenues bear the historic names of Montgomery, Perry, and McDonough, while the wards have been labeled Washington, Warren, Franklin and Greene.
"Every spot is hallowed. Where the Vernon River flows by Beaulieu, the dashing D'Estaing landed to make his attack with the allied forces of Savannah. Hard by is Bethesda, 'House of Mercy,' where Jew, Protestant and Roman Catholic united in founding Georgia's noblest charity. There it was that Wesley sang his inspired songs and Whitefield with his eloquence thrilled the world. On the river is the grove where General Greene lived and died, and Whitney wrought from his fertile brain the wonderful invention which revolutionized commerce. Near at hand, almost sunk into oblivion, is the spring made historic by the daring of Jasper and Newton. There stands Savannah's pride, her Academy of | WIKI |
File:Tree diagram of possessor-raising, movement from SpecDP to SpecVP.jpeg
Summary
This diagram is adapted from Landau, I. (1999). Possessor raising and the structure of VP. Lingua, 107(1), p.10
* Other information: | WIKI |
Portal:United States Court of Appeals for the Eleventh Circuit
Published Opinions
* Estate of Martin Luther King, Jr., Inc. v. CBS, Inc., 194 F.3d 1211 (11th Cir. 1999)
* Schiavo ex rel. Schindler v. Schiavo, 403 F.3d 1223 (11th Cir. 2005)
Unpublished Orders
* Divine Light Mission v. Katz, 688 F.2d 851 (11th Cir. 1982) (table)
* Divine Light Mission v. Katz, 691 F.2d 512 (11th Cir. 1982) (table)
* Bishop v. Aronov, 926 F.2d 1066 (11th Cir. 1991)
* Hovind v. Commissioner of IRS, 228 Fed. Appx. 966 (11th Cir. 2007)
* Kent Hovind's Eleventh Circuit Court Criminal Appeal, 305 Fed. Appx. 615 (2008) | WIKI |
Throughout the book To Kill A Mockingbird Jem changes from a young twelve year old boy to more of an adult figure. Harper Lee shows Jem changing emotionally, mentally and socially. Throughout the book Jem starts to grow out of playing with Scout. He begins to look up to different people and he starts to realize how discriminating his community really is, learning that people should not be judged by what you hear and see. Events such as Tom Robinson’s trial have a big impact on Jem and his change.
Jem changes emotionally throughout the book.
He starts to go with what he feels in his gut, and begins to grow apart from Scout and Dill becoming more like his father. Jem’s first emotional change was when Mrs Dubose died. Mrs Dubose always taught Jem to be determined and preserving and after reading to her Jem became “moody and inconsistent” also Jem became more stereotypical and wanted Scout to be “more like a girl”.
At the beggining of the book he doesn’t quite know about the world and people but near the end he understands people’s motivations and prejudices a bit better. Jem starts to think like an adult as he gets older in the book.
Throughout the book he develops a mind more like his father’s. Atticus teaches Jem “Remember it’s a sin to kill a mockingbird. ”he later on applies this to the situation where Scout wants to kill the Roli poly bug be he tells her not to.
Jem starts to think back to both the Tom Robinson Trial and what his father said to him and realize it isn’t fair to be punished for nothing. “So that’s what you were doing, wasn’t it? ” “Makin’ fun of him? ” “’No,” said Atticus, “Putting his life’s history on display for the edification of the neighborhood. ” Jem seemed to swell a little. “I didn’t say we were doin’ that, I didn’t say it! Atticus grinned dryly. “You just told me,” he said. “You stop this nonsense right now, every one of you. ”.
At the beginning of the book Jem is childish and is eager to find out what Boo Radley is like so he goes out of his way to try and communicate with him or somehow get in contact with him. He does this by sneaking around his house and trying to give him a note through his window. In the start of the book Jem doesn’t realize why Boo Radley stays in his house but after the Tom Robinson trial he knows that its because he wants to. He understands that Boo isn’t a bad person but because of the community they live in he is portrayed as one.
Jem changes socially throughout the book. For example, at the beginning of the book, Scout and Jem are best of friends. In the first summer that Dill came they played together every day. Later, in the middle of the book, Jem starts to mature and stray from Scout. Scout describes the way he acted towards her, “Jem was twelve. He was difficult to live with, inconsistent, moody,”. She goes on to say she cannot understand why he has changed so much. He starts to impose rules on her and tells her to be more of a girl. Scout thought about how just a month ago they were having fun and wrestling like two boys.
Later Jem changes again, but this time he starts to become best friends with Scout again. For instance, Scout gets laughed at when she messes up the play, but Jem comforts her and tells her it is okay. There are many things that affect the ways that Jem matures. There are people, events and lessons that are taught, his family and friends, where he lives, and his age. His morals, ideas and intelligence are always growing and changing. He learns to understand and accept people the way they are and even though the story is told from Scout’s point of view and is mainly not about Jem, The reader gets to watch Jem’s maturation throughout the book. | FINEWEB-EDU |
blob: be17196c805f80e39461c91fa47e69947fd8a390 [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/services/media_gallery_util/video_thumbnail_parser.h"
#include <utility>
#include <vector>
#include "base/bind.h"
#include "base/optional.h"
#include "base/task/post_task.h"
#include "base/task/task_traits.h"
#include "chrome/services/media_gallery_util/ipc_data_source.h"
#include "media/base/bind_to_current_loop.h"
#include "media/base/video_codecs.h"
#include "media/base/video_thumbnail_decoder.h"
#include "media/filters/android/video_frame_extractor.h"
#include "media/filters/vpx_video_decoder.h"
#include "media/media_buildflags.h"
#include "media/mojo/common/mojo_shared_buffer_video_frame.h"
namespace {
// Return the video frame back to browser process. A valid |config| is
// needed for deserialization.
void OnSoftwareVideoFrameDecoded(
std::unique_ptr<media::VideoThumbnailDecoder>,
MediaParser::ExtractVideoFrameCallback video_frame_callback,
const media::VideoDecoderConfig& config,
scoped_refptr<media::VideoFrame> frame) {
DCHECK(video_frame_callback);
if (!frame) {
std::move(video_frame_callback)
.Run(false, chrome::mojom::VideoFrameData::New(), base::nullopt);
return;
}
std::move(video_frame_callback)
.Run(true,
chrome::mojom::VideoFrameData::NewDecodedFrame(
media::MojoSharedBufferVideoFrame::CreateFromYUVFrame(*frame)),
config);
}
void OnEncodedVideoFrameExtracted(
std::unique_ptr<media::VideoFrameExtractor> video_frame_extractor,
MediaParser::ExtractVideoFrameCallback video_frame_callback,
bool success,
std::vector<uint8_t> data,
const media::VideoDecoderConfig& config) {
if (!success || data.empty()) {
std::move(video_frame_callback)
.Run(false, chrome::mojom::VideoFrameData::New(), base::nullopt);
return;
}
#if BUILDFLAG(USE_PROPRIETARY_CODECS) && \
!BUILDFLAG(ENABLE_FFMPEG_VIDEO_DECODERS)
// H264 currently needs to be decoded in GPU process when no software decoder
// is provided.
if (config.codec() == media::VideoCodec::kCodecH264) {
std::move(video_frame_callback)
.Run(success,
chrome::mojom::VideoFrameData::NewEncodedData(std::move(data)),
config);
return;
}
#endif
if (config.codec() != media::VideoCodec::kCodecVP8 &&
config.codec() != media::VideoCodec::kCodecVP9) {
std::move(video_frame_callback)
.Run(false, chrome::mojom::VideoFrameData::New(), base::nullopt);
return;
}
// Decode with libvpx for vp8, vp9.
auto thumbnail_decoder = std::make_unique<media::VideoThumbnailDecoder>(
std::make_unique<media::VpxVideoDecoder>(), config, std::move(data));
thumbnail_decoder->Start(
base::BindOnce(&OnSoftwareVideoFrameDecoded, std::move(thumbnail_decoder),
std::move(video_frame_callback), config));
}
void ExtractVideoFrameOnMediaThread(
media::DataSource* data_source,
MediaParser::ExtractVideoFrameCallback video_frame_callback) {
auto extractor = std::make_unique<media::VideoFrameExtractor>(data_source);
extractor->Start(base::BindOnce(&OnEncodedVideoFrameExtracted,
std::move(extractor),
std::move(video_frame_callback)));
}
} // namespace
VideoThumbnailParser::VideoThumbnailParser(
std::unique_ptr<media::DataSource> source)
: data_source_(std::move(source)),
media_task_runner_(base::CreateSequencedTaskRunner(
{base::ThreadPool(), base::MayBlock()})) {}
VideoThumbnailParser::~VideoThumbnailParser() = default;
void VideoThumbnailParser::Start(
MediaParser::ExtractVideoFrameCallback video_frame_callback) {
media_task_runner_->PostTask(
FROM_HERE,
base::BindOnce(
&ExtractVideoFrameOnMediaThread, data_source_.get(),
media::BindToCurrentLoop(std::move(video_frame_callback))));
} | ESSENTIALAI-STEM |
Go to Content
Library
Home > Library
How to setup the Wi-Fi Direct network
By bada Master | 12948 views | Aug 22, 2011
In an earlier article (http://developer.bada.com/article/Setup-your-own-WiFi-network-and-play-with-it), you saw how to setup your own adhoc Wi-Fi network. This article looks at an alternative approach to setting up a Wi-Fi network, which is more secure than adhoc Wi-Fi networks.
Related Article
SDK Version
• 2.0
Wi-Fi Direct emulates a Wi-Fi Access Point (AP). It embeds a soft AP to which other Wi-Fi Direct and legacy Wi-Fi devices can connect. Unlike adhoc mode, Wi-Fi Direct uses Wi-Fi Protected Setup (WPS), which prevents unauthorized access. To communicate with other devices using Wi-Fi Direct, first a Wi-Fi Direct Group must be created. A Wi-Fi Direct Group has a Group Owner, which acts as the soft AP, and up to 8 Group Clients.
The code sample below serves as further clarification. Consider a sample class named MyWifiDirectClass that implements IWifiDirectDeviceListener, IWifiDirectGroupOwnerListener and IWifiDirectGroupClientListener.
class MyWifiDirectClass :
public Osp::Net::Wifi::IWifiDirectDeviceListener,
public Osp::Net::Wifi::IWifiDirectGroupOwnerListener,
public Osp::Net::Wifi::IWifiDirectGroupClientListener
{
Osp::Net::Wifi::WifiDirectDevice* __pWifiDirectLocalDevice;
}
Next create a local Wi-Fi Direct Device instance and activate Wi-Fi Direct. Also, add Wi-Fi Direct Device, Group Owner, and Group Client listeners so that you can receive the corresponding notifications. You can also modify the device name that is displayed when other devices search for your device. Remember that the local device name set by the application is valid only during the life cycle of the application. The local device name cannot be modified if Wi-Fi Direct is already activated.
result
MyWifiDirectClass::Construct()
{
result r = E_SUCCESS;
IList* pDeviceInfoList = WifiDirectDeviceManager::GetAllDeviceInfoN();
if (!pDeviceInfoList)
goto CATCH;
WifiDirectDeviceInfo* pLocalDeviceInfo = static_cast (pDeviceInfoList->GetAt(0));
if (!pDeviceInfoList)
goto CATCH;
__pWifiDirectLocalDevice = WifiDirectDeviceManager::GetWifiDirectDeviceN(pLocalDeviceInfo);
if (!pDeviceInfoList)
goto CATCH;
__pWifiDirectLocalDevice->AddWifiDirectDeviceListener(*this);
__pWifiDirectLocalDevice->AddWifiDirectGroupClientListener(*this);
__pWifiDirectLocalDevice->AddWifiDirectGroupOwnerListener(*this);
__pWifiDirectLocalDevice->SetLocalDeviceName(L"Samsung bada");
if (!__pWifiDirectLocalDevice->IsActivated())
r = __pWifiDirectLocalDevice->Activate();
if (IsFailed(r))
AppLog("Failed to Activate Wi-Fi Direct");
CATCH:
if (pDeviceInfoList)
{
pDeviceInfoList->RemoveAll(true);
delete pDeviceInfoList;
}
return r;
}
Once Wi-Fi Direct is activated, you get the OnWifiDirectDeviceActivated notification.
void
WifiDirectMainForm::OnWifiDirectDeviceActivated(WifiDirectDeviceId localDeviceId, result r)
{
AppLog("Wi-Fi Direct Activated");
}
After activating Wi-Fi Direct, you can Scan for other Wi-Fi Direct devices, create a group, or join an already existing group.
result
MyWifiDirectClass::Scan()
{
result r = E_SUCCESS;
r = __pWifiDirectLocalDevice->Scan();
if (IsFailed(r))
AppLog("Failed to start scan");
return r;
}
Once the Scan is completed, you get the OnWifiDirectScanCompletedN notification. From the scan information, you can select a device to create a group or you can select a Group Owner to join that particular group.
void
WifiDirectMainForm::OnWifiDirectScanCompletedN(WifiDirectDeviceId localDeviceId, Osp::Base::Collection::IList *pWifiDirectDeviceInfoList, result r)
{
// free the memory allocated to pWifiDirectDeviceInfoList when no longer required.
}
It is not necessary to scan to create a group. When no device is specified, group formation is initiated with whichever device has the same device name and is found first.
result
MyWifiDirectClass::CreateGroup()
{
result r = E_SUCCESS;
r = __pWifiDirectLocalDevice->CreateGroup();
if (IsFailed(r))
AppLog("Failed to create group");
return r;
}
Once the Group is created, you get the OnWifiDirectGroupCreatedN notification. Remember that during group formation either of the 2 devices can become the Group Owner. The device that has a greater intent value (parameter in WifiDirectGroupInfo) becomes the Group Owner. If both the devices have the same intent, one of the devices randomly becomes the Group Owner. Note that, two devices with intent of 15 cannot form a group.
While creating group, authentication procedure has to be followed. The default WPS configuration mode is PBC (Push Button Configuration). The request receiving device shows a pop-up to allow connection from the other device. If the WPS configuration mode is selected as PIN DISPLAY, a PIN is displayed on the other device. You must enter the same PIN on your device.
void
WifiDirectMainForm::OnWifiDirectGroupCreatedN(WifiDirectDeviceId localDeviceId, const WifiDirectGroupInfo &wifiDirectGroupInfo, const WifiDirectDeviceInfo &wifiDirectGroupOwnerDeviceInfo, WifiDirectGroupMember* pWifiDirectMember, result r)
{
if (pWifiDirectMember)
{
if (pWifiDirectMember->GetGroupMemberType() ==
WIFI_DIRECT_GROUP_MEMBER_TYPE_CLIENT)
{
AppLog("Device Is Group Client");
}
else if (pWifiDirectMember->GetGroupMemberType()==
WIFI_DIRECT_GROUP_MEMBER_TYPE_OWNER)
{
AppLog("Device Is Group Owner");
}
}
delete pWifiDirectMember;
}
To join an existing group, you require Group Owner information, which is available from the scan result.
The following API establishes a connection to a specific Group Owner.
If a connection to another access point is already established, the previous connection must be disconnected before using this method.
On completion of the Associate () method, the device is notified through the OnWifiDirectAssociationCompleted () method, indicating that the connection to a Wi-Fi Direct Group Owner has been completely established.
result
MyWifiDirectClass::Associate()
{
result r = E_SUCCESS;
// Group Owner info can be retrieved from the scan result.
r = __pWifiDirectLocalDevice->Associate(*__pWifiDirectGroupOwnerInfo);
if (IsFailed(r))
AppLog("Failed to associate");
return r;
}
The following function closes the connection that was established through Associate ().
On completion of Disassociate(), the OnWifiDirectDisassociationCompleted() method is called, Indicating that the connection to the Wi-Fi Direct Group Owner has been terminated.
result
MyWifiDirectClass::Disassociate()
{
result r = E_SUCCESS;
r = __pWifiDirectLocalDevice->Disassociate();
if (IsFailed(r))
AppLog("Failed to disassociate");
return r;
}
The following method destroys the Wi-Fi Direct group.
On completion, the OnWifiDirectGroupDestroyed() method notifies that the Wi-Fi Direct Group Service has been stopped.
result
MyWifiDirectClass::DestroyGroup()
{
result r = E_SUCCESS;
r = __pWifiDirectGroupOwner->DestroyGroup();
if (IsFailed(r))
AppLog("Failed to destroy group");
return r;
}
Did this document help you? Yes | It's good,but ... | Not Helpful | ESSENTIALAI-STEM |
Comments events
This section provides you with an overview of the comment events that use the Telerik.Sitefinity.Services.Comments assembly.
All content modules support comments that expose their own set of events. You can use these events to execute your own logic whenever an action on a comment is performed. This logic is executed for all modules, which support comments. The type of the items, which are commented, is passed as an argument to your event handler. With the rest of the events, you must always use interfaces to subscribe, even if the actual events that fire are concrete implementations (classes).
Following is a full list of the events supported by comments:
ICommentEvent
This interface is implemented by all events fired for Comments. Use it, if you want to subscribe to all of them.
Subscribe using the following code:
For more information, see For developers: Comments module.
ICommentCreatingEvent
This interface is implemented by all events that fire before a comment is created. Use the following code to subscribe:
ICommentCreatedEvent
This interface is implemented by all events that fire after a comment has been created. Use the following code to subscribe:
ICommentUpdatingEvent
This interface is implemented by all events that fire before a comment is updated.
Use the following code to subscribe:
In the event handler you can access the original comment item.
ICommentUpdatedEvent
This interface is implemented by all events that fire after a comment is updated.
Use the following code to subscribe:
ICommentDeletingEvent
This interface is implemented by all events that fire before a comment is deleted.
Use the following code to subscribe:
ICommentDeletedEvent
This interface is implemented by all events that fire after a comment has been deleted. Use the following code to subscribe:
Was this article helpful?
Next article
Forms events | ESSENTIALAI-STEM |
User:Grace raper/sandbox
3/31 - Article Evaluation/Assignment
The Article I am focusing on is Media ecology.
Content
* Is everything in the article relevant to the article topic? Is there anything that distracted you?
* There was a phrase in the introduction of this article which seemed out of place regarding McLuhan's theory of the medium is the message: "which is an often-debated phrase believed" -- this will require further exploration of the citation.
* There were a few places, specifically in the Social media activism section which need support to back up what at times read as the editor's opinion, though that may just be from poor phrasing/citation structure.
* Is any information out of date? Is anything missing that could be added?
* It does appear there is a lack of consistency in including a legible timeline within this page, specifically in the case studies sections.
* What else could be improved?
* Overall there are some grammatical things I would tighten and a few places where connections could be reasserted to tie sections together more clearly.
Tone
* Is the article neutral? Are there any claims that appear heavily biased toward a particular position?
* Nothing stuck out to me as heavily-biased, but as noted above, there were some spots that due to poor phrasing came off as not having attributions at first read-through.
* Are there viewpoints that are overrepresented, or underrepresented?
* One of the strengths of this article is the very detailed array of viewpoints offered therein.
Sources
* Check a few citations. Do the links work? Does the source support the claims in the article?
* I encountered a few issues in the 10 or so links I clicked through -- the biggest issue is that some of the research articles are either hidden behind a login for an organization or inaccessible.
* There were a few sources I questioned the legitimacy of, such as sources with an implicit religious bias.
* Many of the 70+ sources are books, so it is harder to ascertain the veracity of those citations.
* Is each fact referenced with an appropriate, reliable reference? Where does the information come from? Are these neutral sources? If biased, is that bias noted?
* As noted above, there are places where I feel biased sources may have been utilized, especially as they are being used without indication of the bias.
* There are areas that could use more citations, especially the more contemporary studies section.
Checking the talk page
* What kinds of conversations, if any, are going on behind the scenes about how to represent this topic?
* Ironically a large part of this page's talk area is devoted to other students who have peer reviewed each other's work in that space. There are some older (early 2010s) messages debating certain sections and how to better translate "ecology" outside of the natural science connotation for readers to better understand.
* How is the article rated? Is it a part of any WikiProjects?
* This page is pretty stellar -- it's part of two WikiProjects: WikiProject Philosophy and WikiProject Media. It is also recognized as being used in multiple educational courses at institutions such as Georgetown University.
* How does the way Wikipedia discusses this topic differ from the way we've talked about it in class?
* Obviously this connects a lot of class material (Neil Postman, Marshall McLuhan, Walter J. Ong) but also provides more background and current day case studies, which are useful in seeing how to apply this theory in the future.
Places for improvement, broken down by section.
* 1) Walter Ong -- could use clarification on importance to media ecology
* 2) Other contributors -- very redundant, could easily be compressed without an official header for this section? (May ask about this on the Talk page)
* 3) Under the criticism section, the issues with "the medium is the message" are presented (in my opinion) poorly -- it reads as though McLuhan himself is defending his work. This section will require clean up and most likely sources to refute the criticism rather than asserting those refutations as fact.
* 4) Various grammatical tightening throughout the entire piece -- there are places which become fairly redundant for seemingly no reason.
* 5) Found multiple redundancies/different citations within the references section -- all done in different formats... Probably need cleaning up.
Annotated Bibliography:
McLuhan, E., & Zhang, P. (2012). PIVOTAL TERMS IN MEDIA ECOLOGY: A DIALOGUE. Et Cetera, 69(3), 246-276. Retrieved from http://proxy.foley.gonzaga.edu/login?url=https://search-proquest-com.proxy.foley.gonzaga.edu/docview/1033346594?accountid=1557
* A fascinating look at the gramatical structure of McLuhan's thesis that "the medium is the message" can both help the criticism section and multiple sections related to McLuhan's writings/intentions.
Ong, W. J. (1988). Orality and literacy: The technologizing of the word. London ; New York: Routledge.
* A brief overview of Ong's work re: the change from orality to literacy as a paradigm shift within human culture. As we transitioned away from oral culture and into a more literate one, we began to think more abstractly. (Ties in also to Postman's opening chapter of Technopoly.
Ruotsalainen, J., & Heinonen, S. (2015). Media ecology and the future ecosystemic society. European Journal of Futures Research,3(1). doi:10.1007/s40309-015-0068-7
* A beneficial source for the new media/future implications of media ecology and the role media/the Internet play in the networking of an entire society.
Strate, L. (2012). Counting electric sheep: Understanding information in the context of media ecology. Information, 3(3), 442–471. MDPI AG. Retrieved from http://dx.doi.org/10.3390/info3030442
* Strate is used as a source throughout this page, but this is a newer work, which connects some of his earlier ideas on media ecology, which could be used to fill in and reinforce sections of this article such as the criticism area.
Treré, E. (2018). Hybrid media activism : Ecologies, imaginaries, algorithms. Retrieved from https://ebookcentral.proquest.com
* Another reference who has been cited but contributed more recent work to this field, Treré spends the first part of this book evaluating several other Spanish movements in the context of media ecology, which could reinforce that section of this page.
4/14 - Added citation/edited article
1) Added to the Walter Ong section of the article with citation number 2.
* Ong explored the changes in human thought and consciousness in the transition from a dominant oral culture to a literate one in his book Orality and Literacy.
2) Added citation under "the medium is the message" where there was an unattributed statement about McLuhan's theory.
* This was a citation I didn't realize had never been included -- McLuhan's book with the same name.
3) Added these changes to the Talk page.
Future additions will involve the Treré updated research on case studies, as well as the updated Strate source.
4/28 - Links created/added
Per the training module this week, I have added five links within the Media Ecology page.
1) I linked to Walter J. Ong's own Wiki page.
2) Linked to Buckminster Fuller's own Wiki page.
3) I linked the modality section to the Modality (semiotics) page to better clarify what this paragraph was trying to explain.
4) Linked to the Iranian Revolution page under the case studies section, for ease of comparison with the already linked Egyptian revolution of 2011.
5) I also linked to Post-structuralism within the 'North American, European and Eurasian versions' header.
I posted these to the Talk page and signed it. | WIKI |
Editors' ChoiceHypoxia
Keeping Track of Oxygen
Science's STKE 29 Mar 2005:
Vol. 2005, Issue 277, pp. tw114
DOI: 10.1126/stke.2772005tw114
The sterol regulatory element-binding proteins (SREBPs), a family of endoplasmic reticulum (ER) membrane-bound transcription factors that, in mammals, stimulate the transcription of genes involved in cholesterol and fatty acid synthesis, are regulated by feedback inhibition. SREBP is activated through proteolytic cleavage in the Golgi; high concentrations of sterols promote formation of a complex between SREBP and its binding partner SREBP cleavage activating protein (SCAP) and the ER protein Insig, trapping SREBP-SCAP in the ER. Hughes et al. identified a gene (sre1+) in Schizosaccharomyces pombe with 59% sequence identity to human SREBP-1a in its DNA binding domain and similar overall topology. They also identified a yeast homolog of SCAP (scp1+) and of Insig-1 (ins1+). Yeast Sre1 formed a complex with Scp1 and underwent proteolysis when sterol synthesis was pharmacologically inhibited. Microarray analysis of mRNA isolated from sterol-depleted wild-type yeast and yeast lacking scp1 indicated that Sre1 promoted the transcription of genes involved in sterol biosynthesis and also that of genes required for the shift from aerobic to anaerobic growth. Yeast lacking sre1 or scp1 were unable to grow in the absence of oxygen; moreover, low oxygen promoted Sre1 cleavage in wild-type cells and stimulated the expression of its target genes. Shifting to low oxygen reduced ergosterol synthesis; after several hours, wild-type cells were able to adapt and increase ergosterol synthesis, whereas cells lacking sre1 could not. Thus, the authors propose that Sre1 monitors oxygen availability through oxygen-dependent sterol synthesis and may play a role in the response to hypoxia in mammals as well as in yeast.
A. L. Hughes, B. L. Todd, P. J. Espenshade, SREBP pathway responds to sterols and functions as an oxygen sensor in fission yeast. Cell 120, 831-842 (2005). [Online Journal] | ESSENTIALAI-STEM |
Wikipedia:WikiProject Deletion sorting/Sports/archive
Articles for Deletion
* Gonçalo Foro - (7331) - delete - closed 23:36, 3 June 2024 (UTC)
* Puerto Rico Challenge (college baseball) - (3967) - Draftify - closed 01:35, 4 June 2024 (UTC)
* Lotu Filipine - (7885) - redirect - closed 01:02, 3 June 2024 (UTC)
* Martín Gaitán - (7420) - keep - closed 00:58, 3 June 2024 (UTC)
* Trentham Football Netball Club - (9353) - redirect - closed 00:24, 3 June 2024 (UTC)
* Temoc - (6156) - no consensus - closed 07:25, 2 June 2024 (UTC)
* New Capital Sports Hall - (7216) - no consensus - closed 22:57, 1 June 2024 (UTC)
* Joe Carter (reporter) - (4712) - soft delete - closed 01:09, 2 June 2024 (UTC)
* Grampian Flyers B.C. - (5340) - soft delete - closed 08:10, 1 June 2024 (UTC)
* Golf Course News International - (4858) - delete - closed 05:56, 31 May 2024 (UTC)
* 1996 South African Touring Car Championship - (5228) - Draftify - closed 02:55, 31 May 2024 (UTC)
* Villowo - (3761) - delete - closed 05:53, 30 May 2024 (UTC)
* MonkeySports - (3944) - delete - closed 21:08, 29 May 2024 (UTC)
* Czech Republic men's national water polo team - (6342) - withdrawn; speedy keep - closed 13:55, 29 May 2024 (UTC)
* Asim Munir (cricketer) (2nd nomination) - (20897) - no consensus - closed 01:27, 29 May 2024 (UTC)
* Otar Eloshvili - (6698) - redirect - closed 03:21, 28 May 2024 (UTC)
* Silviu Florea - (6214) - keep - closed 03:26, 28 May 2024 (UTC)
* AFL Sydney 2023 season - (4866) - delete - closed 17:43, 27 May 2024 (UTC)
* Logan Cousins - (4087) - delete - closed 11:51, 27 May 2024 (UTC)
* List of WNBA Finals broadcasters - (5783) - no consensus - closed 14:21, 24 May 2024 (UTC)
* 2024 World Aquatics Artistic Swimming World Cup - (6891) - soft delete - closed 22:52, 24 May 2024 (UTC)
* Bilawal Stadium - (4730) - redirect - closed 22:32, 24 May 2024 (UTC)
* Portland Men's Roller Derby - (5865) - keep - closed 06:21, 24 May 2024 (UTC)
* Mexico–United States 2027 FIFA Women's World Cup bid - (17711) - redirect - closed 15:39, 23 May 2024 (UTC)
* France national bandy team - (5299) - soft delete - closed 14:40, 23 May 2024 (UTC)
* Friedenau SC Excelsior Berlin - (7635) - delete - closed 04:27, 23 May 2024 (UTC)
* Nordic cross skating - (4129) - merge - closed 05:56, 21 May 2024 (UTC)
* AFL Tables - (8513) - Userify - closed 03:19, 20 May 2024 (UTC)
* John Hoberman - (6576) - keep - closed 03:02, 19 May 2024 (UTC)
* List of college sports team nicknames in North America - (7090) - delete - closed 20:50, 18 May 2024 (UTC)
* List of South China AA footballers - (3943) - delete - closed 14:09, 17 May 2024 (UTC)
* 1. VfL Potsdam - (4932) - draftify - closed 06:58, 15 May 2024 (UTC)
* Mackenzie Bent - (7752) - keep - closed 22:07, 13 May 2024 (UTC)
* 2023 Washington Freedom Season - (4402) - redirect - closed 20:51, 13 May 2024 (UTC)
* List of AD Bairro players - (4794) - delete - closed 19:30, 13 May 2024 (UTC)
* Nico Esterhuyse - (3524) - redirect - closed 21:58, 13 May 2024 (UTC)
* Duarte Figueiredo - (3610) - redirect - closed 21:59, 13 May 2024 (UTC)
* List of Al-Arabi SC (Kuwait) players - (3900) - delete - closed 19:25, 13 May 2024 (UTC)
* Yamnuska Mountain Adventures - (15517) - no consensus - closed 02:06, 13 May 2024 (UTC)
* Anguilla at the 1998 Commonwealth Games - (4459) - soft delete - closed 21:51, 12 May 2024 (UTC)
* List of career achievements by Kevin Durant - (4525) - soft delete - closed 00:44, 13 May 2024 (UTC)
* Gorlok - (4444) - speedy delete - closed 22:43, 12 May 2024 (UTC)
* Garrett MacKeen - (7011) - keep - closed 05:36, 12 May 2024 (UTC)
* Singapore at the 2026 Asian Games - (9351) - delete - closed 03:44, 12 May 2024 (UTC)
* List of 2015 Pan and Parapan American Games broadcasters - (5113) - soft delete - closed 00:55, 12 May 2024 (UTC)
* Mihaaru Awards - (4255) - soft delete - closed 00:54, 12 May 2024 (UTC)
* List of sports venues with the name Toyota - (3207) - merge - closed 15:27, 11 May 2024 (UTC)
* List of shared franchise names in North American professional sports - (4720) - delete - closed 14:28, 11 May 2024 (UTC)
* Sports teams named Trojans - (4121) - delete - closed 23:40, 10 May 2024 (UTC)
* List of sports teams named Spartans - (3348) - delete - closed 21:13, 9 May 2024 (UTC)
* List of sports team names and symbols derived from Greek and Roman antiquity - (3986) - delete - closed 21:13, 9 May 2024 (UTC)
* Basque trinquete - (5581) - no consensus - closed 01:13, 9 May 2024 (UTC)
* Lauri Bonacorsi - (9987) - keep - closed 17:57, 8 May 2024 (UTC)
* Forestville Hockey Club - (3987) - soft delete - closed 00:33, 9 May 2024 (UTC)
* List of sports teams nicknamed Titans - (3827) - delete - closed 03:32, 9 May 2024 (UTC)
* Ekaterina Zaikina (2nd nomination) - (6230) - delete - closed 06:46, 8 May 2024 (UTC)
* Nicolás Fernández Miranda - (5189) - speedy keep - closed 08:29, 8 May 2024 (UTC)
* 2025 World's Strongest Man - (4084) - speedy deleted - closed 00:09, 8 May 2024 (UTC)
* Silvio Trucco - (5541) - Speedy keep - closed 14:22, 7 May 2024 (UTC)
* Sports broadcasting contracts in Thailand - (7264) - delete - closed 23:53, 6 May 2024 (UTC)
* Travis Mager - (4127) - delete - closed 21:00, 6 May 2024 (UTC)
* Sports broadcasting contracts in Canada - (5899) - no consensus - closed 10:46, 6 May 2024 (UTC)
* Yasmin Siraj - (5935) - keep - closed 07:13, 6 May 2024 (UTC)
* History of rugby union matches between Leicester and Leinster - (6312) - delete - closed 12:32, 6 May 2024 (UTC)
* List of sports television composers - (4733) - delete - closed 11:17, 6 May 2024 (UTC)
* SV Vesta Stadion - (5403) - delete - closed 11:19, 6 May 2024 (UTC)
* Dominica at the 2002 Commonwealth Games - (10301) - no consensus - closed 14:43, 5 May 2024 (UTC)
* World Runners Association - (23788) - no consensus - closed 01:34, 4 May 2024 (UTC)
* Estádio Arena do Município Verde - (5204) - redirect - closed 01:47, 4 May 2024 (UTC)
* Sports broadcasting contracts in New Zealand - (3625) - delete - closed 22:20, 3 May 2024 (UTC)
* List of figure skaters - (7846) - keep - closed 23:22, 1 May 2024 (UTC)
* Busch Field - (4446) - convert to disambiguation page - closed 19:42, 1 May 2024 (UTC)
* Iran at the 2026 Asian Games - (4208) - delete - closed 01:31, 2 May 2024 (UTC)
* Sports broadcasting contracts in Vietnam (2nd nomination) - (5828) - delete - closed 23:39, 30 April 2024 (UTC)
* Vietnam at the 2026 Asian Games - (5037) - delete - closed 22:20, 30 April 2024 (UTC)
* Sports broadcasting contracts in South Korea - (5711) - delete - closed 00:48, 30 April 2024 (UTC)
* Sports broadcasting contracts in Portugal - (5639) - delete - closed 00:48, 30 April 2024 (UTC)
* Sports broadcasting contracts in France - (5010) - delete - closed 00:48, 30 April 2024 (UTC)
* Sports broadcasting contracts in the Netherlands (2nd nomination) - (6229) - delete - closed 11:22, 28 April 2024 (UTC)
* Sports broadcasting contracts in Brazil - (6388) - delete - closed 13:11, 28 April 2024 (UTC)
* Sports broadcasting contracts in Germany - (4857) - delete - closed 13:12, 28 April 2024 (UTC)
* Sports broadcasting contracts in South America - (8855) - delete - closed 14:19, 27 April 2024 (UTC)
* List of career achievements by Dwight Howard - (6853) - delete - closed 23:18, 27 April 2024 (UTC)
* Genesis Health Clubs - Orlando Sportsplex - (4219) - delete - closed 22:45, 27 April 2024 (UTC)
* Rotarun Ski Area - (13818) - keep - closed 06:49, 27 April 2024 (UTC)
* Davidson Centre - (4405) - merge - closed 00:03, 27 April 2024 (UTC)
* List of NHL Entry Draft broadcasters - (4777) - delete - closed 23:46, 25 April 2024 (UTC)
* Steve Williams (rugby union, born 1970) - (3757) - withdraw - closed 18:21, 24 April 2024 (UTC)
* Dmitri Antoni (2nd nomination) - (3702) - delete - closed 04:00, 24 April 2024 (UTC)
* Bingo Stadium - (6519) - keep - closed 09:25, 24 April 2024 (UTC)
* Sports broadcasting contracts in Latvia - (4793) - delete - closed 23:42, 23 April 2024 (UTC)
* Sports broadcasting contracts in Estonia - (7832) - delete - closed 03:55, 23 April 2024 (UTC)
* Sports broadcasting contracts in Greece - (4096) - delete - closed 01:53, 23 April 2024 (UTC)
* Sports broadcasting contracts in Hungary - (4728) - delete - closed 01:53, 23 April 2024 (UTC)
* Sports broadcasting contracts in Finland - (4362) - delete - closed 01:52, 23 April 2024 (UTC)
* Liechtenstein national badminton team - (7502) - delete - closed 10:11, 21 April 2024 (UTC)
* Bosaso FC - (12499) - redirect - closed 01:55, 21 April 2024 (UTC)
* Sports broadcasting contracts in Lithuania - (4191) - delete - closed 11:26, 20 April 2024 (UTC)
* Sports broadcasting contracts in Poland - (5506) - delete - closed 11:29, 20 April 2024 (UTC)
* Save Max Sports Centre - (12582) - keep - closed 03:04, 20 April 2024 (UTC)
* Vasilisa Kaganovskaia - (5002) - delete - closed 00:45, 20 April 2024 (UTC)
* Sports broadcasting contracts in Montenegro - (3945) - delete - closed 00:45, 20 April 2024 (UTC)
* FIFA 70th anniversary retrospective awards - (4457) - speedy delete - closed 13:10, 19 April 2024 (UTC)
* UPI World Soccer Player of the Year Award - (4452) - speedy delete - closed 13:12, 19 April 2024 (UTC)
* Katie McBeath - (5167) - soft delete - closed 12:16, 19 April 2024 (UTC)
* Royal Montserrat Police Force FC - (9841) - redirect - closed 02:39, 19 April 2024 (UTC)
* European Football Coach of the Season - (4726) - speedy delete - closed 11:48, 19 April 2024 (UTC)
* European Football Coach of the Year - (5299) - speedy delete - closed 11:47, 19 April 2024 (UTC)
* Sports broadcasting contracts in Croatia - (8603) - delete - closed 21:43, 18 April 2024 (UTC)
* Day Smith - (3437) - delete - closed 07:54, 18 April 2024 (UTC)
* Plucky Brit - (9701) - (unknown) - closed 20:56, 17 April 2024 (UTC)
* Sports broadcasting contracts in Serbia (2nd nomination) - (5102) - delete - closed 23:34, 16 April 2024 (UTC)
* Sports broadcasting contracts in Belgium - (4677) - delete - closed 23:35, 16 April 2024 (UTC)
* List of sponsored sports venues - (4112) - delete - closed 20:21, 15 April 2024 (UTC)
* Sports broadcasting contracts in Bosnia and Herzegovina - (4622) - delete - closed 12:13, 15 April 2024 (UTC)
* Sports broadcasting contracts in the Dominican Republic - (4213) - delete - closed 12:19, 15 April 2024 (UTC)
* Sports broadcasting contracts in Sweden - (3544) - delete - closed 07:03, 15 April 2024 (UTC)
* Sports broadcasting contracts in India - (7580) - keep - closed 12:08, 15 April 2024 (UTC)
* Jan Schepers - (4504) - redirect - closed 17:00, 14 April 2024 (UTC)
* ETopps - (5002) - redirect - closed 22:54, 14 April 2024 (UTC)
* Sports broadcasting contracts in Albania - (4981) - delete - closed 23:54, 14 April 2024 (UTC)
* List of 2010 Commonwealth Games broadcasters - (3698) - delete - closed 14:14, 14 April 2024 (UTC)
* Sports broadcasting contracts in the Philippines - (5468) - delete - closed 06:09, 14 April 2024 (UTC)
* Chloe Lewis (figure skater) - (5158) - delete - closed 07:44, 13 April 2024 (UTC)
* List of career achievements by Carmelo Anthony - (14064) - delete - closed 23:15, 12 April 2024 (UTC)
* Sports broadcasting contracts in Bulgaria - (4973) - delete - closed 20:54, 12 April 2024 (UTC)
* Sports broadcasting contracts in Denmark - (4616) - delete - closed 20:55, 12 April 2024 (UTC)
* Sports broadcasting contracts in Kosovo - (4609) - delete - closed 20:55, 12 April 2024 (UTC)
* Sports broadcasting contracts in Belarus - (3960) - delete - closed 19:56, 11 April 2024 (UTC)
* Sports broadcasting contracts in Northern Cyprus - (4552) - soft delete - closed 19:52, 11 April 2024 (UTC)
* Tokelau at the Commonwealth Games - (4992) - delete - closed 23:36, 11 April 2024 (UTC)
* Major achievements in figure skating by nation - (12132) - delete - closed 02:40, 11 April 2024 (UTC)
* Danny Neudecker - (5890) - soft delete - closed 03:30, 11 April 2024 (UTC)
* Nica Digerness - (5853) - soft delete - closed 03:29, 11 April 2024 (UTC)
* Settimana bianca - (10865) - keep - closed 02:37, 10 April 2024 (UTC)
* Bellator MMA Rankings - (3379) - draftify - closed 23:47, 9 April 2024 (UTC)
* 64th Battle of the Babes - (5914) - delete - closed 23:42, 9 April 2024 (UTC)
* Ball back - (4388) - redirect - closed 13:05, 8 April 2024 (UTC)
* List of 2022 Commonwealth Games broadcasters - (3444) - delete - closed 14:04, 8 April 2024 (UTC)
* FC Indiana Girls Academy - (4373) - delete - closed 14:19, 7 April 2024 (UTC)
* Arnold Shara - (4096) - soft delete - closed 17:32, 7 April 2024 (UTC)
* Dhaka Dazzlers - (4301) - delete - closed 00:36, 7 April 2024 (UTC)
* Megan Wessenberg - (5430) - delete - closed 06:56, 6 April 2024 (UTC)
* Sports broadcasting contracts in Italy - (4164) - delete - closed 14:43, 5 April 2024 (UTC)
* Sports broadcasting contracts in Russia - (4207) - delete - closed 14:42, 5 April 2024 (UTC)
* Sports broadcasting contracts in Japan - (3778) - delete - closed 14:11, 4 April 2024 (UTC)
* Sports broadcasting contracts in Australia - (4060) - delete - closed 14:10, 4 April 2024 (UTC)
* Sports broadcasting contracts in Israel - (4615) - delete - closed 14:09, 4 April 2024 (UTC)
* Sports broadcasting contracts in Spain - (4459) - delete - closed 14:08, 4 April 2024 (UTC)
* Sports broadcasting contracts in Serbia - (18469) - procedural keep - closed 12:27, 4 April 2024 (UTC)
* ACL injuries in Australian rules football - (5839) - delete - closed 00:48, 4 April 2024 (UTC)
* Lists of starting quarterbacks in the XFL - (19622) - redirect - closed 02:04, 3 April 2024 (UTC)
* List of FIFA Club World Cup broadcasters (2nd nomination) - (9053) - This is the only consensus I can discern from this discussion as few editors commented on the other articles. No penalty for future AFDs on this other articles. - closed 23:18, 1 April 2024 (UTC)
* 2018 Oceania Youth Olympic Games Qualifier (girls' field hockey) - (4238) - delete - closed 03:26, 1 April 2024 (UTC)
* List of 2011–12 figure skating season music - (5306) - delete - closed 00:26, 30 March 2024 (UTC)
* Sports broadcasting contracts in the Netherlands - (4129) - Procedural keep - closed 05:43, 30 March 2024 (UTC)
* Eliana Gropman - (4115) - delete - closed 18:27, 29 March 2024 (UTC)
* Laiken Lockley - (5689) - delete - closed 05:03, 29 March 2024 (UTC)
* Prabath Ruwan - (4342) - delete - closed 14:04, 28 March 2024 (UTC)
* 2023 Women's EuroHockey5s Championship - (5006) - soft delete - closed 07:55, 28 March 2024 (UTC)
* Keenan Prochnow - (4528) - soft delete - closed 23:37, 27 March 2024 (UTC)
* Fliff Social Sportsbook - (5154) - delete - closed 01:15, 28 March 2024 (UTC)
* Shayamal Vallabhjee - (5522) - delete - closed 23:13, 26 March 2024 (UTC)
* List of Dhangadhi Premier League records and statistics - (3761) - delete - closed 14:08, 26 March 2024 (UTC)
* Uttara Cricket Club - (3642) - merge - closed 14:55, 26 March 2024 (UTC)
* Podiuming - (5056) - merge - closed 00:00, 25 March 2024 (UTC)
* List of years in South African sport - (6618) - keep - closed 20:53, 23 March 2024 (UTC)
* 2008 Toledo vs. Michigan football game - (6378) - delete - closed 21:43, 23 March 2024 (UTC)
* Red Bulls (esports) - (4376) - redirect - closed 19:30, 23 March 2024 (UTC)
* Sweet spot (sports) - (16267) - keep - closed 08:29, 21 March 2024 (UTC)
* Chamod Dilshan - (4377) - delete - closed 19:31, 21 March 2024 (UTC)
* Shu Shine F.C. - (15220) - keep - closed 07:53, 19 March 2024 (UTC)
* Qatari soft power (2nd nomination) - (22343) - keep - closed 20:15, 18 March 2024 (UTC)
* List of career achievements by Chris Paul - (4704) - delete - closed 18:40, 17 March 2024 (UTC)
* Kamal Thapa (footballer, born 1998) - (4153) - delete - closed 10:51, 16 March 2024 (UTC)
* Bishal Shrestha - (5049) - delete - closed 07:18, 16 March 2024 (UTC)
* Billy Brawley - (4386) - delete - closed 06:56, 14 March 2024 (UTC)
* Cedar Run District - (5409) - no consensus - closed 23:21, 13 March 2024 (UTC)
* StarGames - (5626) - delete - closed 23:54, 13 March 2024 (UTC)
* Saturday Night Football (British TV programme) - (4452) - redirect - closed 14:17, 13 March 2024 (UTC)
* Sinner–Alcaraz rivalry - (4512) - delete - closed 14:16, 13 March 2024 (UTC)
* Royal Dart Yacht Club - (8599) - keep - closed 20:35, 12 March 2024 (UTC)
* List of TCR Series champions - (6350) - delete - closed 06:43, 13 March 2024 (UTC)
* Andrew Traub - (3919) - delete - closed 07:32, 12 March 2024 (UTC)
* Gary Tierney - (4426) - redirect - closed 13:47, 12 March 2024 (UTC)
* Vestlandhalle - (5092) - delete - closed 18:44, 11 March 2024 (UTC)
* 1903 Albany College football team - (5276) - keep - closed 03:42, 12 March 2024 (UTC)
* FC Cuvette d'Owando (2nd nomination) - (5609) - redirect - closed 18:00, 11 March 2024 (UTC)
* Indian Street Premier League - (12399) - keep - closed 21:55, 10 March 2024 (UTC)
* RapidBlocs - (3986) - Speedy keep - closed 19:42, 10 March 2024 (UTC)
* 2024 Legends Cricket Trophy - (14265) - delete - closed 23:24, 9 March 2024 (UTC)
* Bonnie Briar Country Club - (4901) - soft delete - closed 01:48, 8 March 2024 (UTC)
* Jilin People's Stadium - (15619) - keep - closed 00:49, 8 March 2024 (UTC)
* Winning streak - (37538) - no consensus - closed 00:39, 5 March 2024 (UTC)
* Nemeton TV - (6927) - no consensus - closed 08:56, 7 March 2024 (UTC)
* 1981 Buffalo State Bengals football team - (5217) - soft delete - closed 01:40, 6 March 2024 (UTC)
* UCLA–UC Santa Barbara men's soccer rivalry - (7697) - keep - closed 07:42, 6 March 2024 (UTC)
* Puttshack - (6577) - delete - closed 00:54, 7 March 2024 (UTC)
* 2024–25 Olympiacos F.C. season - (4532) - draftify - closed 12:41, 4 March 2024 (UTC)
* 2024 African Muaythai Championships - (4708) - delete - closed 12:42, 5 March 2024 (UTC)
* Cricket player auction - (11396) - delete - closed 11:16, 3 March 2024 (UTC)
* List of World Rugby Sevens Series broadcasters - (4223) - merge - closed 22:33, 2 March 2024 (UTC)
* List of second-tier formula racing champions - (5009) - delete - closed 18:10, 1 March 2024 (UTC)
* 2025 Africa Cup of Nations qualification - (5258) - keep - closed 00:29, 2 March 2024 (UTC)
* List of Pac-12 Conference football rivalry games - (4372) - keep - closed 00:31, 2 March 2024 (UTC)
* 1980 Buffalo State Bengals football team - (5511) - soft delete - closed 23:23, 29 February 2024 (UTC)
* Overtraining of AFL athletes - (6219) - delete - closed 21:15, 29 February 2024 (UTC)
* List of Formula 4 champions - (4271) - soft delete - closed 14:10, 29 February 2024 (UTC)
* Indira Road Krira Chakra - (5446) - redirect - closed 06:51, 29 February 2024 (UTC)
* Netherlands Royal Shooting Sport Association - (7221) - keep - closed 22:10, 28 February 2024 (UTC)
* 2034 Winter Olympics (2nd nomination) - (8764) - Move to Bids for the 2034 Winter Olympics - closed 22:20, 28 February 2024 (UTC)
* List of Formula Regional champions - (4120) - soft delete - closed 13:24, 28 February 2024 (UTC)
* Nassau County Sports Commission - (6887) - delete - closed 00:54, 28 February 2024 (UTC)
* Royal Southampton Yacht Club - (8496) - keep - closed 22:31, 27 February 2024 (UTC)
* Kuala Lumpur Cricket Association - (4329) - delete - closed 22:39, 27 February 2024 (UTC)
* List of NBC Sports golf commentators - (5117) - merge - closed 01:31, 27 February 2024 (UTC)
* F.C. Banjar Union - (5230) - delete - closed 03:04, 27 February 2024 (UTC)
* Persiyali Yalimo - (5124) - soft delete - closed 23:42, 26 February 2024 (UTC)
* Goyang Happiness FC - (6750) - keep - closed 23:51, 26 February 2024 (UTC)
* Qatari soft power - (34643) - no consensus - closed 15:15, 26 February 2024 (UTC)
* Bally Haly Golf & Curling Club - (3480) - soft delete - closed 23:49, 25 February 2024 (UTC)
* List of Superleague Formula broadcasters - (3406) - delete - closed 23:39, 25 February 2024 (UTC)
* 2016 Spanish Quidditch Cup - (4708) - soft delete - closed 03:57, 26 February 2024 (UTC)
* Ken Hermann (disambiguation) - (4161) - delete - closed 22:32, 24 February 2024 (UTC)
* Global World Series (2nd nomination) - (10720) - delete - closed 19:58, 23 February 2024 (UTC)
* CapoeirArab - (5448) - delete - closed 06:32, 23 February 2024 (UTC)
* Faroe Islands Handball League - (4236) - keep - closed 03:03, 22 February 2024 (UTC)
* Bizkaia Boggarts - (4203) - soft delete - closed 23:16, 21 February 2024 (UTC)
* List of current MPBL North Division team rosters - (4546) - delete - closed 00:04, 21 February 2024 (UTC)
* New Swinton Stadium - (4285) - delete - closed 21:40, 20 February 2024 (UTC)
* 1905 Bennett Medical football team - (8279) - delete - closed 03:28, 20 February 2024 (UTC)
* Lunatic Lateral - (13864) - keep - closed 22:42, 19 February 2024 (UTC)
* List of Juggalo Championship Wrestling personnel - (6438) - delete - closed 22:45, 19 February 2024 (UTC)
* Raw Run - (3691) - delete - closed 22:46, 19 February 2024 (UTC)
* Spanish Quidditch Cup - (5002) - soft delete - closed 21:35, 18 February 2024 (UTC)
* 2010 Dally M Awards - (4238) - soft delete - closed 00:04, 18 February 2024 (UTC)
* Aigner-Schanze - (3137) - keep - closed 17:20, 17 February 2024 (UTC)
* Doncaster City F.C. - (10286) - keep - closed 02:50, 16 February 2024 (UTC)
* North West Merit League - (5045) - redirect - closed 08:21, 15 February 2024 (UTC)
* 2012 FC Indiana season - (3541) - redirect - closed 17:26, 14 February 2024 (UTC)
* List of professional sports team owners (2nd nomination) - (13179) - delete - closed 22:58, 14 February 2024 (UTC)
* 2024 Asian Swimming Championships - (6317) - no consensus - closed 03:57, 14 February 2024 (UTC)
* FC Morkovice - (7145) - keep - closed 05:18, 14 February 2024 (UTC)
* FK Kunice - (5186) - keep - closed 17:33, 13 February 2024 (UTC)
* Lingerie Basketball League - (10196) - delete - closed 01:55, 13 February 2024 (UTC)
* Indianapolis Motor Speedway race results - (6581) - keep - closed 07:16, 13 February 2024 (UTC)
* Women's beachwear fashion (2nd nomination) - (4935) - delete - closed 16:53, 12 February 2024 (UTC)
* Ncell Women's National Football Championship - (4840) - redirect - closed 11:56, 12 February 2024 (UTC)
* High school basketball - (6635) - speedy keep - closed 22:13, 11 February 2024 (UTC)
* Dartmoor Beast - (5196) - soft delete - closed 11:06, 11 February 2024 (UTC)
* International Diving Educators Association - (3752) - soft delete - closed 11:37, 10 February 2024 (UTC)
* Cena–Orton rivalry (2nd nomination) - (14519) - delete - closed 16:21, 9 February 2024 (UTC)
* Hattiesburg Black Sox (3rd nomination) - (6830) - delete - closed 23:39, 9 February 2024 (UTC)
* 2005 UAAP Women's Volleyball - (6294) - Draftify - closed 17:47, 9 February 2024 (UTC)
* Grupo Desportivo de Basquete de Leça - (6065) - delete - closed 06:35, 9 February 2024 (UTC)
* ICC Men's T20 World Cup officials - (4172) - delete - closed 23:53, 8 February 2024 (UTC)
* 2015 World Youth Championships in Athletics – Boys' javelin throw - (45588) - delete - closed 23:51, 7 February 2024 (UTC)
* Saemaul Sports Hall - (5679) - keep - closed 02:55, 8 February 2024 (UTC)
* Pyreneism - (5191) - draftify - closed 05:11, 8 February 2024 (UTC)
* List of current CFL team rosters - (5267) - keep - closed 00:42, 8 February 2024 (UTC)
* List of current Indoor Football League team rosters - (4303) - soft delete - closed 23:52, 7 February 2024 (UTC)
* Middlesex 9s - (3964) - soft delete - closed 23:49, 7 February 2024 (UTC)
* Handball at the 2015 African Games – Men's tournament squads (2nd nomination) - (5210) - delete - closed 19:57, 7 February 2024 (UTC)
* List of retired numbers - (7095) - delete - closed 14:20, 7 February 2024 (UTC)
* Yorkshire & Humber Merit League - (4746) - merge - closed 21:21, 7 February 2024 (UTC)
* Career mode - (5235) - redirect - closed 23:19, 6 February 2024 (UTC)
* Jazz–Nuggets rivalry - (4591) - keep - closed 10:51, 6 February 2024 (UTC)
* WAGMI United - (6487) - merge and redirect - closed 18:47, 6 February 2024 (UTC)
* 1891 Manhattan Athletic Club football team - (2972) - speedy keep - closed 18:57, 6 February 2024 (UTC)
* List of Hockey Night in Canada commentating crews (1990s) - (6374) - redirect - closed 03:10, 6 February 2024 (UTC)
* 2023 Israeli Basketball National League Cup - (8501) - no consensus - closed 15:19, 5 February 2024 (UTC)
* Hetty Shi - (5658) - delete - closed 12:28, 5 February 2024 (UTC)
* Nicole Ritchie (rower) - (6476) - soft delete - closed 01:17, 4 February 2024 (UTC)
* Franco Osuru Lino - (9166) - delete - closed 14:21, 3 February 2024 (UTC)
* 1904 Toledo Athletic Association football team - (4280) - delete - closed 16:07, 2 February 2024 (UTC)
* Georgetown football, pre–1890 - (7419) - keep - closed 01:01, 3 February 2024 (UTC)
* 1913 Christian Brothers football team - (3973) - keep - closed 19:54, 2 February 2024 (UTC)
* 1892 Western Maryland Green Terror football team - (8413) - (unknown) - closed 19:38, 1 February 2024 (UTC)
* Lesnar–Reigns rivalry - (4398) - delete - closed 22:52, 1 February 2024 (UTC)
* Manukau Cruising Club Rugby League Club - (3611) - delete - closed 23:42, 1 February 2024 (UTC)
* Girls' Greater Catholic League - (4782) - redirect - closed 02:31, 1 February 2024 (UTC)
* 2022 European League of Football rosters and staff - (5855) - delete - closed 00:07, 1 February 2024 (UTC)
* Racine Rhinos - (4499) - delete - closed 19:21, 31 January 2024 (UTC)
* List of current National Arena League team rosters - (3993) - delete - closed 11:17, 31 January 2024 (UTC)
* Judo at the 2022 Asian Para Games - (5597) - redirect - closed 01:09, 31 January 2024 (UTC)
* 2028 ICC Men's T20 World Cup - (5768) - keep - closed 00:59, 31 January 2024 (UTC)
* Josh Brown (figure skater) - (5544) - delete - closed 10:55, 30 January 2024 (UTC)
* K.F.C. Moerbeke - (10292) - keep - closed 19:15, 29 January 2024 (UTC)
* 2030 European Men's Handball Championship - (5192) - delete - closed 00:07, 30 January 2024 (UTC)
* 2030 European Women's Handball Championship - (5517) - delete - closed 00:08, 30 January 2024 (UTC)
* 2032 European Women's Handball Championship - (6552) - delete - closed 00:08, 30 January 2024 (UTC)
* 2032 European Men's Handball Championship - (5152) - delete - closed 00:08, 30 January 2024 (UTC)
* World Heavyweight Championship (Los Angeles) - (6384) - no consensus - closed 02:37, 28 January 2024 (UTC)
* East Cobb Baseball - (14528) - keep - closed 07:08, 28 January 2024 (UTC)
* 2023–24 Vijay Hazare Trophy Group A - (8418) - redirect - closed 18:11, 27 January 2024 (UTC)
* 1901 Wilmington Conference Academy football team - (4457) - draftify - closed 00:10, 27 January 2024 (UTC)
* CSRA Football Classic - (3796) - soft delete - closed 01:08, 27 January 2024 (UTC)
* 2023–24 Ranji Trophy Plate Group - (5121) - redirect - closed 08:48, 25 January 2024 (UTC)
* 2023–24 Ranji Trophy Group B - (5101) - redirect - closed 08:47, 25 January 2024 (UTC)
* 2023–24 Ranji Trophy Group C - (5101) - redirect - closed 08:47, 25 January 2024 (UTC)
* 2023–24 Ranji Trophy Group D - (5101) - redirect - closed 08:47, 25 January 2024 (UTC)
* Quebec Caribous - (8651) - no consensus - closed 01:45, 24 January 2024 (UTC)
* Borough of Wandsworth Rifle Club - (5890) - no consensus - closed 19:38, 22 January 2024 (UTC)
* Carinthian Matadors Rugby Football Club - (4762) - soft delete - closed 22:52, 22 January 2024 (UTC)
* Jordan at the 2010 Asian Beach Games (2nd nomination) - (5499) - delete - closed 10:21, 22 January 2024 (UTC)
* Nelo - (4169) - Speedy Keep - closed 04:25, 22 January 2024 (UTC)
* Mini Europa - (6031) - delete - closed 11:48, 21 January 2024 (UTC)
* Joe McLaughlin (sportswriter) - (7078) - delete - closed 21:49, 20 January 2024 (UTC)
* 2019 Emirates Cup - (6989) - merge - closed 00:47, 21 January 2024 (UTC)
* 2019–20 Adanaspor season - (4053) - redirect - closed 00:42, 21 January 2024 (UTC)
* 2018 Indiana Wesleyan Wildcats football team - (9126) - redirect - closed 14:25, 20 January 2024 (UTC)
* Renegades RFC - (3273) - delete - closed 14:27, 20 January 2024 (UTC)
* Mariners RFC - (3915) - soft delete - closed 14:27, 20 January 2024 (UTC)
* Teachers RFC - (3915) - soft delete - closed 14:28, 20 January 2024 (UTC)
* Trojena - (6331) - no consensus - closed 16:09, 19 January 2024 (UTC)
* 2025 Rugby League World Cup - (6278) - keep - closed 15:12, 19 January 2024 (UTC)
* Ravens Košice RC - (3882) - soft delete - closed 14:59, 19 January 2024 (UTC)
* RC Spartak Trnava - (3898) - soft delete - closed 14:59, 19 January 2024 (UTC)
* RC Slovan Bratislava - (4014) - soft delete - closed 14:58, 19 January 2024 (UTC)
* List of former East Coast Wrestling Association personnel - (5828) - delete - closed 22:46, 18 January 2024 (UTC)
* 1897 South Dakota State Jackrabbits football team - (3384) - redirect - closed 17:09, 18 January 2024 (UTC)
* 2026 Men's World Floorball Championships - (8525) - delete - closed 23:54, 17 January 2024 (UTC)
* Steel City FC (Illinois) - (4130) - redirect - closed 03:40, 18 January 2024 (UTC)
* Minnesota–Penn State football rivalry - (3685) - soft delete - closed 21:28, 16 January 2024 (UTC)
* 1893 Western Maryland Green Terror football team - (4806) - soft delete - closed 01:20, 17 January 2024 (UTC)
* List of current USFL team rosters - (7593) - delete - closed 22:47, 15 January 2024 (UTC)
* List of current XFL team rosters - (8283) - delete - closed 22:49, 15 January 2024 (UTC)
* Boxing at the 1904 Summer Olympics – Middleweight - (8063) - merge - closed 11:10, 15 January 2024 (UTC)
* List of current National Football League staffs - (4930) - delete - closed 18:18, 14 January 2024 (UTC)
* Dingle Marathon (2nd nomination) - (10055) - redirect - closed 18:59, 13 January 2024 (UTC)
* Frändefors IF - (4940) - soft delete - closed 23:31, 12 January 2024 (UTC)
* Rangers (sports team) - (4688) - redirect - closed 22:54, 12 January 2024 (UTC)
* List of current champions in Impact Wrestling - (7064) - Moot. - closed 21:42, 11 January 2024 (UTC)
* 1903 Academy of Idaho Bantams football team - (7267) - delete - closed 03:10, 12 January 2024 (UTC)
* 1900 South Bend Howard Park Club football team - (4393) - delete - closed 03:11, 12 January 2024 (UTC)
* 2027 Women's World Floorball Championships - (6070) - redirect - closed 07:56, 11 January 2024 (UTC)
* Manila Montet F.C. - (5491) - Draftify - closed 08:17, 11 January 2024 (UTC)
* Haverford–Swarthmore rivalry - (9963) - keep - closed 01:01, 11 January 2024 (UTC)
* 1873 New Jersey Athletic Club football team - (5163) - delete - closed 02:29, 11 January 2024 (UTC)
* 1880 Philadelphia Crescent Athletic Club football team - (4922) - Userfy for Beanie - closed 03:11, 11 January 2024 (UTC)
* Sachin: A Hundred Hundreds Now - (5176) - delete - closed 22:50, 10 January 2024 (UTC)
* Northern Championship - (4045) - redirect - closed 22:46, 10 January 2024 (UTC)
* 2022 Keystone Giants football team - (5065) - delete - closed 00:36, 11 January 2024 (UTC)
* Vivian Hultman - (15162) - keep - closed 02:37, 9 January 2024 (UTC)
* Roces - (3778) - delete - closed 22:28, 7 January 2024 (UTC)
* 2023 Livingstone Blue Bears football team - (4788) - Speedy Keep - closed 21:56, 7 January 2024 (UTC)
* Jim Thorpe Classic - (6962) - soft delete - closed 22:04, 6 January 2024 (UTC)
* Randy Campbell - (7082) - keep - closed 21:33, 6 January 2024 (UTC)
* 1907 Mississippi College Collegians football team - (9005) - merge - closed 05:11, 5 January 2024 (UTC)
* Lucas Sant - (4538) - Draftify - closed 11:10, 5 January 2024 (UTC)
* 2022 Asian Para Games closing ceremony - (4715) - merge - closed 15:39, 4 January 2024 (UTC)
* Wingo (shooting) - (4031) - keep - closed 07:00, 4 January 2024 (UTC)
* Gansz Trophy - (6278) - no consensus - closed 19:43, 3 January 2024 (UTC)
* Al-Ahli Club (Dubai) (beach soccer) - (4552) - redirect - closed 18:25, 3 January 2024 (UTC)
* 1924 Humboldt State Lumberjacks football team - (4337) - merge - closed 20:48, 3 January 2024 (UTC)
* 1925 Humboldt State Lumberjacks football team - (4573) - merge - closed 20:48, 3 January 2024 (UTC)
* 2025 Women's World Floorball Championships - (4631) - delete - closed 03:19, 4 January 2024 (UTC)
* Ballydonoghue GAA - (4527) - keep - closed 03:39, 3 January 2024 (UTC)
* Sportland Trophy - (4292) - delete - closed 09:18, 3 January 2024 (UTC)
* 1900 CCNY Lavender football team - (3443) - delete - closed 13:26, 3 January 2024 (UTC)
* 1896 Indiana State Sycamores football team - (5464) - redirect - closed 13:31, 3 January 2024 (UTC)
* Sitting volleyball at the 2023 ASEAN Para Games - (5041) - soft delete - closed 00:37, 3 January 2024 (UTC)
* Calibre Sports - (4947) - delete - closed 13:27, 2 January 2024 (UTC)
* Grand Canyon Rivalry - (18226) - kept, but moved to Grand Canyon Trophy Game - closed 19:41, 31 December 2023 (UTC)
* Steven Dean Memorial Trophy - (4564) - keep - closed 20:25, 31 December 2023 (UTC)
* Amro El Jawich - (3659) - delete - closed 22:51, 29 December 2023 (UTC)
* WakeyLeaks - (5655) - keep - closed 15:36, 28 December 2023 (UTC)
* Porta-bote - (3585) - keep - closed 06:33, 28 December 2023 (UTC)
* Weightlifting at the 2009 East Asian Games – Results - (4289) - redirect - closed 16:02, 27 December 2023 (UTC)
* Ted Tracey - (8419) - no consensus - closed 06:53, 26 December 2023 (UTC)
* Keystone Derby Cup - (4776) - delete - closed 06:47, 26 December 2023 (UTC)
* List of Bangladesh Premier League umpires - (5173) - delete - closed 19:40, 25 December 2023 (UTC)
* List of Indian Premier League umpires - (5844) - delete - closed 15:02, 25 December 2023 (UTC)
* Darroll DeLaPorte - (6455) - redirect - closed 22:18, 25 December 2023 (UTC)
* 2023 American Premier League - (5315) - delete - closed 12:28, 24 December 2023 (UTC)
* John Thompson Foundation Classic - (4595) - soft delete - closed 23:21, 23 December 2023 (UTC)
* Colonel By Classic - (4018) - keep - closed 19:43, 21 December 2023 (UTC)
* Arkansas–Texas Tech football rivalry - (6011) - keep - closed 00:17, 21 December 2023 (UTC)
* Jerod Morris - (4383) - delete - closed 23:02, 20 December 2023 (UTC)
* Ocean State Cup - (3615) - soft delete - closed 21:56, 19 December 2023 (UTC)
* Buccaneers–Dolphins rivalry - (8539) - keep - closed 14:49, 18 December 2023 (UTC)
* Cornwall Emards - (4073) - keep - closed 20:03, 18 December 2023 (UTC)
* Mehmet Akif Ersoy Indoor Swimming Pool - (4409) - redirect - closed 22:32, 18 December 2023 (UTC)
* Duel at the Diamond - (4714) - delete - closed 01:34, 18 December 2023 (UTC)
* PSKBS Kuta Binjai - (4173) - redirect - closed 20:40, 17 December 2023 (UTC)
* Sport in Manawatū - (4458) - delete - closed 00:52, 18 December 2023 (UTC)
* The Cheap Seats (American TV series) - (3930) - soft delete - closed 05:33, 17 December 2023 (UTC)
* Auburn–UAB men's basketball rivalry - (22113) - no consensus - closed 16:33, 16 December 2023 (UTC)
* List of programs broadcast by Sportsnet 360 - (6227) - redirect - closed 02:40, 16 December 2023 (UTC)
* 2023–24 AFC Champions League knockout stage - (10860) - keep - closed 17:01, 15 December 2023 (UTC)
* SMU–Tulsa men's soccer rivalry - (4884) - delete - closed 16:53, 15 December 2023 (UTC)
* Michigan MAC Trophy (2nd nomination) - (7768) - keep - closed 04:29, 15 December 2023 (UTC)
* Elm City rivalry - (7134) - delete - closed 23:24, 14 December 2023 (UTC)
* List of Under Armour sponsorships - (4545) - delete - closed 10:53, 14 December 2023 (UTC)
* Boston College–Virginia Tech football rivalry - (8577) - keep - closed 19:05, 13 December 2023 (UTC)
* 2007 Westmeath Senior Football Championship - (5226) - redirect - closed 19:04, 13 December 2023 (UTC)
* List of Adidas sponsorships - (7286) - delete - closed 13:19, 13 December 2023 (UTC)
* Figure skating at the 1st Winter Children of Asia International Sports Games - (3423) - delete - closed 22:55, 10 December 2023 (UTC)
* Dubai Capitals - (6798) - keep - closed 08:39, 10 December 2023 (UTC)
* Boston College–Harvard men's basketball rivalry - (3599) - delete - closed 06:30, 10 December 2023 (UTC)
* Atlantic Lacrosse Conference - (10869) - no consensus - closed 00:00, 10 December 2023 (UTC)
* 2016 Chinese Taipei Figure Skating Championships - (3604) - redirect - closed 21:37, 9 December 2023 (UTC)
* GMK Ltd - (4001) - soft delete - closed 21:35, 9 December 2023 (UTC)
* 1881 Randolph–Macon Yellow Jackets football team - (5260) - delete - closed 00:04, 10 December 2023 (UTC)
* North Louisiana Football Alliance - (8454) - no consensus - closed 04:26, 9 December 2023 (UTC)
* Untung Suropati Stadium - (4192) - merge - closed 04:24, 9 December 2023 (UTC)
* 2010 Chinese Taipei Figure Skating Championships - (3362) - redirect - closed 07:50, 9 December 2023 (UTC)
* 2011 Chinese Taipei Figure Skating Championships - (3410) - redirect - closed 07:48, 9 December 2023 (UTC)
* Gandaki Province cricket team - (6424) - keep - closed 07:24, 9 December 2023 (UTC)
* Joasia Zakrzewski - (9032) - keep - closed 13:53, 8 December 2023 (UTC)
* List of Mizuno sponsorships - (3479) - delete - closed 13:32, 8 December 2023 (UTC)
* Arizona–Texas Tech football rivalry - (5678) - delete - closed 03:42, 8 December 2023 (UTC)
* MEHL Hockey - (5491) - delete - closed 03:44, 8 December 2023 (UTC)
* Vongchavalitkul University F.C. - (3253) - delete - closed 16:49, 7 December 2023 (UTC)
* List of New Balance sponsorships - (3801) - delete - closed 14:09, 6 December 2023 (UTC)
* Pasuruan United F.C. - (4477) - delete - closed 18:35, 6 December 2023 (UTC)
* Battle of the Border (Lamar–McNeese) - (14694) - no consensus - closed 08:39, 6 December 2023 (UTC)
* List of Asics sponsorships - (4562) - delete - closed 11:25, 6 December 2023 (UTC)
* Goalball at the 2017 ASEAN Para Games - (3478) - soft delete - closed 06:54, 5 December 2023 (UTC)
* Appalachian State–Charlotte rivalry - (6292) - delete - closed 13:46, 4 December 2023 (UTC)
* Nebraska–Texas football rivalry - (4733) - delete - closed 22:18, 3 December 2023 (UTC)
* United Professional Basketball League - (6004) - no consensus - closed 05:34, 3 December 2023 (UTC)
* Penn State–Temple football rivalry (2nd nomination) - (7583) - delete - closed 02:58, 3 December 2023 (UTC)
* Constitution State Rivalry - (4033) - delete - closed 19:41, 2 December 2023 (UTC)
* Bataireacht - (22916) - merge - closed 23:47, 1 December 2023 (UTC)
* Oman Arena - (4625) - redirect - closed 23:22, 1 December 2023 (UTC)
* UCCU Crosstown Clash - (8604) - delete - closed 23:34, 1 December 2023 (UTC)
* 2024 World Friendship Games - (4967) - keep - closed 22:10, 1 December 2023 (UTC)
* Goalball at the 2023 ASEAN Para Games - (6424) - redirect - closed 02:45, 30 November 2023 (UTC)
* Astros–Dodgers rivalry - (9161) - merge - closed 23:01, 27 November 2023 (UTC)
* Bonn–Bamberg basketball brawl - (5662) - delete - closed 22:16, 27 November 2023 (UTC)
* List of Puma sponsorships - (5472) - delete - closed 22:18, 27 November 2023 (UTC)
* Apex Moon - (3648) - delete - closed 04:53, 27 November 2023 (UTC)
* River City Rivalry - (14930) - delete - closed 16:20, 26 November 2023 (UTC)
* Midwest Cities Lacrosse Conference - (5037) - no consensus - closed 04:35, 26 November 2023 (UTC)
* Abu Dhabi Knight Riders - (6362) - keep - closed 03:57, 26 November 2023 (UTC)
* Gulf Giants - (6524) - keep - closed 04:23, 26 November 2023 (UTC)
* Bakhit Khamis - (4424) - Speedy deletion by Jimfbleak - closed 12:16, 20 November 2023 (UTC)
* Arkansas–Arkansas State rivalry - (4993) - delete - closed 23:09, 24 November 2023 (UTC)
* Charlotte–East Carolina rivalry - (5049) - delete - closed 23:08, 24 November 2023 (UTC)
* Karate Do Association of Bengal - (9101) - no consensus - closed 08:22, 22 November 2023 (UTC)
* GameNight - (4748) - redirect - closed 05:15, 22 November 2023 (UTC)
* Nima Rahizadeh - (11878) - delete - closed 05:09, 22 November 2023 (UTC)
* Apex Sun - (4361) - delete - closed 06:25, 22 November 2023 (UTC)
* Gymnastics at the Russian Championships – Women's individual all-around - (5925) - delete - closed 14:50, 21 November 2023 (UTC)
* Racho Zhekov - (4786) - redirect - closed 04:15, 19 November 2023 (UTC)
* Playermaker - (5190) - keep - closed 21:48, 18 November 2023 (UTC)
* TNT Sports 4 - (4647) - keep - closed 01:22, 19 November 2023 (UTC)
* Aliyar Najafi - (4732) - soft delete - closed 06:59, 18 November 2023 (UTC)
* SPORTS for Exceptional Athletes - (6194) - delete - closed 23:32, 17 November 2023 (UTC)
* Midwest Sports Fans - (4721) - soft delete - closed 23:14, 17 November 2023 (UTC)
* Imagine Sports - (3466) - delete - closed 07:01, 17 November 2023 (UTC)
* 2023 Cricket World Cup 1st semi-final - (4841) - speedy delete - closed 09:04, 17 November 2023 (UTC)
* 1979 Sligo Intermediate Football Championship - (6666) - delete - closed 01:18, 17 November 2023 (UTC)
* Albertville bid for the 1992 Winter Olympics - (3728) - merge - closed 05:39, 16 November 2023 (UTC)
* Erfan Saadati - (4646) - soft delete - closed 00:36, 16 November 2023 (UTC)
* Ketchum Sun Valley Historical Society Heritage & Ski Museum - (5297) - delete - closed 00:06, 16 November 2023 (UTC)
* Richmond Shock Lacrosse - (4129) - soft delete - closed 22:42, 14 November 2023 (UTC)
* 2023–24 Women's Volleyball Thailand League - (8050) - delete - closed 15:06, 14 November 2023 (UTC)
* Raptors Knoll Disc Golf Course - (3976) - soft delete - closed 00:30, 14 November 2023 (UTC)
* Hydra Ventures - (3061) - Withdrawn - closed 13:58, 13 November 2023 (UTC)
* Arthur Block Park - (3914) - redirect - closed 00:00, 13 November 2023 (UTC)
* Elite Basketball League - (3536) - soft delete - closed 23:43, 12 November 2023 (UTC)
* Cardinals–Royals rivalry (3rd nomination) - (9827) - redirect - closed 02:41, 13 November 2023 (UTC)
* List of paintball manufacturers - (3927) - delete - closed 23:41, 12 November 2023 (UTC)
* North East College Lacrosse League - (4095) - delete - closed 03:04, 12 November 2023 (UTC)
* Citrus Series (2nd nomination) - (5978) - redirect - closed 07:42, 10 November 2023 (UTC)
* Ashish (rower) - (14362) - keep - closed 08:40, 10 November 2023 (UTC)
* California Junior College Lacrosse Association - (4261) - soft delete - closed 04:20, 8 November 2023 (UTC)
* ACRD Acicatena - (4184) - delete - closed 22:35, 7 November 2023 (UTC)
* National College Lacrosse League - (4417) - delete - closed 07:47, 6 November 2023 (UTC)
* Kelsey Wingert - (6812) - keep - closed 00:36, 6 November 2023 (UTC)
* Winkin Sports Complex - (5414) - merge - closed 01:28, 6 November 2023 (UTC)
* Freedom Pro Baseball League - (5528) - Keep league article, redirect teams - closed 16:47, 4 November 2023 (UTC)
* Kingpin (chess magazine) - (6164) - redirect - closed 17:04, 4 November 2023 (UTC)
* 2017–18 Israeli Noar Premier League - (4010) - soft delete - closed 06:43, 3 November 2023 (UTC)
* 2019–20 Guildford Flames season - (6792) - redirect - closed 23:43, 2 November 2023 (UTC)
* 2023 Tour of Romania - (8549) - redirect - closed 20:11, 2 November 2023 (UTC)
* Joe Tyler - (3805) - soft delete - closed 23:30, 2 November 2023 (UTC)
* Adidas Oceaunz - (3896) - delete - closed 23:44, 2 November 2023 (UTC)
* Japan at the 2022 Asian Para Games - (8979) - Draftify - closed 00:26, 2 November 2023 (UTC)
* 1995–96 Bracknell Bees season - (5907) - redirect - closed 05:58, 31 October 2023 (UTC)
* 2014–15 Peterborough Phantoms season - (5560) - redirect - closed 05:49, 31 October 2023 (UTC)
* 2013–14 Invicta Dynamos season - (7808) - redirect - closed 05:52, 31 October 2023 (UTC)
* 1994–95 Chelmsford Chieftains season - (5705) - redirect - closed 05:51, 31 October 2023 (UTC)
* Adidas Copa Mundial - (10521) - no consensus - closed 06:48, 29 October 2023 (UTC)
* CSA Provincial T20 Challenge - (5530) - keep - closed 13:32, 28 October 2023 (UTC)
* 1931–32 CHL season - (6381) - no consensus - closed 03:08, 28 October 2023 (UTC)
* Alyssa Lang (2nd nomination) - (7395) - keep - closed 06:57, 28 October 2023 (UTC)
* PDC World Youth Championship - (4917) - soft delete - closed 05:19, 28 October 2023 (UTC)
* Great West League (2nd nomination) - (4562) - redirect - closed 23:59, 27 October 2023 (UTC)
* Atlantic Collegiate Baseball League - (6360) - keep - closed 01:17, 27 October 2023 (UTC)
* ISA World Junior Surfing Games Ecuador - (4898) - soft delete - closed 01:17, 27 October 2023 (UTC)
* Puget Sound Senior Baseball League - (6620) - delete - closed 00:31, 27 October 2023 (UTC)
* List of American collegiate athletic stadiums and arenas - (4721) - delete - closed 19:54, 26 October 2023 (UTC)
* Folkestone Vikings - (5273) - speedy keep - closed 06:08, 26 October 2023 (UTC)
* All-American Amateur Baseball Association - (4799) - delete - closed 11:52, 26 October 2023 (UTC)
* Mediterranean Basketball Association - (5712) - soft delete - closed 07:36, 26 October 2023 (UTC)
* PBR Top 30 - (4036) - redirect - closed 23:17, 24 October 2023 (UTC)
* Boston Ironside - (3468) - delete - closed 00:45, 25 October 2023 (UTC)
* Naples Invitational - (4075) - soft delete - closed 00:51, 24 October 2023 (UTC)
* Stage Front - (5810) - delete - closed 02:00, 24 October 2023 (UTC)
* Nashville Kickoff Game - (4318) - delete - closed 19:34, 23 October 2023 (UTC)
* Red Hot Skate Rock - (4141) - redirect - closed 10:00, 23 October 2023 (UTC)
* Tom Bowl (2nd nomination) - (4509) - delete - closed 00:49, 23 October 2023 (UTC)
* Scott Reiss - (5298) - soft delete - closed 20:10, 22 October 2023 (UTC)
* Southern Collegiate Baseball League - (4441) - delete - closed 00:13, 22 October 2023 (UTC)
* Rockingham County Baseball League - (5643) - keep - closed 08:06, 21 October 2023 (UTC)
* Offsiders - (8211) - keep - closed 06:46, 21 October 2023 (UTC)
* Icelandic equitation - (4143) - keep - closed 18:57, 20 October 2023 (UTC)
* Golden State Collegiate Baseball League - (3251) - delete - closed 14:56, 20 October 2023 (UTC)
* Triple Crown College Baseball League - (4191) - delete - closed 14:56, 20 October 2023 (UTC)
* Champaign-Urbana Bandits - (4971) - redirect - closed 21:42, 20 October 2023 (UTC)
* Atlantic Baseball Confederation (2nd nomination) - (5408) - keep - closed 07:36, 20 October 2023 (UTC)
* Australia National Youth Championships (baseball) - (4381) - soft delete - closed 16:08, 19 October 2023 (UTC)
* Dancing on Ice: The Tour - (6151) - redirect - closed 23:27, 18 October 2023 (UTC)
* Sean Lawton - (4713) - soft delete - closed 23:22, 18 October 2023 (UTC)
* Asd Hockey Marzotto Valdagno - (3438) - soft delete - closed 03:52, 19 October 2023 (UTC)
* Lesní stadion - (4714) - delete - closed 14:41, 18 October 2023 (UTC)
* Truist - (13950) - Move a whole mess of articles - closed 01:38, 18 October 2023 (UTC)
* Southwestern Conference (Illinois) - (4283) - redirect - closed 23:36, 17 October 2023 (UTC)
* Canada Cup (floorball) - (8468) - merge - closed 06:31, 17 October 2023 (UTC)
* West Yosemite League - (8202) - keep - closed 07:24, 16 October 2023 (UTC)
* Revolution Recap - (15004) - delete - closed 02:41, 16 October 2023 (UTC)
* Priya Devi Elangbam - (5281) - delete - closed 00:04, 14 October 2023 (UTC)
* Paintball pistol - (4675) - merge - closed 05:51, 14 October 2023 (UTC)
* List of current WSOF-Global fighters - (4343) - delete - closed 23:20, 12 October 2023 (UTC)
* Nike CTR360 Maestri - (7590) - delete - closed 06:49, 12 October 2023 (UTC)
* Calan Ledingham - (4242) - delete - closed 23:07, 9 October 2023 (UTC)
* 2022 Asian Games closing ceremony (2nd nomination) - (5002) - keep - closed 21:59, 8 October 2023 (UTC)
* Algeria at the 2011 Arab Games - (5171) - soft delete - closed 07:07, 7 October 2023 (UTC)
* This Week in WWE (TV program) - (4679) - redirect - closed 07:08, 7 October 2023 (UTC)
* Werneth Cricket Club - (4159) - redirect - closed 02:31, 7 October 2023 (UTC)
* Wales national men's roller derby team - (3570) - soft delete - closed 12:26, 5 October 2023 (UTC)
* SportsCall - (3504) - redirect - closed 08:12, 4 October 2023 (UTC)
* Let's Talk Penn State - (3657) - delete - closed 15:15, 3 October 2023 (UTC)
* Green Gully Reserve - (19192) - redirect - closed 05:15, 3 October 2023 (UTC)
* Knox United SC - (5451) - delete - closed 18:52, 2 October 2023 (UTC)
* Champions Soccer Radio Network - (3665) - delete - closed 19:19, 2 October 2023 (UTC)
* Ifish - (16931) - keep - closed 21:41, 1 October 2023 (UTC)
* Colleges and Universities Sports Association - (6730) - keep - closed 03:36, 2 October 2023 (UTC)
* The Sport Buffet - (4177) - soft delete - closed 23:18, 1 October 2023 (UTC)
* Sportscenter AM - (4084) - merge - closed 01:32, 2 October 2023 (UTC)
* The Red Sneakers - (8181) - keep - closed 02:44, 2 October 2023 (UTC)
* Nike Hypervenom - (5111) - delete - closed 04:16, 1 October 2023 (UTC)
* Adidas Predator - (4530) - speedy keep - closed 03:31, 1 October 2023 (UTC)
* Orlando Phantoms - (24043) - no consensus - closed 20:07, 30 September 2023 (UTC)
* Stacy Paetz - (3924) - delete - closed 12:22, 30 September 2023 (UTC)
* NBC SportsTalk - (4360) - redirect - closed 09:35, 30 September 2023 (UTC)
* Nike Total 90 - (5028) - redirect - closed 03:44, 30 September 2023 (UTC)
* Nike Tiempo - (5074) - redirect - closed 03:50, 30 September 2023 (UTC)
* Nike Mercurial Vapor - (6054) - delete - closed 06:12, 30 September 2023 (UTC)
* Croydon City Arrows SC - (6345) - speedy keep - closed 23:26, 28 September 2023 (UTC)
* Beach volleyball at the 2022 Asian Games – Men's tournament - (5454) - keep - closed 22:23, 26 September 2023 (UTC)
* 2–0 lead is the worst lead - (5074) - keep - closed 06:00, 27 September 2023 (UTC)
* World Series of Darts Finals - (5038) - merge - closed 15:06, 26 September 2023 (UTC)
* List of equestrians that competed in more equestrian disciplines - (4057) - delete - closed 13:47, 26 September 2023 (UTC)
* St Kilda SC - (4277) - no consensus - closed 01:52, 26 September 2023 (UTC)
* NBC Sports on CNBC - (5740) - merge - closed 22:45, 24 September 2023 (UTC)
* 1924 U.S. Figure Skating Championships - (4066) - keep - closed 15:56, 23 September 2023 (UTC)
* Ringwood City SC - (5138) - speedy keep - closed 01:21, 20 September 2023 (UTC)
* StatMuse - (10419) - no consensus - closed 05:07, 18 September 2023 (UTC)
* Record attendances for women's football (soccer) - (7960) - no consensus - closed 07:17, 17 September 2023 (UTC)
* South East Junior B Hurling Championship - (5628) - Draftify - closed 15:01, 15 September 2023 (UTC)
* Nike Phantom Luna - (25993) - delete - closed 05:48, 15 September 2023 (UTC)
* 1972–73 NHL transactions - (4858) - keep - closed 14:05, 14 September 2023 (UTC)
* Water Channel - (3775) - soft delete - closed 23:10, 13 September 2023 (UTC)
* Central Sierra League - (14422) - no consensus - closed 21:42, 9 September 2023 (UTC)
* Netherlands at the 1976 World Championships in Athletics - (4784) - redirect - closed 18:11, 8 September 2023 (UTC)
* Sudden Death Seven-ball - (7363) - delete - closed 20:50, 7 September 2023 (UTC)
* St Hugh's Boat Club (2nd nomination) - (20686) - merge - closed 21:27, 5 September 2023 (UTC)
* Athletic Union of Greek Alexandria - (3883) - keep - closed 18:56, 4 September 2023 (UTC)
* MPL Philippines S12 - (4855) - merge - closed 03:34, 3 September 2023 (UTC)
* VFL Development League - (7044) - keep - closed 02:37, 3 September 2023 (UTC)
* KSL Capital Partners (3rd nomination) - (7289) - delete - closed 22:33, 2 September 2023 (UTC)
* Blair Telford - (3664) - delete - closed 05:55, 30 August 2023 (UTC)
* Joe Robbie Cup - (4284) - delete - closed 00:25, 28 August 2023 (UTC)
* WISE Cup - (4310) - delete - closed 12:29, 26 August 2023 (UTC)
* Mickey Charles Award - (6161) - soft delete - closed 01:11, 25 August 2023 (UTC)
* Saint Xavier Women's Basketball - (4225) - delete - closed 05:32, 25 August 2023 (UTC)
* Waterford Premier Intermediate Hurling Championship - (4393) - soft delete - closed 21:07, 20 August 2023 (UTC)
* 2023 Cork Junior A Hurling Championship - (4040) - delete - closed 17:35, 17 August 2023 (UTC)
* La Norte - (3722) - merge - closed 14:10, 16 August 2023 (UTC)
* Lauren Baltayan - (15083) - no consensus - closed 05:21, 15 August 2023 (UTC)
* Aníbal Guerreiro - (6453) - delete - closed 09:59, 14 August 2023 (UTC)
* ESPN Xtra - (4444) - merge - closed 12:41, 14 August 2023 (UTC)
* Atlanta Riders - (5055) - delete - closed 22:13, 11 August 2023 (UTC)
* World Logging Championship - (4503) - delete - closed 07:18, 12 August 2023 (UTC)
* Gentry Brothers - (3561) - delete - closed 00:04, 9 August 2023 (UTC)
* South Yosemite Horizon League - (3739) - redirect - closed 01:25, 9 August 2023 (UTC)
* Coliseo Mariscal Caceres - (4628) - delete - closed 14:49, 8 August 2023 (UTC)
* Algeria at the 1997 World Championships in Athletics - (6151) - merge - closed 06:10, 7 August 2023 (UTC)
* EssentiallySports - (5520) - keep - closed 04:20, 7 August 2023 (UTC)
* Youssef Abdalla - (4782) - soft delete - closed 06:12, 7 August 2023 (UTC)
* KS Mewa Gniew - (10308) - keep - closed 02:54, 3 August 2023 (UTC)
* Aruzhan Abdrazak - (4061) - soft delete - closed 11:44, 1 August 2023 (UTC)
* 2022 Asian Games closing ceremony - (4353) - delete - closed 04:38, 1 August 2023 (UTC)
* Fox Netball - (7057) - merge - closed 11:07, 30 July 2023 (UTC)
* The Showdown (rugby union) - (13632) - keep - closed 20:26, 29 July 2023 (UTC)
* Olivier Guillon - (5019) - delete - closed 03:14, 30 July 2023 (UTC)
* James Melindy - (4256) - delete - closed 05:28, 28 July 2023 (UTC)
* Michigan State Spartans men's ice hockey statistical leaders - (6315) - merge - closed 14:47, 27 July 2023 (UTC)
* Dunajec Nowy Sącz - (4209) - keep - closed 16:22, 27 July 2023 (UTC)
* FC Echichens - (5255) - keep - closed 16:37, 27 July 2023 (UTC)
* Algeria at the 1993 World Championships in Athletics - (5729) - redirect - closed 23:04, 26 July 2023 (UTC)
* Algeria at the 2022 World Athletics Championships - (7908) - redirect - closed 15:51, 24 July 2023 (UTC)
* Omar Agrebi - (7196) - keep - closed 05:35, 23 July 2023 (UTC)
* Mohammad Bahiraei - (5492) - soft delete - closed 05:28, 23 July 2023 (UTC)
* Reclaiming the Glory - (4888) - delete - closed 13:22, 21 July 2023 (UTC)
* Mika Aarnikka - (6441) - keep - closed 01:06, 16 July 2023 (UTC)
* Kabul Province cricket team - (7304) - redirect - closed 22:51, 14 July 2023 (UTC)
* Dandenong Football and Netball Club - (6958) - no consensus - closed 07:22, 14 July 2023 (UTC)
* Trak Only - (3813) - delete - closed 14:05, 14 July 2023 (UTC)
* PACE Sports Management - (3919) - delete - closed 18:22, 14 July 2023 (UTC)
* Hobie Cat - (8436) - keep - closed 02:45, 13 July 2023 (UTC)
* National Ultra Endurance Series - (6171) - keep - closed 03:24, 12 July 2023 (UTC)
* Rupayan City Cumilla - (14511) - no consensus - closed 03:24, 11 July 2023 (UTC)
* Brazil at the 2023 Pan American Games - (12762) - no consensus - closed 05:11, 30 June 2023 (UTC)
* Moorabbin Kangaroos Football Club - (3726) - redirect - closed 06:27, 29 June 2023 (UTC)
* Dennis Freedman - (9252) - no consensus - closed 02:49, 29 June 2023 (UTC)
* Charles Gaylord - (4931) - redirect - closed 22:11, 28 June 2023 (UTC)
* Keegan Smith (soccer, born 1993) - (4069) - delete - closed 14:04, 28 June 2023 (UTC)
* PGP (paintball marker) - (20665) - delete - closed 12:43, 27 June 2023 (UTC)
* Trap (carriage) - (5902) - keep - closed 07:25, 27 June 2023 (UTC)
* Sportskeeda - (23919) - delete - closed 10:22, 26 June 2023 (UTC)
* Yellowknife Curling Centre - (6285) - delete - closed 00:50, 26 June 2023 (UTC)
* MVP Disc Sports - (3443) - soft delete - closed 14:28, 25 June 2023 (UTC)
* 2023–24 I-League 3 - (5429) - soft delete - closed 16:22, 25 June 2023 (UTC)
* Mansfield Road FC - (4452) - redirect - closed 23:24, 24 June 2023 (UTC)
* Aniyan Midhun (3rd nomination) - (6754) - delete - closed 23:41, 23 June 2023 (UTC)
* Hussein Al-Bishi - (5763) - keep - closed 02:41, 24 June 2023 (UTC)
* Bob Long Intimidator - (15968) - delete - closed 13:55, 23 June 2023 (UTC)
* Melton Hockey Club - (3210) - redirect - closed 07:16, 22 June 2023 (UTC)
* Jason Ebanks - (4561) - soft delete - closed 23:15, 19 June 2023 (UTC)
* Martin Waud - (4766) - soft delete - closed 23:14, 19 June 2023 (UTC)
* Aldene Forbes - (4328) - delete - closed 23:17, 19 June 2023 (UTC)
* Alejandro Ruiz (footballer) - (5311) - delete - closed 00:19, 19 June 2023 (UTC)
* Badminton at the 1975 SEAP Games – Individual Event - (9389) - no consensus - closed 14:41, 18 June 2023 (UTC)
* BT-4 Combat - (2936) - delete - closed 11:36, 18 June 2023 (UTC)
* Silke Nowitzki - (3958) - redirect - closed 00:50, 18 June 2023 (UTC)
* Tampa Bay Hawks - (4415) - redirect - closed 10:13, 17 June 2023 (UTC)
* Seb Jewell - (6178) - delete - closed 01:39, 16 June 2023 (UTC)
* List of men's footballers with 30 or more trophies - (6180) - delete - closed 23:28, 15 June 2023 (UTC)
* Khaled Soliman - (8893) - no consensus - closed 20:28, 14 June 2023 (UTC)
* Raiders–Seahawks rivalry - (6910) - keep - closed 20:13, 14 June 2023 (UTC)
* Real11 - (4248) - delete - closed 22:25, 14 June 2023 (UTC)
* Ian Thorpe false start controversy - (6001) - redirect - closed 21:44, 14 June 2023 (UTC)
* Inline blowback (paintball) (2nd nomination) - (3641) - delete - closed 13:51, 14 June 2023 (UTC)
* Université Club Kankan - (5077) - delete - closed 23:32, 13 June 2023 (UTC)
* Spyder Rodeo - (3146) - delete - closed 14:14, 13 June 2023 (UTC)
* Vuelta por un Chile Líder - (4669) - keep - closed 20:20, 12 June 2023 (UTC)
* Abdulla Mahmoud - (4749) - delete - closed 22:23, 11 June 2023 (UTC)
* Scripps Sports - (3437) - redirect - closed 03:36, 12 June 2023 (UTC)
* XFL on ESPN - (4013) - redirect - closed 03:28, 12 June 2023 (UTC)
* Miami Strike Force - (3980) - redirect - closed 00:16, 11 June 2023 (UTC)
* Jean-Luc Prieur - (3722) - soft delete - closed 23:51, 9 June 2023 (UTC)
* Raheem Robinson - (4897) - delete - closed 23:43, 9 June 2023 (UTC)
* Boyaa Poker Tour - (11590) - keep - closed 01:39, 9 June 2023 (UTC)
* 2016 Antonio Puerta Trophy - (5830) - redirect - closed 18:52, 7 June 2023 (UTC)
* 2023 EuroCup Final - (4832) - merge - closed 18:17, 7 June 2023 (UTC)
* List of mainstream films with skiing scenes - (7723) - delete - closed 23:48, 6 June 2023 (UTC)
* Dutch Olympic Sailing Team - (4839) - merge - closed 02:14, 7 June 2023 (UTC)
* Major achievements in Olympic team ball sports by nation - (5317) - delete - closed 23:35, 6 June 2023 (UTC)
* Ingrid Halstensen - (4588) - keep - closed 16:38, 6 June 2023 (UTC)
* 2006–07 Biathlon World Cup statistics - (3809) - delete - closed 12:42, 6 June 2023 (UTC)
* Kyle Prior - (4071) - delete - closed 14:18, 5 June 2023 (UTC)
* Selorm Kuadey - (6679) - delete - closed 02:59, 4 June 2023 (UTC)
* 2023 Billie Jean King Cup Europe/Africa Zone Group I – Pool A - (8173) - redirect - closed 13:33, 3 June 2023 (UTC)
* Planet Eclipse Ego - (3296) - soft delete - closed 12:20, 3 June 2023 (UTC)
* Dan Duquette Sports Academy - (3983) - merge - closed 01:45, 3 June 2023 (UTC)
* John Slingsby - (7732) - redirect - closed 13:38, 2 June 2023 (UTC)
* List of Harvard Crimson in the NFL Draft - (7420) - Keep - closed 22:14, 1 June 2023 (UTC)
* Player positions (paintball) - (3032) - delete - closed 12:54, 1 June 2023 (UTC)
* Denis Majstorović - (4144) - delete - closed 23:27, 31 May 2023 (UTC)
* 2022 Road Safety World Series squads - (6109) - merge - closed 12:41, 31 May 2023 (UTC)
* List of paintball leagues - (3249) - delete - closed 13:46, 29 May 2023 (UTC)
* List of professional paintball teams - (4316) - delete - closed 00:08, 29 May 2023 (UTC)
* InMotion - (5297) - keep - closed 03:28, 28 May 2023 (UTC)
* Table tennis at the 1984 Summer Olympics - (4472) - delete - closed 11:16, 28 May 2023 (UTC)
* Jonny Kennedy (rugby union) - (6244) - delete - closed 03:04, 27 May 2023 (UTC)
* Charlie Fetoai - (4430) - withdrawn - closed 07:39, 25 May 2023 (UTC)
* Federação Portuguesa de Cricket - (4809) - redirect - closed 23:32, 23 May 2023 (UTC)
* 2023 MLW Wiffle Ball season - (7044) - delete - closed 11:11, 23 May 2023 (UTC)
* Armadale SC - (7296) - redirect - closed 04:58, 21 May 2023 (UTC)
* 2022–23 Cheshunt F.C. season - (5055) - delete - closed 03:47, 21 May 2023 (UTC)
* Uudeküla Bulldogs RFC - (3538) - delete - closed 23:42, 16 May 2023 (UTC)
* All-Britain Junior Football Championship - (3697) - soft delete - closed 12:51, 16 May 2023 (UTC)
* Matt Underwood - (4366) - withdrawn by nominator - closed 16:44, 14 May 2023 (UTC)
* Labour relations in women's association football - (12487) - keep - closed 03:34, 11 May 2023 (UTC)
* Italian Cycling Federation - (5287) - keep - closed 06:56, 9 May 2023 (UTC)
* Badminton at the 2023 Central American and Caribbean Games – Qualification - (6604) - Draftify. - closed 13:28, 8 May 2023 (UTC)
* Basketball at the 2023 Central American and Caribbean Games – Qualification - (4754) - delete - closed 18:26, 7 May 2023 (UTC)
* Alf Davies (swimmer) - (4920) - redirect - closed 02:39, 7 May 2023 (UTC)
* Andy Lloyd (rugby union) - (4230) - keep - closed 02:54, 6 May 2023 (UTC)
* Shaun Ruwers - (3347) - delete - closed 11:38, 6 May 2023 (UTC)
* 2023 Pan American Racquetball Championships - (4696) - keep - closed 13:22, 5 May 2023 (UTC)
* James Loxton - (3902) - keep - closed 19:51, 4 May 2023 (UTC)
* FIVB Volleyball Men's World Championship qualification - (6999) - delete - closed 11:51, 4 May 2023 (UTC)
* Lyndon Bateman - (6764) - delete - closed 13:55, 4 May 2023 (UTC)
* Hanetball360 - (4760) - delete - closed 13:24, 4 May 2023 (UTC)
* Ben Phillips (rugby union) - (3673) - delete - closed 14:51, 3 May 2023 (UTC)
* Parkrun - (11703) - keep - closed 12:30, 3 May 2023 (UTC)
* Guram Kavtidze - (4217) - delete - closed 12:29, 3 May 2023 (UTC)
* Damien Lagrange - (3725) - delete - closed 12:26, 3 May 2023 (UTC)
* 2023 Bahrain Darts Masters - (5486) - keep - closed 22:39, 2 May 2023 (UTC)
* Andorra women's national ice hockey team - (4285) - delete - closed 23:40, 2 May 2023 (UTC)
* Jon Brennan - (7650) - withdrawn - closed 18:38, 30 April 2023 (UTC)
* 2023 World Junior Short Track Speed Skating Championships - (7344) - no consensus - closed 12:04, 30 April 2023 (UTC)
* Turkish Women's Basketball League - (7124) - no consensus - closed 06:46, 30 April 2023 (UTC)
* 2015–16 Manchester Phoenix season - (5742) - delete - closed 10:51, 30 April 2023 (UTC)
* Racquetball at the 2023 Pan American Games – Qualification - (3627) - redirect - closed 11:41, 29 April 2023 (UTC)
* Mexico at the 2023 Central American and Caribbean Games - (3698) - redirect - closed 11:37, 29 April 2023 (UTC)
* Bowling at the 2023 Central American and Caribbean Games – Qualification - (4757) - delete - closed 11:33, 29 April 2023 (UTC)
* 2019 National Conference League - (9201) - no consensus - closed 23:00, 28 April 2023 (UTC)
* 1997 Rhythmic Gymnastics Grand Prix circuit - (4534) - merge - closed 23:57, 28 April 2023 (UTC)
* 2000 Rhythmic Gymnastics Grand Prix circuit - (4628) - merge - closed 23:41, 28 April 2023 (UTC)
* 2005 Rhythmic Gymnastics Grand Prix circuit - (8145) - merge - closed 23:41, 28 April 2023 (UTC)
* 2004 Rhythmic Gymnastics Grand Prix circuit - (4601) - merge - closed 23:40, 28 April 2023 (UTC)
* 1994 Rhythmic Gymnastics Grand Prix circuit - (4669) - merge - closed 23:39, 28 April 2023 (UTC)
* 1995 Rhythmic Gymnastics Grand Prix circuit - (4510) - merge - closed 23:39, 28 April 2023 (UTC)
* List of Indian Premier League venues - (4823) - delete - closed 23:45, 27 April 2023 (UTC)
* Artistic swimming at the 2023 Central American and Caribbean Games – Qualification - (5171) - delete - closed 05:18, 27 April 2023 (UTC)
* Kibu Denis - (17989) - keep - closed 15:28, 26 April 2023 (UTC)
* Maharashtra Premier League - (3645) - delete - closed 23:49, 25 April 2023 (UTC)
* Carmen Toaquiza - (4234) - delete - closed 23:36, 24 April 2023 (UTC)
* 2002 Silverstone Superbike World Championship round - (5415) - redirect - closed 23:33, 23 April 2023 (UTC)
* Robert Zebelyan - (66469) - no consensus - closed 23:34, 21 April 2023 (UTC)
* List of Parkruns in the United Kingdom (2nd nomination) - (5756) - delete - closed 23:33, 20 April 2023 (UTC)
* List of Parkruns in the United States of America (2nd nomination) - (6724) - delete - closed 23:33, 20 April 2023 (UTC)
* List of Parkruns in France - (5096) - delete - closed 23:32, 20 April 2023 (UTC)
* 2023 Cricket World Cup final - (15936) - redirect - closed 17:22, 19 April 2023 (UTC)
* 1987–88 Kilmarnock F.C. season - (33346) - keep - closed 15:30, 18 April 2023 (UTC)
* Iron man (sports streak) - (9219) - keep - closed 14:36, 18 April 2023 (UTC)
* 2004 Copa Petrobras Santiago – Singles - (4961) - keep - closed 00:48, 18 April 2023 (UTC)
* 2023 Wests Tigers season - (6474) - no consensus - closed 11:08, 17 April 2023 (UTC)
* Eye On Sports - (5138) - delete - closed 00:27, 17 April 2023 (UTC)
* Billabong Pro Tahiti 2014 - (4567) - soft delete - closed 23:53, 16 April 2023 (UTC)
* 2023 Rugby League European Championship B - (8198) - delete - closed 17:15, 16 April 2023 (UTC)
* 2023 German Darts Grand Prix - (19433) - delete - closed 11:33, 15 April 2023 (UTC)
* UEFA Women’s Euro 2029 - (4563) - delete - closed 13:07, 14 April 2023 (UTC)
* Vadim Abdullayev - (9651) - delete - closed 14:49, 12 April 2023 (UTC)
* Pitchero - (20906) - no consensus - closed 16:40, 10 April 2023 (UTC)
* J.W. Police F.C. - (3978) - delete - closed 22:54, 10 April 2023 (UTC)
* Redzwan Atan - (4608) - delete - closed 12:25, 10 April 2023 (UTC)
* 2023-2026 ICC Cricket World Cup Challenge League - (8715) - keep - closed 13:03, 9 April 2023 (UTC)
* 2023–2027 ICC Cricket World Cup League 2 - (5867) - keep - closed 12:57, 9 April 2023 (UTC)
* Controversies involving the Indian Premier League - (7516) - merge - closed 21:53, 7 April 2023 (UTC)
* Frederickson Fieldhouse - (4793) - delete - closed 04:36, 7 April 2023 (UTC)
* AMA Fight Club - (4296) - delete - closed 03:41, 7 April 2023 (UTC)
* 2023 International Darts Open - (14577) - delete - closed 05:57, 6 April 2023 (UTC)
* Hannah Handeland - (4737) - delete - closed 05:51, 6 April 2023 (UTC)
* Lent Bumps 2023 - (6256) - redirect - closed 07:47, 5 April 2023 (UTC)
* 2023 NCAA Women's Gymnastics Championship - (4992) - keep - closed 14:07, 4 April 2023 (UTC)
* Mike Constantino (MMA trainer) - (7187) - delete - closed 23:35, 3 April 2023 (UTC)
* Stevenage Sharks - (3657) - soft delete - closed 23:37, 3 April 2023 (UTC)
* FBC Třinec - (3624) - delete - closed 06:57, 3 April 2023 (UTC)
* 2023 Indian Premier League Final - (5808) - redirect - closed 13:57, 3 April 2023 (UTC)
* 2023 Merlion Cup - (4398) - redirect - closed 13:56, 3 April 2023 (UTC)
* 2023 Women's Premier League Final - (5979) - merge - closed 13:56, 3 April 2023 (UTC)
* Goran Jovanović (footballer, born 1976) - (5120) - soft delete - closed 08:23, 2 April 2023 (UTC)
* 2023 Chinese Figure Skating Championships - (4568) - delete - closed 08:21, 2 April 2023 (UTC)
* 2023 MAAC women's basketball tournament - (7617) - keep - closed 10:56, 2 April 2023 (UTC)
* 2023 PDC World Cup of Darts - (4548) - Draftify - closed 06:50, 2 April 2023 (UTC)
* Athletics at the 2019 European Games – Men's 100 metres - (11392) - redirect - closed 22:56, 31 March 2023 (UTC)
* International Student Badminton Tournament - (8056) - delete - closed 23:13, 31 March 2023 (UTC)
* Futsal records in Indonesia - (4502) - delete - closed 00:03, 1 April 2023 (UTC)
* Handball at the Goodwill Games - (9482) - keep - closed 19:14, 31 March 2023 (UTC)
* Netball at the Arafura Games - (3568) - soft delete - closed 16:28, 30 March 2023 (UTC)
* Weskus Marathon - (3869) - delete - closed 05:51, 27 March 2023 (UTC)
* Alliance F.C. - (4501) - delete - closed 17:39, 26 March 2023 (UTC)
* List of Parkruns in Australia - (7603) - delete - closed 17:42, 26 March 2023 (UTC)
* 2023 PDC Calendar - (16909) - delete - closed 08:01, 26 March 2023 (UTC)
* Salem Spartans - (4265) - redirect - closed 08:13, 26 March 2023 (UTC)
* Salem Spartans in 2021 - (4528) - delete - closed 17:50, 24 March 2023 (UTC)
* History of rugby union matches between Ireland and Samoa - (4405) - delete - closed 23:38, 24 March 2023 (UTC)
* Speedaway (2nd nomination) - (4569) - delete - closed 03:27, 24 March 2023 (UTC)
* Iloilo United Royals - (6063) - keep - closed 14:09, 23 March 2023 (UTC)
* 2022 PDC Calendar (January–April) - (5258) - delete - closed 13:40, 23 March 2023 (UTC)
* Oceania Handball Champions Cup - (6245) - keep - closed 01:58, 23 March 2023 (UTC)
* Boxing at the 2011 Arafura Games - (3586) - delete - closed 03:09, 22 March 2023 (UTC)
* History of cycling in Syracuse, New York - (4522) - delete - closed 21:09, 21 March 2023 (UTC)
* Netball at the 2001 Arafura Games - (3582) - delete - closed 00:22, 22 March 2023 (UTC)
* Stade Marche Verte - (3750) - redirect - closed 02:35, 20 March 2023 (UTC)
* 2023 Prime Volleyball League - (7751) - delete - closed 13:04, 19 March 2023 (UTC)
* 2023 PDC Qualifying Calendar - (5512) - delete - closed 12:42, 19 March 2023 (UTC)
* List of international cricket five-wicket hauls at BRSABV Ekana Cricket Stadium - (5694) - delete - closed 15:48, 17 March 2023 (UTC)
* Rener Gracie - (12827) - redirect - closed 13:32, 16 March 2023 (UTC)
* List of Cricket World Test Championship records - (4450) - redirect - closed 13:46, 16 March 2023 (UTC)
* Benchball (2nd nomination) - (4695) - keep - closed 21:30, 16 March 2023 (UTC)
* Ralek Gracie - (10193) - redirect - closed 05:24, 14 March 2023 (UTC)
* Carley Gracie - (4405) - redirect - closed 05:22, 14 March 2023 (UTC)
* Relson Gracie - (4306) - redirect - closed 05:22, 14 March 2023 (UTC)
* Reyson Gracie - (4192) - redirect - closed 05:23, 14 March 2023 (UTC)
* List of first women's ice hockey internationals per country: 1987-1999 - (12369) - delete - closed 13:07, 13 March 2023 (UTC)
* Emrah Ormanoğlu - (5625) - delete - closed 08:10, 11 March 2023 (UTC)
* Sasuke Ninja Warrior Indonesia - (4885) - keep - closed 04:19, 12 March 2023 (UTC)
* Fox Primetime Hoops - (3585) - redirect - closed 01:36, 12 March 2023 (UTC)
* 2023 CAF African Schools Football Championship qualification - (5089) - delete - closed 14:35, 12 March 2023 (UTC)
* San Diego Padres retired numbers - (8973) - merge - closed 21:22, 12 March 2023 (UTC)
* Ljupka Gojić - (5514) - Speedy keep - closed 11:25, 13 March 2023 (UTC)
* Ilyas Bekbulatov - (4663) - delete - closed 22:17, 10 March 2023 (UTC)
* 2023 Leagues Cup knockout stage - (4831) - speedy keep - closed 05:47, 10 March 2023 (UTC)
* Razmik Papikyan - (7893) - delete - closed 04:18, 8 March 2023 (UTC)
* Valodya Frangulyan - (4991) - delete - closed 09:40, 8 March 2023 (UTC)
* Aharon D'Angelo-Lozenko - (4277) - delete - closed 17:25, 6 March 2023 (UTC)
* Maksim Manukyan - (3644) - keep - closed 17:26, 6 March 2023 (UTC)
* The Oaks Fishery - (3974) - delete - closed 20:23, 6 March 2023 (UTC)
* Shamil Mamedov - (4351) - delete - closed 23:04, 6 March 2023 (UTC)
* Maxim Davydov - (3050) - delete - closed 23:06, 6 March 2023 (UTC)
* NatWest Series - (5091) - merge - closed 04:22, 5 March 2023 (UTC)
* 2023 Baltic Sea Darts Open - (13599) - keep - closed 00:38, 4 March 2023 (UTC)
* Mashrabjon Ruziboev - (4626) - delete - closed 23:23, 3 March 2023 (UTC)
* On Athletics Club - (5293) - no consensus - closed 02:35, 1 March 2023 (UTC)
* Elham Galica - (4204) - delete - closed 15:26, 28 February 2023 (UTC)
* 2016 PDC Players Championship series - (3765) - delete - closed 03:04, 28 February 2023 (UTC)
* Palatinate (award) - (3679) - delete - closed 20:48, 27 February 2023 (UTC)
* 2023 Pakistan Super League squads - (5592) - delete - closed 15:46, 22 February 2023 (UTC)
* John Fogarty (baseball) - (5949) - redirect - closed 15:52, 22 February 2023 (UTC)
* List of National Football League players with multiple 1,000-yard receiving seasons - (6684) - delete - closed 20:23, 22 February 2023 (UTC)
* Bath Bombs Handball Club - (3745) - delete - closed 14:10, 21 February 2023 (UTC)
* Rodney Brand - (11329) - keep - closed 23:57, 20 February 2023 (UTC)
* Athletics at the 1993 Games of the Small States of Europe - (5694) - keep - closed 16:45, 17 February 2023 (UTC)
* AP Pro32 rankings - (4189) - delete - closed 03:22, 17 February 2023 (UTC)
* 2018 CDC Tour series - (3134) - delete - closed 16:35, 15 February 2023 (UTC)
* Sachem's Head Yacht Club - (3957) - delete - closed 17:44, 15 February 2023 (UTC)
* 2021 Summit League softball tournament - (5798) - no consensus - closed 13:54, 14 February 2023 (UTC)
* TAFISA (2nd nomination) - (7082) - delete - closed 07:52, 13 February 2023 (UTC)
* 2003 Spanish Figure Skating Championships - (5124) - redirect - closed 03:49, 13 February 2023 (UTC)
* Adams State Grizzlies cross country - (4020) - merge - closed 04:08, 12 February 2023 (UTC)
* Philip Villa (2nd nomination) - (6403) - delete - closed 11:17, 10 February 2023 (UTC)
* List of France stage winners on July 14th "Bastille Day" - (6389) - delete - closed 22:59, 9 February 2023 (UTC)
* Dynamo Unacob FC de Parakou - (3819) - delete - closed 22:05, 7 February 2023 (UTC)
* New Mexico Storm - (4626) - redirect - closed 22:48, 30 January 2023 (UTC)
* Landspeed - (9834) - keep - closed 01:38, 29 January 2023 (UTC)
* 2006 Vegalta Sendai season - (4623) - delete - closed 17:03, 27 January 2023 (UTC)
* 2022–23 National Beach Soccer Championship - (4533) - soft delete - closed 05:36, 27 January 2023 (UTC)
* Japan at the 2009 Asian Youth Games - (4113) - delete - closed 13:49, 26 January 2023 (UTC)
* Alia Zafar - (3171) - delete - closed 13:52, 26 January 2023 (UTC)
* Manizeh Zainli - (6234) - keep - closed 12:41, 25 January 2023 (UTC)
* Jake Paul vs. Hasim Rahman Jr. - (4127) - delete - closed 21:34, 25 January 2023 (UTC)
* Westlink M7 Cities Marathon - (3377) - delete - closed 06:45, 25 January 2023 (UTC)
* List of Kentucky Wildcats men's basketball recruiting history - (5024) - delete - closed 03:02, 24 January 2023 (UTC)
* Central African Republic at the 2019 World Athletics Championships - (6625) - delete - closed 03:46, 23 January 2023 (UTC)
* World Junior Alpine Skiing Championships 2023 - (6488) - keep - closed 05:43, 23 January 2023 (UTC)
* Viktor Axelsen career statistics - (3520) - redirect - closed 13:33, 22 January 2023 (UTC)
* Jeff Bridewell - (5193) - speedy keep - closed 14:21, 19 January 2023 (UTC)
* Tuscany Camp - (3790) - soft delete - closed 19:18, 18 January 2023 (UTC)
* Aaron Henry (American football) - (6054) - keep - closed 17:36, 15 January 2023 (UTC)
* Electronic Somali Sports Federation - (4051) - delete - closed 22:42, 14 January 2023 (UTC)
* The First School of Modern SkyFlying - (9801) - redirect - closed 05:42, 14 January 2023 (UTC)
* Carrot Stix - (4360) - delete - closed 14:13, 12 January 2023 (UTC)
* List of FIFA World Cup own goals - (14047) - no consensus - closed 22:27, 10 January 2023 (UTC)
* New Zealand national football B team - (4666) - redirect - closed 21:42, 8 January 2023 (UTC)
* Orlando Guardians - (17772) - Withdrawn - closed 02:15, 8 January 2023 (UTC)
* Skyhook (skydiving) - (5424) - redirect - closed 07:42, 31 December 2022 (UTC)
* Deji vs Alex Wassabi - (3657) - delete - closed 00:11, 26 December 2022 (UTC)
* African Rowing Beach Sprint Championships - (4156) - delete - closed 00:11, 26 December 2022 (UTC)
* 1981 Bandy World Championship squads - (4704) - soft delete - closed 13:07, 25 December 2022 (UTC)
* 2023 USA Outdoor Track and Field Championships - (7264) - keep - closed 19:20, 24 December 2022 (UTC)
* 2015 Kansai Collegiate American Football League season - (3379) - delete - closed 02:18, 22 December 2022 (UTC)
* 2016 Hokkaido American Football Association season - (3280) - delete - closed 02:18, 22 December 2022 (UTC)
* 2016 Kansai Collegiate American Football League season - (3596) - delete - closed 02:19, 22 December 2022 (UTC)
* Her Football Hub - (3785) - delete - closed 12:44, 21 December 2022 (UTC)
* Plataneros de Corozal squads - (4237) - soft delete - closed 06:27, 16 December 2022 (UTC)
* Speed skating at the 2023 Winter World University Games - (5437) - Draftify - closed 00:40, 15 December 2022 (UTC)
* Ministry of Sports and Youth (Qatar) - (5734) - keep - closed 16:15, 14 December 2022 (UTC)
* Rive-Sud Révolution - (5057) - redirect - closed 04:08, 14 December 2022 (UTC)
* Sporting Goods Industry Hall of Fame - (4747) - no consensus - closed 18:59, 10 December 2022 (UTC)
* Anarchy Championship Wrestling (2nd nomination) - (5132) - delete - closed 19:00, 10 December 2022 (UTC)
* Historical Diving Society - (4216) - delete - closed 01:02, 10 December 2022 (UTC)
* List of oldest living Major League Baseball players (4th nomination) - (8295) - delete - closed 07:22, 10 December 2022 (UTC)
* Meander Valley Suns - (4468) - redirect - closed 15:30, 9 December 2022 (UTC)
* FIG World Rankings - (5140) - soft delete - closed 23:27, 7 December 2022 (UTC)
* 2022 Girls' U17 Volleyball European Championship Qualification - (5262) - soft delete - closed 04:17, 8 December 2022 (UTC)
* 2018 Russian–Chinese Winter Youth Games - (4679) - soft delete - closed 23:41, 6 December 2022 (UTC)
* 2016 Russian–Chinese Winter Youth Games - (4679) - soft delete - closed 23:43, 6 December 2022 (UTC)
* 2022 Women's U21 European Volleyball Championship squads - (4434) - delete - closed 22:46, 5 December 2022 (UTC)
* 2021 Los Angeles Chargers–Las Vegas Raiders game - (7910) - redirect - closed 00:15, 4 December 2022 (UTC)
* List of Grand Sport sponsorships - (3289) - delete - closed 00:34, 3 December 2022 (UTC)
* 2009 NECBL playoffs - (4619) - soft delete - closed 12:02, 1 December 2022 (UTC)
* 2008 NECBL playoffs - (4758) - soft delete - closed 12:01, 1 December 2022 (UTC)
* 2010 NECBL playoffs - (4758) - soft delete - closed 12:01, 1 December 2022 (UTC)
* 2011 NECBL playoffs - (4758) - soft delete - closed 12:00, 1 December 2022 (UTC)
* 2022 Russian–Chinese Winter Youth Games - (3866) - soft delete - closed 17:22, 1 December 2022 (UTC)
* Short track speed skating at the 2022 Russian–Chinese Winter Youth Games - (4087) - delete - closed 17:23, 1 December 2022 (UTC)
* Figure skating at the 2023 Winter World University Games - (3882) - Draftify - closed 18:52, 1 December 2022 (UTC)
* Italian Winter Throwing Championships - (8038) - redirect - closed 09:12, 29 November 2022 (UTC)
* List of Argentine rugby union players - (3711) - delete - closed 19:50, 26 November 2022 (UTC)
* Edet FK - (6759) - delete - closed 21:30, 24 November 2022 (UTC)
* 1992 Kazakhstan Cup Final - (4579) - redirect - closed 22:20, 24 November 2022 (UTC)
* 2014 NECBL All-Star Game - (5077) - soft delete - closed 16:09, 24 November 2022 (UTC)
* 2013 NECBL All-Star Game - (5440) - soft delete - closed 16:10, 24 November 2022 (UTC)
* Bojan Ilievski - (8407) - soft delete - closed 22:08, 23 November 2022 (UTC)
* List of Minnesota State High School League State Championships - (4176) - delete - closed 22:05, 23 November 2022 (UTC)
* 2023 South Sydney Rabbitohs season - (6509) - keep - closed 07:53, 17 November 2022 (UTC)
* 2022 Italian Winter Throwing Championships - (4816) - delete - closed 09:44, 12 November 2022 (UTC)
* Canadian Junior Track and Field Championships - (5061) - keep - closed 04:16, 10 November 2022 (UTC)
* Szymon Zachwieja - (3438) - delete - closed 13:46, 9 November 2022 (UTC)
* Lingerie Fighting Championships - (4579) - delete - closed 19:06, 9 November 2022 (UTC)
* Sports News Highlights - (7145) - delete - closed 02:53, 8 November 2022 (UTC)
* Mike Carlucci - (3681) - delete - closed 20:49, 7 November 2022 (UTC)
* Vesturbæjarlaug - (5189) - keep - closed 08:16, 7 November 2022 (UTC)
* Romaric Luépack - (4375) - delete - closed 00:01, 5 November 2022 (UTC)
* Lorenzo Casali - (6145) - delete - closed 02:08, 30 October 2022 (UTC)
* DiveMax - (3252) - delete - closed 14:47, 27 October 2022 (UTC)
* Vizzy Trophy - (5893) - merge - closed 16:50, 27 October 2022 (UTC)
* Özer Türk Stadium - (3670) - redirect - closed 20:39, 26 October 2022 (UTC)
* East Gippsland Hockey Association - (3537) - redirect - closed 03:01, 27 October 2022 (UTC)
* Matthew Benham - (4746) - keep - closed 06:14, 26 October 2022 (UTC)
* Christian Spears - (4931) - no consensus - closed 17:40, 21 October 2022 (UTC)
* Dmitry Torner - (4569) - delete - closed 10:59, 21 October 2022 (UTC)
* Simon Plaskie - (3337) - soft delete - closed 04:40, 21 October 2022 (UTC)
* David Ferrer (racing driver) - (5531) - delete - closed 14:10, 20 October 2022 (UTC)
* Aw Abadir Stadium - (8229) - merge - closed 21:21, 19 October 2022 (UTC)
* 2022 Racquetball World Championships – Mixed doubles - (5903) - redirect - closed 04:46, 17 October 2022 (UTC)
* Kansas/St. Joseph Storm - (3640) - redirect - closed 00:18, 17 October 2022 (UTC)
* Octavian Droobers - (4051) - delete - closed 19:54, 14 October 2022 (UTC)
* Los Altos Mountain View Aquatic Club - (3734) - soft delete - closed 19:56, 14 October 2022 (UTC)
* Catalina Andrade - (3538) - delete - closed 17:55, 14 October 2022 (UTC)
* 2022 European Junior Judo Championships - (6212) - no consensus - closed 03:14, 12 October 2022 (UTC)
* Nathalie Blanc - (3872) - soft delete - closed 20:49, 11 October 2022 (UTC)
* List of NECBL seasons - (3744) - merge - closed 20:51, 11 October 2022 (UTC)
* 2010 Philadelphia Eagles–Washington Redskins game - (8136) - delete - closed 20:53, 11 October 2022 (UTC)
* Louth Intermediate Football Championship - (7538) - keep - closed 04:38, 11 October 2022 (UTC)
* Inline Freestyle World Championship - (6337) - delete - closed 02:37, 5 October 2022 (UTC)
* Santa Clara Aquamaids - (3914) - delete - closed 21:12, 3 October 2022 (UTC)
* List of swimming pools in Hungary - (8585) - no consensus - closed 17:18, 2 October 2022 (UTC)
* Planetarium Manager (2nd nomination) - (5674) - delete - closed 00:09, 29 September 2022 (UTC)
* 2015–16 PJHL season - (6007) - delete - closed 12:53, 28 September 2022 (UTC)
* Sandy Aaron - (6532) - redirect - closed 03:22, 28 September 2022 (UTC)
* Pineboarding - (3150) - delete - closed 03:05, 24 September 2022 (UTC)
* Jin Hiratsuka - (7261) - no consensus - closed 23:12, 22 September 2022 (UTC)
* List of Southeastern Conference football standings (1992–present) - (9245) - keep - closed 03:54, 21 September 2022 (UTC)
* Sheila Johansen - (5104) - redirect - closed 22:49, 19 September 2022 (UTC)
* Lamin Jagne - (4227) - delete - closed 23:35, 17 September 2022 (UTC)
* List of swimming pools in Lithuania - (5562) - delete - closed 23:35, 17 September 2022 (UTC)
* 8Xbet - (6508) - speedy delete - closed 05:01, 18 September 2022 (UTC)
* Badminton at the 2019 Island Games - (7213) - no consensus - closed 05:07, 17 September 2022 (UTC)
* Orkhan Valiyev - (4438) - soft delete - closed 08:57, 15 September 2022 (UTC)
* 2022 World Athletics Half Marathon Championships - (9738) - redirect - closed 01:55, 15 September 2022 (UTC)
* Moonika Aava - (6761) - speedy keep - closed 21:05, 14 September 2022 (UTC)
* Harlequin Ladies Football Club - (6498) - merge - closed 07:42, 10 September 2022 (UTC)
* All-Ireland Senior Football Championship Final referees - (9151) - no consensus - closed 22:56, 8 September 2022 (UTC)
* Diane Ramsay - (9157) - keep - closed 22:54, 8 September 2022 (UTC)
* Anda Butuc - (4716) - soft delete - closed 04:11, 9 September 2022 (UTC)
* Basketball at the 2009 Maccabiah Games – Men's tournament - (6379) - delete - closed 10:42, 8 September 2022 (UTC)
* 1915 Biddle football team - (8409) - merge - closed 18:39, 6 September 2022 (UTC)
* 2010–11 Australian Baseball League regular season - (3146) - merge - closed 17:06, 6 September 2022 (UTC)
* Australian Baseball League Championships - (3208) - delete - closed 17:44, 6 September 2022 (UTC)
* Melody Yeung (bowler) - (19517) - keep - closed 03:09, 6 September 2022 (UTC)
* Val Holten - (8451) - keep - closed 05:51, 4 September 2022 (UTC)
* 2022 World Ninepin Bowling Classic U18 Cup - (7395) - delete - closed 19:14, 3 September 2022 (UTC)
* JZone - (5460) - redirect - closed 04:45, 2 September 2022 (UTC)
* 2022 European Cadet Judo Championships – Mixed team - (6412) - redirect - closed 02:16, 2 September 2022 (UTC)
* NorthEast United FC B - (5235) - redirect - closed 19:59, 1 September 2022 (UTC)
* History of rugby union matches between France and Japan - (5152) - delete - closed 11:58, 1 September 2022 (UTC)
* Goce Petrovski - (3590) - delete - closed 23:55, 31 August 2022 (UTC)
* 2022 World Singles Ninepin Bowling Classic Championships – Women's sprint - (7350) - keep - closed 07:02, 30 August 2022 (UTC)
* Judo at the 2009 Maccabiah Games - (13793) - delete - closed 03:37, 30 August 2022 (UTC)
* Rahul Kanwat (2nd nomination) - (6565) - redirect - closed 03:31, 30 August 2022 (UTC)
* Rugby union at the Maccabiah Games - (3459) - soft delete - closed 23:41, 29 August 2022 (UTC)
* Table tennis at the 2022 ASEAN Para Games - (6182) - delete - closed 09:14, 29 August 2022 (UTC)
* A.S.D. Castiglione - (3848) - delete - closed 09:55, 29 August 2022 (UTC)
* Goalball at the 2022 ASEAN Para Games - (5102) - Draftify - closed 01:04, 29 August 2022 (UTC)
* 2013–14 Calcutta Premier Division A - (5642) - delete - closed 23:36, 28 August 2022 (UTC)
* Football at the 2005 Maccabiah Games – Men's tournament - (4373) - delete - closed 18:43, 28 August 2022 (UTC)
* 2017 Australian Baseball League postseason - (3856) - redirect - closed 06:35, 27 August 2022 (UTC)
* 2016 Australian Baseball League postseason - (3800) - redirect - closed 06:34, 27 August 2022 (UTC)
* 2015 Australian Baseball League postseason - (3801) - redirect - closed 06:34, 27 August 2022 (UTC)
* 2012 Australian Baseball League postseason - (3561) - redirect - closed 06:33, 27 August 2022 (UTC)
* 2011 Australian Baseball League postseason - (3387) - redirect - closed 06:32, 27 August 2022 (UTC)
* 2013 Australian Baseball League postseason - (3457) - redirected - closed 15:02, 19 August 2022 (UTC)
* TAFISA - (8357) - no consensus - closed 04:11, 26 August 2022 (UTC)
* 2001 Maccabiah Games medal table - (4025) - Merge all - closed 12:23, 25 August 2022 (UTC)
* 2021 Malta International Women's Football Tournament squads - (4958) - delete - closed 23:15, 24 August 2022 (UTC)
* Swimming at the 2005 Maccabiah Games – Men's 100 metre backstroke - (6726) - delete - closed 23:20, 23 August 2022 (UTC)
* Loofball - (13021) - keep - closed 14:10, 23 August 2022 (UTC)
* Athletics at the 2009 Maccabiah Games - (4633) - delete - closed 23:13, 22 August 2022 (UTC)
* Rugby union at the 1981 Maccabiah Games - (4157) - delete - closed 23:16, 22 August 2022 (UTC)
* Field hockey at the 2005 Maccabiah Games - (3681) - delete - closed 14:59, 21 August 2022 (UTC)
* Jarrell Arnold - (4283) - delete - closed 22:54, 20 August 2022 (UTC)
* Ripping (bodybuilding) - (4150) - soft delete - closed 05:20, 20 August 2022 (UTC)
* Commanders–Ravens rivalry - (13789) - delete - closed 11:41, 18 August 2022 (UTC)
* List of dog fighting breeds (2nd nomination) - (66340) - no consensus - closed 10:45, 17 August 2022 (UTC)
* Judo at the 2005 Maccabiah Games - (11825) - delete - closed 13:59, 14 August 2022 (UTC)
* Powerlifting at the 2022 ASEAN Para Games - (4228) - redirect - closed 23:35, 13 August 2022 (UTC)
* Knockbridge GAA - (7630) - speedy keep - closed 16:06, 12 August 2022 (UTC)
* Iran at the 2022 World Athletics Championships - (6539) - delete - closed 02:48, 12 August 2022 (UTC)
* 2022 Tipperary Senior Football Championship - (5609) - keep - closed 23:51, 10 August 2022 (UTC)
* History of rugby union matches between Canada and Japan - (4940) - delete - closed 20:44, 10 August 2022 (UTC)
* Cena–Orton rivalry - (12129) - no consensus - closed 09:20, 10 August 2022 (UTC)
* 1889 Wake Forest Baptists football team - (7470) - (unknown) - closed 14:43, 10 August 2022 (UTC)
* Badminton at the 2022 Maccabiah Games - (5529) - keep - closed 16:37, 8 August 2022 (UTC)
* Kilmeena GFC - (3388) - redirect - closed 15:18, 8 August 2022 (UTC)
* 2000 Individual Speedway Latvian Championship - (4509) - soft delete - closed 23:29, 7 August 2022 (UTC)
* Tommy Czeschin - (4734) - keep - closed 23:58, 6 August 2022 (UTC)
* The FredCast (2nd nomination) - (5415) - delete - closed 03:05, 6 August 2022 (UTC)
* FCF Glacier Boyz - (5071) - redirect - closed 12:01, 5 August 2022 (UTC)
* 2022 All-Japan artistic gymnastics championships – Men's artistic individual all-around - (4022) - delete - closed 21:20, 4 August 2022 (UTC)
* List of German Open Women's Singles champions in badminton (2nd nomination) - (6774) - no consensus - closed 03:59, 2 August 2022 (UTC)
* Finswimming at the 2022 World Games – Men's 100 m surface - (6972) - no consensus - closed 03:17, 1 August 2022 (UTC)
* 2022 World U23 Ninepin Bowling Classic Championships – Men's single - (5127) - soft delete - closed 03:55, 1 August 2022 (UTC)
* 2021 All-Japan Senior Artistic Gymnastics Championships - (3566) - delete - closed 22:31, 30 July 2022 (UTC)
* 2021 Chinese Artistic Gymnastics Olympic Trials - (3713) - delete - closed 22:32, 30 July 2022 (UTC)
* Devas Club - (11089) - no consensus - closed 18:47, 29 July 2022 (UTC)
* Putt (magazine) - (3594) - delete - closed 14:57, 28 July 2022 (UTC)
* 2021 All-Japan artistic gymnastics championships – Men's artistic team all-around - (3834) - delete - closed 04:45, 28 July 2022 (UTC)
* 2021 All-Japan artistic gymnastics championships - Men's qualification - (3852) - delete - closed 04:45, 28 July 2022 (UTC)
* List of international tournaments won by Indian football clubs - (4708) - delete - closed 18:11, 27 July 2022 (UTC)
* Lucas Ruzin - (5030) - delete - closed 18:10, 27 July 2022 (UTC)
* Galatasaray Kalamış Facilities - (4517) - soft delete - closed 22:36, 27 July 2022 (UTC)
* 2021 All-Japan artistic gymnastics championships – Men's artistic individual all-around - (4431) - delete - closed 21:40, 27 July 2022 (UTC)
* Fort Wayne Flyers - (6441) - delete - closed 18:43, 26 July 2022 (UTC)
* Bridges Handicap Race - (6883) - delete - closed 23:34, 24 July 2022 (UTC)
* 2023 Asian Women's Volleyball Championship - (4626) - soft delete - closed 13:08, 24 July 2022 (UTC)
* Underwater Hockey European Championships - (6714) - No consensus, slightly leaning keep - This is held in between the biannual World Championships, so it is certainly not as large as the world championships, but it is a regular event and plausible as a notable event. The problem is sufficiency in WP:RS, making the argument of Notability a weak one, but plausible. What I find in the consensus is uncertainty more than anything, which isn't strong enough to delete the article. I considered relisting, but I don't feel that it would be likely to add more to the discussion. - closed 18:43, 23 July 2022 (UTC)
* 2022 All-Japan Artistic Gymnastics Championships Qualification - (6745) - delete - closed 18:55, 23 July 2022 (UTC)
* 2022 All-Japan artistic gymnastics championships – Men's vault - (4399) - delete - closed 17:15, 20 July 2022 (UTC)
* 2021 Top Scorers in Men's Artistic Gymnastics - (4278) - delete - closed 17:13, 20 July 2022 (UTC)
* Greg Smith (American football, born 1959) - (5724) - keep - closed 16:07, 20 July 2022 (UTC)
* Four Rivers Conference (Missouri) (2nd nomination) - (4380) - delete - closed 00:58, 20 July 2022 (UTC)
* Talk:Fort Wayne Flyers - (2805) - procedural close - closed 18:57, 19 July 2022 (UTC)
* South Africa at the 2014 African Youth Games - (6861) - soft delete - closed 02:58, 19 July 2022 (UTC)
* Jean-Yves Adam - (3976) - soft delete - closed 20:50, 18 July 2022 (UTC)
* Neil Ayrton - (3807) - delete - closed 18:19, 16 July 2022 (UTC)
* Sajad Hussain Malik - (12171) - delete - closed 02:21, 16 July 2022 (UTC)
* Matt Peet - (6790) - keep - closed 09:46, 14 July 2022 (UTC)
* Gruppo Sportivo Pavione - (3299) - soft delete - closed 14:38, 13 July 2022 (UTC)
* Azerisport.com - (4349) - soft delete - closed 03:11, 13 July 2022 (UTC)
* Louka Bertrand - (4994) - delete - closed 23:42, 11 July 2022 (UTC)
* 2023 Leinster Senior Hurling Championship - (3246) - redirect - closed 18:39, 9 July 2022 (UTC)
* Elin Skantze - (3769) - delete - closed 17:34, 9 July 2022 (UTC)
* Flipper Trophy - (4705) - delete - closed 19:57, 9 July 2022 (UTC)
* Bangladeshi Cyclists (2nd nomination) - (11144) - no consensus - closed 04:47, 9 July 2022 (UTC)
* Robert Žan - (3789) - soft delete - closed 12:24, 6 July 2022 (UTC)
* Tobias Linse - (7618) - delete - closed 13:44, 5 July 2022 (UTC)
* Vilayout Sayyabounsou - (4197) - soft delete - closed 14:38, 30 June 2022 (UTC)
* Cumberland University Sports Hall of Fame - (4796) - merge - closed 21:51, 29 June 2022 (UTC)
* Nations League Tune–up match - (8747) - delete - closed 04:50, 26 June 2022 (UTC)
* Judson Clarke - (6105) - keep - closed 01:55, 25 June 2022 (UTC)
* Portsmouth Pirates - (3994) - soft delete - closed 00:15, 25 June 2022 (UTC)
* 2017 Oklahoma vs Kansas football game - (6238) - delete - closed 06:56, 22 June 2022 (UTC)
* Ari Schneider - (3769) - delete - closed 15:14, 20 June 2022 (UTC)
* San Antonio High School Football Records - (8262) - delete - closed 20:14, 20 June 2022 (UTC)
* Amir Mohammad Nekounam - (6742) - delete - closed 03:58, 20 June 2022 (UTC)
* Four Rivers Conference (Missouri) - (4811) - soft delete - closed 03:27, 19 June 2022 (UTC)
* Fitness Blender - (8951) - no consensus - closed 19:09, 18 June 2022 (UTC)
* Lines.com - (3437) - delete - closed 23:42, 18 June 2022 (UTC)
* Major League Baseball titles streaks - (5672) - delete - closed 03:20, 18 June 2022 (UTC)
* Anah SC - (6990) - no consensus - closed 17:59, 16 June 2022 (UTC)
* Fangio (cycling team) - (6544) - keep - closed 16:40, 16 June 2022 (UTC)
* 2021 Southeast Asian Games medal table with Olympic & Asian Games sports - (7547) - delete - closed 03:38, 15 June 2022 (UTC)
* Tamanuku (women) - (4469) - redirect - closed 21:56, 14 June 2022 (UTC)
* St Mary's GAA (Carbery) - (4487) - keep - closed 23:41, 11 June 2022 (UTC)
* Taichung Dreamers Academy - (17206) - keep - closed 10:02, 11 June 2022 (UTC)
* Collins-Perley Sports Complex - (5451) - delete - closed 19:19, 9 June 2022 (UTC)
* Kaysinger Conference - (3844) - soft delete - closed 13:20, 8 June 2022 (UTC)
* Jefferson County Athletic Association - (4042) - soft delete - closed 13:20, 8 June 2022 (UTC)
* Metro League (St. Louis) - (3939) - soft delete - closed 13:19, 8 June 2022 (UTC)
* North Central Missouri Conference - (4011) - soft delete - closed 13:18, 8 June 2022 (UTC)
* Interscholastic League - (3923) - soft delete - closed 13:18, 8 June 2022 (UTC)
* 2020 Ole Miss Rebels women's tennis team - (4660) - soft delete - closed 13:25, 8 June 2022 (UTC)
* 2020 Ole Miss Rebels men's tennis team - (4531) - soft delete - closed 13:24, 8 June 2022 (UTC)
* Prince of Wales–St. Sebastian's Cricket Encounter - (8744) - no consensus - closed 03:01, 8 June 2022 (UTC)
* Fanarchy - (6585) - redirect - closed 01:44, 8 June 2022 (UTC)
* 2023–24 EFL Championship - (4064) - delete - closed 20:22, 7 June 2022 (UTC)
* List of Major League Baseball all-time leaders in home runs by pitchers - (8573) - keep - closed 17:47, 7 June 2022 (UTC)
* List of Philippines Football League clubs - (4694) - keep - closed 13:01, 7 June 2022 (UTC)
* Christmas Cup - (3355) - redirect - closed 05:41, 7 June 2022 (UTC)
* Public High League - (3669) - soft delete - closed 05:50, 5 June 2022 (UTC)
* Waterman (sports) - (4773) - soft delete - closed 12:48, 3 June 2022 (UTC)
* Archery at the 2021 Islamic Solidarity Games - (5856) - redirect - closed 13:27, 2 June 2022 (UTC)
* Taekwondo at the 2021 Islamic Solidarity Games - (4662) - redirect - closed 13:24, 2 June 2022 (UTC)
* Pete Von Harten - (6226) - delete - closed 23:52, 2 June 2022 (UTC)
* Esher Leopold F.C. - (13442) - redirect - closed 01:55, 2 June 2022 (UTC)
* Raisen District Yoga Sports Association - (4285) - delete - closed 03:47, 2 June 2022 (UTC)
* Chris King (sportscaster) - (5151) - delete - closed 16:56, 31 May 2022 (UTC)
* Stiff Jab - (8240) - soft delete - closed 03:01, 31 May 2022 (UTC)
* ASEAN countries in sporting events - (3248) - delete - closed 23:52, 30 May 2022 (UTC)
* 2013 Canada World Kabaddi Cup - (3855) - soft delete - closed 13:58, 29 May 2022 (UTC)
* 2013 UK Kabaddi Cup - (3970) - soft delete - closed 13:57, 29 May 2022 (UTC)
* 1985 Asian Kabaddi Championship - (3233) - delete - closed 11:34, 29 May 2022 (UTC)
* My11Circle - (3660) - delete - closed 16:57, 28 May 2022 (UTC)
* West London Penguin Swimming and Water Polo Club - (8030) - keep - closed 21:06, 26 May 2022 (UTC)
* MLS Soccer Saturday - (5279) - redirect - closed 12:34, 25 May 2022 (UTC)
* Tucson Tilt - (3843) - redirect - closed 00:00, 26 May 2022 (UTC)
* Athletico SC (Lebanon) - (4471) - keep - closed 00:50, 24 May 2022 (UTC)
* 2029 Southeast Asian Games - (5130) - redirect - closed 06:57, 23 May 2022 (UTC)
* Slaheddine Fessi - (5010) - Keep - closed 09:47, 23 May 2022 (UTC)
* Mahmut Uslu - (5931) - soft delete - closed 03:23, 22 May 2022 (UTC)
* List of disc golf courses in Malaysia - (6161) - delete - closed 03:21, 22 May 2022 (UTC)
* Asnake Getachew Sahilu - (3457) - soft delete - closed 00:03, 22 May 2022 (UTC)
* Stade Centre Salif Keita - (4037) - redirect - closed 23:57, 21 May 2022 (UTC)
* Cody Claver (2nd nomination) - (11081) - keep - closed 11:06, 21 May 2022 (UTC)
* Jeff Gordon in popular culture - (12875) - no consensus - closed 08:16, 19 May 2022 (UTC)
* Bobby Bowden National Collegiate Coach of the Year Award - (7711) - no consensus - closed 02:08, 18 May 2022 (UTC)
* Ahmed Hamada (racer) - (4431) - delete - closed 18:12, 17 May 2022 (UTC)
* Vietnam at the 2021 Southeast Asian Games - (5000) - keep - closed 11:07, 17 May 2022 (UTC)
* Charleston Splash - (3940) - soft delete - closed 08:55, 15 May 2022 (UTC)
* Ramesh Satheesan - (5145) - redirect - closed 02:07, 12 May 2022 (UTC)
* Rossville Rattlers - (3361) - redirect - closed 23:28, 11 May 2022 (UTC)
* 2022 Yasar Dogu Tournament – Women's Freestyle 50 kg - (5566) - soft delete - closed 03:46, 11 May 2022 (UTC)
* Joao Urbáez - (3982) - delete - closed 21:43, 10 May 2022 (UTC)
* Jack Settleman - (4739) - delete - closed 12:46, 9 May 2022 (UTC)
* Norway women's national under-18 volleyball team - (3505) - withdrawn - closed 07:19, 9 May 2022 (UTC)
* Stephen Curry's Unanimous MVP Season - (3735) - delete - closed 23:41, 6 May 2022 (UTC)
* Swimming clubs in London - (4048) - delete - closed 09:14, 7 May 2022 (UTC)
* 1924–25 Lega Sud - (5548) - keep - closed 11:30, 5 May 2022 (UTC)
* Swimming clubs in Kent - (4522) - delete - closed 10:32, 5 May 2022 (UTC)
* Al-Qous Club - (3820) - soft delete - closed 04:51, 4 May 2022 (UTC)
* Jerash FC - (3796) - soft delete - closed 04:52, 4 May 2022 (UTC)
* Relocation of professional sports teams in Australia and New Zealand - (5938) - no consensus - closed 09:55, 2 May 2022 (UTC)
* East African cricket team in England in 1972 - (3646) - delete - closed 09:16, 2 May 2022 (UTC)
* 2022 Asian Wrestling Championships – Men's Greco-Roman 55 kg - (7030) - delete - closed 14:26, 29 April 2022 (UTC)
* Futsal positions - (5254) - delete - closed 03:17, 29 April 2022 (UTC)
* Pakistan Flying Disc Federation - (5577) - delete - closed 14:17, 28 April 2022 (UTC)
* Cape Coral Hurricanes - (4417) - redirect - closed 21:42, 28 April 2022 (UTC)
* List of snowboard tricks (2nd nomination) - (4272) - delete - closed 02:50, 28 April 2022 (UTC)
* Death of Paolo Gislimberti - (4753) - merge - closed 02:53, 25 April 2022 (UTC)
* 2022–23 Maltese Premier League - (6443) - keep - closed 03:47, 24 April 2022 (UTC)
* 2012 Ncell Cup - (3745) - redirect - closed 04:49, 24 April 2022 (UTC)
* Balé Club Disc Golf Course - (5484) - soft delete - closed 06:29, 22 April 2022 (UTC)
* Sports School Zmina Kyiv - (4095) - delete - closed 00:06, 22 April 2022 (UTC)
* 2014–15 Gimnàstic de Tarragona season - (5755) - delete - closed 23:56, 20 April 2022 (UTC)
* Outline of tennis - (6622) - keep - closed 17:05, 17 April 2022 (UTC)
* Donnell Washington - (5292) - speedy keep - closed 14:19, 17 April 2022 (UTC)
* Patrick McCarthy (announcer) (2nd nomination) - (7984) - redirect - closed 21:14, 15 April 2022 (UTC)
* Derby du Languedoc - (9843) - keep - closed 20:25, 15 April 2022 (UTC)
* Blue Ox RFC - (4550) - delete - closed 22:02, 15 April 2022 (UTC)
* Sárrétudvari KSE - (9655) - delete - closed 13:52, 13 April 2022 (UTC)
* Hulk Hogan's Celebrity Championship Wrestling - (13231) - keep - closed 21:10, 12 April 2022 (UTC)
* Women's football in French Guiana - (5107) - delete - closed 12:30, 12 April 2022 (UTC)
* List of Open Era men's singles tennis players by career match wins - (4993) - delete - closed 12:32, 12 April 2022 (UTC)
* List of 2013 NFL records and milestones - (7736) - merge - closed 22:42, 11 April 2022 (UTC)
* Lindsay Langston - (21227) - keep - closed 06:22, 9 April 2022 (UTC)
* Karen Shelton Stadium - (4300) - redirect - closed 03:12, 9 April 2022 (UTC)
* Pirtek - (10718) - keep - closed 07:45, 8 April 2022 (UTC)
* Szentendre Sleepwalkers - (3520) - soft delete - closed 03:55, 8 April 2022 (UTC)
* Ampaire Shakira - (5316) - delete - closed 14:35, 7 April 2022 (UTC)
* American Cribbage Congress - (3693) - delete - closed 19:27, 6 April 2022 (UTC)
* Eagle (yacht) - (3862) - redirect - closed 19:25, 6 April 2022 (UTC)
* 2009 Maccabiah Games medal table - (3745) - redirect - closed 12:00, 5 April 2022 (UTC)
* Sports Centre in Gombe State - (6210) - delete - closed 10:07, 3 April 2022 (UTC)
* SPT Sports Management - (5637) - delete - closed 11:36, 1 April 2022 (UTC)
* 1916 PGA Tour - (6604) - delete - closed 08:58, 1 April 2022 (UTC)
* List of Open Era women's singles tennis players by career match wins - (6039) - delete - closed 14:12, 31 March 2022 (UTC)
* Josh Allen–Patrick Mahomes rivalry - (8282) - delete - closed 18:58, 30 March 2022 (UTC)
* Basketball at the 2009 Maccabiah Games - (4082) - soft delete - closed 11:36, 29 March 2022 (UTC)
* Toronto FC II league record by opponent - (10041) - delete - closed 01:05, 27 March 2022 (UTC)
* Lagos State Sport Commission - (4861) - delete - closed 05:00, 27 March 2022 (UTC)
* List of sports clubs named after a sponsor - (7850) - delete - closed 01:10, 27 March 2022 (UTC)
* List Of The Tallest WWE Wrestlers - (6596) - delete - closed 07:13, 26 March 2022 (UTC)
* 2022 Women's Hockey Africa Cup of Nations squads - (4656) - soft delete - closed 22:26, 24 March 2022 (UTC)
* 2018 CONCACAF U-13 Champions League - (4087) - delete - closed 11:53, 23 March 2022 (UTC)
* 2022 FIFA World Cup qualification - Oceania qualifiers squads - (11460) - delete - closed 11:53, 23 March 2022 (UTC)
* Hakim Sanayi Kabul F.C. - (4304) - delete - closed 20:16, 23 March 2022 (UTC)
* 2021–22 Wrexham A.F.C. season - (9389) - keep - closed 23:12, 22 March 2022 (UTC)
* Mount Holyoke Lyons golf - (5095) - soft delete - closed 04:16, 23 March 2022 (UTC)
* 2022 Wheaton Academy boys' lacrosse team - (4727) - delete - closed 23:16, 22 March 2022 (UTC)
* Football at the 2009 Maccabiah Games – Men's team squads - (7925) - delete - closed 03:27, 22 March 2022 (UTC)
* New Gaziantep Stadium - (6696) - redirect - closed 11:04, 20 March 2022 (UTC)
* KHK MMA - (5421) - soft delete - closed 14:23, 19 March 2022 (UTC)
* International Youth Soccer in Niigata - (4123) - delete - closed 23:45, 18 March 2022 (UTC)
* Chris Mannix - (3725) - delete - closed 23:47, 18 March 2022 (UTC)
* Chargers–Rams rivalry - (12967) - Draftify - closed 04:22, 18 March 2022 (UTC)
* 2023 FIA Formula 3 Championship - (5147) - delete - closed 14:26, 16 March 2022 (UTC)
* 2012–13 F.B.C. Unione Venezia season - (3331) - delete - closed 22:37, 15 March 2022 (UTC)
* Skoarding - (3453) - delete - closed 02:21, 16 March 2022 (UTC)
* Benfica F.C. - (4241) - delete - closed 22:38, 15 March 2022 (UTC)
* World Divyang T10 - (4369) - Draftify - closed 02:17, 16 March 2022 (UTC)
* Desert Riders - (4935) - delete - closed 02:16, 16 March 2022 (UTC)
* Club de Golf Novo Sancti Petri - (3866) - soft delete - closed 01:50, 16 March 2022 (UTC)
* Clyde Coffman - (12961) - keep - closed 03:13, 15 March 2022 (UTC)
* Christopher Campbell (painter) - (5912) - speedy keep - closed 22:51, 14 March 2022 (UTC)
* San Francisco Gold Rush - (4669) - keep - closed 13:35, 14 March 2022 (UTC)
* Lars Nilsson (volleyball) - (7633) - delete - closed 20:23, 14 March 2022 (UTC)
* Sabah Adventure Race - (3703) - delete - closed 19:30, 13 March 2022 (UTC)
* Otto Anderson - (5194) - speedy keep - closed 11:43, 12 March 2022 (UTC)
* Chris Bascombe (3rd nomination) - (17278) - delete - closed 02:18, 12 March 2022 (UTC)
* Panamerican Football Confederation - (4237) - redirect - closed 17:04, 11 March 2022 (UTC)
* Lion Boys - (3312) - Speedy delete - closed 15:41, 10 March 2022 (UTC)
* Kalamazoo Cobras - (5708) - redirect - closed 01:02, 10 March 2022 (UTC)
* WTA Player of the Year - (4817) - speedy keep - closed 22:11, 9 March 2022 (UTC)
* Veer savarkar all india sea swimming competition - (4969) - delete - closed 14:33, 9 March 2022 (UTC)
* NWA Lonestar Women's Championship - (3161) - delete - closed 06:50, 9 March 2022 (UTC)
* 1996–97 Dumbarton F.C. season - (13713) - no consensus - closed 11:55, 7 March 2022 (UTC)
* List of players provided by clubs to Brazil national football team at the FIFA World Cup - (7414) - delete - closed 21:40, 6 March 2022 (UTC)
* Evergrande Football School - (5848) - keep - closed 01:12, 7 March 2022 (UTC)
* GamesBids (2nd nomination) - (7031) - no consensus - closed 18:48, 6 March 2022 (UTC)
* Jennifer Kaido - (4309) - soft delete - closed 13:42, 6 March 2022 (UTC)
* The Abu Dhabi Final Lap Scandal - (35565) - delete - closed 05:38, 5 March 2022 (UTC)
* Paraguay at the 2009 World Championships in Athletics - (3618) - delete - closed 11:49, 4 March 2022 (UTC)
* Paraguay at the 2011 World Championships in Athletics - (3483) - delete - closed 11:48, 4 March 2022 (UTC)
* Taunton & District Saturday Football League - (11604) - delete - closed 17:53, 2 March 2022 (UTC)
* List of National Football League annual passing interception leaders - (7749) - Draftify - closed 23:44, 1 March 2022 (UTC)
* PKL - (4094) - Keep, move, then create redirect - closed 02:44, 1 March 2022 (UTC)
* Round Iceland - (4152) - delete - closed 03:24, 1 March 2022 (UTC)
* Jayson Potroz - (6914) - keep - closed 08:47, 28 February 2022 (UTC)
* Kairat Boranbayev - (4267) - delete - closed 14:17, 28 February 2022 (UTC)
* Sher-e-Jalandhar - (3312) - soft delete - closed 01:51, 28 February 2022 (UTC)
* List of 500 point seasons in college football - (6178) - delete - closed 21:41, 26 February 2022 (UTC)
* Al Hilal F.C.–Esteghlal F.C. rivalry - (7276) - delete - closed 23:41, 25 February 2022 (UTC)
* Northrace - (4923) - delete - closed 02:42, 26 February 2022 (UTC)
* Pro Cricket - (5676) - merge - closed 00:10, 24 February 2022 (UTC)
* Oving Villages Cup - (6589) - redirect - closed 05:37, 24 February 2022 (UTC)
* DXDT Racing - (11617) - Nomination withdrawn. - closed 18:57, 22 February 2022 (UTC)
* Bendigo and District Cricket Association (2nd nomination) - (5101) - redirect - closed 14:20, 21 February 2022 (UTC)
* Jacksonville Generals - (5324) - redirect - closed 15:15, 21 February 2022 (UTC)
* 2013 Rhodes Lynx football team - (4328) - speedy keep - closed 12:03, 21 February 2022 (UTC)
* Henrique Camargo - (6503) - delete - closed 02:25, 19 February 2022 (UTC)
* Miss Potential - (8598) - no consensus - closed 05:11, 18 February 2022 (UTC)
* Unlimited Class Wrestling Federation - (6834) - delete - closed 10:21, 17 February 2022 (UTC)
* NASL Final 1969 - (7763) - redirect - closed 00:04, 17 February 2022 (UTC)
* Duntocher Hibernian F.C. - (7286) - keep - closed 00:59, 17 February 2022 (UTC)
* Kuşadasıspor - (6583) - speedy keep - closed 23:14, 16 February 2022 (UTC)
* G. Sylva - (21269) - procedural keep - closed 13:34, 16 February 2022 (UTC)
* 2012 East Africa Premier League - (5031) - delete - closed 23:55, 15 February 2022 (UTC)
* List of VFA/VFL wooden spoons - (6378) - delete - closed 08:12, 15 February 2022 (UTC)
* 2022 Vienna Vikings season - (6483) - redirect - closed 03:23, 13 February 2022 (UTC)
* Overseas Warriors - (5759) - keep - closed 06:09, 12 February 2022 (UTC)
* Middle Georgia Knights - (8160) - redirect - closed 12:49, 12 February 2022 (UTC)
* Sardar Pashaei - (5107) - keep - closed 12:43, 12 February 2022 (UTC)
* All Action Wrestling (2nd nomination) - (5432) - delete - closed 22:37, 11 February 2022 (UTC)
* 2021 National Premier Leagues Victoria - (5991) - redirect - closed 23:58, 11 February 2022 (UTC)
* 2014 Algarve U17 International Tournament - (5924) - delete - closed 02:22, 12 February 2022 (UTC)
* Formative Assessment in Sports - (3477) - delete - closed 10:57, 11 February 2022 (UTC)
* Brocagh Emmetts GAC (2nd nomination) - (6122) - delete - closed 06:25, 10 February 2022 (UTC)
* Atlanta Empire (TBL) - (5689) - redirect - closed 10:30, 9 February 2022 (UTC)
* Ralph Hay Pioneer Award - (5280) - merge - closed 23:45, 8 February 2022 (UTC)
* List of rowing blades – Club oars - (9629) - Rename to List of rowing clubs - closed 09:21, 8 February 2022 (UTC)
* Comparison of Major League Baseball and Nippon Professional Baseball - (11473) - keep - closed 17:29, 7 February 2022 (UTC)
* 2022 in Canadian football - (4625) - redirect - closed 00:16, 6 February 2022 (UTC)
* Beeni - (7862) - delete - closed 06:04, 5 February 2022 (UTC)
* List of NBL (Australia) Finals - (5837) - merge - closed 23:42, 4 February 2022 (UTC)
* Tom Thorp Award - (6583) - delete - closed 06:52, 4 February 2022 (UTC)
* 1972–73 Paris Saint-Germain F.C. season - (5797) - keep - closed 16:28, 3 February 2022 (UTC)
* Wheels of Fortune (film) (3rd nomination) - (5624) - soft delete - closed 04:47, 3 February 2022 (UTC)
* 2021 Boston College Eagles men's soccer team - (7156) - delete - closed 23:55, 2 February 2022 (UTC)
* Peter Frei - (9911) - keep - closed 16:11, 2 February 2022 (UTC)
* NorthEast United FC Reserves and Academy - (4868) - redirect - closed 13:37, 2 February 2022 (UTC)
* Wisconsin–La Crosse Eagles - (7795) - keep - closed 18:17, 30 January 2022 (UTC)
* List of Water Skiing Under-14 European Champions - (5422) - soft delete - closed 13:01, 30 January 2022 (UTC)
* Plandome Country Club - (4283) - merge - closed 01:14, 29 January 2022 (UTC)
* ICC Player of the Month - (6081) - redirect - closed 20:03, 28 January 2022 (UTC)
* 2022 AFC U-20 Women's Asian Cup qualification - (5018) - redirect - closed 05:21, 28 January 2022 (UTC)
* 2022 AFC U-17 Women's Asian Cup qualification - (5042) - redirect - closed 05:20, 28 January 2022 (UTC)
* Kearny Arlington - (5791) - delete - closed 12:14, 28 January 2022 (UTC)
* 2022 Supercoppa Italiana (women) - (4908) - delete - closed 14:18, 28 January 2022 (UTC)
* List of players who appeared in only one game in the NFL (1920–1929) - (30835) - keep - closed 09:04, 27 January 2022 (UTC)
* Primary NFL television stations - (25891) - delete - closed 05:27, 27 January 2022 (UTC)
* Hockey Night in Asia - (3560) - delete - closed 05:29, 27 January 2022 (UTC)
* 1970 Whitewater State Warhawks football team - (13143) - keep - closed 14:20, 27 January 2022 (UTC)
* 1967 Whitewater State Warhawks football team - (20459) - keep - closed 22:36, 26 January 2022 (UTC)
* 1977 South Dakota Coyotes football team - (21133) - Withdrawn - closed 13:33, 26 January 2022 (UTC)
* American football in the Netherlands - (11759) - keep - closed 17:54, 24 January 2022 (UTC)
* Nathan Cool - (4742) - delete - closed 15:05, 24 January 2022 (UTC)
* Arena curling - (3487) - soft delete - closed 23:56, 23 January 2022 (UTC)
* Pittsburgh Stealers - (10376) - delete - closed 18:18, 22 January 2022 (UTC)
* James Tatton - (6071) - keep - closed 23:06, 21 January 2022 (UTC)
* 2021-2022 - (4801) - Speedy delete - closed 21:25, 21 January 2022 (UTC)
* List of international goals scored by Mohamed Salah - (6242) - redirect - closed 15:45, 19 January 2022 (UTC)
* Penny board - (4937) - keep - closed 11:55, 16 January 2022 (UTC)
* Laila Faris - (5773) - delete - closed 17:19, 15 January 2022 (UTC)
* All Around (web series) - (5650) - soft delete - closed 05:01, 15 January 2022 (UTC)
* PTV Sports 2 - (3984) - delete - closed 04:51, 14 January 2022 (UTC)
* Dan Steinberg - (5526) - delete - closed 05:01, 13 January 2022 (UTC)
* Zack Weiner - (20370) - delete - closed 16:48, 12 January 2022 (UTC)
* Midwest Athletics - (3966) - redirect - closed 23:29, 12 January 2022 (UTC)
* Sports teams in the Central Pennsylvania Area - (4347) - redirect - closed 02:54, 13 January 2022 (UTC)
* 89Football - (4567) - soft delete - closed 02:29, 12 January 2022 (UTC)
* 2021 IUP Crimson Hawks football team - (10064) - withdrawn - closed 20:38, 11 January 2022 (UTC)
* List of soccer stampede disasters - (4936) - delete - closed 11:41, 11 January 2022 (UTC)
* Middlefield Cheese Stadium - (5684) - redirect - closed 13:30, 10 January 2022 (UTC)
* Islecroft Stadium - (4391) - redirect - closed 00:02, 10 January 2022 (UTC)
* List of German Open Men's Singles champions in badminton - (5850) - delete - closed 05:06, 9 January 2022 (UTC)
* List of French Open Men's Singles champions in badminton - (5061) - delete - closed 05:07, 9 January 2022 (UTC)
* Philip Hughes (footballer, born 1981) - (6315) - speedy keep - closed 09:59, 9 January 2022 (UTC)
* List of French Open Women's Singles champions in badminton - (5430) - delete - closed 20:36, 8 January 2022 (UTC)
* Mumbai United AC - (5439) - delete - closed 11:35, 8 January 2022 (UTC)
* Junction City Brigade - (3709) - delete - closed 03:54, 5 January 2022 (UTC)
* List of German Open Women's Singles champions in badminton - (8074) - keep - closed 22:44, 3 January 2022 (UTC)
* United Arab Emirates national under-17 football team results - (4941) - delete - closed 11:54, 3 January 2022 (UTC)
* India women's national under-17 football team results - (5323) - delete - closed 11:55, 3 January 2022 (UTC)
* Kosovo national under-19 football team results (2017–2019) - (5090) - delete - closed 11:55, 3 January 2022 (UTC)
* India national under-17 football team results - (4862) - delete - closed 11:55, 3 January 2022 (UTC)
* Medalists at the BWF Super Series Finals - (4231) - soft delete - closed 13:41, 2 January 2022 (UTC)
* Alpine skiing at the 2012 Arctic Winter Games - (13041) - delete - closed 01:21, 2 January 2022 (UTC)
* Eagles–Falcons rivalry - (13985) - no consensus - closed 22:04, 31 December 2021 (UTC)
* Francis English - (19014) - redirect - closed 10:06, 31 December 2021 (UTC)
* Thailand national under-17 football team results - (5127) - delete - closed 10:17, 31 December 2021 (UTC)
* Concept 2 Rowing Oars - (4490) - soft delete - closed 20:47, 30 December 2021 (UTC)
* Uzbekistan national under-17 football team results - (4849) - delete - closed 21:54, 30 December 2021 (UTC)
* Judith Augoustides - (8019) - delete - closed 10:49, 30 December 2021 (UTC)
* Associação Atlética Vila Isabel - (4910) - delete - closed 08:03, 29 December 2021 (UTC)
* Sport Club São Sebastião - (4011) - delete - closed 04:56, 28 December 2021 (UTC)
* List of Batuque FC players - (7895) - merge - closed 12:28, 26 December 2021 (UTC)
* Cougars Den - (6214) - merge - closed 00:24, 23 December 2021 (UTC)
* DeValois Stadium - (8186) - merge - closed 19:47, 21 December 2021 (UTC)
* Little Cleo (2nd nomination) - (14171) - keep - closed 08:55, 21 December 2021 (UTC)
* Friðþjófur Thorsteinsson - (5258) - speedy keep - closed 00:27, 21 December 2021 (UTC)
* Nova Scotia Sport Hall of Fame - (6266) - keep - closed 11:31, 15 December 2021 (UTC)
* Shyster (fishing lure) - (14202) - delete - closed 23:48, 14 December 2021 (UTC)
* 2002 Wismilak International – Singles - (10296) - keep - closed 22:26, 12 December 2021 (UTC)
* National Football Championships - (5495) - delete - closed 16:50, 12 December 2021 (UTC)
* Karate at the 2016 Pekan Olahraga Nasional - (4841) - soft delete - closed 05:10, 12 December 2021 (UTC)
* 2021 Tampa Bay Buccaneers–New England Patriots game - (31316) - no consensus - closed 19:56, 11 December 2021 (UTC)
* SRP International Stadium - (3960) - delete - closed 07:34, 11 December 2021 (UTC)
* Tom Davis (sportscaster) - (3619) - soft delete - closed 11:03, 11 December 2021 (UTC)
* Robinson-Hale Stadium - (17037) - merge - closed 21:54, 10 December 2021 (UTC)
* Stadion Hajduk - (16632) - keep - closed 20:50, 10 December 2021 (UTC)
* 2028 in sports - (6712) - delete - closed 16:04, 9 December 2021 (UTC)
* Dhanish Semar - (5491) - delete - closed 16:03, 9 December 2021 (UTC)
* Bob McEwan - (8553) - speedy keep - closed 17:26, 9 December 2021 (UTC)
* Deportivo Lake Mary - (5706) - redirect - closed 04:39, 9 December 2021 (UTC)
* Rec footy - (5744) - keep - closed 20:03, 8 December 2021 (UTC)
* 2021 All Japan Artistic Gymnastics Championships - (9784) - keep - closed 23:02, 7 December 2021 (UTC)
* List of Subiaco footballers who have also played in the VFL/AFL - (7382) - no consensus - closed 10:32, 7 December 2021 (UTC)
* Manayunk Wall - (4037) - soft delete - closed 03:52, 5 December 2021 (UTC)
* 2017 Cadet, Junior and U21 Karate World Championship - (7329) - delete - closed 10:41, 5 December 2021 (UTC)
* Sanjay (field hockey) - (3624) - delete - closed 10:40, 5 December 2021 (UTC)
* Maccabi Ma’alot Fencing Club - (4340) - delete - closed 11:53, 4 December 2021 (UTC)
* Warrandyte Cricket Club (2nd nomination) - (6798) - no consensus - closed 21:36, 3 December 2021 (UTC)
* 2020 UiTM FC season - (3512) - speedy keep - closed 18:28, 3 December 2021 (UTC)
* 2020–21 Tunisian Super Cup - (8790) - keep - closed 11:12, 3 December 2021 (UTC)
* Off-road park - (3137) - delete - closed 02:13, 3 December 2021 (UTC)
* Macclesfield Football Club - (11402) - keep - closed 22:19, 2 December 2021 (UTC)
* Fort Lauderdale Herd BC - (4748) - redirect - closed 13:13, 2 December 2021 (UTC)
* National Basketball League – US (2020–present) - (5689) - soft delete - closed 13:14, 2 December 2021 (UTC)
* Clarendon Football Club - (6126) - keep - closed 01:28, 2 December 2021 (UTC)
* 2032 in sports - (11641) - delete - closed 09:11, 1 December 2021 (UTC)
* Packers–Steelers rivalry - (7753) - delete - closed 11:38, 1 December 2021 (UTC)
* Archery at the 2016 Pekan Olahraga Nasional - (4484) - delete - closed 23:42, 28 November 2021 (UTC)
* Ironbank-Cherry Gardens Football Club - (5443) - redirect - closed 22:03, 27 November 2021 (UTC)
* Jack Kraynick - (6125) - keep - closed 01:40, 27 November 2021 (UTC)
* Spire Institute and Academy - (6067) - delete - closed 06:07, 25 November 2021 (UTC)
* Meelick GAA - (5026) - delete - closed 23:19, 24 November 2021 (UTC)
* 1982 AFC Youth Championship qualification - (10928) - redirect - closed 14:39, 24 November 2021 (UTC)
* 2017 Lock Haven Bald Eagles football team - (9140) - redirect - closed 22:05, 24 November 2021 (UTC)
* NASCAR.COM's Post-Race Show - (3857) - delete - closed 01:37, 25 November 2021 (UTC)
* Sheikh Russel U-18 Gold Cup - (4026) - delete - closed 01:40, 25 November 2021 (UTC)
* 2021–22 Sheikh Russel U-18 Gold Cup - (4084) - delete - closed 01:40, 25 November 2021 (UTC)
* Wally Garard - (5953) - keep - closed 21:40, 24 November 2021 (UTC)
* 2019 Cadet, Junior and U21 Karate World Championship - (5099) - soft delete - closed 11:15, 24 November 2021 (UTC)
* Liam Morrison - (6547) - keep - closed 22:47, 23 November 2021 (UTC)
* Benchball - (2879) - speedy keep - closed 20:49, 23 November 2021 (UTC)
* Degasoline Motorsport - (4667) - delete - closed 09:00, 23 November 2021 (UTC)
* BFSF U-14 Academy Cup - (11317) - delete - closed 03:12, 23 November 2021 (UTC)
* Macau national under-20 football team - (4320) - delete - closed 09:01, 23 November 2021 (UTC)
* Mladost Stadium (Lučani) - (18181) - redirect - closed 22:37, 22 November 2021 (UTC)
* Eagles–Vikings Rivalry - (14284) - delete - closed 15:26, 21 November 2021 (UTC)
* Growl, Bengals, Growl - (10197) - merge - closed 02:08, 21 November 2021 (UTC)
* Langhorne Creek Football Club - (4781) - keep - closed 01:49, 19 November 2021 (UTC)
* Yankalilla Football Club - (4498) - keep - closed 01:48, 19 November 2021 (UTC)
* Macclesfield Basketball Club - (6977) - delete - closed 17:35, 17 November 2021 (UTC)
* Washington Football Team vs. New York Giants Game September 2021 - (11394) - delete - closed 04:33, 16 November 2021 (UTC)
* Philippines at the ASEAN Para Games - (6751) - procedural keep - closed 16:30, 15 November 2021 (UTC)
* Claire Guillard - (8072) - delete - closed 03:13, 15 November 2021 (UTC)
* Kitchener and District Soccer League - (5312) - delete - closed 18:10, 13 November 2021 (UTC)
* Formation (bandy) - (6533) - merge - closed 17:40, 12 November 2021 (UTC)
* 3x3 basketball at the Pan American Games - (4398) - keep - closed 20:36, 11 November 2021 (UTC)
* Salisbury North Football Club - (3752) - soft delete - closed 14:51, 11 November 2021 (UTC)
* Nacsport - (7611) - delete - closed 19:22, 10 November 2021 (UTC)
* East Timor at the ASEAN Para Games - (3896) - merge - closed 06:54, 10 November 2021 (UTC)
* Myanmar at the ASEAN Para Games - (3975) - Moot - closed 17:04, 9 November 2021 (UTC)
* Balaklava Football Club (2nd nomination) - (6402) - redirect - closed 17:16, 8 November 2021 (UTC)
* Hummocks Watchman Eagles Football Club - (6269) - redirect - closed 17:17, 8 November 2021 (UTC)
* Two Wells Football Club - (10974) - redirect - closed 17:16, 8 November 2021 (UTC)
* Gulf Cooperation Council Youth Athletics Championships - (5664) - no consensus - closed 06:15, 8 November 2021 (UTC)
* Lucknow IPL Team - (8154) - draftify to Draft:Lucknow IPL Team - closed 05:54, 7 November 2021 (UTC)
* Table hockey (disambiguation) - (5203) - delete - closed 11:16, 7 November 2021 (UTC)
* Hurley Pro at Trestles 2017 - (3853) - soft delete - closed 12:04, 7 November 2021 (UTC)
* Asian-African-Latin American Table Tennis Invitational Tournament - (6365) - keep - closed 05:04, 6 November 2021 (UTC)
* Shakey's V-League Notable Records - (3223) - redirect - closed 00:31, 6 November 2021 (UTC)
* Final out of the 2021 National League Division Series - (7589) - redirect - closed 22:33, 4 November 2021 (UTC)
* United Football Club - (6811) - delete - closed 02:44, 4 November 2021 (UTC)
* Kanishka Pandey - (3925) - speedy keep - closed 11:28, 4 November 2021 (UTC)
* Shahin Alam - (4313) - delete - closed 21:44, 3 November 2021 (UTC)
* Aude Moreau - (7681) - delete - closed 19:18, 30 October 2021 (UTC)
* Azizul Hakim Ashik - (8391) - (unknown) - closed 19:33, 27 October 2021 (UTC)
* 2020 Duhallow Junior A Hurling Championship - (6044) - delete - closed 21:43, 25 October 2021 (UTC)
* Masters M85 triple jump world record progression - (23953) - Merge - closed 11:14, 24 October 2021 (UTC)
* 2010 Lithuanian Archery Championships (2nd nomination) - (5304) - delete - closed 01:50, 24 October 2021 (UTC)
* Stalwart Esports (2nd nomination) - (57403) - no consensus - closed 00:12, 22 October 2021 (UTC)
* 2021 Erste Bank Open - (6317) - draftify - closed 00:58, 22 October 2021 (UTC)
* 2020–21 Grand Prix of Figure Skating Final - (6455) - keep - closed 08:32, 22 October 2021 (UTC)
* McAlister Field - (9428) - delete - closed 01:02, 22 October 2021 (UTC)
* Balaklava Football Club - (6330) - keep - closed 03:40, 20 October 2021 (UTC)
* Sheffield University Orienteering Club - (7420) - delete - closed 06:47, 19 October 2021 (UTC)
* 2010 Dutch Caribbean Age Group Championships - (4516) - delete - closed 23:49, 18 October 2021 (UTC)
* 2015 Asian Age Group Swimming Championships - (3392) - delete - closed 02:19, 19 October 2021 (UTC)
* 2022 Winter Olympics Opening Ceremony - (6327) - keep - closed 13:38, 18 October 2021 (UTC)
* Saints-Vikings Rivalry - (8174) - speedy keep - closed 11:41, 18 October 2021 (UTC)
* Ski jumping sling - (3271) - delete - closed 11:52, 15 October 2021 (UTC)
* Alexander mare - (3544) - soft delete - closed 02:27, 11 October 2021 (UTC)
* 2010 Lithuanian Sailing Championships - (3229) - delete - closed 00:03, 10 October 2021 (UTC)
* Real Madrid 1–2 FC Sheriff Tiraspol - (18369) - draftify - closed 10:38, 8 October 2021 (UTC)
* Ryan Jones (writer) - (3775) - soft delete - closed 06:29, 8 October 2021 (UTC)
* 2021–22 Grand Prix of Figure Skating Final (2nd nomination) - (9693) - keep - closed 13:22, 7 October 2021 (UTC)
* Hamley Bridge Football Club - (4019) - redirect - closed 14:39, 7 October 2021 (UTC)
* Ivan Dimov (weightlifter) - (5266) - soft delete - closed 03:29, 6 October 2021 (UTC)
* 2021 Lithuanian Sailing Championships - (3673) - soft delete - closed 00:35, 3 October 2021 (UTC)
* 2021 Lithuanian Archery Championships - (3688) - soft delete - closed 00:34, 3 October 2021 (UTC)
* 2021 Lithuanian Rowing Championships - (3680) - soft delete - closed 00:34, 3 October 2021 (UTC)
* Stade de Diaraf - (4803) - redirect - closed 13:20, 1 October 2021 (UTC)
* DE Photo - (4236) - delete - closed 13:21, 1 October 2021 (UTC)
* 1968 Eastern Illinois Panthers football team - (3467) - withdrawn by proposer - closed 05:20, 1 October 2021 (UTC)
* NBA Home Video - (3391) - redirect - closed 03:00, 24 September 2021 (UTC)
* Federated States of Micronesia at the 2008 Summer Olympics - (3822) - speedy keep - closed 16:36, 22 September 2021 (UTC)
* BASCO FC - (5103) - redirect - closed 16:05, 21 September 2021 (UTC)
* 2017–18 Coupe de France First Preliminary Round - (9930) - delete - closed 21:15, 18 September 2021 (UTC)
* Football in Paris - (6476) - snow keep - closed 11:49, 18 September 2021 (UTC)
* René Geuna - (3993) - keep - closed 12:50, 13 September 2021 (UTC)
* Maiju Suotama - (3893) - delete - closed 22:08, 11 September 2021 (UTC)
* Sports broadcasting contracts in Vietnam - (6587) - keep - closed 15:05, 11 September 2021 (UTC)
* Carlos Muñoz Herrera - (4522) - redirect - closed 04:45, 11 September 2021 (UTC)
* Peninsula Ultra Fun Run - (5579) - delete - closed 13:17, 9 September 2021 (UTC)
* Sonny Moore Power Ratings - (3243) - soft delete - closed 03:48, 9 September 2021 (UTC)
* Deaf football in Spain - (4903) - delete - closed 23:03, 4 September 2021 (UTC)
* British Chess Variants Society - (5321) - merge - closed 09:29, 4 September 2021 (UTC)
* Quibell Park Stadium - (7021) - keep - closed 16:35, 2 September 2021 (UTC)
* Beşiktaş (football club) - (6867) - redirect - closed 13:51, 2 September 2021 (UTC)
* Tembagapura Sport Hall - (3863) - delete - closed 13:30, 1 September 2021 (UTC)
* Higher Education Snooker and Pool Council - (5150) - delete - closed 19:28, 31 August 2021 (UTC)
* List of college sports teams in the United States with different nicknames for men's and women's teams - (7426) - delete - closed 22:01, 31 August 2021 (UTC)
* Damir Dokić - (8525) - keep - closed 03:48, 31 August 2021 (UTC)
* La Torre Golf Resort - (7756) - delete - closed 13:21, 31 August 2021 (UTC)
* 2023 World Aquatics Championships (2nd nomination) - (4496) - delete - closed 03:44, 31 August 2021 (UTC)
* Bangkok–Chonburi bid for the 2030 Summer Youth Olympics - (10001) - keep - closed 18:20, 30 August 2021 (UTC)
* Gwen Goldman - (5374) - merge - closed 22:38, 29 August 2021 (UTC)
* Connecticut Wildcats - (4161) - redirect - closed 19:47, 28 August 2021 (UTC)
* European Capitals and Cities of Sport Federation - (5701) - soft delete - closed 14:29, 27 August 2021 (UTC)
* Steven Cohen (soccer) - (5930) - delete - closed 21:11, 27 August 2021 (UTC)
* Andrews Field (Norwalk, Connecticut) - (4161) - redirect - closed 18:55, 24 August 2021 (UTC)
* Josh Ramsey - (12762) - no consensus - closed 18:35, 23 August 2021 (UTC)
* Long-distance race involving alcohol - (5044) - redirect - closed 17:47, 20 August 2021 (UTC)
* Brad Nichol - (5063) - delete - closed 05:30, 19 August 2021 (UTC)
* 2021 Winston-Salem Open - (5033) - keep - closed 18:58, 17 August 2021 (UTC)
* Beale GAA - (4111) - keep - closed 15:58, 14 August 2021 (UTC)
* Moro Lorenzo Sports Center - (3847) - redirect - closed 00:44, 10 August 2021 (UTC)
* 1977–78 Syracuse Orangemen basketball team - (6695) - keep - closed 15:46, 8 August 2021 (UTC)
* Pan American University Games - (14183) - delete - closed 00:12, 8 August 2021 (UTC)
* Süleyman Luş - (4875) - delete - closed 03:23, 8 August 2021 (UTC)
* South Australian Sports Institute - (4259) - redirect - closed 09:25, 7 August 2021 (UTC)
* Blue Eagle Gym - (4817) - keep - closed 21:48, 2 August 2021 (UTC)
* Guillermo Coria career statistics - (12523) - no consensus - closed 20:31, 30 July 2021 (UTC)
* Sportpursuit - (3900) - delete - closed 12:41, 29 July 2021 (UTC)
* COVID-19 outbreak at the UEFA Euro 2020 - (5675) - redirect - closed 19:24, 28 July 2021 (UTC)
* List of national pickleball associations - (4343) - delete - closed 04:18, 29 July 2021 (UTC)
* National Council on Accreditation of Coaching Education - (4830) - soft delete - closed 23:16, 24 July 2021 (UTC)
* Alexandre da Silva Gabriel - (5631) - delete - closed 23:00, 24 July 2021 (UTC)
* 2021 Wimbledon Championships – Women's Singles final - (4731) - delete - closed 22:30, 23 July 2021 (UTC)
* Adriano de Oliveira Santos - (5854) - delete - closed 12:20, 23 July 2021 (UTC)
* Canadian doubles - (3087) - procedural close - closed 23:18, 22 July 2021 (UTC)
* Dynasty Sport - (4281) - delete - closed 00:53, 23 July 2021 (UTC)
* Playoff berth - (3685) - soft delete - closed 01:30, 21 July 2021 (UTC)
* Draft:FittGROUP - (3184) - speedy keep - closed 10:55, 20 July 2021 (UTC)
* Parimatch (company) - (7440) - keep - closed 21:17, 18 July 2021 (UTC)
* Truth in Motion - (4233) - delete - closed 13:59, 17 July 2021 (UTC)
* Twisted Sisters (2010 film) - (4196) - delete - closed 03:41, 11 July 2021 (UTC)
* Nauru Amateur Soccer Association - (5633) - delete - closed 04:41, 7 July 2021 (UTC)
* 2021–22 Rahmatganj MFS season - (5378) - delete - closed 12:47, 4 July 2021 (UTC)
* Tasha Pointer/College Statistical Totals - (34426) - delete - closed 02:52, 3 July 2021 (UTC)
* Cocos (Keeling) Islands Soccer Association - (5003) - delete - closed 07:57, 3 July 2021 (UTC)
* List of Romanian football club owners - (12070) - delete - closed 22:26, 29 June 2021 (UTC)
* Pakistan Cave Research & Caving Federation - (4064) - soft delete - closed 14:20, 29 June 2021 (UTC)
* 2021–22 Espérance Sportive de Tunis season - (4618) - speedy delete - closed 10:25, 29 June 2021 (UTC)
* Christmas Island Soccer Association - (5984) - delete - closed 00:25, 26 June 2021 (UTC)
* Stade Gaby Robert - (4987) - redirect - closed 23:46, 22 June 2021 (UTC)
* 2018 U21 WMF World Cup - (4607) - delete - closed 11:37, 22 June 2021 (UTC)
* Emilio Villegas - (5476) - speedy keep - closed 11:23, 20 June 2021 (UTC)
* Howard Baldwin Trophy - (7358) - keep - closed 20:22, 19 June 2021 (UTC)
* List of NBA playoff series - (14922) - keep - closed 21:59, 17 June 2021 (UTC)
* List of Championship Wrestling From Hollywood personnel - (4870) - delete - closed 12:36, 16 June 2021 (UTC)
* Stade Louis Hon - (12964) - redirect - closed 10:09, 14 June 2021 (UTC)
* Edmund Ng - (4581) - Procedural close - closed 06:05, 12 June 2021 (UTC)
* Wausau Curling Club - (11542) - delete - closed 23:14, 10 June 2021 (UTC)
* Colombia at the 2022 Winter Olympics - (4858) - keep - closed 19:34, 10 June 2021 (UTC)
* Marcello Rosati - (4783) - delete - closed 13:28, 10 June 2021 (UTC)
* Modular stadium - (3902) - delete - closed 03:22, 10 June 2021 (UTC)
* USA Water Ski & Wake Sports Foundation Hall of Fame and Museum - (6491) - delete - closed 03:21, 10 June 2021 (UTC)
* West Coast Club Champion (AFL Women's) - (11510) - no consensus - closed 07:23, 9 June 2021 (UTC)
* Total Immersion - (4811) - redirect - closed 00:06, 9 June 2021 (UTC)
* Conor Phillips (3rd nomination) - (6724) - no consensus - closed 15:52, 8 June 2021 (UTC)
* Canoeing and kayaking - (14980) - redirect - closed 15:56, 8 June 2021 (UTC)
* Sharjah Wanderers - (4477) - keep - closed 06:37, 8 June 2021 (UTC)
* 2019 Girls' Youth Pan-American Volleyball Cup squads - (5088) - delete - closed 12:33, 7 June 2021 (UTC)
* Great Donington Run - (3963) - delete - closed 23:47, 6 June 2021 (UTC)
* 2019 Florida Gators women's gymnastics season - (5893) - redirect - closed 19:02, 6 June 2021 (UTC)
* Fenn Center - (3956) - delete - closed 19:54, 6 June 2021 (UTC)
* Coca-Cola Red Sparks - (5794) - keep - closed 19:23, 4 June 2021 (UTC)
* FIS Alpine World Ski Championships 2027 - (3726) - delete - closed 00:50, 4 June 2021 (UTC)
* Journeyman quarterback - (5723) - merge - closed 23:50, 3 June 2021 (UTC)
* Elizabeth Thomas (tennis) - (11403) - delete - closed 15:23, 3 June 2021 (UTC)
* Prospects Nation - (4471) - delete - closed 01:38, 3 June 2021 (UTC)
* Stade Municipal des Allées Jean Leroi - (4782) - redirect - closed 13:43, 1 June 2021 (UTC)
* DSC Hockey Stadium - (6635) - redirect - closed 03:35, 1 June 2021 (UTC)
* T10 Sports - (11578) - delete - closed 02:35, 1 June 2021 (UTC)
* Messenger Premier League - (4873) - delete - closed 17:48, 30 May 2021 (UTC)
* Underwater diving in popular culture - (38393) - delete - closed 16:49, 29 May 2021 (UTC)
* NC State–South Carolina football rivalry - (8801) - delete - closed 08:36, 29 May 2021 (UTC)
* Bois de Belle-Rivière Disc Golf Course - (3785) - delete - closed 11:01, 29 May 2021 (UTC)
* Belfast Marathon - (5307) - keep - closed 22:29, 28 May 2021 (UTC)
* Bonfire Pipe to Pipe - (4649) - delete - closed 22:30, 27 May 2021 (UTC)
* 2009 Flipper Trophy - (6420) - redirect - closed 05:28, 28 May 2021 (UTC)
* 2021 European U23 Wrestling Championships – Men's Freestyle 57 kg - (4511) - delete - closed 00:08, 27 May 2021 (UTC)
* Run for the Lakes Marathon - (10833) - merge - closed 18:28, 25 May 2021 (UTC)
* Katharina Brown (tennis) - (5432) - delete - closed 15:55, 25 May 2021 (UTC)
* Mohammed Bin Rashid Al Maktoum Creative Sports Award - (4702) - keep - closed 18:38, 25 May 2021 (UTC)
* Chandongja Sports Club - (5253) - delete - closed 00:50, 25 May 2021 (UTC)
* Capital League - (4682) - delete - closed 00:41, 24 May 2021 (UTC)
* 2011 Open 88 Contrexéville - (6240) - keep - closed 17:51, 22 May 2021 (UTC)
* Schroeder (constructor) - (10044) - Nomination withdrawn - closed 03:55, 22 May 2021 (UTC)
* 2020 Kangaroo tour of England - (4816) - merge - closed 14:12, 21 May 2021 (UTC)
* 2020 United Wiffleball National Championship - (3904) - delete - closed 09:59, 21 May 2021 (UTC)
* 2021 United Wiffleball National Championship - (3184) - delete - closed 03:10, 20 May 2021 (UTC)
* 2017 California International Marathon - (4164) - redirect - closed 22:22, 19 May 2021 (UTC)
* Maharaja's College Stadium - (4771) - redirect - closed 11:43, 17 May 2021 (UTC)
* Snowplough turn - (7098) - keep - closed 00:02, 17 May 2021 (UTC)
* Dimitri Ratnayake - (7182) - delete - closed 00:32, 16 May 2021 (UTC)
* Tom Miranda - (13109) - delete - closed 00:43, 16 May 2021 (UTC)
* Taru Mateti - (4716) - delete - closed 01:45, 16 May 2021 (UTC)
* Atlanta Boom - (3972) - delete - closed 01:52, 16 May 2021 (UTC)
* Harveer Gandam - (6822) - redirect - closed 02:56, 15 May 2021 (UTC)
* Japan–United States women's soccer rivalry - (16576) - keep - closed 22:29, 14 May 2021 (UTC)
* Alexander Jobst - (11635) - delete - closed 16:19, 14 May 2021 (UTC)
* Sportsmans Warehouse - (3801) - delete - closed 14:00, 13 May 2021 (UTC)
* EAFF U-18 Youth Tournament - (4561) - delete - closed 01:05, 13 May 2021 (UTC)
* BWF World Superseries Champions from Indonesia - (3738) - delete - closed 06:57, 9 May 2021 (UTC)
* Hunters FC - (3728) - delete - closed 06:55, 9 May 2021 (UTC)
* Khukh Chononuud FC - (3768) - delete - closed 06:55, 9 May 2021 (UTC)
* Slovenska Bistrica Werewolves - (3579) - delete - closed 06:55, 9 May 2021 (UTC)
* Hi-Test Arena - (3545) - delete - closed 07:00, 9 May 2021 (UTC)
* FC Hjallese - (4434) - delete - closed 00:15, 9 May 2021 (UTC)
* 2021 ITF Women's World Tennis Tour – Antalya - (4355) - delete - closed 12:07, 8 May 2021 (UTC)
* 2021 ITF Women's World Tennis Tour – Oeiras - (4527) - delete - closed 12:07, 8 May 2021 (UTC)
* Lobster hook - (7136) - keep - closed 21:16, 7 May 2021 (UTC)
* Tyson Walker - (10615) - Draftify - closed 12:13, 7 May 2021 (UTC)
* 2011 Green Property Mens Irish Open - (5529) - delete - closed 22:38, 6 May 2021 (UTC)
* DSC Indoor Arena - (3790) - merge - closed 23:11, 6 May 2021 (UTC)
* DSC Multi-Purpose Stadium - (3792) - merge - closed 23:11, 6 May 2021 (UTC)
* Asuka Nose - (8963) - delete - closed 13:56, 6 May 2021 (UTC)
* Australian Police Rugby League Association (2nd nomination) - (5108) - delete - closed 08:07, 5 May 2021 (UTC)
* W RUGBY - (3679) - delete - closed 12:13, 5 May 2021 (UTC)
* Macedonia at the 2013 Summer Universiade - (6954) - no consensus - closed 07:16, 3 May 2021 (UTC)
* List of FC Basel players (2) - (7341) - speedy delete - closed 23:28, 2 May 2021 (UTC)
* Lokesh Kumar Meena - (3769) - delete - closed 22:29, 30 April 2021 (UTC)
* Sports Climax - (4345) - delete - closed 18:42, 29 April 2021 (UTC)
* Armaan Franklin - (7227) - keep - closed 05:03, 29 April 2021 (UTC)
* MyTeam11 - (3507) - delete - closed 10:07, 28 April 2021 (UTC)
* Professional Korean Warcraft III competition - (4610) - delete - closed 12:17, 28 April 2021 (UTC)
* Dial Square Football Club - (6952) - delete - closed 07:28, 27 April 2021 (UTC)
* Arthur Flower - (4820) - redirect - closed 00:22, 27 April 2021 (UTC)
* Zafir Patel - (4813) - keep - closed 21:09, 26 April 2021 (UTC)
* "El Cashico" - (6732) - delete - closed 14:28, 26 April 2021 (UTC)
* Esteghlalish Blue (film series) - (4580) - delete - closed 00:01, 26 April 2021 (UTC)
* Galatasaray S.K. 0–7 Güneş S.K. - (6625) - delete - closed 21:09, 23 April 2021 (UTC)
* BKV Előre SC - (5535) - keep - closed 02:35, 24 April 2021 (UTC)
* Linacre College Boat Club - (6338) - redirect - closed 05:59, 23 April 2021 (UTC)
* Fenerbahçe 6–0 Galatasaray - (7826) - delete - closed 22:19, 21 April 2021 (UTC)
* Fenerbahçe S.K. 0–7 Galatasaray S.K. - (8025) - delete - closed 22:19, 21 April 2021 (UTC)
* Flying disc techniques - (2868) - delete - closed 23:56, 21 April 2021 (UTC)
* Gaskispor - (6890) - keep - closed 15:22, 20 April 2021 (UTC)
* Barefoot skiing (2nd nomination) - (3520) - Withdrawn by nominator - closed 20:18, 19 April 2021 (UTC)
* Hungary at the 1978 FIFA World Cup - (7101) - delete - closed 13:28, 17 April 2021 (UTC)
* Martin Willock - (6808) - speedy keep - closed 18:24, 16 April 2021 (UTC)
* Dallas Stars Ice Girls - (6105) - redirect - closed 08:59, 14 April 2021 (UTC)
* North Korea at the 2020 Summer Olympics - (8568) - redirect - closed 13:33, 13 April 2021 (UTC)
* Matchpoint NYC - (3463) - delete - closed 23:40, 11 April 2021 (UTC)
* Velocity Games - (3415) - delete - closed 10:36, 11 April 2021 (UTC)
* Denison University Squash Team - (3646) - delete - closed 03:47, 8 April 2021 (UTC)
* Cycle of Life - (3952) - delete - closed 03:56, 8 April 2021 (UTC)
* Team New Age - (3247) - delete - closed 15:51, 5 April 2021 (UTC)
* Golden Gate Australian Football League - (4951) - delete - closed 22:33, 3 April 2021 (UTC)
* Kayaking at Kotepally - (3299) - delete - closed 22:55, 3 April 2021 (UTC)
* St Hugh's Boat Club - (7484) - delete - closed 19:45, 28 March 2021 (UTC)
* Green Templeton Boat Club - (11105) - delete - closed 18:10, 25 March 2021 (UTC)
* Triumph united - (4522) - delete - closed 23:47, 22 March 2021 (UTC)
* 1970–71 UE Lleida season - (4232) - delete - closed 12:21, 22 March 2021 (UTC)
* Cambridge University Gliding Club - (3795) - delete - closed 18:17, 20 March 2021 (UTC)
* Sverre Harrfeldt - (4321) - keep - closed 02:43, 20 March 2021 (UTC)
* 1957–58 UE Lleida season - (4758) - delete - closed 01:51, 20 March 2021 (UTC)
* Oxford University Gliding Club - (4053) - delete - closed 23:12, 18 March 2021 (UTC)
* Women's beachwear fashion - (7334) - no consensus - closed 11:36, 18 March 2021 (UTC)
* Laxmita Reang - (5309) - delete - closed 23:53, 17 March 2021 (UTC)
* 1960–61 UE Lleida season - (4752) - delete - closed 23:53, 17 March 2021 (UTC)
* Lipton Invitational Cup - (3117) - delete - closed 12:22, 16 March 2021 (UTC)
* Macarthur FC–Western Sydney Wanderers FC rivalry - (5066) - delete - closed 10:59, 13 March 2021 (UTC)
* List of international cricket five-wicket hauls on Irish cricket grounds - (34680) - delete - closed 11:52, 12 March 2021 (UTC)
* Atarfe Industrial CF - (4824) - keep - closed 02:08, 8 March 2021 (UTC)
* Shaw Field (soccer) - (14856) - redirect - closed 08:28, 4 March 2021 (UTC)
* Kellogg's Nutri-Grain Ironman Series - (8408) - no consensus - closed 13:19, 4 March 2021 (UTC)
* Sportsshoes.com (2nd nomination) - (4295) - merge - closed 14:59, 4 March 2021 (UTC)
* Orlando Fernández - (4350) - keep - closed 08:34, 4 March 2021 (UTC)
* Aiden Renfrow - (3603) - Speedy Delete - closed 03:54, 4 March 2021 (UTC)
* Lucas Brunelle - (5003) - keep - closed 21:00, 1 March 2021 (UTC)
* Sportnews.mn - (3952) - soft delete - closed 11:57, 1 March 2021 (UTC)
* Minim football teams of the University of Notre Dame - (15286) - delete - closed 02:59, 25 February 2021 (UTC)
* Berowra FC - (4014) - delete - closed 08:29, 25 February 2021 (UTC)
* 2019–20 Coppa Italia Dilettanti Apulia - (8022) - delete - closed 05:36, 24 February 2021 (UTC)
* Norfolk Combined Youth Football League - (4599) - delete - closed 21:56, 23 February 2021 (UTC)
* 2018 Abu Dhabi Young Driver Test - (6950) - delete - closed 14:19, 21 February 2021 (UTC)
* Haas F1 Junior Team - (6654) - delete - closed 01:27, 21 February 2021 (UTC)
* Angelica di Silvestri - (6522) - keep - closed 23:48, 20 February 2021 (UTC)
* Northern Illinois Soccer League - (5158) - delete - closed 07:25, 20 February 2021 (UTC)
* Lyndsay Petruny - (9728) - no consensus - closed 22:28, 19 February 2021 (UTC)
* Jermaine Williams (American football) - (6233) - keep - closed 14:42, 19 February 2021 (UTC)
* 2021–22 Grand Prix of Figure Skating Final - (4488) - delete - closed 14:32, 18 February 2021 (UTC)
* Falcon (sport) - (3352) - delete - closed 18:03, 16 February 2021 (UTC)
* 2020 Super3 Series - (4706) - redirect - closed 18:23, 13 February 2021 (UTC)
* Poaching (snowboarding) - (4426) - delete - closed 10:23, 13 February 2021 (UTC)
* Robert Jones (artilleryman) - (10098) - keep - closed 02:27, 13 February 2021 (UTC)
* Multi-dimensional model of leadership - (3240) - delete - closed 14:05, 12 February 2021 (UTC)
* Steve True - (4243) - delete - closed 12:53, 12 February 2021 (UTC)
* Cleveland Bucs - (5651) - redirect - closed 21:00, 8 February 2021 (UTC)
* SDSU Sports Deck - (7110) - redirect - closed 18:18, 7 February 2021 (UTC)
* Sorare - (14479) - speedy keep - closed 21:15, 3 February 2021 (UTC)
* René Ferrero - (4264) - keep - closed 07:37, 3 February 2021 (UTC)
* Harimau Rawa - (3602) - delete - closed 10:30, 2 February 2021 (UTC)
* Mymensingh Premier League - (5631) - no consensus - closed 21:52, 1 February 2021 (UTC)
* Arvind Yadav - (5551) - delete - closed 14:26, 31 January 2021 (UTC)
* Galle Gladiators in 2020 - (14719) - No consensus - closed 05:30, 30 January 2021 (UTC)
* List of Lanka Premier League captains - (9983) - No consensus, continue with the ongoing merge discussion - closed 16:59, 28 January 2021 (UTC)
* Colombo Kings in 2020 - (12706) - Keep - closed 16:17, 28 January 2021 (UTC)
* Jaffna Stallions in 2020 - (11738) - Keep - closed 16:19, 28 January 2021 (UTC)
* Kandy Tuskers in 2020 - (12848) - keep - closed 05:11, 28 January 2021 (UTC)
* Greece at the Rugby League World Cup - (4008) - delete - closed 01:05, 27 January 2021 (UTC)
* Jamaica at the Rugby League World Cup - (3853) - delete - closed 01:06, 27 January 2021 (UTC)
* List of official and recognized football competitions at all variations - (4944) - delete - closed 13:04, 26 January 2021 (UTC)
* Robin Chipperfield - (4822) - delete - closed 01:40, 26 January 2021 (UTC)
* GSU Soccer Complex - (8491) - redirect - closed 01:41, 26 January 2021 (UTC)
* List of international cricket centuries by Martin Guptill - (12153) - redirect - closed 00:11, 26 January 2021 (UTC)
* Dambulla Viiking in 2020 - (12149) - no consensus - closed 19:31, 25 January 2021 (UTC)
* Lithuania national cricket team - (5605) - redirect to the corresponding 'Sport in X' page - closed 11:25, 25 January 2021 (UTC)
* List of Asia Cup Twenty20 International cricket records - (6526) - merge - closed 00:10, 25 January 2021 (UTC)
* Harry Wilson (footballer, born 1953) - (6197) - keep - closed 21:17, 24 January 2021 (UTC)
* 2021 NFC Wild Card game (Chicago–New Orleans) - (8965) - delete - closed 16:41, 24 January 2021 (UTC)
* Official Association of Professional Table Tennis Athletes of North America (2nd nomination) - (5149) - delete - closed 04:49, 24 January 2021 (UTC)
* 2020 World Masters Athletics Championships - (3940) - redirect - closed 04:31, 24 January 2021 (UTC)
* Nicholas Ross (cricketer) - (3763) - speedy keep - closed 12:09, 23 January 2021 (UTC)
* List of clubs winner the national league 30 times and more - (8740) - delete - closed 08:21, 23 January 2021 (UTC)
* Tournament of Knights - (4195) - delete - closed 18:34, 22 January 2021 (UTC)
* Plans for Winter Olympics held in Barcelona - (4439) - delete - closed 18:35, 22 January 2021 (UTC)
* Jason Falovitch - (5281) - delete - closed 02:55, 22 January 2021 (UTC)
* Ernst Savkovic - (7333) - keep - closed 15:13, 21 January 2021 (UTC)
* Rotoworld (2nd nomination) - (3152) - speedy keep - closed 08:03, 21 January 2021 (UTC)
* Surridge Sport - (8101) - redirect - closed 13:55, 20 January 2021 (UTC)
* Texas Softball Hall of Fame - (4178) - delete - closed 07:37, 20 January 2021 (UTC)
* Hosni Zaghdoudi - (4900) - delete - closed 01:27, 19 January 2021 (UTC)
* List of Lanka Premier League umpires - (6365) - delete - closed 00:10, 17 January 2021 (UTC)
* Eros Innovations - (4320) - delete - closed 16:49, 16 January 2021 (UTC)
* VAVI Sport & Social Club - (5963) - delete - closed 09:44, 15 January 2021 (UTC)
* 2021 NHL Outdoor Games - (11656) - keep - closed 17:33, 14 January 2021 (UTC)
* Body blading - (2726) - delete - closed 14:08, 13 January 2021 (UTC)
* Karen Earle Lile - (13996) - delete - closed 02:57, 12 January 2021 (UTC)
* List of current Caribbean Premier League team rosters - (3818) - speedy deleted by User:Fastily via WP:G7 request - closed 23:05, 9 January 2021 (UTC)
* 2019–20 CSA Steaua București (football) season - (14130) - no consensus - closed 09:55, 8 January 2021 (UTC)
* Wakefield AFC - (9790) - no consensus - closed 01:48, 8 January 2021 (UTC)
* Rude Boys (Ultimate) - (4066) - delete - closed 06:52, 3 January 2021 (UTC)
* Raybak Abdesselem - (6281) - delete - closed 01:24, 2 January 2021 (UTC)
* Bangladesh A cricket team in India in 2015–16 - (4068) - delete - closed 05:58, 31 December 2020 (UTC)
* England Lions cricket team against Pakistan A in the UAE in 2015–16 - (3844) - delete - closed 05:58, 31 December 2020 (UTC)
* Rajasthan United FC - (4572) - delete - closed 08:27, 31 December 2020 (UTC)
* Theresa Grace Mbanefo - (5555) - delete - closed 03:45, 31 December 2020 (UTC)
* Elang Bondol Stadium - (4266) - delete - closed 13:19, 28 December 2020 (UTC)
* List of five-wicket hauls in Twenty20 International cricket - (8944) - keep - closed 00:20, 27 December 2020 (UTC)
* New Zealand at the 2013 Rugby League World Cup - (6040) - no consensus - closed 17:52, 24 December 2020 (UTC)
* 2020 Isle of Man TT - (8518) - redirect - closed 16:02, 22 December 2020 (UTC)
* Flashflight (2nd nomination) - (5025) - delete - closed 07:14, 21 December 2020 (UTC)
* 2020 UNAF U-20 Women's Tournament - (4571) - speedy delete - closed 23:14, 19 December 2020 (UTC)
* Venture-X - (3398) - delete - closed 15:40, 18 December 2020 (UTC)
* Frenz United - (3894) - delete - closed 11:11, 17 December 2020 (UTC)
* List of Argentine football announcers - (9876) - delete - closed 01:32, 15 December 2020 (UTC)
* BetMGM - (23956) - delete - closed 08:57, 14 December 2020 (UTC)
* Bob Knight coaching tree - (4643) - delete - closed 18:29, 13 December 2020 (UTC)
* 2014–15 FC Winterthur season - (34849) - no consensus - closed 22:48, 12 December 2020 (UTC)
* Biodegradable athletic footwear - (6103) - keep - closed 02:47, 12 December 2020 (UTC)
* Populoso - (5015) - merge - closed 01:31, 10 December 2020 (UTC)
* Sarasota Metropolis FC - (4760) - keep - closed 01:36, 10 December 2020 (UTC)
* Footballdatabase.eu - (3954) - delete - closed 01:34, 10 December 2020 (UTC)
* Sergey Renev - (9469) - keep - closed 01:23, 10 December 2020 (UTC)
* Emily Escobedo - (6557) - Delete/redirect - closed 14:21, 9 December 2020 (UTC)
* Brotherly derby - (11113) - keep - closed 01:12, 8 December 2020 (UTC)
* Pro Wrestling Australia - (32797) - Draftify - closed 01:15, 6 December 2020 (UTC)
* One-handed solitaire - (3541) - delete - closed 14:33, 4 December 2020 (UTC)
* 2020 F4 Argentina Championship - (3523) - redirect - closed 03:02, 4 December 2020 (UTC)
* Subsurface (software) - (5236) - merge - closed 02:08, 30 November 2020 (UTC)
* List of boats with RYA Portsmouth Numbers - (3268) - delete - closed 18:02, 29 November 2020 (UTC)
* History of rugby union matches between Fiji and Georgia (2nd nomination) - (5069) - delete - closed 18:03, 29 November 2020 (UTC)
* History of rugby union matches between Fiji and Ireland - (5354) - delete - closed 18:02, 29 November 2020 (UTC)
* 2020-21 PGA Tour priority ranking - (20921) - no consensus - closed 22:17, 25 November 2020 (UTC)
* Chris Fallica - (5714) - delete - closed 00:40, 26 November 2020 (UTC)
* Khimik Sports Complex - (5256) - delete - closed 04:05, 25 November 2020 (UTC)
* Delaware Black Foxes - (4959) - delete - closed 03:58, 25 November 2020 (UTC)
* Winmau BDO 9-Dart Club - (5237) - no consensus - closed 10:05, 21 November 2020 (UTC)
* 2016–17 FC Schaffhausen season - (7189) - delete - closed 16:25, 17 November 2020 (UTC)
* Persima Majalengka - (4102) - delete - closed 08:51, 17 November 2020 (UTC)
* Kabomania - (4746) - delete - closed 19:34, 16 November 2020 (UTC)
* 2011–12 FC Dunav Ruse season - (3682) - delete - closed 22:21, 16 November 2020 (UTC)
* 2013 PSIS Semarang season - (3446) - delete - closed 22:19, 16 November 2020 (UTC)
* 2014 Pro Duta FC season - (3382) - delete - closed 22:20, 16 November 2020 (UTC)
* 2015 Hampden–Sydney Tigers football team - (4934) - redirect - closed 01:12, 17 November 2020 (UTC)
* 2010 UK Open Qualifier 1 - (5793) - Merge - closed 04:37, 15 November 2020 (UTC)
* 2015 Ubon UMT United F.C. season - (4270) - delete - closed 22:13, 14 November 2020 (UTC)
* 2017 Yishun Sentek Mariners FC season - (4142) - delete - closed 22:09, 14 November 2020 (UTC)
* 2019−20 FC Strumska Slava Radomir season - (4738) - delete - closed 22:07, 14 November 2020 (UTC)
* 2019–20 Bangalore A Division - (5160) - delete - closed 13:30, 11 November 2020 (UTC)
* U.S. Mirandolese - (4518) - keep - closed 10:59, 10 November 2020 (UTC)
* A.S. Tiare Anani - (4601) - keep - closed 08:45, 8 November 2020 (UTC)
* Beach basketball - (7262) - merge - closed 02:38, 8 November 2020 (UTC)
* 1998–99 Scottish Junior Cup - (8520) - keep - closed 02:22, 8 November 2020 (UTC)
* Susanna Kantanen - (5394) - keep - closed 06:55, 7 November 2020 (UTC)
* Jorkyball - (6673) - keep - closed 16:16, 6 November 2020 (UTC)
* Yugoslav Youth Football Cup - (16583) - no consensus - closed 08:30, 5 November 2020 (UTC)
* East Riding Amateur League - (7105) - delete - closed 18:09, 4 November 2020 (UTC)
* Adidas Fevernova - (8044) - keep - closed 18:10, 4 November 2020 (UTC)
* Fun scale - (4306) - delete - closed 14:26, 4 November 2020 (UTC)
* Senzo Mazingiza - (8194) - no consensus - closed 07:29, 31 October 2020 (UTC)
* Tampa Bay Christian Athletic League - (7143) - delete - closed 14:10, 31 October 2020 (UTC)
* ChessCafe.com (2nd nomination) - (9239) - keep - closed 03:41, 31 October 2020 (UTC)
* Alwyn Simpson - (15460) - keep - closed 13:32, 30 October 2020 (UTC)
* Match Premier Cup - (4294) - delete - closed 07:44, 30 October 2020 (UTC)
* 2020 Baltic Cup - (5129) - redirect - closed 07:42, 30 October 2020 (UTC)
* Gilmour Racing - (3529) - delete - closed 17:04, 29 October 2020 (UTC)
* List of Melbourne City FC (State League) seasons - (6637) - delete - closed 08:49, 29 October 2020 (UTC)
* 2021 Formula 2 Championship - (4101) - delete - closed 11:54, 29 October 2020 (UTC)
* Progression of Latvia association football caps record - (11988) - delete - closed 19:57, 28 October 2020 (UTC)
* Kokomo BobKats - (8611) - merge - closed 11:48, 28 October 2020 (UTC)
* Southampton Saturday Football League - (6452) - delete - closed 11:47, 28 October 2020 (UTC)
* Progression of England association football goalscoring record - (5670) - delete - closed 07:43, 27 October 2020 (UTC)
* Progression of Belgium association football goalscoring record - (5649) - delete - closed 07:42, 27 October 2020 (UTC)
* Loch Lomond Youth Soccer Festival - (5501) - delete - closed 16:34, 24 October 2020 (UTC)
* Garbage ball (2nd nomination) - (8847) - delete - closed 18:53, 23 October 2020 (UTC)
* Chowgule Sports Centre - (5718) - redirect - closed 01:10, 24 October 2020 (UTC)
* West Side Soccer League - (4567) - delete - closed 10:32, 23 October 2020 (UTC)
* 1996–97 FK Vardar season - (8437) - no consensus - closed 01:30, 22 October 2020 (UTC)
* Essex Business Houses Football League - (4843) - delete - closed 17:09, 21 October 2020 (UTC)
* Mizuno Morelia - (4361) - delete - closed 22:48, 21 October 2020 (UTC)
* Haornas Cup - (4452) - delete - closed 22:51, 21 October 2020 (UTC)
* Taichung World Youth Football Festival - (4255) - delete - closed 22:49, 21 October 2020 (UTC)
* 2007 Highschool Football League - (5039) - delete - closed 22:52, 21 October 2020 (UTC)
* Eintracht Frankfurt kits - (4325) - delete - closed 14:02, 21 October 2020 (UTC)
* Go-Kan-Ryu - (4025) - delete - closed 01:13, 21 October 2020 (UTC)
* Bristol and Avon Association Football League (2nd nomination) - (6912) - delete - closed 22:20, 20 October 2020 (UTC)
* VfB Stuttgart kits - (4751) - delete - closed 12:42, 20 October 2020 (UTC)
* Star Base Football Club - (13578) - no consensus - closed 20:17, 19 October 2020 (UTC)
* Lincolnshire County Cricket League - (5592) - delete - closed 04:54, 20 October 2020 (UTC)
* 2020 Cavan Senior Hurling Championship - (7519) - redirect - closed 16:25, 19 October 2020 (UTC)
* London Minor Football Championship - (3895) - delete - closed 13:39, 19 October 2020 (UTC)
* London Minor Hurling Championship - (3399) - delete - closed 13:39, 19 October 2020 (UTC)
* Yorkshire Electricity Cup - (4308) - delete - closed 23:04, 18 October 2020 (UTC)
* London Junior Cup - (4108) - delete - closed 23:04, 18 October 2020 (UTC)
* 2017 Duhallow Junior A Hurling Championship - (4268) - delete - closed 14:34, 18 October 2020 (UTC)
* Liverpool Old Boys' Amateur Football League - (4850) - delete - closed 12:50, 18 October 2020 (UTC)
* North East Norfolk League - (4244) - delete - closed 12:52, 18 October 2020 (UTC)
* Masters West Region Track and Field Championship - (6207) - delete - closed 23:57, 17 October 2020 (UTC)
* 2020 North Cork Junior A Hurling Championship - (3644) - delete - closed 18:26, 17 October 2020 (UTC)
* Progression of Latvia association football goalscoring record - (5027) - delete - closed 18:37, 17 October 2020 (UTC)
* 1985 Iowa Hawkeyes football team - (14470) - snow keep - closed 08:06, 17 October 2020 (UTC)
* R B Ferguson Club - (5411) - keep - closed 17:15, 16 October 2020 (UTC)
* Kochi 5s - (3999) - delete - closed 18:46, 15 October 2020 (UTC)
* List of qualifiers for 2018 men's major golf tournaments - (4021) - delete - closed 18:57, 12 October 2020 (UTC)
* Tweener (basketball) - (5501) - redirect - closed 17:58, 12 October 2020 (UTC)
* 2020 Denmark Masters - (3416) - merge and redirect - closed 07:08, 12 October 2020 (UTC)
* Leicester City Football League - (5101) - delete - closed 19:26, 11 October 2020 (UTC)
* 2012 Lone Star Conference men's cross country season - (4670) - delete - closed 20:48, 10 October 2020 (UTC)
* 2009–10 Cambridge United F.C. season - (4423) - delete - closed 08:34, 10 October 2020 (UTC)
* League Management Company - (4465) - merge - closed 08:34, 10 October 2020 (UTC)
* Progression of Saarland association football caps record - (8649) - delete - closed 07:10, 10 October 2020 (UTC)
* South Shields FC International Tournament - (4601) - delete - closed 13:11, 10 October 2020 (UTC)
* Arena Premier League - (6069) - delete - closed 10:23, 9 October 2020 (UTC)
* Nicola Marinangeli - (6914) - Return to draft - closed 06:27, 8 October 2020 (UTC)
* Sebastian Estner - (6591) - delete - closed 06:23, 8 October 2020 (UTC)
* 2004–05 Carlisle United F.C. season - (4033) - delete - closed 12:28, 8 October 2020 (UTC)
* Sports Academy Tirur - (4602) - redirect - closed 06:21, 8 October 2020 (UTC)
* Pathachakra F.C. (2nd nomination) - (4648) - delete - closed 06:19, 8 October 2020 (UTC)
* Big Three (tennis) - (10311) - no consensus - closed 20:10, 7 October 2020 (UTC)
* East Sunbury Football Club - (6688) - delete - closed 08:52, 7 October 2020 (UTC)
* Golden Bagel Award - (2898) - delete - closed 08:25, 7 October 2020 (UTC)
* 2010 Bohemian F.C. season - (4133) - delete - closed 20:42, 6 October 2020 (UTC)
* 2013–14 FC Gandzasar Kapan season - (4632) - delete - closed 20:41, 6 October 2020 (UTC)
* 2020–21 Durham W.F.C. season - (4990) - delete - closed 20:40, 6 October 2020 (UTC)
* 2011 FC Banants season - (3752) - delete - closed 20:44, 6 October 2020 (UTC)
* Yousef Al-Obaidly - (14141) - no consensus - closed 16:26, 6 October 2020 (UTC)
* Dazzle (fabric) - (7489) - delete - closed 12:07, 6 October 2020 (UTC)
* 1997–98 Kent Football League - (20212) - keep - closed 21:48, 5 October 2020 (UTC)
* Saturday Football League - (3202) - delete - closed 13:58, 3 October 2020 (UTC)
* 2013–14 FC Ajka season - (3993) - delete - closed 22:55, 2 October 2020 (UTC)
* 2012–13 Szolnoki MÁV FC season - (3978) - delete - closed 22:55, 2 October 2020 (UTC)
* 2011–12 Budapest Honvéd FC II season - (3993) - delete - closed 22:54, 2 October 2020 (UTC)
* 2012–13 Eastleigh F.C. season - (4490) - delete - closed 21:39, 2 October 2020 (UTC)
* 2013–14 Nyíregyháza Spartacus FC season - (4196) - delete - closed 22:57, 2 October 2020 (UTC)
* Iranian American Sport & Culture Association - (4590) - soft delete - closed 17:53, 27 September 2020 (UTC)
* Kalutara Stadium - (6002) - keep - closed 01:54, 26 September 2020 (UTC)
* Norwegian Summer Biathlon Championships - (4441) - delete - closed 06:30, 25 September 2020 (UTC)
* Freeskier Magazine - (3248) - delete - closed 04:23, 25 September 2020 (UTC)
* Australian rules football in Pakistan - (4681) - soft delete - closed 05:39, 25 September 2020 (UTC)
* MLB Puerto Rico Series - (3946) - redirect - closed 05:43, 24 September 2020 (UTC)
* List of sports competitions between teams representing continents - (5150) - delete - closed 06:18, 24 September 2020 (UTC)
* Wasim Zahoor - (6579) - no consensus - closed 15:05, 23 September 2020 (UTC)
* Valery Tsilent - (5382) - speedy keep - closed 01:51, 22 September 2020 (UTC)
* 2016 United Arab Emirates Under-19 Tri-Nation tournament (2nd nomination) - (4509) - delete - closed 12:13, 18 September 2020 (UTC)
* Wasim Mustafa - (5651) - keep - closed 06:56, 17 September 2020 (UTC)
* Nauman Khan - (4883) - keep - closed 06:56, 17 September 2020 (UTC)
* List of University of Missouri Intercollegiate Athletics Hall of Fame Inductees - (5058) - delete - closed 02:21, 17 September 2020 (UTC)
* List of tennis clubs in Victoria - (5041) - delete - closed 23:11, 16 September 2020 (UTC)
* List of sportspeople by nickname (5th nomination) - (12972) - keep - closed 22:14, 15 September 2020 (UTC)
* Quebec 5Km Road Race Championships - (4231) - soft delete - closed 01:32, 16 September 2020 (UTC)
* Vehicular Lunatics - (3984) - soft delete - closed 13:29, 12 September 2020 (UTC)
* 2023 Formula One World Championship (2nd nomination) - (3794) - Speedy delete - closed 10:57, 12 September 2020 (UTC)
* University of Missouri Intercollegiate Athletics Hall of Fame - (4510) - merge - closed 16:41, 10 September 2020 (UTC)
* Mongolia v Myanmar (2022 FIFA World Cup qualification) - (11588) - delete - closed 11:42, 9 September 2020 (UTC)
* Claremont Colleges Rugby Football Club - (6601) - delete - closed 09:23, 8 September 2020 (UTC)
* Metro Buckeye Conference - (5628) - delete and redirect - closed 22:52, 7 September 2020 (UTC)
* The Bay Club at Mattapoisett, Massachusetts - (3982) - delete - closed 11:41, 3 September 2020 (UTC)
* List of Shakey's V-League players - (4525) - redirect - closed 15:39, 31 August 2020 (UTC)
* Stick Sports - (4633) - delete - closed 16:30, 30 August 2020 (UTC)
* Wimbledon Garden Party - (3990) - delete - closed 01:40, 25 August 2020 (UTC)
* VIP Stable - (4345) - delete - closed 01:39, 25 August 2020 (UTC)
* List of Middlesex County Cricket Club Twenty20 cricketers - (5594) - speedy keep - closed 07:51, 25 August 2020 (UTC)
* Georgia Favor Track Club - (8841) - delete - closed 02:20, 24 August 2020 (UTC)
* Knights Field (Bridgeport, CT) - (4548) - merge - closed 14:45, 21 August 2020 (UTC)
* World of Boxing - (8565) - no consensus - closed 20:41, 20 August 2020 (UTC)
* Agnetha Åsheim - (8272) - no consensus - closed 08:52, 20 August 2020 (UTC)
* Sports Flashes - (8542) - delete - closed 08:48, 18 August 2020 (UTC)
* Cronulla-Sutherland Sharks v Parramatta Eels Round 13, 2020 - (4769) - delete - closed 12:37, 17 August 2020 (UTC)
* 2017 Slippery Rock football team - (5888) - merge - closed 14:06, 16 August 2020 (UTC)
* Euro Hockey League clubs performance comparison - (7516) - delete - closed 15:40, 13 August 2020 (UTC)
* ACER Racing - (3533) - delete - closed 08:58, 13 August 2020 (UTC)
* 2017 Shippensburg Raiders football team - (6576) - keep - closed 14:14, 13 August 2020 (UTC)
* 2023 Pakistan Super League - (17151) - delete - closed 07:56, 12 August 2020 (UTC)
* 2020 WGC-HSBC Champions - (8753) - redirect - closed 02:01, 12 August 2020 (UTC)
* Nigel Vardy - (7035) - keep - closed 20:58, 11 August 2020 (UTC)
* 2020 RFL League 1 results - (3602) - redirect - closed 21:04, 7 August 2020 (UTC)
* Charlestown Rowing Club - (3999) - soft delete - closed 20:58, 7 August 2020 (UTC)
* Menai Straits Swim - (6925) - delete - closed 04:49, 7 August 2020 (UTC)
* 2020 Sunshine Coast Rugby Union season - (17138) - delete - closed 18:15, 4 August 2020 (UTC)
* List of National Football League records (team) (2nd nomination) - (4592) - keep - closed 13:20, 4 August 2020 (UTC)
* Goulburn Valley Second Eighteens Football Association - (3800) - redirect - closed 15:00, 3 August 2020 (UTC)
* 2001 EA Sports 500 - (5566) - keep - closed 11:50, 31 July 2020 (UTC)
* Prince Narkortu Teye - (4023) - delete - closed 20:18, 30 July 2020 (UTC)
* Shirsh Bihar United Football Club - (4842) - delete - closed 18:05, 30 July 2020 (UTC)
* Jami Lanz - (3652) - delete - closed 07:54, 28 July 2020 (UTC)
* Ibiza RC - (5572) - delete - closed 00:52, 28 July 2020 (UTC)
* Yaw Myay F.C. - (11242) - keep - closed 23:55, 27 July 2020 (UTC)
* 2020 Wimbledon Championships - (9546) - WP:SNOW keep - closed 01:14, 27 July 2020 (UTC)
* Nadeshiko League Division 2 - (3995) - delete - closed 07:07, 26 July 2020 (UTC)
* Nadeshiko League Division 1 - (4325) - delete - closed 07:07, 26 July 2020 (UTC)
* Brandon Cutler - (4423) - delete - closed 19:25, 25 July 2020 (UTC)
* Ruta del Sol (motor race) - (4314) - soft delete - closed 20:13, 25 July 2020 (UTC)
* EHF Champions League clubs performance comparison - (7453) - delete - closed 07:20, 25 July 2020 (UTC)
* K9 Pro Sports - (9513) - delete - closed 08:08, 25 July 2020 (UTC)
* Wallenberg Set - (5233) - keep - closed 17:08, 24 July 2020 (UTC)
* Uttara FC - (4732) - delete - closed 23:27, 23 July 2020 (UTC)
* Fortis Sports Academy - (4694) - delete - closed 23:26, 23 July 2020 (UTC)
* 2021 Open Championship - (4816) - delete - closed 10:07, 23 July 2020 (UTC)
* 2020 World Short Track Speed Skating Championships - (10133) - redirect - closed 10:36, 21 July 2020 (UTC)
* List of Scottish Cup hat-tricks - (7123) - delete - closed 11:03, 21 July 2020 (UTC)
* VicStix - (3469) - delete - closed 10:30, 21 July 2020 (UTC)
* 2019 AFLHCC season - (5397) - no consensus - closed 02:20, 19 July 2020 (UTC)
* Remontada - (5704) - delete - closed 08:31, 19 July 2020 (UTC)
* Grigori Gvardeyev - (4074) - delete - closed 11:45, 19 July 2020 (UTC)
* Bluegrass Motorsports Club & Road Course - (4257) - delete - closed 12:07, 18 July 2020 (UTC)
* 2020 O'Reilly Auto Parts 500 - (7932) - nomination withdrawn - closed 23:39, 17 July 2020 (UTC)
* Snowboarder (film) (2nd nomination) - (4514) - delete - closed 02:33, 17 July 2020 (UTC)
* Team conflict - (5834) - keep - closed 00:49, 17 July 2020 (UTC)
* Union County Speedway - (3441) - delete - closed 20:08, 13 July 2020 (UTC)
* EuroLeague Women clubs performance comparison - (3400) - delete - closed 13:02, 13 July 2020 (UTC)
* Mudja - (5689) - Withdraw - closed 10:41, 13 July 2020 (UTC)
* Comparison of cue sports - (6144) - keep - closed 22:01, 12 July 2020 (UTC)
* Márk Heinrich - (5701) - keep - closed 14:41, 12 July 2020 (UTC)
* Proper Sport - (4702) - speedy delete - closed 22:09, 12 July 2020 (UTC)
* 2019 AFL Goal of the Year - (9754) - redirect - closed 13:12, 10 July 2020 (UTC)
* Liverpool F.C.–Manchester City F.C. rivalry - (12155) - keep - closed 18:02, 10 July 2020 (UTC)
* Snowboarder (film) - (4688) - Procedural close, nominated on behalf of a block evading IP - closed 15:11, 9 July 2020 (UTC)
* Sports Development Foundation Scotland - (4681) - delete - closed 09:00, 9 July 2020 (UTC)
* AIW Absolute Championship - (4607) - soft delete - closed 00:48, 8 July 2020 (UTC)
* Ryan Bennett (sportscaster) - (7184) - soft delete - closed 19:23, 6 July 2020 (UTC)
* Walnut Valley Sailing Club - (6516) - delete - closed 07:54, 6 July 2020 (UTC)
* Inline blowback (paintball) - (5447) - no consensus - closed 15:09, 5 July 2020 (UTC)
* Defunct New Jersey State Interscholastic Athletic Association conferences - (8262) - merge - closed 22:16, 3 July 2020 (UTC)
* 2021 Richmond Football Club season - (3902) - Draftify - closed 22:01, 2 July 2020 (UTC)
* Cricket South Africa's Solidarity Cup - (6542) - delete - closed 20:33, 1 July 2020 (UTC)
* Ultimate Tennis Showdown - (5571) - keep - closed 00:44, 30 June 2020 (UTC)
* Adria Tour - (12552) - keep - closed 15:39, 29 June 2020 (UTC)
* 2020 Formula One pre-season testing (2nd nomination) - (13261) - Administrative close - closed 00:24, 28 June 2020 (UTC)
* Richmond Road Runners Club - (4637) - delete - closed 23:16, 26 June 2020 (UTC)
* Eastern Region Tennis - (3057) - delete - closed 04:45, 27 June 2020 (UTC)
* Space Soldiers (eSports Organization) - (7319) - no consensus - closed 15:40, 26 June 2020 (UTC)
* Vancouver Furious George (2nd nomination) - (10948) - no consensus - closed 05:12, 26 June 2020 (UTC)
* Muddy York RFC - (15098) - keep - closed 04:43, 26 June 2020 (UTC)
* American Samoa national handball team - (5947) - keep - closed 07:06, 25 June 2020 (UTC)
* St Joseph's College, Nudgee GPS premiership results - (4385) - delete - closed 19:20, 19 June 2020 (UTC)
* 2020 Formula One pre-season testing - (20567) - no consensus to delete - closed 23:38, 18 June 2020 (UTC)
* Seton Tuning - (5484) - keep - closed 09:35, 18 June 2020 (UTC)
* 2020 Bislett Games - (4525) - delete - closed 06:48, 18 June 2020 (UTC)
* Sorceror (horse) - (5245) - delete - closed 20:31, 16 June 2020 (UTC)
* Coventry Flames B.C. - (4247) - delete - closed 00:53, 17 June 2020 (UTC)
* 2020 Rally de Portugal - (5678) - keep - closed 22:42, 15 June 2020 (UTC)
* Kandurata Cricket Club - (3922) - delete - closed 00:48, 16 June 2020 (UTC)
* FIFA Online 3 - (15634) - no consensus - closed 15:24, 15 June 2020 (UTC)
* Junior Olympic Gold - (3694) - delete - closed 15:17, 15 June 2020 (UTC)
* Street sports - (5019) - merge - closed 23:39, 14 June 2020 (UTC)
* 2020 Formula E rookie test - (5037) - delete - closed 23:03, 13 June 2020 (UTC)
* 2020 Meeting International Mohammed VI d'Athlétisme de Rabat - (6013) - redirect - closed 14:13, 13 June 2020 (UTC)
* 2020 Shanghai Golden Grand Prix - (5052) - redirect - closed 14:12, 13 June 2020 (UTC)
* Brownian Motion Ultimate (2nd nomination) - (4961) - delete - closed 05:44, 9 June 2020 (UTC)
* 2020 Safari Rally - (4265) - keep - closed 13:18, 8 June 2020 (UTC)
* Crowne Plaza Shanghai Anting Golf - (10879) - keep - closed 14:09, 6 June 2020 (UTC)
* The First Team - (4185) - keep - closed 16:38, 5 June 2020 (UTC)
* 2019 Qatar T10 League - (6003) - merge - closed 03:59, 5 June 2020 (UTC)
* List of Syracuse Pros players - (4907) - merge - closed 18:14, 4 June 2020 (UTC)
* Venues of the 2022 Asian Games - (4628) - WP:SNOW delete - closed 15:34, 4 June 2020 (UTC)
* University of Kentucky cheerleading squad - (6253) - keep - closed 09:27, 4 June 2020 (UTC)
* Malene Sørensen - (5381) - delete - closed 06:42, 4 June 2020 (UTC)
* Turin bid for the 2006 Winter Olympics - (5288) - redirect - closed 21:19, 31 May 2020 (UTC)
* 1907–08 Williams Ephs men's ice hockey season - (6750) - delete - closed 16:02, 28 May 2020 (UTC)
* 2009 African U-17 Championship squads - (9237) - keep - closed 21:31, 27 May 2020 (UTC)
* 2020 Q8C Ramadan Invitational - (4077) - delete - closed 04:43, 27 May 2020 (UTC)
* Q8C Ramadan Invitational - (4536) - delete - closed 04:44, 27 May 2020 (UTC)
* Ceslav Ciuhrii - (3760) - delete - closed 22:09, 26 May 2020 (UTC)
* Sierra Leone national badminton team - (4109) - soft delete - closed 22:25, 26 May 2020 (UTC)
* ChessBase India - (4933) - delete - closed 07:07, 26 May 2020 (UTC)
* Niue High School Oval - (4781) - redirect - closed 08:58, 26 May 2020 (UTC)
* Denver Bladium - (4364) - delete - closed 02:49, 24 May 2020 (UTC)
* Great Lakes Relay - (3797) - delete - closed 21:27, 23 May 2020 (UTC)
* Jurgen Americans - (5681) - delete - closed 18:17, 23 May 2020 (UTC)
* List of CHL franchise post-season droughts - (4247) - delete - closed 10:11, 22 May 2020 (UTC)
* Tour European Rally - (5171) - delete - closed 16:09, 21 May 2020 (UTC)
* The Ring Crew Express - (3712) - soft delete - closed 02:44, 21 May 2020 (UTC)
* Lacrosse Unlimited Inc. - (3956) - delete - closed 06:40, 21 May 2020 (UTC)
* Southgate Civic Center - (3470) - delete - closed 06:37, 21 May 2020 (UTC)
* Maserati Tipo 154 - (4262) - merge - closed 06:50, 19 May 2020 (UTC)
* Merchantville Country Club - (4743) - redirect - closed 03:12, 18 May 2020 (UTC)
* 2000–01 Perth Glory SC season - (7255) - keep - closed 04:03, 18 May 2020 (UTC)
* 2012–13 Scottish Junior Football Central Division Two - (4738) - delete - closed 20:03, 15 May 2020 (UTC)
* Mohinder Kumar - (5048) - keep - closed 20:03, 15 May 2020 (UTC)
* Nursultan Andakulov - (3693) - speedy-delete (G3) - closed 16:05, 14 May 2020 (UTC)
* ROH Women's World Championship - (4783) - redirect - closed 17:35, 13 May 2020 (UTC)
* ACW Combat Championship - (3545) - delete - closed 19:07, 12 May 2020 (UTC)
* ACW Women's Championship - (4180) - delete - closed 19:07, 12 May 2020 (UTC)
* 2015–16 Lebanese Fourth Division - (7015) - delete - closed 19:15, 12 May 2020 (UTC)
* Lebanese Football Officials - (4668) - delete - closed 08:31, 12 May 2020 (UTC)
* Waiuku AFC (2nd nomination) - (4750) - keep - closed 06:18, 12 May 2020 (UTC)
* Woodcrest Country Club - (3763) - delete - closed 07:42, 10 May 2020 (UTC)
* Mark Wilson (radio broadcaster) - (4913) - delete - closed 02:50, 10 May 2020 (UTC)
* AIW Tag Team Championship - (3991) - delete - closed 07:48, 10 May 2020 (UTC)
* AIW Intense Championship - (3683) - delete - closed 07:47, 10 May 2020 (UTC)
* Kin Games - (3964) - delete - closed 19:14, 9 May 2020 (UTC)
* List of association football matches played at Tehelné pole - (12898) - delete - closed 06:25, 6 May 2020 (UTC)
* Cale Oval - (5848) - WP:SNOW delete - closed 03:52, 6 May 2020 (UTC)
* Active NFL head coach career Super Bowl history - (10862) - delete - closed 01:07, 5 May 2020 (UTC)
* List of NBA Christmas Day Games - (6289) - delete - closed 08:29, 5 May 2020 (UTC)
* Fortwilliam Golf Club - (3799) - delete - closed 14:57, 4 May 2020 (UTC)
* Los Angeles Dragons (American football) - (4663) - redirect - closed 22:48, 2 May 2020 (UTC)
* 2023 NFL Draft - (7560) - redirect - closed 03:02, 2 May 2020 (UTC)
* JS Kabylie 1 - 2 USM Alger match 2014 - (7350) - merge - closed 15:56, 1 May 2020 (UTC)
* Asian Football Hall of Fame - (10771) - keep - closed 21:14, 1 May 2020 (UTC)
* Oklahoma State–Texas Tech football rivalry - (5115) - delete - closed 23:48, 29 April 2020 (UTC)
* San Antonio Steers (2nd nomination) - (9736) - redirect - closed 02:31, 30 April 2020 (UTC)
* 2014 Illawarra Premier League - (4029) - delete - closed 21:41, 29 April 2020 (UTC)
* 2011 FIBA Europe Under-18 Championship Division C - (4596) - keep - closed 06:18, 29 April 2020 (UTC)
* Samuel Montagu F.C. - (3825) - delete - closed 09:08, 29 April 2020 (UTC)
* Augustus Mbusya Kavutu - (10661) - delete - closed 22:40, 27 April 2020 (UTC)
* Most consecutive volleyball victories in all competitions - (4563) - delete - closed 04:28, 28 April 2020 (UTC)
* Martin Ski Dome - (6607) - keep - closed 13:21, 27 April 2020 (UTC)
* 1987 Nevada Wolf Pack football team - (10942) - speedy keep - closed 13:11, 27 April 2020 (UTC)
* StackMat timer - (6600) - delete - closed 00:27, 27 April 2020 (UTC)
* Houston–Rice rivalry - (11808) - keep - closed 03:35, 27 April 2020 (UTC)
* C.D. Atlético Yucatán - (5360) - merge - closed 06:48, 26 April 2020 (UTC)
* Liverpool vs. Dinamo Bucharest (1983–84 European Cup semi-final) - (9324) - delete and salt - closed 04:05, 25 April 2020 (UTC)
* Charles Treger - (6701) - Keep, without prejudice against resubmission - closed 16:13, 23 April 2020 (UTC)
* 2005 West of Scotland Cup Final - (5299) - delete - closed 18:53, 23 April 2020 (UTC)
* Pradeep John (volleyball player) - (4597) - delete - closed 04:16, 23 April 2020 (UTC)
* Daniel Robert Shauger - (5132) - delete - closed 04:16, 23 April 2020 (UTC)
* Lampung F.C. - (8368) - delete - closed 06:31, 22 April 2020 (UTC)
* Arsène Zola - (10660) - no consensus - closed 15:05, 21 April 2020 (UTC)
* List of Portuguese football records in other countries - (5849) - delete - closed 20:27, 21 April 2020 (UTC)
* 2023 Formula One World Championship - (4500) - delete - closed 22:32, 20 April 2020 (UTC)
* 1933–34 EAHL season - (5196) - delete - closed 07:39, 19 April 2020 (UTC)
* Westfield State Owls football - (11694) - no consensus - closed 06:48, 13 April 2020 (UTC)
* Stade Léon Mahé - (6838) - no consensus - closed 02:35, 13 April 2020 (UTC)
* Shahid Heidarian Arena - (5252) - delete - closed 22:11, 12 April 2020 (UTC)
* 2020 International Rules Series - (9791) - keep - closed 14:43, 12 April 2020 (UTC)
* Cybex test - (9220) - delete - closed 04:07, 12 April 2020 (UTC)
* List of golfers with most PGA Tour of Australasia wins - (5120) - delete - closed 03:24, 12 April 2020 (UTC)
* Bivouac (basketball) - (3217) - delete - closed 04:06, 12 April 2020 (UTC)
* Women's World Championship - (29133) - speedy keep - closed 04:35, 11 April 2020 (UTC)
* Competition number - (5313) - keep - closed 06:53, 10 April 2020 (UTC)
* Seaford Head Golf Course - (4468) - delete - closed 01:32, 10 April 2020 (UTC)
* Seaford Golf Club - (3597) - delete - closed 09:03, 9 April 2020 (UTC)
* List of golfers with most Sunshine Tour wins - (4953) - delete - closed 09:03, 9 April 2020 (UTC)
* Football League (disambiguation) - (5429) - speedy keep - closed 17:21, 8 April 2020 (UTC)
* List of career achievements by Dwyane Wade (2nd nomination) - (4991) - delete - closed 09:11, 5 April 2020 (UTC)
* List of Telus Cup alumni who played in the NHL - (6239) - delete - closed 21:25, 4 April 2020 (UTC)
* Australian Schools Championship (baseball) - (3597) - merge - closed 02:13, 5 April 2020 (UTC)
* Kristen Idrettskontakt - (7523) - keep - closed 09:05, 4 April 2020 (UTC)
* Precisely Right (2nd nomination) - (3847) - delete - closed 15:09, 3 April 2020 (UTC)
* Impact of the 2019–20 coronavirus pandemic on the 2020 Summer Olympics - (16462) - merge - closed 09:32, 2 April 2020 (UTC)
* List of National Football League attendance figures (2nd nomination) - (4833) - delete - closed 09:36, 2 April 2020 (UTC)
* NFL season ticket waiting lists - (3524) - delete - closed 09:37, 2 April 2020 (UTC)
* Rundle Park Disc Golf Course - (4617) - merge - closed 08:02, 2 April 2020 (UTC)
* GOAT Index - (5955) - delete - closed 03:56, 2 April 2020 (UTC)
* Travancore Royals F C - (7715) - delete - closed 07:34, 1 April 2020 (UTC)
* Alfa Romeo 18 world records - (4296) - delete - closed 10:35, 1 April 2020 (UTC)
* 2020–21 Scottish Premiership - (10350) - keep - closed 23:55, 31 March 2020 (UTC)
* 2019-20 A.F.C. Telford United season - (5329) - delete - closed 06:22, 31 March 2020 (UTC)
* List of Esso Cup award winners - (6060) - soft delete - closed 18:39, 29 March 2020 (UTC)
* List of Telus Cup award winners - (5725) - soft delete - closed 18:38, 29 March 2020 (UTC)
* List of Major League Baseball players investigated for domestic violence - (17030) - delete - closed 04:35, 29 March 2020 (UTC)
* The Ultimate Book of Hockey Trivia for Kids - (23575) - keep - closed 16:28, 28 March 2020 (UTC)
* 2019–20 FC Wacker Innsbruck (2002) season - (4274) - keep - closed 03:09, 28 March 2020 (UTC)
* German International - (7091) - keep - closed 18:49, 27 March 2020 (UTC)
* List of Division I FBS independents football standings (1869–1905) - (6082) - delete - closed 21:21, 27 March 2020 (UTC)
* 2022 Formula One World Championship (2nd nomination) - (6713) - keep - closed 20:06, 27 March 2020 (UTC)
* 2019–20 Notts County F.C. season - (6435) - delete - closed 20:07, 27 March 2020 (UTC)
* Doxa Kato Kamila F.C. - (7066) - delete - closed 04:49, 27 March 2020 (UTC)
* Mohamed Magdy Elhusseiny Mahmoud - (4837) - delete - closed 19:59, 26 March 2020 (UTC)
* Lao Division 1 - (10370) - Draftify + redirect - closed 23:26, 25 March 2020 (UTC)
* List of physical records held by the New Zealand national rugby team - (5457) - delete - closed 23:48, 25 March 2020 (UTC)
* List of New Zealand rugby union haka performances - (5883) - delete - closed 23:49, 25 March 2020 (UTC)
* 2019-20 NK Dravograd season - (3941) - delete - closed 23:49, 25 March 2020 (UTC)
* Carlisle Golf and Country Club - (4416) - delete - closed 08:56, 25 March 2020 (UTC)
* Sports in Mangalore - (3795) - merge - closed 15:59, 24 March 2020 (UTC)
* Chennai Super Kings–Sunrisers Hyderabad rivalry - (4494) - delete - closed 09:01, 24 March 2020 (UTC)
* Chennai Super Kings–Royal Challengers Bangalore rivalry - (4748) - delete - closed 05:22, 24 March 2020 (UTC)
* 2019-20 Sheikh Russel KC season - (3728) - delete - closed 03:50, 24 March 2020 (UTC)
* Capital Beltway Hockey League - (4284) - delete - closed 06:16, 23 March 2020 (UTC)
* Chennai Super Kings–Kings XI Punjab rivalry - (4656) - delete - closed 09:52, 23 March 2020 (UTC)
* 2021 Indian Premier League - (5085) - delete - closed 21:16, 22 March 2020 (UTC)
* Kristi Cirone - (5422) - keep - closed 18:48, 22 March 2020 (UTC)
* BBC Sport Team - (8224) - delete - closed 08:57, 22 March 2020 (UTC)
* Manchester United Treble Reunion - (5054) - redirect - closed 04:22, 20 March 2020 (UTC)
* Vince's Devils - (7207) - keep - closed 19:54, 18 March 2020 (UTC)
* Space Coast Crew - (3526) - delete - closed 09:00, 18 March 2020 (UTC)
* Qiddiya circuit - (4638) - soft delete - closed 13:50, 18 March 2020 (UTC)
* Fight to Fame - (3943) - delete - closed 05:40, 17 March 2020 (UTC)
* Miladin Vujošević - (8051) - keep - closed 22:19, 16 March 2020 (UTC)
* Andrei Krõlov - (9250) - delete - closed 18:40, 15 March 2020 (UTC)
* YMCA Camp Warren - (3609) - delete - closed 09:12, 15 March 2020 (UTC)
* Mohammad Nayeem - (7956) - delete - closed 07:44, 14 March 2020 (UTC)
* List of the best positions of Great Britain in Winter Olympic events - (3703) - delete - closed 23:20, 13 March 2020 (UTC)
* List of the best positions of Spain in the Olympic Winter events - (3661) - delete - closed 23:19, 13 March 2020 (UTC)
* List of the best positions of Spain in the Olympic Summer events - (3661) - delete - closed 23:19, 13 March 2020 (UTC)
* List of the best positions of Albania in the Olympic Summer events - (3897) - delete - closed 23:18, 13 March 2020 (UTC)
* Fight Night (TV programme) - (9195) - merge to The Big Fight Live - closed 14:40, 11 March 2020 (UTC)
* Ski jumping team of Bulgaria - (3941) - delete - closed 10:46, 11 March 2020 (UTC)
* Khulna Titans in 2019 - (6102) - delete - closed 10:44, 10 March 2020 (UTC)
* 1976 Asia Golf Circuit - (4296) - keep - closed 16:46, 9 March 2020 (UTC)
* 2020–21 Serie A - (6847) - keep - closed 22:00, 7 March 2020 (UTC)
* Thawi Watthana Samut Sakhon United F.C. - (5755) - keep - closed 08:43, 7 March 2020 (UTC)
* Pedro's Cups - (6677) - merge - closed 02:26, 5 March 2020 (UTC)
* Afghanistan A cricket team in Bangladesh in 2019 - (4982) - delete - closed 17:28, 4 March 2020 (UTC)
* Bulls–Heat rivalry - (3822) - delete - closed 21:47, 4 March 2020 (UTC)
* 2021 Supercars Championship - (8078) - keep - closed 22:48, 4 March 2020 (UTC)
* British Gridiron Football League - (4150) - delete - closed 01:12, 3 March 2020 (UTC)
* Phil Lines - (4080) - delete - closed 22:12, 29 February 2020 (UTC)
* Oliver Filip - (5502) - keep - closed 09:51, 28 February 2020 (UTC)
* Atlantic Metropolitan Hockey League - (4294) - soft delete - closed 17:34, 26 February 2020 (UTC)
* Toro (mascot) - (4690) - redirect - closed 02:35, 27 February 2020 (UTC)
* 2013–14 Township Rollers FC season - (4192) - delete - closed 07:45, 26 February 2020 (UTC)
* 2020 Abilene Christian Wildcats football team - (16775) - keep - closed 06:09, 24 February 2020 (UTC)
* 2020 Tarleton State Texans football team - (10616) - keep - closed 13:14, 24 February 2020 (UTC)
* 1925 San Francisco Seals season - (7208) - keep - closed 01:10, 24 February 2020 (UTC)
* Tashkent Derbies - (6142) - delete - closed 09:03, 21 February 2020 (UTC)
* 2015–2018 curling statistics (2nd nomination) - (4220) - delete - closed 01:39, 20 February 2020 (UTC)
* 2010 Incarnate Word Cardinals football team - (9587) - procedural close - closed 17:52, 18 February 2020 (UTC)
* 50 Classic Ski Descents of North America - (3934) - soft delete - closed 17:25, 17 February 2020 (UTC)
* Louvre Surabaya - (4058) - delete - closed 10:11, 17 February 2020 (UTC)
* New Jersey Youth Hockey League (2nd nomination) - (5753) - delete - closed 10:02, 16 February 2020 (UTC)
* 2021 MotoGP season - (4751) - delete - closed 04:14, 14 February 2020 (UTC)
* 2022 MotoGP season - (4155) - delete - closed 04:11, 14 February 2020 (UTC)
* 2022 Formula One World Championship - (6039) - delete - closed 19:28, 12 February 2020 (UTC)
* 2020 FIA Motorsport Games - (5707) - keep - closed 18:21, 11 February 2020 (UTC)
* Aruba Davis Cup team - (3372) - delete - closed 05:22, 11 February 2020 (UTC)
* 2020 Indonesia President's Cup - (7666) - redirect - closed 19:33, 9 February 2020 (UTC)
* Maudine Ormsby (2nd nomination) - (35062) - no consensus - closed 19:34, 9 February 2020 (UTC)
* Women's T20 Quadrangular Series (in India) 2020 - (6232) - delete - closed 00:39, 9 February 2020 (UTC)
* Schenectady Civic Center - (6455) - delete - closed 00:37, 9 February 2020 (UTC)
* Martins Eyerakpo - (4836) - delete - closed 16:04, 6 February 2020 (UTC)
* Daniel Hennessey (ring announcer) - (5830) - delete - closed 21:23, 5 February 2020 (UTC)
* Mount Lebanon Ice Center - (3760) - delete - closed 21:35, 4 February 2020 (UTC)
* 2020 Charlotte Independence season - (15309) - keep - nomination withdrawn - closed 21:21, 3 February 2020 (UTC)
* Adam Jones (radio host) - (5345) - delete - closed 09:38, 3 February 2020 (UTC)
* The World's Number One, Flat-Out, All-Time Great Stock Car Racing Book - (5842) - keep - closed 04:53, 3 February 2020 (UTC)
* Khelo India Youth Games 2020 - (5046) - no consensus - closed 10:10, 2 February 2020 (UTC)
* Riders Tour - (3589) - delete - closed 22:36, 31 January 2020 (UTC)
* Earlwood Saints - (10394) - redirect - closed 20:56, 30 January 2020 (UTC)
* 2022 Deutsche Tourenwagen Masters - (4215) - Draftify - closed 00:05, 29 January 2020 (UTC)
* New Queens Park - (5437) - redirect - closed 15:47, 28 January 2020 (UTC)
* International A Match - (5023) - redirect - closed 16:07, 24 January 2020 (UTC)
* Woodlands Wellington Centre of Excellence - (4325) - redirect - closed 20:22, 21 January 2020 (UTC)
* Can-Am League rosters - (3345) - redirect - closed 16:27, 20 January 2020 (UTC)
* Gibraltar Petanque Association - (3248) - soft delete - closed 20:28, 19 January 2020 (UTC)
* Al-Zubair Stadium - (5518) - redirect - closed 06:32, 18 January 2020 (UTC)
* The LilsBoys (2nd nomination) - (4798) - delete - closed 18:57, 17 January 2020 (UTC)
* Usa cities favorite nfl teams - (4098) - delete - closed 20:20, 17 January 2020 (UTC)
* 2021 Deutsche Tourenwagen Masters - (3335) - Draftify - closed 03:18, 17 January 2020 (UTC)
* Ten Junk Miles - (7131) - delete - closed 03:58, 17 January 2020 (UTC)
* 2019–20 San Diego 1904 FC season - (24601) - no consensus - closed 08:46, 16 January 2020 (UTC)
* Scuderia Alpha Tauri APT15 - (3878) - delete - closed 11:47, 16 January 2020 (UTC)
* 2019 Sheikh Kamal International Club Cup squads - (4159) - delete - closed 04:29, 16 January 2020 (UTC)
* Touch Play - (3536) - soft delete - closed 18:27, 15 January 2020 (UTC)
* Mersey Tri - (6222) - delete - closed 22:38, 14 January 2020 (UTC)
* 2020 Bangabandhu Cup squads - (4310) - delete - closed 03:09, 15 January 2020 (UTC)
* 2019–20 Bashundhara Kings season - (14284) - keep - closed 09:31, 14 January 2020 (UTC)
* 1862–63 Barnes F.C. season - (10903) - keep or merge - closed 08:52, 14 January 2020 (UTC)
* Stock Arena - (7479) - keep - closed 17:20, 14 January 2020 (UTC)
* Astros–Cardinals rivalry - (4427) - delete - closed 06:30, 11 January 2020 (UTC)
* List of Australasian boxing champions - (7808) - delete - closed 06:51, 10 January 2020 (UTC)
* List of Michigan Wolverines football series - (5903) - delete - closed 03:08, 10 January 2020 (UTC)
* Hanshi Premjit Sen - (4010) - delete - closed 03:17, 10 January 2020 (UTC)
* 1890–91 Kilmarnock F.C. season - (8047) - merge - closed 05:17, 8 January 2020 (UTC)
* List of Lionel Messi games - (5510) - speedy delete - closed 23:55, 6 January 2020 (UTC)
* 1914–15 SK Rapid Wien season - (4869) - speedy keep - closed 17:52, 5 January 2020 (UTC)
* Quidditch Australia - (9777) - Keep but move to Quidditch in Australia - closed 19:34, 1 January 2020 (UTC)
* Baja Rally - (13032) - delete - closed 00:43, 2 January 2020 (UTC)
* Saudi Regional League - (3826) - delete - closed 10:04, 1 January 2020 (UTC)
* Awal Sulemana - (4480) - delete - closed 22:18, 30 December 2019 (UTC)
* Georgie Kelly - (3711) - delete - closed 22:19, 30 December 2019 (UTC)
* Dmitry Alayev (2nd nomination) - (4527) - delete - closed 22:21, 30 December 2019 (UTC)
* Sergei Aleksandrovich Andreyev (2nd nomination) - (4456) - delete - closed 22:22, 30 December 2019 (UTC)
* The Imperium (professional wrestling) - (5971) - delete - closed 10:14, 30 December 2019 (UTC)
* Thomas Bucher-Johannessen - (6726) - no consensus - closed 14:06, 28 December 2019 (UTC)
* 2018 European Athletics U18 Championships – Boys' 100 metres - (3993) - delete - closed 17:56, 26 December 2019 (UTC)
* Habil Nurahmadov - (4266) - delete - closed 16:45, 26 December 2019 (UTC)
* Jan-Dirk Nijkamp - (8025) - keep - closed 10:40, 24 December 2019 (UTC)
* PalaCalafiore - (4909) - soft delete - closed 15:15, 22 December 2019 (UTC)
* List of CCC Racing Team wins - (4655) - redirect - closed 21:49, 22 December 2019 (UTC)
* Andrei Viktorovich Ivanov - (4776) - delete - closed 21:59, 22 December 2019 (UTC)
* Mid Night Club - (3319) - delete - closed 19:15, 21 December 2019 (UTC)
* European Platform for Sport Innovation - (13671) - delete - closed 13:09, 21 December 2019 (UTC)
* List of LSU Tigers football College Football Playoff rankings and Poll history - (5620) - delete - closed 05:34, 20 December 2019 (UTC)
* Federation of the European Sporting Goods Industry - (5709) - delete - closed 00:06, 18 December 2019 (UTC)
* Jerry Jones Jr. - (10259) - keep - closed 03:32, 17 December 2019 (UTC)
* Australian Football International (2nd nomination) - (7217) - keep - closed 01:42, 16 December 2019 (UTC)
* Maxim Focșa - (5877) - keep - closed 07:06, 16 December 2019 (UTC)
* Lafferty Motorsports - (5820) - keep - closed 04:45, 15 December 2019 (UTC)
* Portugal national under-15 football team (2nd nomination) - (4351) - speedy deleted - closed 14:56, 14 December 2019 (UTC)
* 2027 Cricket World Cup (2nd nomination) - (5392) - delete - closed 08:53, 13 December 2019 (UTC)
* Sammy Lunn (2nd nomination) - (5742) - delete - closed 08:04, 12 December 2019 (UTC)
* List of current Arena Football League team rosters - (5447) - delete - closed 22:22, 11 December 2019 (UTC)
* Qatar T10 League - (5127) - keep - closed 18:03, 11 December 2019 (UTC)
* Bobby Roode and Chad Gable - (5617) - delete - closed 17:13, 6 December 2019 (UTC)
* 1918 Wisła Kraków season - (4513) - delete - closed 04:50, 5 December 2019 (UTC)
* McLaren MCL35 - (14543) - keep - closed 10:40, 4 December 2019 (UTC)
* Galway Intermediate Football Championship - (8359) - redirect - closed 06:28, 4 December 2019 (UTC)
* Salming Sports (2nd nomination) - (7510) - delete - closed 20:08, 3 December 2019 (UTC)
* 2020 Liga 2 - (6889) - keep - closed 14:04, 2 December 2019 (UTC)
* 2020 Liga 3 - (4870) - delete - closed 14:03, 2 December 2019 (UTC)
* 2019 Australian Open – Women's Legends' Doubles - (4229) - keep - closed 14:04, 2 December 2019 (UTC)
* 2020 Liga 1 - (7006) - keep - closed 09:35, 1 December 2019 (UTC)
* Traverse City Patriot Game - (4469) - delete - closed 22:17, 30 November 2019 (UTC)
* Randall Hough - (2420) - delete - closed 05:58, 30 November 2019 (UTC)
* Ashland Skate Park - (26449) - redirect - closed 18:39, 29 November 2019 (UTC)
* Caïssa Britannia - (3269) - delete - closed 07:46, 29 November 2019 (UTC)
* 1911 Wisła Kraków season - (7855) - delete - closed 16:11, 27 November 2019 (UTC)
* Indonesia National Junior American Football Team - (4985) - delete - closed 05:07, 27 November 2019 (UTC)
* Oslo KK - (4690) - keep - closed 09:26, 25 November 2019 (UTC)
* Miami–South Florida football rivalry - (7616) - delete - closed 02:58, 25 November 2019 (UTC)
* 2004 in cricket - (7682) - no consensus - closed 02:34, 24 November 2019 (UTC)
* Dolphins F.C. (Port Harcourt) 2008/09 season - (5950) - delete - closed 20:04, 23 November 2019 (UTC)
* Zhang Qiang (curler) - (3120) - speedy keep - closed 03:06, 24 November 2019 (UTC)
* 2016 Nay Pyi Taw season - (6571) - soft delete - closed 13:24, 23 November 2019 (UTC)
* 2019–20 Alaska Anchorage Seawolves men's basketball team - (5352) - delete - closed 07:27, 22 November 2019 (UTC)
* Australian Football International - (5628) - no consensus - closed 04:22, 22 November 2019 (UTC)
* List of Major League Baseball triple plays - (4465) - delete - closed 04:19, 22 November 2019 (UTC)
* Diamond at the Summit - (4295) - delete and redirect - closed 01:43, 22 November 2019 (UTC)
* Norway women's national under-19 floorball team - (4656) - delete - closed 03:35, 21 November 2019 (UTC)
* Florida State–Virginia football rivalry - (16178) - no consensus - closed 06:05, 20 November 2019 (UTC)
* Salamina Dromolaxias - (4275) - delete - closed 08:29, 19 November 2019 (UTC)
* NHL on Fox commentator pairings - (4378) - delete - closed 22:35, 17 November 2019 (UTC)
* NHL on Versus commentator pairings - (4415) - delete - closed 22:35, 17 November 2019 (UTC)
* List of NFL on NBC commentator pairings - (4829) - delete - closed 22:35, 17 November 2019 (UTC)
* List of NFL on ABC/ESPN commentator pairings - (4696) - delete - closed 22:36, 17 November 2019 (UTC)
* 2019 Krabi F.C. season - (3906) - delete - closed 11:01, 17 November 2019 (UTC)
* 2009–10 Liga IV Timiș - (4764) - redirect - closed 16:19, 16 November 2019 (UTC)
* DGUSA Uprising - (4876) - merge - closed 04:04, 16 November 2019 (UTC)
* List of Thursday Night Football commentator pairings - (7835) - delete - closed 18:39, 12 November 2019 (UTC)
* 2013–14 SC Eendracht Aalst season - (3701) - delete - closed 08:13, 12 November 2019 (UTC)
* Margarita Bowl - (4218) - delete - closed 21:00, 11 November 2019 (UTC)
* Troy–UAB football rivalry (3rd nomination) - (5967) - delete - closed 04:13, 12 November 2019 (UTC)
* 2013–14 FC Wohlen season - (4131) - delete - closed 04:08, 12 November 2019 (UTC)
* 2017 FK Trakai season - (4459) - delete - closed 01:25, 11 November 2019 (UTC)
* Orosháza FC - (9756) - keep - closed 07:36, 10 November 2019 (UTC)
* European national basketball league rankings - (3761) - delete - closed 03:09, 10 November 2019 (UTC)
* Sports Overnight America - (5960) - redirect - closed 12:26, 9 November 2019 (UTC)
* Lakers–Rockets brawl - (6310) - delete - closed 12:52, 8 November 2019 (UTC)
* 2016–17 Cultural y Deportiva Leonesa season - (4035) - delete - closed 07:52, 8 November 2019 (UTC)
* North American Basketball League (disambiguation) - (3838) - delete - closed 16:27, 6 November 2019 (UTC)
* Olympics on NBC commentators - (4037) - delete - closed 03:55, 6 November 2019 (UTC)
* 2019–20 Real Murcia season - (4463) - delete - closed 16:52, 1 November 2019 (UTC)
* Offside (2009 film) - (5968) - delete - closed 08:34, 1 November 2019 (UTC)
* Al-Anwar Club Stadium - (4586) - redirect - closed 02:37, 31 October 2019 (UTC)
* 2015–16 Sloboda Užice season - (5228) - delete - closed 15:34, 30 October 2019 (UTC)
* Lakewood Football (2nd nomination) - (14911) - delete - closed 11:36, 30 October 2019 (UTC)
* List of players who played only one game in the NHL (2nd nomination) - (11101) - keep - closed 16:46, 28 October 2019 (UTC)
* 2019 4 Hours of Silverstone (disambiguation) - (4113) - delete - closed 17:55, 28 October 2019 (UTC)
* Southampton F.C. 0–9 Leicester City F.C. - (15078) - keep - closed 07:44, 28 October 2019 (UTC)
* Curling at the 2022 Winter Olympics – Qualification - (7706) - keep - closed 18:24, 27 October 2019 (UTC)
* Winter sports in the United States - (7821) - keep - closed 08:27, 26 October 2019 (UTC)
* Fab five (Ateneo) - (3937) - delete - closed 14:12, 25 October 2019 (UTC)
* San Felipe F.C. - (3914) - delete - closed 13:36, 25 October 2019 (UTC)
* List of Pakistan Test wicket-keepers - (9002) - keep - closed 13:05, 25 October 2019 (UTC)
* List of Sri Lanka Test cricket five-wicket haul wicket takers - (4787) - delete - closed 15:23, 25 October 2019 (UTC)
* List of Sri Lanka ODI cricket five-wicket haul wicket takers - (4781) - delete - closed 15:23, 25 October 2019 (UTC)
* List of Sri Lanka T20I cricket five-wicket haul wicket takers - (4863) - delete - closed 15:23, 25 October 2019 (UTC)
* Andriy Karimov - (5845) - keep - closed 16:03, 23 October 2019 (UTC)
* India A cricket team in the West Indies in 2019 - (7528) - no consensus - closed 01:16, 22 October 2019 (UTC)
* South African A cricket team in India in 2019 - (9328) - no consensus - closed 01:16, 22 October 2019 (UTC)
* Shrick - (3129) - soft delete - closed 00:33, 22 October 2019 (UTC)
* Hockey Algeria - (7502) - no consensus - closed 18:59, 20 October 2019 (UTC)
* Derius - (3447) - delete - closed 13:19, 16 October 2019 (UTC)
* 2019–20 Lleida Esportiu season - (6926) - delete - closed 16:37, 15 October 2019 (UTC)
* 2019–20 Gimnàstic de Tarragona season - (4834) - delete - closed 01:38, 15 October 2019 (UTC)
* 2018 African Weightlifting Championships - (8089) - keep - closed 01:23, 14 October 2019 (UTC)
* Rules (game) - (3413) - delete - closed 22:44, 11 October 2019 (UTC)
* Geelong Dragons - (7161) - delete - closed 09:10, 10 October 2019 (UTC)
* Ethiopia at the 2020 Summer Olympics - (4704) - keep - closed 23:11, 9 October 2019 (UTC)
* Skateboarding at the 2024 Summer Olympics - (6514) - delete - closed 07:15, 9 October 2019 (UTC)
* Sri Lankan A cricket team in India in 2019 - (4746) - delete - closed 02:30, 7 October 2019 (UTC)
* Vittoriosa Stars F.C. - (5725) - withdrawn - closed 12:32, 6 October 2019 (UTC)
* New Zealand A cricket team against Pakistan A in the UAE in 2018–19 - (5046) - delete - closed 13:21, 5 October 2019 (UTC)
* List of International cricket centuries in 2019 - (7819) - delete - closed 09:21, 5 October 2019 (UTC)
* NFL Black Monday - (3865) - delete - closed 16:15, 4 October 2019 (UTC)
* 2019 US Open – Boys' Singles Qualifying - (7094) - Merge - closed 00:34, 1 October 2019 (UTC)
* RMIT FC - (6444) - delete - closed 05:40, 30 September 2019 (UTC)
* KidSuper Samba AC - (7119) - redirect - closed 07:50, 29 September 2019 (UTC)
* Eurostars (team) - (6019) - no consensus - closed 23:53, 26 September 2019 (UTC)
* Samut Prakan United Stadium - (7211) - Merge and redirect - closed 20:45, 26 September 2019 (UTC)
* Meridix - (15910) - delete - closed 16:49, 25 September 2019 (UTC)
* Portugal national under-15 football team - (5521) - keep - closed 13:59, 25 September 2019 (UTC)
* 2019 Super League Grand Final - (6793) - keep - closed 20:25, 24 September 2019 (UTC)
* List of figure skating events held in Poland - (3609) - delete - closed 06:12, 24 September 2019 (UTC)
* 2018 NextEra Energy Resources 250 - (4458) - Moved to draft - closed 10:50, 24 September 2019 (UTC)
* Tak Provincial Administrative Organization Stadium - (4344) - redirect - closed 01:57, 24 September 2019 (UTC)
* ThOI Filias - (4185) - delete - closed 21:59, 22 September 2019 (UTC)
* Whitehorse Curling Club - (5657) - delete - closed 17:14, 22 September 2019 (UTC)
* World Martial Arts Games (2nd nomination) - (7496) - delete - closed 22:55, 21 September 2019 (UTC)
* 2017–18 Saif Sporting Club season - (6072) - delete - closed 07:26, 18 September 2019 (UTC)
* List of professional wrestling matches rated 5 or more stars by Dave Meltzer - (22421) - no consensus - closed 05:22, 15 September 2019 (UTC)
* 2014 GoPro Indy Grand Prix of Sonoma - (8884) - no consensus - closed 05:04, 15 September 2019 (UTC)
* California Gold - (14113) - no consensus - closed 23:07, 14 September 2019 (UTC)
* Martial Arts Japan Kickboxing Federation - (4149) - delete - closed 20:07, 13 September 2019 (UTC)
* United States men's national water polo team statistics (birthplaces) - (6737) - delete - closed 17:27, 12 September 2019 (UTC)
* List of mottos - (7603) - speedy keep - closed 14:36, 11 September 2019 (UTC)
* Wakunaga Leolic - (5274) - delete - closed 15:16, 10 September 2019 (UTC)
* CVB Snooker Challenge - (4511) - delete - closed 16:29, 9 September 2019 (UTC)
* Soft mouth - (8117) - keep - closed 01:42, 9 September 2019 (UTC)
* Anisur Rahman Zico - (6332) - delete - closed 07:38, 3 September 2019 (UTC)
* Ring of Pakistan - (3857) - delete - closed 23:43, 1 September 2019 (UTC)
* Winnipeg Table Hockey League - (5483) - delete - closed 01:40, 31 August 2019 (UTC)
* S. Barua - (11539) - delete - closed 11:02, 31 August 2019 (UTC)
* Marystown United - (6542) - delete - closed 06:08, 31 August 2019 (UTC)
* Valin Shinyei - (10583) - delete - closed 18:28, 29 August 2019 (UTC)
* Tallahassee SC - (22643) - keep - closed 07:54, 28 August 2019 (UTC)
* Rugby union in Bermuda - (5174) - redirect - closed 16:29, 27 August 2019 (UTC)
* 2019 Canadian Championship Final - (12856) - keep - closed 14:43, 27 August 2019 (UTC)
* Ice hockey at the 2022 Winter Olympics - (4642) - keep - closed 19:18, 25 August 2019 (UTC)
* P. Atkins - (13617) - delete - closed 09:11, 25 August 2019 (UTC)
* JomRun (2nd nomination) - (7153) - delete - closed 21:05, 24 August 2019 (UTC)
* Angélique Vialard (2nd nomination) - (5225) - delete - closed 16:46, 23 August 2019 (UTC)
* ITTF Africa Cup - (3860) - speedy keep - closed 15:59, 23 August 2019 (UTC)
* M. Mukherjee - (9715) - delete - closed 01:24, 23 August 2019 (UTC)
* Mashrafe (book) - (8585) - delete - closed 07:27, 21 August 2019 (UTC)
* Mashrafer Jonno Bhalobasha (book) - (8414) - delete - closed 07:25, 21 August 2019 (UTC)
* Pro Wrestling Women's Alliance - (6835) - redirect - closed 18:11, 20 August 2019 (UTC)
* History of North Coast Section Basketball - (8546) - delete - closed 14:44, 19 August 2019 (UTC)
* AFI World 9s - (3576) - delete - closed 02:35, 19 August 2019 (UTC)
* Fundidora Park raceway - (4247) - redirect - closed 05:24, 17 August 2019 (UTC)
* Professional Football Scouts Association - (5051) - delete - closed 06:14, 16 August 2019 (UTC)
* Minnesota select volleyball club - (3372) - delete - closed 02:15, 15 August 2019 (UTC)
* Sports broadcasting contracts in the United States - (9340) - keep - closed 12:30, 14 August 2019 (UTC)
* Captain of the Secret Base Openweight Championship - (5034) - delete - closed 18:52, 12 August 2019 (UTC)
* Captain of the Secret Base Openweight Tag Team Championship - (6292) - delete - closed 18:52, 12 August 2019 (UTC)
* Secret Base - (6021) - delete - closed 18:51, 12 August 2019 (UTC)
* South County Stadium - (4085) - delete - closed 07:28, 11 August 2019 (UTC)
* Trevor Burton (athlete) - (5665) - keep - closed 02:09, 10 August 2019 (UTC)
* Johnathan Bagley - (6218) - delete - closed 14:25, 9 August 2019 (UTC)
* Sohan Mohammad Sima Qom FSC - (6401) - no consensus - closed 09:17, 9 August 2019 (UTC)
* Millwall Rugby Club - (4005) - delete - closed 02:57, 8 August 2019 (UTC)
* Lexington City Golf Championship - (3517) - delete - closed 17:44, 6 August 2019 (UTC)
* 2014 Premier Arena Soccer League summer season - (4585) - delete - closed 01:47, 6 August 2019 (UTC)
* 2009–10 Serie A (rugby union) - (3745) - soft delete - closed 07:06, 5 August 2019 (UTC)
* 2011 association football domestic cup champions - (5302) - Delete 2011 association football domestic cup champions, keep 2011 in UEFA - closed 05:58, 5 August 2019 (UTC)
* Zamir Jaffri Cricket Stadium - (19795) - no consensus - closed 10:10, 3 August 2019 (UTC)
* South Shields RFC - (5177) - redirect - closed 14:14, 2 August 2019 (UTC)
* Pilot gig club - (3578) - merge - closed 07:51, 2 August 2019 (UTC)
* Guillaume Bianchi - (13133) - keep - closed 15:33, 1 August 2019 (UTC)
* Hell Is Real Derby - (6463) - keep - closed 07:04, 1 August 2019 (UTC)
* The NOC - (3153) - delete - closed 01:52, 30 July 2019 (UTC)
* Cedric Aubry (2nd nomination) - (5061) - delete - closed 02:11, 30 July 2019 (UTC)
* University of NSW FC - (6283) - delete - closed 06:27, 30 July 2019 (UTC)
* 2008 Omloop der Kempen - (5086) - redirect - closed 20:04, 29 July 2019 (UTC)
* Doug Doughty - (3919) - delete - closed 20:06, 29 July 2019 (UTC)
* Faldo Course - (5097) - delete - closed 20:29, 28 July 2019 (UTC)
* American Youth Basketball Tour - (4222) - delete - closed 20:43, 28 July 2019 (UTC)
* Megasports Warszawa - (5135) - delete - closed 08:54, 26 July 2019 (UTC)
* Chennai Swaggers (3rd nomination) - (5941) - delete - closed 08:57, 26 July 2019 (UTC)
* NBL (United States) Rookie of the Year Award - (14198) - keep all - closed 09:21, 26 July 2019 (UTC)
* Gouripur Sporting Club - (4599) - delete - closed 19:54, 24 July 2019 (UTC)
* St. Brelade F.C. - (5077) - redirect - closed 11:58, 24 July 2019 (UTC)
* Tsada Football Field - (4947) - delete - closed 19:20, 23 July 2019 (UTC)
* FIFA World Cup hosts squads - (5278) - speedy delete - closed 13:22, 22 July 2019 (UTC)
* Hornet (car) - (6064) - delete - closed 13:18, 21 July 2019 (UTC)
* List of NSW Central Coast cricket club season averages 1900-54 - (5843) - delete - closed 12:09, 20 July 2019 (UTC)
* List of NSW Central Coast Cricket First Grade Premiers - (5597) - delete - closed 14:05, 20 July 2019 (UTC)
* List of NSW Central Coast cricket matches (1858–99) - (5504) - delete - closed 12:09, 20 July 2019 (UTC)
* Cookham Reach Sailing Club - (5913) - delete - closed 13:01, 19 July 2019 (UTC)
* Mobile Sports Hall of Fame - (3559) - delete - closed 22:18, 18 July 2019 (UTC)
* List of Davis Cup participants - (9258) - merge - closed 09:27, 18 July 2019 (UTC)
* 2018 Milton SC season - (3813) - delete - closed 04:27, 18 July 2019 (UTC)
* Brent Valley Golf Club - (8577) - no consensus - closed 17:51, 17 July 2019 (UTC)
* Sportsbet.io - (6172) - delete - closed 07:57, 16 July 2019 (UTC)
* Eazy E & Venice Locals (A Historic Day in the Brotherhood of Hip Hop and Skateboarding) - (5280) - delete - closed 19:46, 15 July 2019 (UTC)
* Kike Gómez - (5447) - delete - closed 00:06, 15 July 2019 (UTC)
* Dala7 - (3747) - delete - closed 11:28, 14 July 2019 (UTC)
* Abbottabad Cricket Stadium - (4320) - speedy keep - closed 16:25, 11 July 2019 (UTC)
* Jon Davis (Physio) - (4637) - delete - closed 10:01, 10 July 2019 (UTC)
* Royal Holloway, University of London Boat Club - (7234) - delete - closed 21:18, 7 July 2019 (UTC)
* Oakland Roots SC (2nd nomination) - (12906) - redirect - closed 07:34, 5 July 2019 (UTC)
* 2028 Summer Paralympics - (6333) - redirect - closed 15:20, 3 July 2019 (UTC)
* Slade Mercer - (3979) - delete - closed 00:33, 3 July 2019 (UTC)
* 2019 Brantford Galaxy season - (5470) - delete - closed 00:08, 3 July 2019 (UTC)
* World Scholar's Cup 2019 - (6441) - delete - closed 00:10, 3 July 2019 (UTC)
* Lomma Golf - (3945) - delete - closed 00:09, 3 July 2019 (UTC)
* Kiwi Pro Wrestling - (3975) - delete - closed 01:17, 2 July 2019 (UTC)
* 2019 Spikers' Turf - (4596) - speedy keep - closed 05:27, 1 July 2019 (UTC)
* Akron Beacon Journal Player of the Year Award - (4689) - delete - closed 20:34, 30 June 2019 (UTC)
* ARS (wrestling tournament) - (7223) - delete - closed 08:27, 30 June 2019 (UTC)
* Ateneo Blue Eagles - (6511) - keep - closed 15:56, 28 June 2019 (UTC)
* List of Jewish sports commissioners, managers and coaches, officials, owners, promoters, and sportscasters - (11848) - keep - closed 05:48, 27 June 2019 (UTC)
* Curtis Thompson and Drake Dawson - (4307) - delete - closed 07:44, 26 June 2019 (UTC)
* Kansas–Nebraska football rivalry - (9087) - keep - closed 07:25, 26 June 2019 (UTC)
* Ghent Students Rowing - (4547) - delete - closed 16:37, 25 June 2019 (UTC)
* Geoff Clark (journalist) - (5438) - delete - closed 00:26, 24 June 2019 (UTC)
* El Paso Suns - (3785) - delete - closed 20:15, 23 June 2019 (UTC)
* Woodridge High School Football - (15022) - delete - closed 23:10, 23 June 2019 (UTC)
* Inter-Parliamentary Cricket Tournament 2019 - (4517) - delete - closed 19:22, 23 June 2019 (UTC)
* Tokio BlueArmy F.C. - (4867) - merge - closed 14:21, 21 June 2019 (UTC)
* Will Buxton - (5569) - keep - closed 12:14, 21 June 2019 (UTC)
* Progressive Skatepark - (3900) - delete - closed 03:02, 20 June 2019 (UTC)
* Total (football club) - (4808) - speedy keep - closed 07:11, 20 June 2019 (UTC)
* Montpellier Sharks - (5107) - redirect - closed 16:02, 16 June 2019 (UTC)
* Club Dance Studio - (3925) - delete - closed 12:37, 16 June 2019 (UTC)
* Eritrea at the 2022 Winter Olympics - (4194) - delete - closed 10:04, 16 June 2019 (UTC)
* 2027 FIFA Women's World Cup - (9843) - keep - closed 18:27, 15 June 2019 (UTC)
* 2017–18 AD Bairro season - (4916) - delete - closed 06:24, 15 June 2019 (UTC)
* Mike Schreiber - (4158) - delete - closed 09:09, 14 June 2019 (UTC)
* Philip Lehr - (3681) - delete - closed 19:16, 13 June 2019 (UTC)
* List of FIFA World Cup squads - (4241) - delete - closed 07:46, 13 June 2019 (UTC)
* Sebastian Albrecht - (3527) - soft delete - closed 14:19, 13 June 2019 (UTC)
* NCAA Division I Baseball Championships recent history - (9083) - delete - closed 23:21, 12 June 2019 (UTC)
* Killian Coiffier - (5204) - delete - closed 17:48, 12 June 2019 (UTC)
* Prison handball - (6517) - delete - closed 23:56, 8 June 2019 (UTC)
* Team Losi JR-X2 - (3770) - redirect - closed 06:19, 8 June 2019 (UTC)
* Men's 200 metres Ukrainian record progression - (8423) - redirect - closed 00:47, 6 June 2019 (UTC)
* The Seaxe Club - (4635) - delete - closed 15:25, 5 June 2019 (UTC)
* 2020 NASCAR Xfinity Series - (3701) - redirect - closed 07:28, 5 June 2019 (UTC)
* 1909 Southwest Texas State Bobcats football team - (9392) - delete - closed 18:34, 4 June 2019 (UTC)
* West Mersea Yacht Club (2nd nomination) - (5440) - keep - closed 16:42, 3 June 2019 (UTC)
* 2020 NASCAR Gander Outdoors Truck Series - (4846) - redirect - closed 07:40, 3 June 2019 (UTC)
* H2hos - (4664) - delete - closed 07:48, 2 June 2019 (UTC)
* Persikad Depok - (6788) - keep - closed 13:37, 1 June 2019 (UTC)
* Mitch Canham - (9247) - no consensus - closed 09:40, 30 May 2019 (UTC)
* Rajko Lotrič - (5836) - keep - closed 07:56, 29 May 2019 (UTC)
* SportsLogos.net - (7130) - keep - closed 18:34, 28 May 2019 (UTC)
* Santa Cruz Breakers FC - (36172) - no consensus - closed 04:56, 26 May 2019 (UTC)
* Dewar Trapshooting Trophy - (4582) - delete - closed 01:41, 26 May 2019 (UTC)
* List of foreign Y-League players - (4212) - delete - closed 01:39, 26 May 2019 (UTC)
* 1987–88 Bradley Braves men's basketball team - (5982) - keep - closed 23:06, 20 May 2019 (UTC)
* List of UIL track and field records - (4694) - delete - closed 14:55, 19 May 2019 (UTC)
* ATCO Field - (12450) - keep - closed 16:17, 17 May 2019 (UTC)
* Dike Eddleman Athlete of the Year - (4417) - delete - closed 17:48, 17 May 2019 (UTC)
* Brian Clark (baseball) - (3783) - delete - closed 00:56, 17 May 2019 (UTC)
* Alampady Cricket Stadium, Alampady, Kasaragod (2nd nomination) - (6014) - delete - closed 00:43, 17 May 2019 (UTC)
* 2012–13 ASC Diaraf season - (4193) - delete - closed 00:44, 17 May 2019 (UTC)
* 2021 Formula One World Championship - (11664) - delete - closed 17:30, 15 May 2019 (UTC)
* Bellsbank Warriors - (4895) - speedy delete - closed 11:15, 15 May 2019 (UTC)
* 1949–50 Colchester United F.C. season - (12568) - keep - closed 23:29, 14 May 2019 (UTC)
* GCW Bloodsport - (13400) - keep - closed 07:29, 14 May 2019 (UTC)
* 2012 FC Tofaga season - (4775) - delete - closed 02:00, 13 May 2019 (UTC)
* Ananya Kamboj - (6639) - delete - closed 18:30, 10 May 2019 (UTC)
* Dinda Academy of Pace Bowling - (6095) - delete - closed 18:58, 10 May 2019 (UTC)
* List of West Coast Conference Men's Basketball Tournament Finals broadcasters - (20044) - No consensus on some, redirect most - closed 09:16, 9 May 2019 (UTC)
* National Wrestling Federation (1986-1994) - (9392) - merge - closed 13:02, 9 May 2019 (UTC)
* 2012 Piala Belia - (3756) - delete - closed 08:32, 7 May 2019 (UTC)
* Tian Pengfei - (10039) - speedy keep - closed 08:30, 7 May 2019 (UTC)
* List of Seattle Redhawks men's basketball seasons - (4407) - speedy redirect - closed 15:11, 6 May 2019 (UTC)
* Politics and Football in Africa - (4974) - delete - closed 21:08, 5 May 2019 (UTC)
* List of world records in indoor rowing - (5712) - delete - closed 10:46, 4 May 2019 (UTC)
* Ortona Gymnastics Club - (4077) - delete - closed 13:20, 3 May 2019 (UTC)
* Naismith Outstanding Contribution to Basketball - (4068) - delete - closed 18:57, 3 May 2019 (UTC)
* Brook Valley Country Club - (4511) - delete - closed 19:24, 2 May 2019 (UTC)
* Imperium (professional wrestling) - (4235) - delete - closed 07:31, 2 May 2019 (UTC)
* Merrimack Valley Conference - (5199) - no consensus with no prejudice against speedy renomination - closed 22:16, 1 May 2019 (UTC)
* Villain Enterprises - (5022) - keep - closed 15:51, 1 May 2019 (UTC)
* Alexis Triadis - (5330) - delete - closed 07:03, 1 May 2019 (UTC)
* Glenn Dunlop - (9330) - keep - closed 08:32, 1 May 2019 (UTC)
* Ellie Strippel - (3971) - delete - closed 11:25, 1 May 2019 (UTC)
* The H8 Club - (3512) - delete - closed 11:25, 1 May 2019 (UTC)
* Lucha House Party - (5296) - delete - closed 14:00, 30 April 2019 (UTC)
* Jordan–Syria football rivalry - (5385) - delete - closed 14:48, 30 April 2019 (UTC)
* WWE The Shield's Final Chapter - (40190) - keep - closed 01:51, 30 April 2019 (UTC)
* Stanislaus County Cruisers - (8546) - merge - closed 21:40, 28 April 2019 (UTC)
* Ben Fowler - (5394) - keep - closed 21:33, 28 April 2019 (UTC)
* 2019 Windward Islands Tournament - (17672) - delete - closed 08:55, 28 April 2019 (UTC)
* Stirling University RFC - (4381) - delete - closed 01:03, 28 April 2019 (UTC)
* Solomon Islands national under-18 futsal team - (4930) - delete - closed 15:41, 27 April 2019 (UTC)
* Ottawa Dragon Boat Festival - (5135) - keep - closed 01:01, 27 April 2019 (UTC)
* Apr 20, 2019 - (5408) - delete - closed 01:18, 26 April 2019 (UTC)
* Ottawa Ice Dragon Boat Festival - (4528) - delete - closed 01:23, 26 April 2019 (UTC)
* Bont - (7893) - delete - closed 01:29, 26 April 2019 (UTC)
* Matt Doherty Jr. - (3915) - delete - closed 10:02, 24 April 2019 (UTC)
* Glossary of rowing terms - (7611) - keep - closed 06:39, 24 April 2019 (UTC)
* Manca Marcelan - (5882) - keep - closed 17:06, 23 April 2019 (UTC)
* Dream League Soccer - (9355) - delete - closed 01:53, 24 April 2019 (UTC)
* Crown Racing - (3432) - delete - closed 00:08, 22 April 2019 (UTC)
* Bugatti La Voiture Noire - (15849) - No consensus for deletion - closed 17:15, 20 April 2019 (UTC)
* Chesny Young - (5414) - delete - closed 01:04, 19 April 2019 (UTC)
* Mario Cuevas (boxer) - (6162) - delete - closed 14:42, 18 April 2019 (UTC)
* Sterling Sports Management - (7237) - delete - closed 23:48, 17 April 2019 (UTC)
* International Arena Football League - (13730) - delete - closed 12:22, 16 April 2019 (UTC)
* José Martínez (football manager) - (7634) - delete - closed 17:55, 14 April 2019 (UTC)
* 2019–20 Eredivisie - (15273) - Draftify - closed 07:27, 14 April 2019 (UTC)
* Monster Skatepark - (4803) - keep - closed 07:23, 14 April 2019 (UTC)
* Football in Kozhikode - (5520) - merge - closed 11:01, 13 April 2019 (UTC)
* 365Chess.com - (6628) - delete - closed 00:58, 13 April 2019 (UTC)
* Danny Brookwell - (5543) - delete - closed 06:17, 12 April 2019 (UTC)
* 2019 AAF Championship Game - (7988) - redirect - closed 05:53, 12 April 2019 (UTC)
* McEvedy Shield - (10151) - delete - closed 09:54, 11 April 2019 (UTC)
* List of Australia Test cricket records against Bangladesh - (8108) - delete - closed 01:01, 10 April 2019 (UTC)
* Cascade (company) - (3409) - delete - closed 01:36, 9 April 2019 (UTC)
* World record progression women's weightlifting (1998–2018) - (8469) - keep - closed 16:01, 8 April 2019 (UTC)
* Hillingston (English cricketer) - (6841) - redirect - closed 01:02, 8 April 2019 (UTC)
* Thuruthippuram Boat Race - (3356) - delete - closed 17:55, 7 April 2019 (UTC)
* Adam Algar - (6094) - delete - closed 17:55, 7 April 2019 (UTC)
* Sammy Lunn - (5251) - delete - closed 17:53, 6 April 2019 (UTC)
* Radio-controlled drifting - (3836) - soft delete - closed 02:27, 5 April 2019 (UTC)
* Kranti Sangha - (4587) - speedy delete - closed 15:19, 3 April 2019 (UTC)
* South East Australian Football League - (5329) - redirect - closed 03:42, 3 April 2019 (UTC)
* MIAA Division IA Baseball Championships recent history - (4298) - soft delete - closed 01:59, 3 April 2019 (UTC)
* Elite Baseball Series - (4156) - soft delete - closed 02:01, 3 April 2019 (UTC)
* Crowlands Heath Golf Club - (4234) - delete - closed 02:09, 31 March 2019 (UTC)
* 2019 Formula European Masters - (3340) - soft delete - closed 10:01, 30 March 2019 (UTC)
* Dungannon and District Motorcycle Club - (5091) - delete - closed 08:34, 30 March 2019 (UTC)
* International Education Corporation - (5902) - no consensus - closed 17:52, 28 March 2019 (UTC)
* Billiard Academy Real Break - (4947) - delete - closed 11:59, 28 March 2019 (UTC)
* Proposed Portland Ballpark - (5086) - delete - closed 18:00, 28 March 2019 (UTC)
* Thong (footballer) - (12139) - merge - closed 12:15, 28 March 2019 (UTC)
* North West Pacific Football League - (5681) - delete - closed 15:45, 27 March 2019 (UTC)
* FIBA Basketball World Cup Top Scorer - (41723) - no consensus - closed 17:26, 26 March 2019 (UTC)
* Lamar Consolidated Baseball - (4321) - redirect - closed 18:49, 26 March 2019 (UTC)
* Greg Nibler - (5349) - soft delete - closed 01:23, 25 March 2019 (UTC)
* Amir Khan (Pakistani Anchor Person) - (4255) - delete - closed 11:55, 24 March 2019 (UTC)
* Radcliffe Cricket Club - (5592) - no consensus - closed 20:06, 23 March 2019 (UTC)
* Clifton Cricket Club - (5903) - no consensus - closed 20:06, 23 March 2019 (UTC)
* List of indoor volleyball World Champions - (5800) - delete - closed 14:25, 23 March 2019 (UTC)
* UWS Hockey Club - (3377) - delete - closed 18:30, 22 March 2019 (UTC)
* Johnathan Simon - (6948) - delete - closed 16:31, 20 March 2019 (UTC)
* Suure-Jaani United - (7510) - no consensus - closed 01:30, 20 March 2019 (UTC)
* Tim Webster - (16511) - keep - closed 01:25, 20 March 2019 (UTC)
* List of Major League Baseball players from Hong Kong - (7459) - delete - closed 22:50, 19 March 2019 (UTC)
* Logan's Challenge - (4414) - delete - closed 01:31, 20 March 2019 (UTC)
* Sports Center of FAR - (4654) - no consensus - closed 18:25, 19 March 2019 (UTC)
* Rugged Maniac results - (3661) - delete - closed 15:24, 19 March 2019 (UTC)
* Ariane Lipski - (3998) - delete - closed 18:09, 19 March 2019 (UTC)
* Cincinnati-Columbus rivalry - (4630) - delete - closed 05:01, 19 March 2019 (UTC)
* Kashmir Sports Watch - (6398) - delete - closed 11:30, 17 March 2019 (UTC)
* MXW Pro Wrestling (2nd nomination) - (5667) - delete - closed 19:14, 16 March 2019 (UTC)
* Al-Salam Stadium - (8350) - no consensus - closed 04:27, 17 March 2019 (UTC)
* Cork–Derry Gaelic football rivalry - (4695) - delete - closed 04:30, 17 March 2019 (UTC)
* Chun Kuk Do - (5805) - merge - closed 04:34, 17 March 2019 (UTC)
* Charles Rodriguez - (9652) - delete - closed 08:47, 16 March 2019 (UTC)
* Baseball at the 2019 Pan American Games – Qualification - (3887) - redirect - closed 06:51, 16 March 2019 (UTC)
* DeKalb County United - (9873) - no consensus - closed 05:36, 16 March 2019 (UTC)
* List of Singapore Premier League hat-tricks - (8795) - redirect - closed 19:01, 15 March 2019 (UTC)
* 2015 Knattspyrnufélag Reykjavíkur season - (8677) - no consensus - closed 08:23, 14 March 2019 (UTC)
* Plainfield Curling Club (2nd nomination) - (5928) - keep - closed 15:47, 14 March 2019 (UTC)
* L&B International Football Consultancy - (5546) - delete - closed 14:30, 13 March 2019 (UTC)
* North American Women's Baseball League - (10397) - keep - closed 03:25, 13 March 2019 (UTC)
* 1905 Southwest Texas State Bobcats football team - (10938) - Delete seasons 1905, 1906 and 1907, keep seasons 1908, 1911 and 1917 - closed 04:00, 13 March 2019 (UTC)
* Kseniya Shoygu - (4459) - delete - closed 10:57, 11 March 2019 (UTC)
* Rugged Maniac Chicago - (5392) - delete - closed 21:29, 10 March 2019 (UTC)
* The Hype Bros - (7345) - no consensus - closed 20:15, 10 March 2019 (UTC)
* Women's Extreme Wrestling - (5400) - delete - closed 03:29, 10 March 2019 (UTC)
* Rugged Maniac Kansas City - (4937) - delete - closed 19:32, 9 March 2019 (UTC)
* Kelly Forbes - (4177) - delete - closed 09:14, 9 March 2019 (UTC)
* Oman women's national football team - (6186) - keep - closed 08:52, 9 March 2019 (UTC)
* Alpine skiing at the 2019 European Youth Olympic Winter Festival – Boys' slalom - (7192) - delete - closed 01:52, 9 March 2019 (UTC)
* Centrals Junior Football Club, Wangaratta - (4099) - delete - closed 15:23, 8 March 2019 (UTC)
* Brunei women's national football team - (4982) - redirect - closed 14:25, 8 March 2019 (UTC)
* Powerboat training nz - (4244) - delete - closed 00:19, 8 March 2019 (UTC)
* Laxpower - (5805) - delete - closed 14:58, 7 March 2019 (UTC)
* Atlantic Youth Bowling - (4240) - delete - closed 14:53, 7 March 2019 (UTC)
* Team Dixie - (6374) - redirect - closed 13:05, 7 March 2019 (UTC)
* 1979–80 Notre Dame Fighting Irish men's basketball team - (18650) - keep - closed 13:56, 7 March 2019 (UTC)
* Curse of Aaron Ramsey - (13077) - delete - closed 19:03, 6 March 2019 (UTC)
* Saanich Fusion FC - (4497) - delete - closed 08:04, 6 March 2019 (UTC)
* Traditional easy-swim styles - (4398) - delete - closed 07:02, 5 March 2019 (UTC)
* Calgary Canoe Club - (4135) - delete - closed 07:00, 5 March 2019 (UTC)
* Hydrogen Electric Racing Federation - (4574) - soft delete - closed 01:28, 5 March 2019 (UTC)
* 1907–08 Rochdale A.F.C. season - (5507) - delete - closed 11:09, 4 March 2019 (UTC)
* Naked for a Cause - (5781) - delete - closed 10:49, 3 March 2019 (UTC)
* List of international cricket five-wicket hauls at Khan Shaheb Osman Ali Stadium - (6048) - redirect - closed 22:50, 24 February 2019 (UTC)
* List of international cricket five-wicket hauls at the Mahinda Rajapaksa International Stadium - (4777) - redirect - closed 22:49, 24 February 2019 (UTC)
* List of international cricket five-wicket hauls at the Sheikh Abu Naser Stadium - (5439) - redirect - closed 22:49, 24 February 2019 (UTC)
* Larry David Evans - (8337) - delete - closed 00:29, 24 February 2019 (UTC)
* Body of water cleaning - (7327) - delete - closed 00:18, 24 February 2019 (UTC)
* List of international cricket five-wicket hauls at Lancaster Park - (10892) - keep - closed 05:03, 24 February 2019 (UTC)
* Dragondoor (2nd nomination) - (4927) - delete - closed 09:30, 23 February 2019 (UTC)
* Hell Demons - (4358) - delete - closed 11:54, 22 February 2019 (UTC)
* Christopher David Quick - (5089) - delete - closed 07:16, 22 February 2019 (UTC)
* Lucas Perri - (5664) - delete - closed 07:14, 22 February 2019 (UTC)
* List of international cricket five-wicket hauls at Punjab Cricket Association IS Bindra Stadium - (5494) - keep - closed 03:39, 21 February 2019 (UTC)
* List of international cricket five-wicket hauls at Basin Reserve (2nd nomination) - (8164) - speedy keep - closed 12:29, 20 February 2019 (UTC)
* Ring Rust Radio - (4432) - delete - closed 22:48, 19 February 2019 (UTC)
* 2010 Fountain City Classic - (6000) - delete - closed 16:51, 19 February 2019 (UTC)
* List of international goals scored by Jozy Altidore - (5587) - delete - closed 08:18, 19 February 2019 (UTC)
* Charlie Kennedy (swim coach) - (3492) - delete - closed 09:31, 18 February 2019 (UTC)
* Penultima - (5216) - speedy keep - closed 18:13, 17 February 2019 (UTC)
* 2019 Australian Open – Men's singles final - (6585) - merge - closed 04:03, 16 February 2019 (UTC)
* Diana Soto - (12842) - speedy keep - closed 04:17, 16 February 2019 (UTC)
* Terry Witherspoon - (5231) - speedy keep - closed 16:59, 15 February 2019 (UTC)
* El Dorado Wrestling - (4035) - delete - closed 00:40, 15 February 2019 (UTC)
* Friary Bowling Club - (4939) - delete - closed 16:33, 14 February 2019 (UTC)
* Skagit Bicycle Club - (4648) - delete - closed 01:06, 14 February 2019 (UTC)
* Jonathan Morton - (5038) - delete - closed 17:21, 12 February 2019 (UTC)
* 2016 MAAC Men's Soccer Tournament - (20269) - no consensus to delete - closed 19:17, 12 February 2019 (UTC)
* Temple Stadium (proposed) - (4510) - delete - closed 18:47, 12 February 2019 (UTC)
* Cody Claver - (19377) - no consensus - closed 20:36, 11 February 2019 (UTC)
* FIS Freestyle Ski and Snowboarding World Championships 2019 – Men's team aerials - (4078) - delete - closed 00:13, 11 February 2019 (UTC)
* 2019 Oceania Badminton Championships – Team event - (5826) - merge - closed 01:01, 10 February 2019 (UTC)
* Oxford University Darts Club - (4138) - delete - closed 03:07, 7 February 2019 (UTC)
* Brock Bowling Club - (3946) - delete - closed 01:01, 7 February 2019 (UTC)
* 2018 Northeast Conference Men's Soccer Tournament - (5244) - delete - closed 00:42, 6 February 2019 (UTC)
* ITF Junior Ranking for Asia/Oceania (2nd nomination) - (3809) - delete - closed 15:03, 4 February 2019 (UTC)
* FIBA Intercontinental Cup Decisive Game Top Scorer - (6706) - delete - closed 00:19, 3 February 2019 (UTC)
* 2019 Oceania Badminton Championships – Individual event - (5089) - redirect - closed 00:18, 3 February 2019 (UTC)
* NSCC Trabzonspor - (3647) - delete - closed 09:43, 3 February 2019 (UTC)
* List of current fast bowlers in international cricket - (10170) - delete - closed 18:47, 2 February 2019 (UTC)
* RFL President's Cup - (11885) - no consensus - closed 06:41, 27 January 2019 (UTC)
* 2018–19 Saif Sporting Club season - (14336) - no consensus - closed 00:16, 25 January 2019 (UTC)
* Rainmaster - (3242) - delete - closed 19:13, 24 January 2019 (UTC)
* List of international cricket five-wicket hauls at the Riverside Ground - (11003) - keep - closed 22:32, 24 January 2019 (UTC)
* List of Formula One wet weather races - (10610) - delete - closed 08:22, 21 January 2019 (UTC)
* List of international cricket five-wicket hauls at Basin Reserve - (51965) - keep - closed 20:19, 20 January 2019 (UTC)
* 2018 MAAC Men's Soccer Tournament - (5727) - redirect - closed 10:36, 19 January 2019 (UTC)
* Bangkok City F.C. - (11461) - delete - closed 13:50, 15 January 2019 (UTC)
* FC Cupelaoo Gabu - (4357) - delete - closed 13:41, 15 January 2019 (UTC)
* Geje Eustaquio (2nd nomination) - (7169) - delete - closed 09:50, 12 January 2019 (UTC)
* J. Millard Tawes Gymnasium - (10374) - redirect - closed 10:25, 12 January 2019 (UTC)
* Segunda División B Groups 1–4 - (4490) - redirect - closed 13:29, 12 January 2019 (UTC)
* Hamilton–Rosberg rivalry (2nd nomination) - (42652) - keep - closed 03:50, 12 January 2019 (UTC)
* Chris Leinweber - (6614) - delete - closed 11:28, 7 January 2019 (UTC)
* 2018 Jacksonville Armada FC season - (4811) - delete - closed 14:29, 7 January 2019 (UTC)
* 2009 Sacred Heart Pioneers football team - (9524) - keep - closed 03:05, 7 January 2019 (UTC)
* 2018–19 U-18/U-19 East Bengal F.C. season - (4451) - delete - closed 10:53, 6 January 2019 (UTC)
* Transfer of Cristiano Ronaldo from Real Madrid C.F. to Juventus F.C. - (9760) - delete - closed 11:00, 6 January 2019 (UTC)
* Western F.C. (Thailand) - (5172) - delete - closed 23:35, 3 January 2019 (UTC)
* Bangkhuntien F.C. - (7989) - delete - closed 19:21, 1 January 2019 (UTC)
* American 14.1 Straight Pool Championship - (7385) - speedy keep - closed 13:05, 29 December 2018 (UTC)
* Hunt–Lauda rivalry - (5099) - keep - closed 22:13, 27 December 2018 (UTC)
* Suman Chakravorty - (5167) - delete - closed 12:02, 21 December 2018 (UTC)
* National Professional Paintball League - (5128) - delete - closed 12:15, 20 December 2018 (UTC)
* Paintball Sports Promotions - (4911) - delete - closed 12:16, 20 December 2018 (UTC)
* List of ICW events - (4326) - delete - closed 13:27, 18 December 2018 (UTC)
* PSKT Kemutar Telu West Sumbawa (2nd nomination) - (6391) - keep - closed 14:38, 14 December 2018 (UTC)
* South Korea v Germany (2018 FIFA World Cup) - (10975) - delete - closed 08:22, 13 December 2018 (UTC)
* 2009 Chicago Red Eleven season - (4267) - delete - closed 12:45, 13 December 2018 (UTC)
* List of Progress Wrestling events - (5874) - delete - closed 15:10, 11 December 2018 (UTC)
* PWR World Mini's Championship - (6065) - redirect - closed 07:42, 9 December 2018 (UTC)
* Dublin University Rifle Club - (7333) - no consensus - closed 16:02, 8 December 2018 (UTC)
* 2018 World U23 Wrestling Championships – Men's Greco-Roman 82 kg - (5330) - redirect - closed 07:35, 8 December 2018 (UTC)
* Sports Technology Awards - (5118) - soft delete - closed 03:26, 8 December 2018 (UTC)
* 2009 FC Flora Tallinn season - (5192) - delete - closed 23:10, 7 December 2018 (UTC)
* LGD Gaming (organization) - (11898) - delete - closed 23:11, 4 December 2018 (UTC)
* Jaime Santos Colado - (4440) - delete - closed 23:34, 4 December 2018 (UTC)
* Nick Blakey - (4944) - Draftify - closed 02:00, 4 December 2018 (UTC)
* Delma Gisu - (4031) - Draft. - closed 20:03, 3 December 2018 (UTC)
* Harry Reynolds (Australian footballer) - (4703) - redirect - closed 20:33, 3 December 2018 (UTC)
* 2018 World U23 Wrestling Championships – Women's freestyle 76 kg - (17843) - Keep one, redirect others. - closed 09:59, 2 December 2018 (UTC)
* Wuhan New Era Football Club - (6278) - keep - closed 08:40, 2 December 2018 (UTC)
* Clube Nacional Nampula (2nd nomination) - (4693) - delete - closed 14:06, 1 December 2018 (UTC)
* Egyptian Premier League 2009–10 Scorers - (4372) - delete - closed 14:09, 1 December 2018 (UTC)
* Egyptian Premier League 2008–09 Scorers - (4515) - delete - closed 14:09, 1 December 2018 (UTC)
* Pro Wrestling Revolution Tag Team Championship - (4670) - delete - closed 10:50, 1 December 2018 (UTC)
* 2018–19 The New Saints F.C. season - (8823) - delete - closed 08:21, 1 December 2018 (UTC)
* The Mission Athletics Club - (4414) - delete - closed 19:58, 30 November 2018 (UTC)
* PWR Heavyweight Championship - (8739) - delete - closed 16:55, 30 November 2018 (UTC)
* 2010 LLAF Cup - (4075) - soft delete - closed 12:33, 28 November 2018 (UTC)
* LTV Channel - (4603) - soft delete - closed 12:32, 28 November 2018 (UTC)
* Hell Is Real - (9911) - delete - closed 08:23, 28 November 2018 (UTC)
* Seattle Grizzlies - (5175) - no consensus - closed 17:19, 27 November 2018 (UTC)
* Arkansas Impact - (7399) - no consensus - closed 12:43, 27 November 2018 (UTC)
* WCW (WWE subsidiary) - (6430) - keep - closed 05:32, 27 November 2018 (UTC)
* USL East Bay - (5474) - keep - closed 22:40, 26 November 2018 (UTC)
* Football at the 2019 Pan American Games – Men's tournament - (5455) - keep - closed 07:14, 26 November 2018 (UTC)
* List of international cricket centuries by Upul Tharanga - (4386) - delete - closed 08:25, 26 November 2018 (UTC)
* Wheelchair rugby at the 2018 Invictus Games - (10898) - merge to 2018 Invictus Games - closed 14:13, 21 November 2018 (UTC)
* Belgian Orienteering Federation (2nd nomination) - (11929) - keep - closed 22:40, 21 November 2018 (UTC)
* WWE Raw 1000 (2nd nomination) - (9967) - keep - closed 02:15, 17 November 2018 (UTC)
* WWE Raw 25 Years - (10266) - keep - closed 00:39, 17 November 2018 (UTC)
* Houston–Texas football rivalry - (7560) - delete - closed 12:31, 16 November 2018 (UTC)
* Michigan State–Ohio State football rivalry - (21015) - delete - closed 02:01, 14 November 2018 (UTC)
* ESports Award - (3193) - delete - closed 21:15, 13 November 2018 (UTC)
* Woggabaliri - (9691) - keep - closed 19:06, 13 November 2018 (UTC)
* Auska's Undefeated Streak - (5913) - delete - closed 17:55, 12 November 2018 (UTC)
* Josh Martin (baseball) - (4467) - delete - closed 22:13, 12 November 2018 (UTC)
* Vinoo Mankad Trophy - (20912) - no consensus - closed 00:19, 12 November 2018 (UTC)
* Houston–SMU football rivalry - (4701) - delete - closed 19:10, 10 November 2018 (UTC)
* Las Vegas Gamblers - (5343) - redirect - closed 01:37, 10 November 2018 (UTC)
* Jo'burg Giants - (7060) - redirect - closed 21:42, 9 November 2018 (UTC)
* 1946 Albania v Yugoslavia football match - (8695) - delete - closed 08:32, 9 November 2018 (UTC)
* 2022 NBA All-Star Game - (7201) - keep - closed 07:18, 9 November 2018 (UTC)
* 2017 American Ultimate Disc League season - (11020) - no consensus to delete - closed 17:12, 8 November 2018 (UTC)
* Las Vegas Thunderbirds - (4057) - delete - closed 21:50, 8 November 2018 (UTC)
* National Football League lore (2nd nomination) - (5899) - delete - closed 22:02, 8 November 2018 (UTC)
* Street Profits (tag team) - (4480) - Already speedy deleted - closed 18:25, 7 November 2018 (UTC)
* List of Formula One podium finishers - (5419) - (unknown) - closed 09:51, 7 November 2018 (UTC)
* Lakers-76ers rivalry - (4563) - delete - closed 11:21, 6 November 2018 (UTC)
* American Wrestling Affiliates - (4792) - delete - closed 14:40, 5 November 2018 (UTC)
* Wests Illawarra Aquatic Swim Club - (5123) - delete - closed 23:19, 4 November 2018 (UTC)
* Huaithapthan Weset United F.C. - (6610) - delete - closed 08:48, 5 November 2018 (UTC)
* The Captain and Casey Show - (5292) - soft delete - closed 13:35, 4 November 2018 (UTC)
* List of teams promoted from the 1. divisjon and predecessors - (7327) - no consensus - closed 18:50, 3 November 2018 (UTC)
* Swimming at the 2019 Pan American Games – Men's 50 metre freestyle - (5318) - delete - closed 03:39, 3 November 2018 (UTC)
* Texans-Bengals Rivalry - (6012) - delete - closed 03:46, 3 November 2018 (UTC)
* Human knot (contortion) - (3277) - delete - closed 10:09, 2 November 2018 (UTC)
* Tinman Elite - (4709) - redirect - closed 22:24, 1 November 2018 (UTC)
* Frontbend - (4520) - keep - closed 16:28, 1 November 2018 (UTC)
* Backbend - (4445) - keep - closed 16:55, 1 November 2018 (UTC)
* Lakers - Trail Blazers rivalry - (3885) - speedy delete - closed 12:06, 1 November 2018 (UTC)
* Laem Chabang municipal Stadium - (5584) - merge - closed 18:29, 31 October 2018 (UTC)
* Bank of Maine Ice Vault - (12552) - keep - closed 22:00, 31 October 2018 (UTC)
* Premier Lacrosse League - (4965) - keep - closed 22:02, 31 October 2018 (UTC)
* War Eagle Trail Running Festival - (3700) - delete - closed 01:22, 31 October 2018 (UTC)
* List of international cricket five-wicket hauls at M. A. Aziz Stadium - (6197) - delete - closed 04:39, 31 October 2018 (UTC)
* Banbueng Kradon School F.C. - (4877) - delete - closed 08:31, 31 October 2018 (UTC)
* AFL Heritage Round - (7026) - keep - closed 22:25, 28 October 2018 (UTC)
* Melody Johnson - (5078) - delete - closed 22:24, 28 October 2018 (UTC)
* List of football clubs in Egypt - (7792) - keep - closed 21:39, 28 October 2018 (UTC)
* Tetsuhiro Yagi - (5019) - delete - closed 22:23, 27 October 2018 (UTC)
* World Amateur Body Building Association - (4972) - delete - closed 22:21, 27 October 2018 (UTC)
* Mario the Magnificent - (2846) - redirect - closed 22:25, 27 October 2018 (UTC)
* 2019 World Seniors Championship - (14080) - no consensus - closed 01:06, 27 October 2018 (UTC)
* Bestwood Park Cricket Ground - (8916) - merge - closed 02:12, 27 October 2018 (UTC)
* List of Australian rules football families - (7105) - keep - closed 07:52, 26 October 2018 (UTC)
* ACC 50th Anniversary men's basketball team - (9754) - keep - closed 12:29, 25 October 2018 (UTC)
* Ayodhya City F.C. - (14678) - delete - closed 23:05, 23 October 2018 (UTC)
* Brown–Rhode Island football rivalry - (5911) - no consensus - closed 18:32, 23 October 2018 (UTC)
* List of national teams with no FIFA World Cup appearances - (13209) - delete - closed 11:57, 22 October 2018 (UTC)
* Agon Limited - (6384) - redirect - closed 21:28, 21 October 2018 (UTC)
* 2027 Southeast Asian Games - (5066) - delete - closed 15:53, 21 October 2018 (UTC)
* List of English cricketers (1787–1825) - (13887) - keep - closed 14:18, 21 October 2018 (UTC)
* Chiangmai Dream F.C. - (6835) - delete - closed 13:05, 20 October 2018 (UTC)
* List of national teams with no AFC Asian Cup appearances - (14885) - delete - closed 13:02, 20 October 2018 (UTC)
* List of national teams with no UEFA European Championship appearances - (15028) - delete - closed 12:36, 20 October 2018 (UTC)
* List of AFC Asian Cup national team droughts - (6957) - delete - closed 12:44, 20 October 2018 (UTC)
* Iowa State–West Virginia football rivalry (2nd nomination) - (5247) - delete - closed 17:17, 20 October 2018 (UTC)
* 2015 Grand Rapids FC season (2nd nomination) - (9891) - delete - closed 21:19, 19 October 2018 (UTC)
* Prachinburi City F.C. - (6196) - delete - closed 15:20, 19 October 2018 (UTC)
* 2016 Oakland County FC season - (5008) - delete and redirect - closed 09:24, 18 October 2018 (UTC)
* 2016 Grand Rapids FC season - (5935) - delete and redirect - closed 09:25, 18 October 2018 (UTC)
* National team appearances in the AFC Asian Cup - (5512) - redirect - closed 00:05, 18 October 2018 (UTC)
* Traill International school F.C. - (5975) - merge - closed 19:31, 17 October 2018 (UTC)
* Pualand F.C. - (6503) - keep - closed 07:23, 17 October 2018 (UTC)
* The Iron Empire - (4038) - delete - closed 17:14, 16 October 2018 (UTC)
* The Heatseekers - (4218) - delete - closed 17:14, 16 October 2018 (UTC)
* One Night in Turin (Original Motion Picture Score) - (4732) - merge - closed 19:05, 16 October 2018 (UTC)
* Men's Cup - (5824) - redirect - closed 07:38, 16 October 2018 (UTC)
* 2019 IAAF World Cross Country Championships - (6218) - keep - closed 17:47, 15 October 2018 (UTC)
* Happinets Cheer Dance Team - (5407) - redirect - closed 18:44, 14 October 2018 (UTC)
* Italia Rugby Football League - (6388) - keep - closed 08:11, 14 October 2018 (UTC)
* Fighting Club G-EGGS (2nd nomination) - (3880) - delete - closed 19:51, 13 October 2018 (UTC)
* Randhir Verma Under-19 cricket Championship - (8786) - delete - closed 19:20, 12 October 2018 (UTC)
* Sociedad Deportiva Compostela (1962-2006) - (29699) - merge - closed 19:34, 12 October 2018 (UTC)
* Birmingham Bears Twenty20 Cricket Club - (6410) - merge - closed 20:23, 12 October 2018 (UTC)
* Dick Megugorac - (9138) - no consensus - closed 13:06, 11 October 2018 (UTC)
* Wat Suthiwararam Alumni F.C. - (6051) - delete - closed 13:00, 11 October 2018 (UTC)
* Charoensri F.C. - (5084) - delete - closed 13:50, 10 October 2018 (UTC)
* Laois Senior’A Hurling Championship - (4370) - delete - closed 13:47, 10 October 2018 (UTC)
* Penn–Yale football rivalry - (5862) - delete - closed 13:47, 10 October 2018 (UTC)
* Seekwae F.C. - (7623) - delete - closed 12:15, 8 October 2018 (UTC)
* Madison Pro Soccer - (8231) - keep - closed 10:32, 8 October 2018 (UTC)
* 2018-19 Randhir Verma Under-19 Bihar Championship - (7458) - delete - closed 14:07, 8 October 2018 (UTC)
* Dartmouth–Yale football rivalry - (6125) - delete - closed 17:26, 8 October 2018 (UTC)
* 2016–17 Egypt Cup qualifying rounds - (4984) - speedy delete - closed 00:21, 8 October 2018 (UTC)
* 2017 Grand Rapids FC season - (5809) - delete - closed 00:29, 7 October 2018 (UTC)
* 2017 Grand Rapids FC women season - (6239) - delete - closed 00:26, 7 October 2018 (UTC)
* England 2030 FIFA World Cup bid - (9770) - delete - closed 13:02, 6 October 2018 (UTC)
* 2018 Laois Senior Hurling Championship - (6256) - delete - closed 14:58, 5 October 2018 (UTC)
* 2018 Laois Senior Hurling Championship - (6256) - delete - closed 14:58, 5 October 2018 (UTC)
* List of Birmingham Bears Twenty20 cricket records - (3473) - speedy delete - closed 18:16, 5 October 2018 (UTC)
* Monastir Indoor Sports Hall - (9869) - delete - closed 17:30, 4 October 2018 (UTC)
* North Vachiralai Chiangmai United F.C. - (6808) - delete - closed 08:15, 3 October 2018 (UTC)
* National Pro Fastpitch Career Lists - (3674) - delete - closed 08:10, 3 October 2018 (UTC)
* Houston-Texas football rivalry - (19503) - no consensus - closed 10:41, 2 October 2018 (UTC)
* Mid-Continental Football League - (5680) - delete - closed 10:47, 2 October 2018 (UTC)
* ATK Reserves and Academy - (5151) - merge - closed 08:15, 1 October 2018 (UTC)
* Squiggles AFL - (4175) - delete - closed 07:49, 1 October 2018 (UTC)
* Maryland Eagles - (6572) - delete - closed 19:07, 30 September 2018 (UTC)
* World Rugby League - (4644) - keep - closed 03:20, 30 September 2018 (UTC)
* Softball at the 2016 South Asian Games - (5021) - delete - closed 09:16, 29 September 2018 (UTC)
* 2018 Grand Rapids FC women season - (7184) - delete - closed 06:48, 29 September 2018 (UTC)
* Brown–Princeton football rivalry - (9865) - delete - closed 22:21, 27 September 2018 (UTC)
* 2019 Premijer liga playoffs - (4331) - delete - closed 13:20, 27 September 2018 (UTC)
* Governors Cup Lagos Tennis - (16967) - no consensus - closed 08:30, 26 September 2018 (UTC)
* Sundale Country Club - (4263) - delete - closed 10:24, 26 September 2018 (UTC)
* Laois Intermediate Hurling Championship (3rd nomination) - (4448) - delete - closed 10:24, 26 September 2018 (UTC)
* A Rank Outsider - (4269) - keep - closed 10:19, 26 September 2018 (UTC)
* Maesot City F.C. - (6769) - delete - closed 10:16, 26 September 2018 (UTC)
* Nongnakham F.C. - (6580) - delete - closed 21:26, 25 September 2018 (UTC)
* Brown–Penn football rivalry - (8322) - delete - closed 18:59, 25 September 2018 (UTC)
* Kantharalak United F.C. - (5745) - delete - closed 01:00, 25 September 2018 (UTC)
* World Rugby League (2nd nomination) - (3906) - speedy close - closed 10:00, 24 September 2018 (UTC)
* List of motorsports people by nickname (2nd nomination) - (8485) - keep - closed 22:10, 23 September 2018 (UTC)
* 2018–19 Mid-American Conference men's basketball season - (4975) - keep - closed 09:15, 23 September 2018 (UTC)
* Béni Khiar Indoor Sports Hall - (4454) - delete - closed 21:58, 22 September 2018 (UTC)
* Desportivo de Cova Figueira (2nd nomination) - (10431) - delete - closed 15:20, 22 September 2018 (UTC)
* Hakkō-ryū - (10181) - keep - closed 13:55, 21 September 2018 (UTC)
* 2009–2010 Puebla F.C. season - (5008) - delete - closed 14:15, 21 September 2018 (UTC)
* F.C. Rossanese 1909 A.S.D. - (5351) - merge - closed 20:59, 19 September 2018 (UTC)
* Football Amateur Club de Nice 1920 - (6625) - keep - closed 21:09, 19 September 2018 (UTC)
* Toukon Retsuden (TV series) - (3995) - delete - closed 08:57, 19 September 2018 (UTC)
* National Boxing Association (1984) - (4602) - delete - closed 08:56, 19 September 2018 (UTC)
* Chicago Falcons - (11036) - keep - closed 18:14, 18 September 2018 (UTC)
* 2018 Grand Rapids FC season (2nd nomination) - (28429) - delete - closed 04:02, 18 September 2018 (UTC)
* Phitsanulok City F.C. - (5523) - delete - closed 20:56, 17 September 2018 (UTC)
* NFL standings - (5062) - delete - closed 20:59, 17 September 2018 (UTC)
* Ethiopia national under-17 football team - (5949) - keep - closed 01:14, 18 September 2018 (UTC)
* WAGs - (8295) - keep - closed 12:36, 17 September 2018 (UTC)
* Raleigh Lacrosse Club - (5620) - delete - closed 16:57, 16 September 2018 (UTC)
* Grupo Desportivo Águias de Camarate - (31159) - no consensus - closed 21:51, 12 September 2018 (UTC)
* Pathachakra F.C. - (11162) - no consensus - closed 13:24, 11 September 2018 (UTC)
* Dodger Dogs to Fenway Franks - (10029) - keep - closed 23:42, 10 September 2018 (UTC)
* 2018 CA Central Region League - (4456) - delete - closed 19:51, 9 September 2018 (UTC)
* CAH Cheras Futsal Team - (4444) - delete - closed 19:51, 9 September 2018 (UTC)
* Aryanah Indoor Sports Hall - (8564) - delete - closed 17:38, 8 September 2018 (UTC)
* Bayamón FC Femenino - (7871) - merge - closed 23:28, 8 September 2018 (UTC)
* Swimming at the 2014 South American Games – Women's 100 Meter Breaststroke - (6758) - keep - closed 19:27, 8 September 2018 (UTC)
* Indonesia at the 2020 Summer Olympics - (5269) - redirect - closed 02:22, 9 September 2018 (UTC)
* 2018 UNCAF U-19 Tournament squads - (4380) - delete - closed 20:48, 7 September 2018 (UTC)
* Marc Silverman - (6604) - delete - closed 20:50, 7 September 2018 (UTC)
* Pomona-Pitzer Sagehens (2nd nomination) - (6434) - keep - closed 13:16, 6 September 2018 (UTC)
* Hangman Hughes - (5535) - keep - closed 20:30, 5 September 2018 (UTC)
* 2018–19 National Basketball League (Philippines) season - (5471) - redirect - closed 07:11, 5 September 2018 (UTC)
* Laguna Pistons - (5170) - redirect - closed 20:12, 4 September 2018 (UTC)
* Mike Shropshire - (6008) - keep - closed 01:02, 5 September 2018 (UTC)
* 2017–18 Youth League U13 - (4713) - delete - closed 04:31, 4 September 2018 (UTC)
* Youth league U13 - (5428) - delete - closed 04:31, 4 September 2018 (UTC)
* MS Tala - (6832) - keep - closed 11:29, 3 September 2018 (UTC)
* Skippers' meeting - (5242) - merge - closed 19:10, 1 September 2018 (UTC)
* Manvel Mamoyan - (5281) - keep - closed 14:32, 31 August 2018 (UTC)
* Desportivo Estância Baixo - (5260) - keep - closed 21:51, 31 August 2018 (UTC)
* Wreathgate (2nd nomination) - (37071) - keep - closed 11:39, 31 August 2018 (UTC)
* Columbia–Harvard football rivalry - (8588) - delete - closed 12:55, 31 August 2018 (UTC)
* Iran at the 1998 FIFA World Cup - (5783) - delete - closed 18:32, 29 August 2018 (UTC)
* Wimbledon Common Parkrun - (10989) - delete - closed 08:09, 29 August 2018 (UTC)
* Hungary at the 1966 FIFA World Cup - (6178) - delete - closed 18:58, 28 August 2018 (UTC)
* Grimsby Town F.C. Academy - (4817) - delete - closed 13:15, 28 August 2018 (UTC)
* List of sports clichés (3rd nomination) - (5326) - no consensus - closed 13:05, 28 August 2018 (UTC)
* Sandy Hill Minor Hockey Association - (4635) - delete - closed 08:02, 28 August 2018 (UTC)
* Continental Wrestling Entertainment - (5480) - delete - closed 21:04, 27 August 2018 (UTC)
* 2018 Nike Premier Cup (2nd nomination) - (5937) - delete - closed 06:12, 27 August 2018 (UTC)
* Valdas Dambrauskas - (7090) - no consensus - closed 15:23, 25 August 2018 (UTC)
* 2018 Motocross des Nations - (5878) - Withdrawn - closed 18:34, 25 August 2018 (UTC)
* North Texas–UTSA football rivalry - (8953) - no consensus - closed 17:42, 24 August 2018 (UTC)
* List of world three-cushion billiards champions - (8393) - keep - closed 18:15, 23 August 2018 (UTC)
* Harrow Chequers F.C. - (10481) - redirect - closed 21:33, 22 August 2018 (UTC)
* Polar Bear Swimming Contest - (4849) - redirect - closed 00:48, 23 August 2018 (UTC)
* KSI vs Logan Paul - (15626) - keep - closed 15:30, 22 July 2018 (UTC)
* 2020 Formula One World Championship - (5977) - delete - closed 06:48, 21 August 2018 (UTC)
* Iran at the 2006 FIFA World Cup (2nd nomination) - (8908) - delete - closed 17:44, 19 August 2018 (UTC)
* Regis Shield - (6077) - redirect - closed 09:15, 19 August 2018 (UTC)
* Navel in popular culture - (11238) - keep - closed 14:34, 16 August 2018 (UTC)
* Guernsey Parkrun - (4408) - delete - closed 18:49, 13 August 2018 (UTC)
* Ole SC - (5683) - delete - closed 18:42, 13 August 2018 (UTC)
* Dalil Deraâ - (4144) - delete - closed 18:41, 13 August 2018 (UTC)
* Monkstown Golf Club - (4008) - delete - closed 01:56, 13 August 2018 (UTC)
* List of notable fighting dogs - (9695) - delete - closed 07:57, 13 August 2018 (UTC)
* Largemouth bass fishing in Namibia - (5928) - Speedy delete by WP:A7 WP:A11 - closed 21:40, 11 August 2018 (UTC)
* Martynas Šedys - (3414) - delete - closed 15:23, 11 August 2018 (UTC)
* 2017 Angelo State Rams football team - (9860) - delete - closed 10:41, 11 August 2018 (UTC)
* 2017 IQA European Games - (4529) - soft delete - closed 01:04, 10 August 2018 (UTC)
* 2018 Angelo State Rams football team - (8333) - delete - closed 21:17, 9 August 2018 (UTC)
* 2001 Rafael Nadal tennis season - (6491) - merge - closed 20:16, 9 August 2018 (UTC)
* Arkansas–Auburn football rivalry - (7311) - delete - closed 23:16, 9 August 2018 (UTC)
* Old Georgians' Hockey Club - (4409) - delete - closed 23:15, 9 August 2018 (UTC)
* Circle of Death (sporting) - (4795) - merge - closed 09:26, 9 August 2018 (UTC)
* Downpatrick & District Snooker & Billiard League - (4193) - delete - closed 06:19, 9 August 2018 (UTC)
* Mick Marlow - (3879) - delete - closed 20:23, 5 August 2018 (UTC)
* 2018 Oceania Wrestling Championships - (5510) - delete - closed 08:56, 5 August 2018 (UTC)
* Michael Hurtz - (2619) - delete - closed 01:10, 4 August 2018 (UTC)
* Short track motor racing - (6381) - redirect - closed 16:01, 3 August 2018 (UTC)
* AS Marck - (7033) - speedy keep - closed 08:47, 3 August 2018 (UTC)
* 7 Days (U.S. TV program) - (6946) - Delete - closed 21:03, 1 August 2018 (UTC)
* Indian Under-19 cricket team in Sri Lanka in 2018 - (5256) - delete - closed 15:43, 1 August 2018 (UTC)
* Estadio Tetelo Vargas - (5434) - keep - closed 09:57, 1 August 2018 (UTC)
* Interwetten Summer Cup 2018 - (4025) - delete - closed 09:50, 1 August 2018 (UTC)
* Campo de São Paulo - (4524) - keep - closed 20:34, 31 July 2018 (UTC)
* The Lords of the Ring - (4234) - delete - closed 00:53, 1 August 2018 (UTC)
* Ellis Auditorium - (5465) - keep - closed 01:23, 1 August 2018 (UTC)
* 2017–18 Leyton Orient F.C. season - (13247) - delete - closed 16:50, 31 July 2018 (UTC)
* 2018–19 Salford City F.C. season - (5117) - delete - closed 06:42, 30 July 2018 (UTC)
* Ivan Balan - (5837) - keep - closed 01:21, 30 July 2018 (UTC)
* Nonsuch Parkrun (2nd nomination) - (4478) - delete - closed 04:04, 29 July 2018 (UTC)
* List of European Olympic medalists of Americas and Caribbean origin - (4347) - delete - closed 11:18, 28 July 2018 (UTC)
* Jerry Pate Company - (10605) - delete - closed 07:40, 26 July 2018 (UTC)
* Sports in Evansville, Indiana - (5363) - keep - closed 16:29, 26 July 2018 (UTC)
* Al Sahel SC - (5203) - speedy keep - closed 14:32, 26 July 2018 (UTC)
* Terry McKenzie - (4224) - speedy delete - closed 09:55, 26 July 2018 (UTC)
* AFC Ajax kit history - (17052) - Merge and redirect to AFC Ajax - closed 06:11, 25 July 2018 (UTC)
* Faceball - (8545) - delete - closed 07:50, 24 July 2018 (UTC)
* Big VIII League - (4907) - redirect - closed 19:07, 22 July 2018 (UTC)
* 2018 Nike Premier Cup - (3694) - delete - closed 15:10, 22 July 2018 (UTC)
* Georgia–Ole Miss football rivalry - (7817) - delete - closed 02:56, 22 July 2018 (UTC)
* ATV Arena - (6952) - redirect - closed 20:30, 21 July 2018 (UTC)
* Kettering Parkrun - (5145) - delete - closed 12:53, 20 July 2018 (UTC)
* Mansfield Parkrun - (4592) - delete - closed 12:53, 20 July 2018 (UTC)
* List of Port Adelaide Football Club records - (6019) - no consensus - closed 20:35, 19 July 2018 (UTC)
* List of India national football team hat-tricks - (19677) - nomination withdrawn - closed 15:40, 19 July 2018 (UTC)
* Regional Indoor Soccer League - (4425) - speedy delete - closed 00:40, 19 July 2018 (UTC)
* Made in Brazil (eSports) - (6658) - keep - closed 10:14, 18 July 2018 (UTC)
* Adelaide Club Champion (AFL Women's) - (7663) - redirect - closed 12:59, 18 July 2018 (UTC)
* 1953 Fukuoka marathon - (6357) - redirect - closed 12:08, 17 July 2018 (UTC)
* 2011 in SUPERKOMBAT - (5721) - delete - closed 04:15, 12 July 2018 (UTC)
* List of NCAA schools with the most Division I national championships - (7051) - keep - closed 05:45, 12 July 2018 (UTC)
* Rise Nation - (7061) - delete - closed 21:16, 9 July 2018 (UTC)
* Maggie Aiono - (5247) - keep - closed 12:28, 9 July 2018 (UTC)
* Angelniemen Ankkuri - (8639) - keep - closed 15:27, 8 July 2018 (UTC)
* Melbourne best and fairest (AFL Women's) - (16431) - redirect - closed 20:47, 7 July 2018 (UTC)
* Matt Rosen - (4525) - delete - closed 02:57, 4 July 2018 (UTC)
* University of Oregon rowing team - (15463) - no consensus - closed 01:51, 3 July 2018 (UTC)
* League of Ireland of male water polo - (6132) - delete - closed 19:38, 2 July 2018 (UTC)
* 1998 NSW Sports Sedans - (4669) - soft delete - closed 01:34, 2 July 2018 (UTC)
* 1995–96 Lower Merion Aces men's basketball team - (6165) - delete - closed 21:39, 30 June 2018 (UTC)
* 1994–95 Farragut Academy Admirals men's basketball team - (5200) - delete - closed 19:33, 29 June 2018 (UTC)
* 2019 FIA Formula 2 Championship - (4703) - redirect - closed 18:25, 28 June 2018 (UTC)
* India in Wimbledon 2017 - (3669) - delete - closed 23:46, 27 June 2018 (UTC)
* Matt Bishop - (4998) - delete - closed 14:21, 26 June 2018 (UTC)
* Four Angry Men - (4885) - delete - closed 05:52, 24 June 2018 (UTC)
* Greasy pole - (10103) - keep - closed 01:16, 24 June 2018 (UTC)
* Team to Beat - (3288) - delete - closed 20:08, 22 June 2018 (UTC)
* Base Ball Park - (5935) - delete - closed 12:00, 21 June 2018 (UTC)
* Saint Louis University Ice Pavilion - (5315) - delete - closed 12:00, 21 June 2018 (UTC)
* Doug Hendrickson - (4211) - delete - closed 19:07, 20 June 2018 (UTC)
* MCE MC1 - (3442) - delete - closed 18:10, 19 June 2018 (UTC)
* Thundar - (4516) - redirect - closed 08:33, 16 June 2018 (UTC)
* Maxime Cadé - (4072) - delete - closed 05:15, 11 June 2018 (UTC)
* 2018 Asian Girls' U17 Volleyball Championship squads - (4093) - delete - closed 16:12, 10 June 2018 (UTC)
* Baltica 11 - (4426) - delete - closed 09:08, 9 June 2018 (UTC)
* Quebec athletes at international level - (5625) - delete - closed 12:46, 5 June 2018 (UTC)
* Sirius Minnesota - (4010) - delete - closed 15:04, 1 June 2018 (UTC)
* World Heavyweight Championship (Los Angeles version) - (6431) - delete - closed 19:27, 30 May 2018 (UTC)
* Champion Colleges - (4695) - no consensus - closed 04:22, 30 May 2018 (UTC)
* The Woodlands Swim Team - (6229) - no consensus - closed 16:52, 26 May 2018 (UTC)
* 2018 Indonesia Open (badminton) - (3717) - keep - closed 21:11, 26 May 2018 (UTC)
* Plainfield Curling Club - (12605) - no consensus, default to keep - closed 03:08, 25 May 2018 (UTC)
* 2019 Moto3 season - (3098) - speedy deleted - closed 19:34, 19 May 2018 (UTC)
* 2007 Black Sea Games - (5315) - merge - closed 14:58, 17 May 2018 (UTC)
* Black Sea Games - (4416) - keep - closed 14:59, 17 May 2018 (UTC)
* Guam at the 2015 World Championships in Athletics - (15686) - keep - closed 15:07, 17 May 2018 (UTC)
* 2018 Souderton Indians boys volleyball - (4068) - delete - closed 22:06, 16 May 2018 (UTC)
* Nakkertok nordic - (7259) - delete - closed 15:19, 15 May 2018 (UTC)
* American Underwater Products - (3594) - delete - closed 17:03, 10 May 2018 (UTC)
* List of Formula One drivers who have achieved a podium finish - (11932) - delete - closed 10:21, 5 May 2018 (UTC)
* Dale Coyne Racing with Vasser Sullivan - (4878) - delete - closed 23:32, 3 May 2018 (UTC)
* Untitled Formula One docu-series - (5266) - moved to draft - closed 07:08, 3 May 2018 (UTC)
* Rockhampton Brothers Australian Football Club - (3994) - delete - closed 06:50, 29 April 2018 (UTC)
* Soldierathon - (7342) - delete - closed 03:11, 24 April 2018 (UTC)
* August 2005 in sports (2nd nomination) - (7553) - keep - closed 20:32, 21 April 2018 (UTC)
* Snooker world ranking points 2017/2018 - (5646) - speedy keep - closed 20:24, 20 April 2018 (UTC)
* South East Football Netball League - (9510) - keep - closed 14:33, 19 April 2018 (UTC)
* Triangular corner flags in English football - (15020) - keep - closed 16:23, 18 April 2018 (UTC)
* Formula One drivers from Chile - (4708) - delete - closed 15:54, 18 April 2018 (UTC)
* Standard Films - (3310) - delete - closed 16:02, 18 April 2018 (UTC)
* List of NFC champions - (5573) - keep - closed 17:25, 15 April 2018 (UTC)
* List of AFC champions - (4167) - keep - closed 17:24, 15 April 2018 (UTC)
* Northern Mariana Islands women's national beach volleyball team - (4840) - delete - closed 06:33, 15 April 2018 (UTC)
* Full Noise (aircraft) - (7972) - delete - closed 13:26, 13 April 2018 (UTC)
* Joe Boyle (runner) - (3792) - delete - closed 20:05, 13 April 2018 (UTC)
* Yips - (6860) - keep - closed 08:58, 8 April 2018 (UTC)
* Kaizen Sports - (3299) - delete - closed 22:21, 7 April 2018 (UTC)
* Geotoken - (3664) - redirect - closed 07:21, 7 April 2018 (UTC)
* David Sweder - (4515) - delete - closed 00:35, 7 April 2018 (UTC)
* Szamotuły Samsung half-marathon - (3122) - delete - closed 00:13, 6 April 2018 (UTC)
* Globe Rowing Club - (6615) - keep - closed 21:34, 5 April 2018 (UTC)
* Nonsuch Parkrun - (8246) - keep - closed 21:12, 5 April 2018 (UTC)
* Dennis Mannion - (5780) - keep - closed 20:17, 4 April 2018 (UTC)
* One-handed catch - (3832) - delete - closed 20:48, 3 April 2018 (UTC)
* NVA Holdings - (4925) - delete - closed 19:25, 31 March 2018 (UTC)
* Clydesdale (truck) - (3886) - delete - closed 13:39, 30 March 2018 (UTC)
* Sriramulu Vallabhajosyula (2nd nomination) - (3270) - delete - closed 05:27, 26 March 2018 (UTC)
* 2019 FIA Formula 3 Championship - (2865) - delete - closed 18:36, 24 March 2018 (UTC)
* Thailand women's national volleyball team results (2010–19) - (10717) - keep - closed 22:26, 23 March 2018 (UTC)
* Malaysia at the 2018 Asian Games - (3701) - soft delete - closed 03:16, 24 March 2018 (UTC)
* Algeria at the 1967 Mediterranean Games - (35594) - keep - closed 00:18, 17 March 2018 (UTC)
* 2018 Fed Cup Asia/Oceania Zone Group I - (5675) - keep - closed 13:20, 14 March 2018 (UTC)
* 2018 Fed Cup Americas Zone Group I - (5663) - keep - closed 13:20, 14 March 2018 (UTC)
* Speed skating at the 2012 Winter Youth Olympics – Qualification - (4106) - merge - closed 21:44, 12 March 2018 (UTC)
* List of sports clubs playing in the league of another country - (6663) - delete - closed 21:10, 12 March 2018 (UTC)
* PAC Spring Titles - (3287) - delete - closed 06:25, 11 March 2018 (UTC)
* Rafael Nadal's 46-match winning streak at the Monte-Carlo Masters - (4170) - merge - closed 01:24, 11 March 2018 (UTC)
* 2013 Atlantic Sun Conference men's soccer season - (7303) - no consensus - closed 02:37, 11 March 2018 (UTC)
* Chalk Daily Fantasy Sports - (3811) - delete - closed 00:24, 10 March 2018 (UTC)
* St. Nicks GAA Bristol - (3472) - delete - closed 05:55, 9 March 2018 (UTC)
* 1997 Ontario Nokia Cup - (7969) - delete - closed 16:25, 8 March 2018 (UTC)
* List of Suriname International Badminton Tournament champions - (4807) - delete - closed 00:08, 8 March 2018 (UTC)
* 2016 Summer Olympics on NBC - (7262) - redirect - closed 18:42, 6 March 2018 (UTC)
* Metallurg Bratsk - (7591) - no consensus - closed 11:46, 5 March 2018 (UTC)
* Lawi Lalang - (5418) - no consensus - closed 11:44, 5 March 2018 (UTC)
* Philly Special - (10327) - Keep - closed 07:25, 4 March 2018 (UTC)
* Ehab El-Sandali - (3726) - delete - closed 19:41, 27 February 2018 (UTC)
* British Virgin Islands men's junior national softball team - (9164) - delete - closed 03:20, 27 February 2018 (UTC)
* Richard North (darts player) - (6295) - Keep - closed 07:07, 26 February 2018 (UTC)
* St Brendans GAA (2nd nomination) - (4690) - delete - closed 20:55, 25 February 2018 (UTC)
* Freehold Area Running Club - (4225) - delete - closed 20:55, 25 February 2018 (UTC)
* Tarek Ammoury - (7255) - delete - closed 00:18, 25 February 2018 (UTC)
* 2014 Aberto de São Paulo – Doubles - (20053) - keep - closed 20:31, 24 February 2018 (UTC)
* Scott Simpson (triathlete) - (4768) - delete - closed 00:21, 25 February 2018 (UTC)
* Maize Rage - (4185) - delete - closed 07:25, 25 February 2018 (UTC)
* Singapore women's junior national softball team - (12853) - keep - closed 10:10, 24 February 2018 (UTC)
* Brunei at the 2016 Summer Paralympics - (7534) - delete - closed 18:12, 23 February 2018 (UTC)
* Runner-up - (5738) - soft redirect - closed 22:27, 22 February 2018 (UTC)
* Leonine Global Sports - (6763) - merge - closed 22:58, 21 February 2018 (UTC)
* Armageddon (Laser Tag) - (3408) - delete - closed 22:51, 21 February 2018 (UTC)
* List of national ice hockey teams by nickname - (4702) - delete - closed 22:53, 21 February 2018 (UTC)
* 2017 Premier League of America season - (8306) - merge - closed 16:55, 21 February 2018 (UTC)
* 2016 Premier League of America season - (10122) - merge - closed 16:54, 21 February 2018 (UTC)
* 2015 Great Lakes Premier League season - (9331) - merge - closed 16:55, 21 February 2018 (UTC)
* UP Yoddha - (7161) - keep - closed 19:32, 20 February 2018 (UTC)
* Wollongong Mustangs - (3214) - Delete - closed 20:34, 17 February 2018 (UTC)
* Lesokhimik - (8833) - keep - closed 20:58, 17 February 2018 (UTC)
* West of Scotland Pattern Novices' Chase - (8795) - delete - closed 11:48, 17 February 2018 (UTC)
* 2017 Wisconsin–Whitewater Warhawks football team - (4262) - merge - closed 05:25, 17 February 2018 (UTC)
* Racemandu - (3501) - speedy keep - closed 21:30, 16 February 2018 (UTC)
* Fantasy Movie League - (4825) - soft delete - closed 06:47, 16 February 2018 (UTC)
* Queen Elizabeth II Stadium (Enfield) - (6676) - keep - closed 00:58, 16 February 2018 (UTC)
* Penny floater - (9692) - keep - closed 11:52, 13 February 2018 (UTC)
* 2017 South Korea national football team season - (11137) - delete - closed 09:39, 12 February 2018 (UTC)
* Alaska–San Miguel rivalry - (7003) - delete - closed 19:25, 11 February 2018 (UTC)
* Rochester Kings - (6201) - delete - closed 01:45, 11 February 2018 (UTC)
* Egypt national ice hockey team - (7205) - delete - closed 04:22, 11 February 2018 (UTC)
* Tom Barlow (soccer) - (9513) - To Draft - closed 10:52, 9 February 2018 (UTC)
* Fredriksbergs BK - (3987) - (unknown) - closed 14:42, 9 February 2018 (UTC)
* Arumuga Koundanur MR Garden Ground - (4140) - delete - closed 16:12, 8 February 2018 (UTC)
* Youssef Hazem - (3505) - delete - closed 20:43, 7 February 2018 (UTC)
* Noyyal Ninjas Cricket Club - (4681) - delete - closed 20:44, 7 February 2018 (UTC)
* Big Three (Oklahoma City Thunder) - (8343) - delete - closed 00:43, 5 February 2018 (UTC)
* The Not-So-Great Moments in Sports - (5123) - delete - closed 07:48, 3 February 2018 (UTC)
* Douglas County Speedway - (4812) - delete - closed 00:24, 3 February 2018 (UTC)
* Pa Sulay Njie - (6608) - speedy delete - closed 14:41, 2 February 2018 (UTC)
* Mason Barbera - (5974) - delete - closed 00:32, 2 February 2018 (UTC)
* California Lightweight Crew - (8445) - delete - closed 06:13, 1 February 2018 (UTC)
* Types of climbing - (5094) - redirect - closed 13:21, 30 January 2018 (UTC)
* Dean Blandino - (8513) - keep - closed 12:55, 30 January 2018 (UTC)
* Driftland - (6171) - no consensus - closed 18:55, 29 January 2018 (UTC)
* Joe Santilli - (5331) - delete - closed 16:26, 29 January 2018 (UTC)
* Adam Ross (ice hockey) - (6931) - delete - closed 16:26, 29 January 2018 (UTC)
* Jean-Michel Rizk - (6867) - delete - closed 16:26, 29 January 2018 (UTC)
* Aodán De Paor - (4458) - delete - closed 00:38, 30 January 2018 (UTC)
* Alaska–Magnolia rivalry - (4993) - soft delete - closed 08:43, 29 January 2018 (UTC)
* Magnolia–San Miguel rivalry - (4978) - soft delete - closed 08:43, 29 January 2018 (UTC)
* Keith Abbis - (6292) - keep - closed 23:44, 28 January 2018 (UTC)
* Arapenta Poerba - (5520) - Delete - closed 12:52, 28 January 2018 (UTC)
* I Putu Pager Wirajaya - (4556) - Delete - closed 12:55, 28 January 2018 (UTC)
* Jaidy Gutiérrez - (7343) - delete - closed 17:38, 26 January 2018 (UTC)
* Angélica Vázquez - (7384) - delete - closed 16:40, 26 January 2018 (UTC)
* Deneva Cagigas - (9447) - soft delete - closed 17:42, 26 January 2018 (UTC)
* Camp Dawson (New Jersey) - (8210) - merge - closed 17:51, 26 January 2018 (UTC)
* Life Fitness - (6022) - keep - closed 03:48, 26 January 2018 (UTC)
* Angela Rivera-Parr - (6445) - keep - closed 03:54, 26 January 2018 (UTC)
* Carson Beebe - (5377) - delete - closed 06:51, 26 January 2018 (UTC)
* Big Northern Setup - (2749) - soft delete - closed 06:50, 26 January 2018 (UTC)
* Nika Shytkouskaya - (4842) - delete - closed 06:39, 26 January 2018 (UTC)
* 2027 FIBA Basketball World Cup (2nd nomination) - (5665) - delete - closed 06:44, 26 January 2018 (UTC)
* Sean Murray (field hockey) - (7632) - no consensus - closed 21:30, 25 January 2018 (UTC)
* Tania Morales - (8070) - speedy keep - closed 17:03, 25 January 2018 (UTC)
* 2018 Boys' U18 Volleyball European Championship Qualification - (6972) - no consensus - closed 05:54, 25 January 2018 (UTC)
* 2026 Asian Para Games - (3384) - delete - closed 06:02, 25 January 2018 (UTC)
* Troy Henley - (4794) - delete - closed 06:54, 25 January 2018 (UTC)
* Composite Win (Horse Racing Terminology) - (5537) - delete - closed 18:30, 24 January 2018 (UTC)
* Cross Bet Type All Up - (5588) - delete - closed 18:31, 24 January 2018 (UTC)
* Yuki Mitsuhara - (6748) - no consensus - closed 12:14, 24 January 2018 (UTC)
* Kevin Brown (bandy) - (6959) - keep - closed 12:12, 24 January 2018 (UTC)
* Jung-min Kim - (7460) - delete - closed 00:33, 24 January 2018 (UTC)
* Daniel Liw - (7175) - keep - closed 00:11, 24 January 2018 (UTC)
* Ulf Einarsson - (7266) - keep - closed 00:12, 24 January 2018 (UTC)
* Ryan Wooley - (6329) - delete - closed 00:19, 24 January 2018 (UTC)
* Chandet Sorpantrey - (9911) - speedy keep - closed 19:06, 23 January 2018 (UTC)
* Struan Douglas - (5227) - no consensus - closed 00:52, 23 January 2018 (UTC)
* Rey Guevarra - (15233) - keep - closed 14:03, 21 January 2018 (UTC)
* Canadian Arena League - (5894) - delete - closed 16:34, 21 January 2018 (UTC)
* Tytus Kanik - (4521) - delete - closed 12:53, 21 January 2018 (UTC)
* Atsuoko Suda - (7479) - keep - closed 03:08, 21 January 2018 (UTC)
* Lindell Wigginton - (11138) - keep - closed 00:17, 21 January 2018 (UTC)
* Diana Evangelista - (10293) - delete - closed 20:54, 20 January 2018 (UTC)
* Anthony Kent - (8750) - delete - closed 21:22, 20 January 2018 (UTC)
* Yoursports - (4666) - delete - closed 01:14, 20 January 2018 (UTC)
* FK Stanišić - (4482) - delete - closed 07:18, 20 January 2018 (UTC)
* Hyram Bagatsing - (7628) - keep - closed 00:49, 20 January 2018 (UTC)
* Von Pessumal - (8911) - keep - closed 00:50, 20 January 2018 (UTC)
* Don Trollano - (7430) - keep - closed 00:50, 20 January 2018 (UTC)
* Manny Victorino - (8867) - keep - closed 00:51, 20 January 2018 (UTC)
* Teddy Alfarero - (7781) - keep - closed 00:52, 20 January 2018 (UTC)
* Simon Enciso - (8464) - keep - closed 00:50, 20 January 2018 (UTC)
* Ric-Ric Marata - (7085) - keep - closed 00:52, 20 January 2018 (UTC)
* Simon Przydacz - (5217) - delete - closed 16:23, 19 January 2018 (UTC)
* Canadian Championship Golden Boot - (9720) - delete - closed 22:44, 18 January 2018 (UTC)
* Tarik Hamza - (5681) - delete - closed 16:20, 18 January 2018 (UTC)
* PrideGP Grand Prix 2003 - (6501) - no consensus - closed 03:03, 18 January 2018 (UTC)
* Playtech BGT Sports - (6459) - merge - closed 02:58, 18 January 2018 (UTC)
* Quinella (Horse Racing Terminology) - (8254) - delete - closed 01:14, 18 January 2018 (UTC)
* AO Tennis (video game) - (5129) - Keep - closed 08:48, 18 January 2018 (UTC)
* Carl Björk (footballer, born 2000) - (7110) - delete - closed 10:40, 16 January 2018 (UTC)
* List of licensed players and tournaments in AO Tennis - (6236) - delete - closed 20:55, 16 January 2018 (UTC)
* Knockout Cup (speedway) - (4103) - keep - closed 10:33, 16 January 2018 (UTC)
* Ruel Sotiriou - (6804) - delete - closed 01:04, 16 January 2018 (UTC)
* Ali Elsamni - (6820) - delete - closed 10:16, 15 January 2018 (UTC)
* Ana Thea Cenarosa - (6896) - no consensus - closed 02:39, 15 January 2018 (UTC)
* Jota González - (5777) - no consensus - closed 02:42, 15 January 2018 (UTC)
* Martin Junaković - (8444) - nomination withdrawn - closed 12:20, 14 January 2018 (UTC)
* Paddy Barrett (2nd nomination) - (5863) - delete - closed 04:20, 14 January 2018 (UTC)
* Jonah Gadjovich - (7487) - delete - closed 04:15, 14 January 2018 (UTC)
* Emad Hantol - (5810) - keep - closed 03:58, 14 January 2018 (UTC)
* CookstownCash presented by Comco Canada Inc. - (5160) - keep - closed 10:33, 13 January 2018 (UTC)
* Lanny Silva - (9740) - delete - closed 00:03, 13 January 2018 (UTC)
* Cool Pool - (6569) - keep - closed 09:31, 12 January 2018 (UTC)
* Jack Carlson (rower) - (19200) - keep - closed 10:21, 12 January 2018 (UTC)
* Prakash Raj (footballer) - (6151) - delete - closed 09:28, 12 January 2018 (UTC)
* Giselle Rendón - (6349) - delete - closed 17:13, 12 January 2018 (UTC)
* Julissa Dávila - (6349) - delete - closed 17:12, 12 January 2018 (UTC)
* Elizabeth Estrada - (6346) - delete - closed 17:12, 12 January 2018 (UTC)
* Khaled Al-Hashemi - (5285) - keep - closed 20:12, 11 January 2018 (UTC)
* 2018 US Open of Curling - (6261) - keep - closed 07:32, 11 January 2018 (UTC)
* Mohamed Sadek - (5777) - keep - closed 00:06, 10 January 2018 (UTC)
* Above .500 Inc. - (7714) - delete - closed 12:23, 9 January 2018 (UTC)
* Untamed Sports TV - (6904) - delete - closed 12:24, 9 January 2018 (UTC)
* Southeast Team Handball Conference - (9128) - delete - closed 12:25, 9 January 2018 (UTC)
* Fishing video game - (5691) - keep - closed 10:30, 9 January 2018 (UTC)
* Amer Hakeem - (5949) - delete - closed 10:19, 9 January 2018 (UTC)
* Anthony Kokoi - (3601) - delete - closed 06:25, 9 January 2018 (UTC)
* Justin Brownlee - (9441) - keep - closed 06:25, 9 January 2018 (UTC)
* Edgar Echavez - (3582) - delete - closed 07:13, 8 January 2018 (UTC)
* Anjo Caram - (3567) - delete - closed 07:13, 8 January 2018 (UTC)
* Prince Caperal - (3595) - delete - closed 07:14, 8 January 2018 (UTC)
* Tyrell Fortune - (5112) - delete - closed 11:57, 8 January 2018 (UTC)
* Nancy Antonio - (7234) - speedy keep - closed 09:17, 8 January 2018 (UTC)
* Windy Corner, Isle of Man - (28148) - redirect - closed 03:42, 7 January 2018 (UTC)
* Norman Gonzales - (3482) - delete - closed 23:06, 6 January 2018 (UTC)
* Defiant Women's Championship - (5436) - delete - closed 23:06, 6 January 2018 (UTC)
* Defiant Hardcore Championship - (4961) - delete - closed 23:07, 6 January 2018 (UTC)
* Defiant Championship - (6014) - delete - closed 23:07, 6 January 2018 (UTC)
* City Sports Clubs - (4275) - delete - closed 09:18, 6 January 2018 (UTC)
* Wendy Lucero - (3948) - speedy redirect - closed 10:44, 5 January 2018 (UTC)
* 2017 MSA British Rallycross Championship season - (4431) - delete - closed 21:16, 4 January 2018 (UTC)
* Matthew Marker - (4175) - delete - closed 21:18, 4 January 2018 (UTC)
* Doug Gallagher - (8372) - keep - closed 21:16, 4 January 2018 (UTC)
* Brandon Weaver - (6849) - delete - closed 16:49, 4 January 2018 (UTC)
* Nurzaidi Bunari - (6099) - already deleted - closed 13:17, 4 January 2018 (UTC)
* Scottsdale National Golf Club - (12932) - merge - closed 22:27, 2 January 2018 (UTC)
* Lion Division - (9439) - keep - closed 06:33, 3 January 2018 (UTC)
* César Baena - (3940) - delete - closed 06:15, 3 January 2018 (UTC)
* Bernardo Baena - (3658) - delete - closed 06:16, 3 January 2018 (UTC)
* Makeleta Stephan - (5480) - keep - closed 06:16, 3 January 2018 (UTC)
* Harry Light - (5671) - Keep. Nomination withdrawn - closed 06:52, 3 January 2018 (UTC)
* Keith Walters - (6320) - delete - closed 10:52, 2 January 2018 (UTC)
* Milan Kordestani (2nd nomination) - (4935) - Speedy Delete - closed 18:45, 2 January 2018 (UTC)
* Chill (video game) - (5006) - keep - closed 13:55, 1 January 2018 (UTC)
* Andrew Tang (2nd nomination) - (4247) - speedy keep - closed 05:12, 1 January 2018 (UTC)
* Jake Freeman - (9434) - keep - closed 13:22, 28 December 2017 (UTC)
* List of Pittsburgh sports seasons - (6530) - delete - closed 13:16, 28 December 2017 (UTC)
* Scuderia La Fortuna - (3939) - delete - closed 03:31, 28 December 2017 (UTC)
* Olympic video games - (5446) - speedy keep - closed 05:13, 27 December 2017 (UTC)
* Welsh Conference Junior League - (6673) - delete - closed 07:00, 26 December 2017 (UTC)
* 2019 PDC World Darts Championship - (4692) - redirect - closed 07:49, 26 December 2017 (UTC)
* 2019–20 Formula E season (2nd nomination) - (5575) - delete - closed 16:24, 26 December 2017 (UTC)
* David Hoagland Slayback - (15584) - Keep - closed 07:59, 23 December 2017 (UTC)
* C. Sandanayake - (34056) - no consensus - closed 01:27, 23 December 2017 (UTC)
* Abbie Eaton - (11982) - keep - closed 11:53, 22 December 2017 (UTC)
* Celebration Arena - (6323) - keep - closed 16:38, 21 December 2017 (UTC)
* Major League Lacrosse Weekly Awards - (5704) - redirect - closed 07:52, 21 December 2017 (UTC)
* 1980 Stock Car Brasil season - (6174) - no consensus - closed 23:22, 20 December 2017 (UTC)
* S. E. Tuma Memorial Trophy - (5112) - merge - closed 05:17, 20 December 2017 (UTC)
* Robert Bolick - (4028) - delete - closed 14:37, 20 December 2017 (UTC)
* Roger Davidson (medical practitioner) - (6626) - delete - closed 23:47, 19 December 2017 (UTC)
* Andrew Gladiuk - (4523) - delete - closed 16:34, 19 December 2017 (UTC)
* North Derbyshire Chargers - (4309) - delete - closed 10:40, 19 December 2017 (UTC)
* Funk Masters of Wrestling - (9983) - delete - closed 06:24, 17 December 2017 (UTC)
* Colonel Tennis Complex - (7759) - merge - closed 22:46, 16 December 2017 (UTC)
* Diving in Guam - (4023) - delete - closed 16:37, 16 December 2017 (UTC)
* International ice swimming association - (7557) - delete - closed 13:57, 16 December 2017 (UTC)
* Gustarvus Lightbourne Sports Complex - (4461) - delete - closed 14:02, 16 December 2017 (UTC)
* LeBron James Arena - (12189) - merge - closed 14:17, 15 December 2017 (UTC)
* Kyle Rank (ice hockey, born 1982) - (4549) - delete - closed 19:28, 15 December 2017 (UTC)
* List of former NASCAR drivers - (3849) - delete - closed 10:55, 15 December 2017 (UTC)
* Major League Lacrosse Iron Lizard of the Year Award - (4259) - redirect - closed 07:45, 14 December 2017 (UTC)
* PB Djarum - (5439) - keep - closed 17:22, 13 December 2017 (UTC)
* Whitby Wildcats - (4098) - redirect - closed 17:11, 13 December 2017 (UTC)
* Jumpsoles - (4578) - delete - closed 02:13, 13 December 2017 (UTC)
* Huyton Bulldogs - (3723) - redirect - closed 17:38, 12 December 2017 (UTC)
* Barrie Colts Schedule and Results - (8581) - delete - closed 16:59, 11 December 2017 (UTC)
* Purefoods–Rain or Shine rivalry - (4029) - delete - closed 00:03, 11 December 2017 (UTC)
* List of Formula One World Constructors' Championship runners-up - (4850) - delete - closed 16:26, 10 December 2017 (UTC)
* List of Formula One World Drivers' Championship runners-up - (6577) - delete - closed 16:26, 10 December 2017 (UTC)
* Rivendell Bicycle Works - (6019) - no consensus - closed 06:50, 9 December 2017 (UTC)
* CTFA International Tournament - (13819) - keep - closed 23:32, 8 December 2017 (UTC)
* Jimmie Kaylor - (7265) - keep - closed 07:17, 8 December 2017 (UTC)
* Team PCB - (5499) - delete - closed 02:19, 8 December 2017 (UTC)
* Edward McNally (NFL) - (5914) - delete - closed 19:26, 7 December 2017 (UTC)
* Ogle Stadium - (5640) - merge - closed 21:02, 7 December 2017 (UTC)
* Panoz Avezzano - (5868) - keep - closed 15:07, 6 December 2017 (UTC)
* List of Major League Lacrosse seasons - (3745) - delete - closed 09:00, 6 December 2017 (UTC)
* MLL Supplemental Draft - (3795) - delete and redirect - closed 09:17, 6 December 2017 (UTC)
* MLL Expansion Draft - (3544) - delete - closed 09:16, 6 December 2017 (UTC)
* Major League Lacrosse Community Service Award - (3519) - delete - closed 09:15, 6 December 2017 (UTC)
* Shimmer Volumes - (8830) - no consensus - closed 00:53, 4 December 2017 (UTC)
* Philippe Hengen (2nd nomination) - (8801) - delete - closed 02:41, 4 December 2017 (UTC)
* The Riott Squad - (5167) - delete - closed 02:33, 4 December 2017 (UTC)
* Natalia Nepryaeva - (4117) - delete - closed 14:52, 3 December 2017 (UTC)
* Yarra Yarra Rowing Club - (5915) - keep - closed 09:06, 3 December 2017 (UTC)
* Netrendity - (6041) - delete - closed 07:50, 2 December 2017 (UTC)
* Combots (2nd nomination) - (3794) - redirect - closed 21:30, 1 December 2017 (UTC)
* Jaguar XJR sportscars - (9378) - keep - closed 20:38, 30 November 2017 (UTC)
* Mygdonia A.C. - (3550) - keep - closed 22:22, 29 November 2017 (UTC)
* Tennis and Badminton Club of Reykjavik - (12879) - delete - closed 07:57, 29 November 2017 (UTC)
* List of current Australian Football League coaches - (7711) - Withdrawn by nominator - closed 04:13, 28 November 2017 (UTC)
* FIA Formula 3 International Championship - (7422) - delete - closed 17:12, 27 November 2017 (UTC)
* Jarmanpreet Singh Bal - (6893) - delete - closed 07:23, 26 November 2017 (UTC)
* Zaneta Wyne - (17504) - delete - closed 15:29, 24 November 2017 (UTC)
* List of Formula One circuits outright fastest lap and lap record - (5102) - delete - closed 02:18, 24 November 2017 (UTC)
* Nebraska Cornhuskers men's lacrosse - (4126) - delete - closed 17:01, 23 November 2017 (UTC)
* San Diego State University Men's Lacrosse Team - (3780) - redirect - closed 16:33, 22 November 2017 (UTC)
* USL Gwinnett County - (6778) - redirect - closed 02:08, 22 November 2017 (UTC)
* Manx Fencibles (badminton club) - (9888) - delete - closed 20:00, 21 November 2017 (UTC)
* Sports Industry Awards - (3250) - delete - closed 06:11, 21 November 2017 (UTC)
* Reading Badminton Association - (3466) - delete - closed 02:42, 19 November 2017 (UTC)
* Ottawa District Badminton Association - (5584) - delete - closed 02:41, 19 November 2017 (UTC)
* 2012 Swiss Open Grand Prix Gold - (3825) - keep - closed 05:02, 19 November 2017 (UTC)
* Badminton Victoria - (3667) - merge - closed 05:15, 19 November 2017 (UTC)
* Oliver Lang - (6231) - keep - closed 09:43, 18 November 2017 (UTC)
* Namibian ultra marathon - (4283) - delete - closed 12:30, 15 November 2017 (UTC)
* Ravens–Patriots rivalry - (6578) - keep - closed 12:36, 15 November 2017 (UTC)
* Romesh Weerawardane - (11722) - no consensus - closed 20:50, 14 November 2017 (UTC)
* Style Battle - (6950) - no consensus - closed 06:14, 15 November 2017 (UTC)
* 1882 Hamline Pipers football team - (13589) - delete - closed 00:32, 15 November 2017 (UTC)
* DC Solar - (3759) - delete - closed 01:06, 15 November 2017 (UTC)
* Water volleyball - (8177) - Keep - closed 01:17, 15 November 2017 (UTC)
* Espoir FC de Mutimbuzi - (4716) - speedy keep - closed 23:45, 14 November 2017 (UTC)
* MYLAPS Sports Timing - (5171) - delete - closed 17:46, 14 November 2017 (UTC)
* Celtic swimming system - (9147) - delete - closed 20:22, 13 November 2017 (UTC)
* Tata Open India International Challenge 2011 - (4648) - redirect - closed 16:58, 13 November 2017 (UTC)
* Peru International Series - (4244) - keep - closed 16:56, 13 November 2017 (UTC)
* Majestic Badminton Club - (3646) - delete - closed 16:56, 13 November 2017 (UTC)
* Chiltern Badminton Club - (4137) - delete - closed 16:56, 13 November 2017 (UTC)
* Carolin Größinger - (5703) - Userfy - closed 12:30, 13 November 2017 (UTC)
* Københavns Badminton Klub - (4065) - keep - closed 03:28, 13 November 2017 (UTC)
* NWA Anarchy - (7403) - delete - closed 09:39, 11 November 2017 (UTC)
* 2017 Palarong Pambansa - (3328) - keep - closed 03:53, 10 November 2017 (UTC)
* 2017 Men's Asia-Oceania Floorball Cup - (5812) - no consensus - closed 17:51, 9 November 2017 (UTC)
* North American Premier Basketball - (7700) - keep - closed 18:29, 8 November 2017 (UTC)
* Dartmoor Discovery - (7017) - Withdrawn by nominator - closed 07:00, 8 November 2017 (UTC)
* Gemini Arabians - (6595) - redirect - closed 02:18, 7 November 2017 (UTC)
* List of Formula One driver numbers (3rd nomination) - (12097) - keep - closed 00:05, 7 November 2017 (UTC)
* 2017 NCAA Men's Division I Basketball: Duke vs. South Carolina - (5364) - delete - closed 02:08, 5 November 2017 (UTC)
* History of Bengaluru FC - (15442) - merge - closed 22:38, 3 November 2017 (UTC)
* Yankees–Tigers brawl - (5496) - delete - closed 04:43, 4 November 2017 (UTC)
* Women's Four Nations Championship - (4952) - delete - closed 09:32, 3 November 2017 (UTC)
* Compton Family Ice Arena - (6274) - keep - closed 22:02, 2 November 2017 (UTC)
* 1897 Indiana State Sycamores football team - (9568) - no consensus - closed 14:24, 30 October 2017 (UTC)
* 1883 Carleton Knights football team - (4680) - merge - closed 00:05, 28 October 2017 (UTC)
* Kolkata Knight Riders in 2018 (2nd nomination) - (5417) - redirect - closed 17:40, 26 October 2017 (UTC)
* Cricket All-Stars Series 2017 - (4632) - delete - closed 06:37, 26 October 2017 (UTC)
* Afghan cricket team against Zimbabwe in the UAE in 2017–18 - (10156) - Withdrawn - closed 04:30, 26 October 2017 (UTC)
* List of defunct Pennsylvania sports teams (2nd nomination) - (4587) - keep - closed 12:26, 25 October 2017 (UTC)
* Wanderers Athletic Club - (5438) - delete - closed 02:48, 25 October 2017 (UTC)
* 2027 ICC Cricket World Cup - (6755) - delete - closed 18:55, 23 October 2017 (UTC)
* 2019 FIA Formula One World Championship - (19815) - keep - closed 20:06, 20 October 2017 (UTC)
* Freshwater diving - (8654) - redirect - closed 20:28, 20 October 2017 (UTC)
* Gadk - (6703) - keep - closed 04:45, 20 October 2017 (UTC)
* Nelson Terroba - (4869) - delete - closed 18:45, 19 October 2017 (UTC)
* Shanghai derbies - (6079) - keep - closed 13:42, 19 October 2017 (UTC)
* Anglian Medal Hunt Company - (5877) - delete - closed 18:12, 18 October 2017 (UTC)
* Oliver Andrade - (3388) - soft delete - closed 04:27, 17 October 2017 (UTC)
* Roc City Thunder - (11447) - delete - closed 19:27, 16 October 2017 (UTC)
* Pete Bevacqua - (7116) - no consensus - closed 07:24, 16 October 2017 (UTC)
* Eureka Sports - (11973) - speedy delete - closed 19:15, 14 October 2017 (UTC)
* List of National Hockey League controversies (2nd nomination) - (6879) - delete - closed 04:33, 10 October 2017 (UTC)
* Shikoku Soccer League - (5326) - keep - closed 19:37, 9 October 2017 (UTC)
* Untitled Saina Nehwal Biopic - (4910) - redirect - closed 07:24, 6 October 2017 (UTC)
* Balcones Cup - (3964) - delete - closed 18:51, 5 October 2017 (UTC)
* 2020 FIA Formula One World Championship - (11000) - delete - closed 21:40, 4 October 2017 (UTC)
* Austria women's national under-19 floorball team - (5038) - delete - closed 14:17, 4 October 2017 (UTC)
* Alaska Fighting Championship (2nd nomination) - (21261) - delete - closed 20:34, 2 October 2017 (UTC)
* GAKIC - (3520) - speedily deleted - closed 02:41, 3 October 2017 (UTC)
* 2017 Supersport 300 World Championship - (5832) - keep - closed 02:20, 2 October 2017 (UTC)
* List of international cricket tournaments - (4772) - delete - closed 18:54, 1 October 2017 (UTC)
* Gettingtough – The Race - (3927) - delete - closed 14:28, 30 September 2017 (UTC)
* Ferring F.C. - (5377) - delete - closed 13:12, 30 September 2017 (UTC)
* India under-19 cricket team in England in 2017 - (5707) - delete - closed 19:07, 29 September 2017 (UTC)
* Valley Rose Golf Course - (4689) - delete - closed 19:05, 29 September 2017 (UTC)
* Team Uttejit - (4719) - delete - closed 19:05, 29 September 2017 (UTC)
* List of all Patrouille Suisse Pilots - (4527) - delete - closed 19:06, 29 September 2017 (UTC)
* Medulla Oblongata Gators - (4031) - soft delete - closed 09:31, 29 September 2017 (UTC)
* Brunei at the 2013 Southeast Asian Games - (6612) - no consensus - closed 17:49, 28 September 2017 (UTC)
* Football revolution - (13870) - merge to Women's football in Iran - closed 10:31, 28 September 2017 (UTC)
* Cappincur GAA - (4937) - delete - closed 19:15, 27 September 2017 (UTC)
* List of Saucony sponsorships - (6073) - merge to Saucony - closed 15:09, 27 September 2017 (UTC)
* Massari Arena - (6404) - keep - closed 18:13, 25 September 2017 (UTC)
* Kolkata Knight Riders in 2018 - (4373) - keep - closed 00:24, 26 September 2017 (UTC)
* Phitsanulok F.C. - (10712) - keep - closed 06:00, 25 September 2017 (UTC)
* Federer–Roddick rivalry (2nd nomination) - (7050) - keep - closed 18:50, 24 September 2017 (UTC)
* Kingston Jets - (5065) - delete - closed 19:30, 23 September 2017 (UTC)
* List of Grand Slam champions - (6485) - delete - closed 13:55, 23 September 2017 (UTC)
* Gibraltar at the 2011 Commonwealth Youth Games - (8311) - redirect - closed 09:34, 23 September 2017 (UTC)
* Apple feat - (4971) - delete - closed 19:36, 22 September 2017 (UTC)
* Franz Lidz - (16506) - keep - closed 12:55, 22 September 2017 (UTC)
* Litespeed - (23550) - keep - closed 12:11, 21 September 2017 (UTC)
* Cody Corbett - (4745) - delete - closed 19:13, 19 September 2017 (UTC)
* T. J. Syner - (4902) - delete - closed 19:14, 19 September 2017 (UTC)
* KickBar - (4974) - speedy delete - closed 13:02, 19 September 2017 (UTC)
* Changphueak Chiangmai F.C. - (7457) - keep - closed 19:14, 18 September 2017 (UTC)
* AEN Ayiou Georgiou Vrysoullon-Acheritou - (6211) - redirect - closed 15:05, 18 September 2017 (UTC)
* Pan American Youth Beach Handball Championship - (4995) - keep - closed 19:05, 17 September 2017 (UTC)
* Sakultala F.C. - (4525) - delete - closed 19:00, 17 September 2017 (UTC)
* Kanjanapat F.C. - (4606) - delete - closed 19:00, 17 September 2017 (UTC)
* Kranuan F.C. - (4317) - delete - closed 19:00, 17 September 2017 (UTC)
* 2014–15 Albanian Second Division - (10445) - keep - closed 22:37, 16 September 2017 (UTC)
* List of Macron sponsorships - (4916) - delete - closed 19:01, 16 September 2017 (UTC)
* SK Imavere - (4146) - keep - closed 17:31, 16 September 2017 (UTC)
* 2017–18 South Shields F.C. season - (7147) - delete - closed 10:08, 16 September 2017 (UTC)
* List of top international association football goal scorers by country - (9266) - keep - closed 20:12, 15 September 2017 (UTC)
* Syrian Professional Players - (4561) - soft delete - closed 06:41, 15 September 2017 (UTC)
* Southpaw Regional Wrestling - (6381) - delete - closed 13:32, 14 September 2017 (UTC)
* American Cricketer - (7831) - keep - closed 22:41, 13 September 2017 (UTC)
* Tennessee Scholastic Lacrosse Association - (5295) - No consensus - closed 13:47, 13 September 2017 (UTC)
* Topo (climbing) - (4950) - speedy keep - closed 15:14, 12 September 2017 (UTC)
* Elite Indoor Football - (10142) - delete - closed 05:19, 11 September 2017 (UTC)
* Oon United F.C. - (3877) - delete - closed 19:11, 10 September 2017 (UTC)
* Estadio Universitario Eugenio Alvizo Porras - (9192) - delete - closed 00:20, 10 September 2017 (UTC)
* Khong Chee Mool F.C. - (5181) - delete - closed 22:04, 9 September 2017 (UTC)
* Extraaa Innings T20 - (6483) - keep - closed 15:06, 9 September 2017 (UTC)
* Buena Vista Golf Course - (3959) - soft delete - closed 06:25, 8 September 2017 (UTC)
* Bangsai F.C. - (4272) - delete - closed 19:29, 7 September 2017 (UTC)
* Massachusetts Seniors Squash Rackets Association - (4178) - delete - closed 19:11, 6 September 2017 (UTC)
* Fort Bragg Stadium - (6489) - redirect - closed 13:24, 6 September 2017 (UTC)
* Joburg Giants - (6478) - keep - closed 03:01, 5 September 2017 (UTC)
* 2018 Indoor Football League season - (10738) - keep - closed 21:44, 4 September 2017 (UTC)
* Çağla Baktıroğlu - (6687) - delete - closed 19:23, 4 September 2017 (UTC)
* Huriye Yeliz Yüksel - (5340) - delete - closed 19:23, 4 September 2017 (UTC)
* Refika Yılmaz - (5429) - delete - closed 19:23, 4 September 2017 (UTC)
* Fulya Yurt - (6573) - delete - closed 19:24, 4 September 2017 (UTC)
* Chilliwack Sports Hall of Fame - (6694) - redirect - closed 02:49, 4 September 2017 (UTC)
* Haiti women's national under-23 football team - (11535) - delete - closed 04:06, 4 September 2017 (UTC)
* Gonzales–Rosewall rivalry - (29124) - no consensus - closed 14:03, 3 September 2017 (UTC)
* Sportska Dvorana Kralja Tomislava - (4574) - delete - closed 14:05, 3 September 2017 (UTC)
* Pathachakra F.C - (4832) - delete - closed 19:45, 3 September 2017 (UTC)
* Cricket at the Summer Olympics - (4520) - keep - closed 12:47, 3 September 2017 (UTC)
* Tennis at the 2017 Commonwealth Youth Games - (8907) - redirect to 2017 Commonwealth Youth Games - closed 10:40, 1 September 2017 (UTC)
* AXM Futsal Manado - (6872) - no consensus - closed 05:43, 31 August 2017 (UTC)
* Reebok Big Time - (3431) - speedy keep - closed 11:51, 30 August 2017 (UTC)
* Kern River Golf Course - (3529) - delete - closed 19:55, 28 August 2017 (UTC)
* Bangladesh at the 2013 Asian Indoor and Martial Arts Games - (7232) - delete and redirect - closed 06:47, 28 August 2017 (UTC)
* France at the 2013 European Road Championships - (5118) - soft delete - closed 06:46, 28 August 2017 (UTC)
* Ice hockey in Azerbaijan - (6035) - delete - closed 07:05, 28 August 2017 (UTC)
* Atalanta B.C. in European football - (15303) - keep - closed 07:10, 28 August 2017 (UTC)
* Frisian Solar Challenge - (8889) - no consensus - closed 12:16, 27 August 2017 (UTC)
* AFC 133 - (5590) - delete - closed 20:13, 26 August 2017 (UTC)
* 67th Annual Race of Champions 250 - (4844) - keep - closed 21:19, 25 August 2017 (UTC)
* Indoor Gridiron League - (8313) - delete - closed 19:40, 23 August 2017 (UTC)
* 2000 Gelsor Open Romania – Singles - (7472) - keep - closed 15:12, 22 August 2017 (UTC)
* Nguyễn Thu Hoài - (6639) - no consensus - closed 13:07, 20 August 2017 (UTC)
* Kerala Evergreen F.C. - (6556) - delete - closed 15:01, 20 August 2017 (UTC)
* Estonia national under-21 football team results - (7857) - keep - closed 18:49, 20 August 2017 (UTC)
* King Street Run - (4675) - delete - closed 02:16, 19 August 2017 (UTC)
* Winchester and District Saturday Football League - (4771) - delete - closed 01:00, 19 August 2017 (UTC)
* F.C. Kerala - (3840) - delete - closed 08:02, 18 August 2017 (UTC)
* Nadal–Wawrinka rivalry - (3433) - delete - closed 10:16, 17 August 2017 (UTC)
* Baltimore Kings - (4255) - delete - closed 20:01, 17 August 2017 (UTC)
* Libya at the 2017 World Championships in Athletics - (4258) - delete - closed 20:02, 17 August 2017 (UTC)
* Thailand at the 2018 Winter Olympics - (7508) - keep - closed 01:54, 16 August 2017 (UTC)
* Under 14 world records in athletics - (3236) - delete - closed 15:19, 15 August 2017 (UTC)
* Panamerican Draughts Championship - (6481) - no consensus - closed 01:26, 15 August 2017 (UTC)
* Cue sports at the 2017 World Games - (5504) - keep - closed 01:25, 15 August 2017 (UTC)
* 2014–15 MNZ Celje Leagues and cup - (7850) - delete - closed 22:24, 14 August 2017 (UTC)
* Erbil Bozkurt - (5032) - delete - closed 20:30, 14 August 2017 (UTC)
* Southampton F.C. Reserves & Academy - (6243) - merge to Southampton F.C. Under-23s and Academy - closed 22:37, 14 August 2017 (UTC)
* List of rescinded Formula One wins - (3682) - delete - closed 01:27, 15 August 2017 (UTC)
* 2022 ACC Under-19 Asia Cup - (4575) - speedy Deleted under WP:G3 - closed 10:13, 14 August 2017 (UTC)
* 1970 Rugby League World Cup group stage - (5108) - merge to 1970 Rugby League World Cup - closed 23:30, 13 August 2017 (UTC)
* 2019–20 Formula E season - (6156) - no consensus - closed 16:04, 13 August 2017 (UTC)
* City National Arena - (10819) - delete - closed 15:28, 13 August 2017 (UTC)
* Kerala at the 2011 National Games of India - (4411) - soft delete - closed 03:22, 13 August 2017 (UTC)
* Anthony Kimlin - (4218) - delete - closed 21:25, 12 August 2017 (UTC)
* Lackey field - (5094) - no consensus - closed 03:45, 12 August 2017 (UTC)
* Three-cushion billiards at the 2017 World Games – men's singles - (5042) - keep - closed 10:35, 9 August 2017 (UTC)
* List of National Basketball League of Canada mascots - (5025) - delete - closed 20:03, 8 August 2017 (UTC)
* University of Birmingham Boat Club - (5985) - Move to Draft:University of Birmingham Boat Club - closed 10:32, 8 August 2017 (UTC)
* Denmark at the 2017 World Championships in Athletics - (6665) - procedural close - closed 11:16, 8 August 2017 (UTC)
* Hockey at the 2013 East Asian Games - (5065) - delete - closed 02:33, 8 August 2017 (UTC)
* Great Britain Diving Federation - (4603) - no consensus - closed 09:03, 7 August 2017 (UTC)
* Filipino coaches of foreign national basketball teams - (4919) - delete - closed 18:16, 7 August 2017 (UTC)
* Alphense Boys - (11859) - keep - closed 11:57, 7 August 2017 (UTC)
* BSC Kristall - (6232) - keep - closed 05:09, 7 August 2017 (UTC)
* Philippines men's national basketball team at the 1990 Asian Games - (4760) - merge to Philippines at the 1990 Asian Games - closed 01:20, 7 August 2017 (UTC)
* Azerbaijan at the 2011 Summer Universiade - (7053) - delete - closed 09:36, 6 August 2017 (UTC)
* 2017 Asian Indoor and Martial Arts Games opening ceremony - (5025) - delete - closed 19:28, 5 August 2017 (UTC)
* Mecca of basketball - (4496) - delete - closed 19:26, 5 August 2017 (UTC)
* The Movement Snowboards - (4732) - delete - closed 19:07, 5 August 2017 (UTC)
* Rivendell Golf Club - (5010) - delete - closed 13:27, 5 August 2017 (UTC)
* 2015 CPISRA World Games - (4735) - keep - closed 12:17, 4 August 2017 (UTC)
* Puerto Rico International - (4520) - keep - closed 09:01, 4 August 2017 (UTC)
* Brunei Open (badminton) - (4298) - keep - closed 09:01, 4 August 2017 (UTC)
* 1998 World Badminton Grand Prix - (3675) - keep - closed 11:58, 4 August 2017 (UTC)
* Soccer matches at the Rose Bowl - (9198) - delete - closed 15:51, 3 August 2017 (UTC)
* Asteras Glyka Nera F.C. - (4311) - delete - closed 19:20, 1 August 2017 (UTC)
* Delhi Dynamite - (5513) - delete - closed 21:17, 31 July 2017 (UTC)
* 1992 Rugby League World Cup Final - (4872) - keep - closed 00:38, 1 August 2017 (UTC)
* South Vermillion Wildcat football - (4348) - redirect - closed 12:06, 31 July 2017 (UTC)
* Viareggio (beach soccer) - (6271) - delete - closed 21:24, 30 July 2017 (UTC)
* 2017 Badminton Asia Junior Championships – Boys' Singles - (6392) - merge - closed 21:20, 30 July 2017 (UTC)
* Ultimate Championship Wrestling (2nd nomination) - (5176) - speedy delete - closed 00:08, 31 July 2017 (UTC)
* Ellenbrook United FC - (4822) - delete - closed 19:56, 29 July 2017 (UTC)
* Kenya International - (7980) - keep - closed 17:17, 29 July 2017 (UTC)
* ERa Eternity - (9523) - delete - closed 12:55, 28 July 2017 (UTC)
* FK Budućnost Arilje - (4378) - delete - closed 19:19, 27 July 2017 (UTC)
* RCD Espanyol cantera - (6700) - Keep - closed 00:55, 28 July 2017 (UTC)
* List of notable eSports players - (10046) - keep - closed 18:17, 27 July 2017 (UTC)
* Greater Noida FC - (6839) - delete - closed 16:00, 27 July 2017 (UTC)
* BSC Artur Music - (5652) - Keep - closed 06:07, 27 July 2017 (UTC)
* Catioo (2nd nomination) - (4139) - delete - closed 19:39, 26 July 2017 (UTC)
* 2025 Winter Youth Olympics - (3474) - delete - closed 19:37, 26 July 2017 (UTC)
* Birat Futsal Cup - (3922) - delete - closed 19:54, 25 July 2017 (UTC)
* Goal Line Stand from Tigerland - (7535) - delete - closed 19:41, 25 July 2017 (UTC)
* Kart praça - (3232) - delete - closed 20:34, 24 July 2017 (UTC)
* Chris Stubbs - (3664) - delete - closed 20:38, 24 July 2017 (UTC)
* Eslövs AI - (5269) - keep - closed 08:08, 24 July 2017 (UTC)
* TMG Motorsport - (4185) - soft delete - closed 15:54, 23 July 2017 (UTC)
* 2017 BRD Bucharest Open – Singles - (6993) - keep - closed 20:15, 21 July 2017 (UTC)
* International Diving Federation - (5440) - soft delete - closed 12:00, 21 July 2017 (UTC)
* Aryan Cricket Academy Jaipur - (4798) - delete - closed 18:40, 20 July 2017 (UTC)
* 2019 MotoGP season - (4953) - delete and redirect - closed 07:42, 18 July 2017 (UTC)
* 2017 Intrust Super Premiership NSW - (8509) - keep - closed 08:53, 18 July 2017 (UTC)
* RQW Heavyweight Championship - (3624) - delete - closed 22:32, 16 July 2017 (UTC)
* 2016 Intermediate League World Series - (5065) - keep - closed 09:41, 16 July 2017 (UTC)
* 2017–18 Sporting Clube de Portugal season - (6791) - keep - closed 08:32, 15 July 2017 (UTC)
* Hill School Blues - (10060) - delete - closed 14:15, 14 July 2017 (UTC)
* Royal Sprimont Comblain Sport - (5498) - soft delete - closed 07:20, 12 July 2017 (UTC)
* 2016 USABA Goalball Season - (5133) - delete - closed 19:52, 10 July 2017 (UTC)
* List of Equatorial Guinean records in swimming - (5487) - delete - closed 12:35, 10 July 2017 (UTC)
* List of Formula One Grand Prix pole position by Lewis Hamilton - (5258) - delete - closed 17:25, 8 July 2017 (UTC)
* 2018 World Fencing Championships - (4539) - keep - closed 01:14, 9 July 2017 (UTC)
* Woolgoolga Seahorses - (5446) - delete - closed 10:08, 7 July 2017 (UTC)
* Sachin–Shoaib cricket rivalry - (3537) - speedy delete - closed 12:40, 6 July 2017 (UTC)
* NVA Entertainment - (5888) - redirect to NVA Holdings - closed 02:17, 6 July 2017 (UTC)
* 2019 America's Cup - (5692) - delete - closed 21:29, 4 July 2017 (UTC)
* 2espn - (5418) - delete - closed 22:08, 4 July 2017 (UTC)
* Let's Go Bowling! - (4750) - delete and redirect to Eric Dregni - closed 15:53, 3 July 2017 (UTC)
* Dazhou Xiwai Stadium - (4568) - redirect to Dazhou - closed 15:54, 3 July 2017 (UTC)
* Bounce Ping Pong - (5366) - delete - closed 01:39, 4 July 2017 (UTC)
* 2032 Summer Olympics (5th nomination) - (6753) - delete - closed 06:51, 3 July 2017 (UTC)
* Claremont-Mudd-Scripps Stags and Athenas - (8681) - no consensus - closed 15:37, 30 June 2017 (UTC)
* Alisports - (5207) - merge - closed 12:02, 30 June 2017 (UTC)
* Rally Hebrides - (5207) - soft delete - closed 10:01, 27 June 2017 (UTC)
* FIFA Herning-Ikast Championship - (3414) - delete - closed 22:10, 26 June 2017 (UTC)
* 2021 America's Cup - (3752) - delete - closed 22:08, 26 June 2017 (UTC)
* FIBA South America Under-17 Championship - (6338) - keep - closed 03:08, 25 June 2017 (UTC)
* Potential nfl expansion - (6709) - delete - closed 09:28, 24 June 2017 (UTC)
* Title Contender - (5437) - soft delete - closed 00:58, 22 June 2017 (UTC)
* Allied Independent Wrestling Federations - (6038) - delete - closed 00:14, 22 June 2017 (UTC)
* Ese Stacey - (10666) - delete - closed 00:03, 21 June 2017 (UTC)
* 2017 AMF Futsal Women's World Cup - (5655) - no consensus - closed 02:00, 21 June 2017 (UTC)
* Hams and Hamstrings - (6584) - delete - closed 07:26, 20 June 2017 (UTC)
* Neotel (cycling team) - (6956) - keep - closed 00:32, 20 June 2017 (UTC)
* MMA organizations - (4943) - delete - closed 06:55, 20 June 2017 (UTC)
* 2017 Raleigh Flyers season - (9319) - redirect - closed 17:36, 18 June 2017 (UTC)
* Irish Jasper - (9675) - no consensus - closed 17:26, 18 June 2017 (UTC)
* 2017 Dayton Wolfpack season - (10437) - keep - closed 17:35, 18 June 2017 (UTC)
* Maldives International - (5026) - keep - closed 20:12, 18 June 2017 (UTC)
* List of Diaspora sports clubs - (5363) - delete - closed 10:01, 17 June 2017 (UTC)
* 2018 NASCAR Legends Series by Winston - (4194) - (unknown) - closed 02:55, 16 June 2017 (UTC)
* Ghana International - (4447) - keep - closed 19:17, 15 June 2017 (UTC)
* Team Essex Volleyball Club - (8195) - no consensus - closed 11:37, 14 June 2017 (UTC)
* 2017 Syed Modi International Grand Prix Gold - (17342) - keep - closed 06:53, 14 June 2017 (UTC)
* List of sledging incidents and fights in cricket - (7652) - delete - closed 07:26, 13 June 2017 (UTC)
* Playgolf Northwick Park - (4100) - delete - closed 22:25, 12 June 2017 (UTC)
* Carolina ice palace - (4144) - Speedy delete - closed 20:47, 12 June 2017 (UTC)
* 2014 Tianjin Health Industry Park – Doubles - (7139) - delete - closed 20:29, 10 June 2017 (UTC)
* 2015 AMF Futsal Men's World Cup squads - (5066) - delete - closed 10:15, 10 June 2017 (UTC)
* The Veterans of War - (3443) - delete - closed 23:05, 8 June 2017 (UTC)
* Lucas Oil School of Racing - (9463) - no consensus - closed 07:52, 8 June 2017 (UTC)
* 2022 European Championships - (4189) - delete - closed 22:17, 7 June 2017 (UTC)
* Italian Fencing Federation - (4525) - keep - closed 17:11, 7 June 2017 (UTC)
* 2019 Games of the Small States of Europe - (8732) - keep - closed 15:44, 7 June 2017 (UTC)
* La Salle College Athletics Club - (5457) - redirect - closed 01:02, 7 June 2017 (UTC)
* ESL One: Cologne 2017 - (4750) - redirect to ESL (eSports) - closed 23:49, 6 June 2017 (UTC)
* 2017 Tour of Qatar - (3851) - speedy keep - closed 19:46, 6 June 2017 (UTC)
* Miracle Workerz - (3628) - delete - closed 06:58, 6 June 2017 (UTC)
* Pomona-Pitzer Sagehens - (6481) - delete - closed 08:05, 6 June 2017 (UTC)
* Baseball Federation of Cuba - (7341) - speedy keep - closed 13:56, 6 June 2017 (UTC)
* Titan Sports Plus - (7434) - delete - closed 04:50, 6 June 2017 (UTC)
* La Trobe University Squash Club - (5061) - delete - closed 01:12, 5 June 2017 (UTC)
* SPL Cup - (5665) - delete - closed 01:18, 5 June 2017 (UTC)
* Sttration Juniors FC - (5252) - delete - closed 01:21, 5 June 2017 (UTC)
* List of Muslim sportspeople - (14626) - delete - closed 10:42, 4 June 2017 (UTC)
* 2016 Can-Am League season - (11739) - keep - closed 12:35, 3 June 2017 (UTC)
* Achilles Veen - (6037) - keep - closed 12:18, 3 June 2017 (UTC)
* Pakistan Federation Baseball - (5168) - keep - closed 06:23, 2 June 2017 (UTC)
* Real Quality Wrestling - (4391) - delete - closed 15:44, 2 June 2017 (UTC)
* Centenary Stormers FC - (9847) - keep - closed 08:48, 2 June 2017 (UTC)
* Surfer sues surfer over wave - (5289) - speedy delete - closed 18:59, 1 June 2017 (UTC)
* Sporting Patna FC - (5696) - delete - closed 03:03, 1 June 2017 (UTC)
* Sports clubs on social media - (5868) - delete - closed 12:00, 1 June 2017 (UTC)
* SAS Tag Team Championship - (6951) - merge - closed 08:42, 31 May 2017 (UTC)
* Sporting Lisburn F.C - (4328) - delete - closed 15:08, 30 May 2017 (UTC)
* World Hockey Centre - (6321) - delete - closed 09:50, 29 May 2017 (UTC)
* 2018 IIHF World Championship Division I - (7323) - keep - closed 11:05, 29 May 2017 (UTC)
* Pakistan Badminton Federation - (4341) - speedy keep - closed 00:58, 28 May 2017 (UTC)
* 2017 Hong Kong T20 Blitz - (5121) - redirect to Hong Kong T20 Blitz - closed 05:17, 27 May 2017 (UTC)
* Keppel Gate, Isle of Man - (22465) - no consensus - closed 14:07, 26 May 2017 (UTC)
* Parallel Media Group - (6776) - keep - closed 14:16, 26 May 2017 (UTC)
* TASW Tag Team Championship - (4844) - merge to Texas All-Star Wrestling - closed 22:18, 26 May 2017 (UTC)
* Stealth Cues - (3777) - delete - closed 23:48, 26 May 2017 (UTC)
* Ngân Hàng Công Thương - (5639) - delete - closed 16:01, 25 May 2017 (UTC)
* Leicester Pro Wrestling - (3810) - delete - closed 16:00, 25 May 2017 (UTC)
* Leeds Hornets HC 2011 - (5902) - delete - closed 08:35, 25 May 2017 (UTC)
* Lucha Britannia - (6204) - keep - closed 01:26, 25 May 2017 (UTC)
* April 2006 in Malaysia and Singapore - (18886) - delete - closed 22:50, 24 May 2017 (UTC)
* Health and Physical Education Arena - (10439) - keep - closed 03:25, 24 May 2017 (UTC)
* 2017 PDC Development Tour 1 - (7828) - delete all - closed 01:38, 23 May 2017 (UTC)
* Revolution British Wrestling - (5752) - delete - closed 01:33, 23 May 2017 (UTC)
* John Pounds Centre - (3639) - delete - closed 22:09, 22 May 2017 (UTC)
* Country Game - (5103) - delete - closed 22:06, 22 May 2017 (UTC)
* Karnataka Bulldozers - (5791) - redirect to Celebrity Cricket League - closed 05:22, 22 May 2017 (UTC)
* Warriors-Cavaliers rivalry - (5728) - speedy keep - closed 21:47, 21 May 2017 (UTC)
* John Jay Center - (9424) - keep - closed 09:33, 21 May 2017 (UTC)
* Estrella War - (4463) - merge - closed 06:22, 21 May 2017 (UTC)
* Sävsjömålet - (5116) - delete - closed 04:08, 20 May 2017 (UTC)
* List of Royal Rumble participants - (5390) - delete - closed 04:10, 20 May 2017 (UTC)
* 2019 Formula One season (2nd nomination) - (5658) - delete - closed 04:01, 20 May 2017 (UTC)
* List of National Cricket League Twenty20 records (2nd nomination) - (4438) - delete - closed 03:56, 20 May 2017 (UTC)
* 2015 Karnataka Premier League - (3897) - redirect to Karnataka Premier League - closed 08:06, 20 May 2017 (UTC)
* Moree Boomerangs - (8099) - no consensus - closed 01:40, 18 May 2017 (UTC)
* The North Fork Championship - (5432) - no consensus - closed 04:34, 18 May 2017 (UTC)
* 2018 NASCAR Xfinity Series (2nd nomination) - (4911) - keep - closed 03:08, 18 May 2017 (UTC)
* Celebrity Cricket League (3rd nomination) - (6915) - keep - closed 04:25, 15 May 2017 (UTC)
* Insane Championship Wrestling - (5938) - keep - closed 05:49, 15 May 2017 (UTC)
* 2016 Asian Dragon Boat Championships - (6553) - keep - closed 14:50, 14 May 2017 (UTC)
* 2018 Lausanne U-21 Football Cup - (5224) - delete - closed 00:23, 14 May 2017 (UTC)
* Bottle match - (7327) - no consensus - closed 23:02, 12 May 2017 (UTC)
* San Francisco Pro Invitational - (4918) - delete - closed 01:28, 12 May 2017 (UTC)
* Dublin City Handball - (4404) - delete - closed 00:46, 12 May 2017 (UTC)
* Hamilton–Rosberg rivalry - (3786) - delete - closed 22:09, 11 May 2017 (UTC)
* List of coaches who have coached 200 NRL games - (5864) - delete - closed 20:11, 11 May 2017 (UTC)
* Saranac snowshoe visa denial - (9574) - delete - closed 12:35, 9 May 2017 (UTC)
* 2016–17 East Midlands Counties Football League - (7342) - keep - closed 20:20, 8 May 2017 (UTC)
* The Wrestling League - (4079) - delete - closed 14:38, 8 May 2017 (UTC)
* Australian Cannonball Cup - (6075) - keep - closed 14:22, 7 May 2017 (UTC)
* Jonnu Smith - (9832) - no consensus - closed 19:24, 6 May 2017 (UTC)
* 2nd Milestone (2nd nomination) - (4161) - delete - closed 00:12, 7 May 2017 (UTC)
* Mike Lansing Field - (6463) - keep - closed 04:51, 6 May 2017 (UTC)
* Uralla Tigers - (3891) - delete - closed 22:10, 4 May 2017 (UTC)
* 2015–2016 Iowa Wrestling Team - (6351) - delete - closed 06:30, 4 May 2017 (UTC)
* DD68 Redux - (3172) - delete - closed 21:37, 3 May 2017 (UTC)
* SwimSwam - (8287) - Move to draft space - closed 08:39, 3 May 2017 (UTC)
* Ólafsvíkurvöllur - (5017) - redirect to Ungmennafélagið Víkingur - closed 09:33, 3 May 2017 (UTC)
* Arab Ice Hockey Federation - (5744) - delete - closed 22:25, 2 May 2017 (UTC)
* Alampady Cricket Stadium, Alampady, Kasaragod - (4274) - Speedy delete - closed 20:15, 2 May 2017 (UTC)
* 2018 NASCAR Xfinity Series - (5297) - keep - closed 01:27, 2 May 2017 (UTC)
* Birmingham City University Rowing Club - (5267) - delete - closed 22:21, 1 May 2017 (UTC)
* Fear & Loathing IX - (6730) - delete - closed 22:04, 30 April 2017 (UTC)
* Passive stretching - (5300) - redirect all to Stretching - closed 02:43, 1 May 2017 (UTC)
* Yorkshire Youth Cup - (3851) - delete - closed 23:38, 30 April 2017 (UTC)
* NGW Undisputed Championship - (5111) - delete - closed 16:46, 29 April 2017 (UTC)
* NGW Tag Team Championship - (5095) - delete - closed 16:46, 29 April 2017 (UTC)
* NGW GenX Championship - (5079) - delete - closed 16:43, 29 April 2017 (UTC)
* Betgenius - (3442) - delete - closed 00:55, 29 April 2017 (UTC)
* Natural Progression Series Tournament - (5818) - delete - closed 00:26, 28 April 2017 (UTC)
* Super Strong Style 16 Tournament - (5111) - delete - closed 00:26, 28 April 2017 (UTC)
* List of Brazilian Racing Drivers - (6709) - keep - closed 00:13, 28 April 2017 (UTC)
* Marshall Islands national football team (2nd nomination) - (7097) - speedy delete - closed 17:46, 26 April 2017 (UTC)
* SSK Talent M.A.T. Plzeň - (3579) - delete - closed 03:23, 26 April 2017 (UTC)
* Brian Atlas (sports executive) - (4763) - delete - closed 14:57, 25 April 2017 (UTC)
* Sheru Classic - (4320) - delete - closed 02:44, 25 April 2017 (UTC)
* Organising Committee for the 5th Asian Indoor and Martial Arts Games - (5073) - delete - closed 22:26, 24 April 2017 (UTC)
* 1988 Junior Olympics - (4757) - delete - closed 15:16, 24 April 2017 (UTC)
* New Wrestling Stars - (5272) - delete - closed 11:18, 24 April 2017 (UTC)
* Hong Kong Island United - (6720) - merge to Hong Kong T20 Blitz - closed 02:48, 24 April 2017 (UTC)
* Hinsdale Central Athletics - (4978) - redirect to Hinsdale Central High School - closed 01:50, 23 April 2017 (UTC)
* Team-DkS (2nd nomination) - (6955) - delete - closed 02:13, 23 April 2017 (UTC)
* Women's Philippine Basketball Association - (5516) - merge to Philippine Basketball Association - closed 02:01, 23 April 2017 (UTC)
* Live-action wargame - (7023) - delete and redirect to Live action role-playing game - closed 02:07, 22 April 2017 (UTC)
* San Diego Dynasty - (4054) - delete - closed 01:42, 22 April 2017 (UTC)
* Archery at the 2017 Island Games - (6890) - draftify - closed 21:10, 20 April 2017 (UTC)
* Hawk (chess) - (4462) - redirect - closed 03:56, 20 April 2017 (UTC)
* List of Formula One driver numbers (2nd nomination) - (10350) - keep - closed 04:19, 19 April 2017 (UTC)
* Bill Rabinowitz - (5198) - delete - closed 08:59, 18 April 2017 (UTC)
* José Rizal Coliseum - (3453) - delete - closed 01:14, 18 April 2017 (UTC)
* Weightlifting at the 2015 Commonwealth Youth Games - (5447) - redirect to 2015 Commonwealth Youth Games - closed 16:28, 17 April 2017 (UTC)
* Kitesurfing locations - (3501) - delete - closed 09:12, 17 April 2017 (UTC)
* 2018 Pac-12 Conference Women's Basketball Tournament - (3461) - speedy delete - closed 15:24, 14 April 2017 (UTC)
* List of football stadiums in the Philippines - (3527) - speedy keep - closed 20:02, 14 April 2017 (UTC)
* Team-DkS - (3866) - speedy deleted - closed 18:03, 12 April 2017 (UTC)
* 1983 Blue Swords - (10832) - keep - closed 03:21, 11 April 2017 (UTC)
* World RX of South Africa - (11416) - keep - closed 18:23, 10 April 2017 (UTC)
* MacKenzie Weegar - (6871) - speedy keep - closed 19:22, 10 April 2017 (UTC)
* 2016 Baku World Cup - (4420) - delete - closed 00:48, 10 April 2017 (UTC)
* Yemen at the 2012 Summer Olympics - (4720) - snow keep - closed 19:25, 7 April 2017 (UTC)
* Lake George 12ster - (4890) - DELETE - closed 01:27, 6 April 2017 (UTC)
* 2015 Fed Cup Junior - (3914) - redirect to Junior Davis Cup and Junior Fed Cup - closed 20:32, 2 April 2017 (UTC)
* Kerrowmoar - (8257) - redirect to List of named corners of the Snaefell Mountain Course - closed 17:00, 2 April 2017 (UTC)
* 2017 European Tour 1 - East European Qualifier - (4752) - delete - closed 01:06, 28 March 2017 (UTC)
* 2017 Rugby League Emerging Nations World Championship - (7475) - delete - closed 00:17, 25 March 2017 (UTC)
* World Inter School Rope Skipping Organisation - (3983) - delete - closed 04:33, 21 March 2017 (UTC)
* Callum Bustin - (7178) - delete - closed 13:31, 19 March 2017 (UTC)
* Oddsmaker - (2911) - delete - closed 00:19, 18 March 2017 (UTC)
* Tehran House of Volleyball - (8281) - delete - closed 00:53, 15 March 2017 (UTC)
* 2016 Alpine Skiing World Cup/Men's Alpine Combined - (7103) - delete - closed 18:37, 12 March 2017 (UTC)
* Charlotte Invasion - (3444) - delete - closed 07:14, 12 March 2017 (UTC)
* Policyjny Klub Sportowy Katowice - (7184) - no consensus - closed 07:29, 12 March 2017 (UTC)
* Hector Molina - (4430) - delete - closed 07:23, 5 March 2017 (UTC)
* Great Lakes Inline (2nd nomination) - (5201) - delete - closed 00:58, 2 March 2017 (UTC)
* 1998 Piruetten - (6307) - merge all to Piruetten - closed 04:41, 28 February 2017 (UTC)
* Yugoslavia national junior handball team - (5318) - delete - closed 03:52, 28 February 2017 (UTC)
* Chief Choc - (5622) - no consensus - closed 01:50, 28 February 2017 (UTC)
* 2014 World Junior Ball Hockey Championships - (5389) - delete - closed 19:35, 26 February 2017 (UTC)
* 2001 Merano Cup - (5290) - redirect to Merano Cup - closed 21:35, 26 February 2017 (UTC)
* 2014 New Zealand Open Grand Prix - (8797) - delete - closed 19:46, 26 February 2017 (UTC)
* Uzbekistani Figure Skating Championships - (5690) - no consensus - closed 21:34, 25 February 2017 (UTC)
* Comparison of field and ice hockey - (4546) - delete - closed 21:01, 25 February 2017 (UTC)
* Coaching leadership styles - (5099) - delete - closed 23:53, 25 February 2017 (UTC)
* BeIN Sports (MENA) - (9245) - keep - closed 16:18, 24 February 2017 (UTC)
* BeIN Sports (Canada) - (5508) - keep - closed 03:15, 23 February 2017 (UTC)
* BeIN Sports (Australia) - (7638) - keep - closed 03:15, 23 February 2017 (UTC)
* BeIN Sports (USA) - (5428) - keep - closed 03:15, 23 February 2017 (UTC)
* BeIN Sports (Spain) - (5707) - keep - closed 03:15, 23 February 2017 (UTC)
* Bydgoszcz Wildcats - (4717) - delete - closed 04:14, 22 February 2017 (UTC)
* Scott Rupp Award (2nd nomination) - (3461) - delete - closed 02:49, 21 February 2017 (UTC)
* 2014 World Development Trophy – Single Skating - (4585) - delete - closed 01:56, 20 February 2017 (UTC)
* Tata Open India International Challenge 2013 - (8161) - no consensus - closed 15:15, 17 February 2017 (UTC)
* Kila Raipur Sports Festival - (7417) - keep - closed 05:36, 16 February 2017 (UTC)
* Galina Kovalenskaya - (11115) - keep - closed 05:29, 16 February 2017 (UTC)
* 2014 Philippine National Games - (5379) - no consensus - closed 05:15, 14 February 2017 (UTC)
* ASEAN School Games - (4038) - Keep - closed 21:59, 13 February 2017 (UTC)
* Felsőzsolca Városi Sportcsarnok - (4530) - delete - closed 04:11, 14 February 2017 (UTC)
* 1998 UCI Road World Championships start list - (5607) - delete - closed 19:49, 13 February 2017 (UTC)
* 2004 VTV International Women's Volleyball Cup - (5590) - no consensus - closed 06:58, 13 February 2017 (UTC)
* 1977 William Jones Memorial Cup - (5962) - no consensus - closed 07:00, 13 February 2017 (UTC)
* Canada at the FIBA 3x3 World Tour - (5429) - no consensus - closed 07:02, 13 February 2017 (UTC)
* 2009 Volleyball Copa Latina - (5470) - no consensus - closed 03:21, 13 February 2017 (UTC)
* IFBB Best in the World - (5208) - delete and redirect to International Federation of BodyBuilders - closed 18:01, 12 February 2017 (UTC)
* Most Valuable Player Award (PIHA) - (4718) - delete - closed 13:28, 12 February 2017 (UTC)
* Arnis at the 2013 Palarong Pambansa - (6041) - no consensus - closed 04:59, 12 February 2017 (UTC)
* 2018 ICC World Cricket League Division Two - (4236) - keep - closed 00:22, 12 February 2017 (UTC)
* International Monohull Open Classes Association - (24762) - no consensus - closed 08:48, 11 February 2017 (UTC)
* Lyudmila Artemyeva - (4325) - delete - closed 04:10, 9 February 2017 (UTC)
* Iceland at the 2015 Games of the Small States of Europe - (7568) - delete - closed 02:06, 9 February 2017 (UTC)
* 2010 Alberta Winter Games - (5400) - no consensus - closed 21:23, 7 February 2017 (UTC)
* List of RHI records (team) - (16413) - delete - closed 22:38, 7 February 2017 (UTC)
* 2010 IIHF InLine Hockey World Championship Division I - (4919) - no consensus - closed 22:42, 7 February 2017 (UTC)
* New York/New Jersey Rockers - (16927) - redirect to New Jersey Rockin' Rollers - closed 22:34, 7 February 2017 (UTC)
* Major League Roller Hockey Pro Division - (6813) - delete - closed 00:08, 6 February 2017 (UTC)
* 2016 Four National Figure Skating Championships - (7579) - no consensus - closed 00:49, 6 February 2017 (UTC)
* Weightlifting at the 2013 National Games of China - (15418) - delete - closed 00:46, 6 February 2017 (UTC)
* 1947 Triangulaire - (6595) - redirect to Triangulaire - closed 21:12, 5 February 2017 (UTC)
* M.U.D.S. – Mean Ugly Dirty Sport - (3782) - delete - closed 00:20, 6 February 2017 (UTC)
* 2009 Founders Cup Finals - (6270) - delete - closed 16:39, 5 February 2017 (UTC)
* Olympic Axe - (4289) - delete - closed 10:33, 5 February 2017 (UTC)
* Fali Ramadani - (3483) - delete - closed 04:44, 5 February 2017 (UTC)
* SportsLink (2nd nomination) - (4231) - delete - closed 21:56, 3 February 2017 (UTC)
* Mike Bianchi - (12603) - keep - closed 07:53, 3 February 2017 (UTC)
* Canada Pro Cup (2nd nomination) - (5725) - delete - closed 05:49, 3 February 2017 (UTC)
* List of RHI records (individual) - (4403) - delete - closed 05:54, 3 February 2017 (UTC)
* Israel at the European Baseball Championship - (22604) - keep - closed 13:52, 2 February 2017 (UTC)
* Major League Roller Hockey AA - (4904) - delete - closed 23:35, 31 January 2017 (UTC)
* Flint Flyers - (4045) - redirect to Michigan State League - closed 03:17, 1 February 2017 (UTC)
* FBMA Trophy - (9617) - no consensus - closed 03:18, 31 January 2017 (UTC)
* World University Orienteering Championship 2014 - (4456) - delete - closed 03:17, 31 January 2017 (UTC)
* Phoenix Cobras - (6019) - keep - closed 04:03, 31 January 2017 (UTC)
* New England Stingers - (4689) - keep - closed 04:02, 31 January 2017 (UTC)
* Montreal Roadrunners - (11879) - keep - closed 04:02, 31 January 2017 (UTC)
* Minnesota Blue Ox - (6547) - keep - closed 04:01, 31 January 2017 (UTC)
* FIRS Inline Hockey World Championships - (5814) - keep - closed 08:42, 30 January 2017 (UTC)
* Roller Hockey International - (11369) - keep - closed 08:41, 30 January 2017 (UTC)
* Tampa Bay Tritons - (6576) - keep - closed 08:50, 30 January 2017 (UTC)
* St. Louis Vipers - (6053) - keep - closed 08:48, 30 January 2017 (UTC)
* San Diego Barracudas - (6015) - keep - closed 08:49, 30 January 2017 (UTC)
* Philadelphia Bulldogs - (7533) - keep - closed 08:52, 30 January 2017 (UTC)
* Pittsburgh Phantoms (RHI) - (6839) - keep - closed 08:52, 30 January 2017 (UTC)
* Oakland Skates - (6283) - keep - closed 09:13, 30 January 2017 (UTC)
* New Jersey Rockin Rollers - (6314) - keep - closed 09:14, 30 January 2017 (UTC)
* Connecticut Coasters - (6959) - keep - closed 08:44, 30 January 2017 (UTC)
* Empire State Cobras - (8170) - keep - closed 08:53, 30 January 2017 (UTC)
* Las Vegas Flash - (5881) - keep - closed 08:51, 30 January 2017 (UTC)
* Long Island Jawz - (6818) - keep - closed 08:50, 30 January 2017 (UTC)
* Los Angeles Blades - (6071) - keep - closed 08:47, 30 January 2017 (UTC)
* Minnesota Arctic Blast - (8228) - keep - closed 08:53, 30 January 2017 (UTC)
* Orlando Jackals - (7383) - keep - closed 08:43, 30 January 2017 (UTC)
* Ottawa Wheels - (5954) - keep - closed 08:41, 30 January 2017 (UTC)
* Israel at the FIBA Basketball World Cup - (27889) - Delete - closed 23:58, 14 January 2017 (UTC)
* Archery at the 2015 ASEAN Para Games - (9999) - keep - closed 09:07, 29 January 2017 (UTC)
* 2015 CS Denkova-Staviski Cup - (4899) - no consensus - closed 00:51, 29 January 2017 (UTC)
* 2014 CS Volvo Open Cup - (5190) - no consensus - closed 00:53, 29 January 2017 (UTC)
* 2014 CS U.S. International Figure Skating Classic - (4969) - no consensus - closed 00:53, 29 January 2017 (UTC)
* Lake Placid Ice Dance International - (4962) - no consensus - closed 00:55, 29 January 2017 (UTC)
* Comité International de Roller In-Line Hockey - (5424) - redirect to Fédération Internationale de Roller Sports - closed 09:47, 28 January 2017 (UTC)
* Archery at the 2016 ASEAN University Games - (5150) - delete - closed 09:54, 28 January 2017 (UTC)
* Belgium at the 2011 European Youth Olympic Summer Festival - (3896) - delete - closed 09:58, 28 January 2017 (UTC)
* List of Australian Rules Rec Footy competitions - (4593) - delete - closed 00:11, 28 January 2017 (UTC)
* The Cricket Show - (6130) - merge to Nine's Wide World of Sports - closed 06:31, 27 January 2017 (UTC)
* 2009 Founders Cup playoffs - (6180) - delete - closed 06:32, 27 January 2017 (UTC)
* 2012 FIRS Senior Men's Inline Hockey World Championships - (8445) - no consensus - closed 06:33, 27 January 2017 (UTC)
* 2014 PIHA Pro playoffs - (5410) - delete - closed 06:33, 27 January 2017 (UTC)
* Western Conference Championship (PIHA) - (4960) - delete - closed 06:01, 27 January 2017 (UTC)
* Scott Rupp Award - (5019) - no consensus - closed 06:33, 27 January 2017 (UTC)
* PIHA Pro playoffs - (5571) - delete - closed 06:32, 27 January 2017 (UTC)
* First Roller In-line Hockey World Championship - (5967) - delete - closed 05:59, 27 January 2017 (UTC)
* Major League Roller Hockey - (6045) - keep - closed 06:30, 27 January 2017 (UTC)
* Captain (inline hockey) - (5174) - delete - closed 06:08, 27 January 2017 (UTC)
* Rivals.ph - (6041) - delete - closed 03:07, 27 January 2017 (UTC)
* National Collegiate Roller Hockey Championships - (5789) - delete - closed 05:38, 27 January 2017 (UTC)
* 2015 IIHF Inline Hockey World Championship Division I - (7706) - keep - closed 06:56, 27 January 2017 (UTC)
* Finland men's national inline hockey team - (5990) - keep - closed 06:57, 27 January 2017 (UTC)
* Member Organization (NCRHA) - (4201) - delete - closed 05:37, 27 January 2017 (UTC)
* List of NCRHA seasons - (6644) - delete - closed 19:53, 25 January 2017 (UTC)
* The ITV Seven - (5814) - no consensus - closed 06:36, 25 January 2017 (UTC)
* Adam Amin - (5235) - delete - closed 09:02, 24 January 2017 (UTC)
* Albania at the 2016 European Athletics Championships - (23995) - keep - closed 09:36, 24 January 2017 (UTC)
* Swimming at the 2016 Pekan Olahraga Nasional – Women's 100 metre breaststroke - (4671) - delete - closed 03:29, 24 January 2017 (UTC)
* Athletics at the 2015 ASEAN School Games - (6461) - delete all - closed 20:19, 23 January 2017 (UTC)
* Singapore Xtreme Competition 2009 - (4427) - delete - closed 03:30, 24 January 2017 (UTC)
* Minkenry - (3993) - delete - closed 23:35, 23 January 2017 (UTC)
* 2014–15 Pictou County Crushers season - (4312) - delete - closed 03:32, 24 January 2017 (UTC)
* List of Roller Hockey International teams - (7983) - Withdrawn - closed 07:40, 23 January 2017 (UTC)
* Indycar on BT - (8204) - delete - closed 02:33, 23 January 2017 (UTC)
* Pro Beach Hockey - (4725) - delete - closed 19:07, 22 January 2017 (UTC)
* Archery at the 2016 Sukma Games - (5392) - delete - closed 02:21, 23 January 2017 (UTC)
* Athletics at the 2016 Malaysia Para Games - (4381) - delete - closed 02:21, 23 January 2017 (UTC)
* ASEAN Civil Service Games - (7619) - delete - closed 02:29, 23 January 2017 (UTC)
* Athletics at the 2015 National Games of India - (7484) - no consensus - closed 02:22, 23 January 2017 (UTC)
* Basketball at the 2011 GCC Games - (4133) - delete - closed 02:26, 23 January 2017 (UTC)
* NBC Sports Live Extra - (6373) - delete and redirect to NBC Sports - closed 00:18, 22 January 2017 (UTC)
* Swimming at the 2016 Pekan Olahraga Nasional – Men's 100 metre freestyle - (10192) - delete - closed 00:42, 22 January 2017 (UTC)
* Athletics at the 2005 Mediterranean Games – Results - (6529) - keep - closed 13:41, 21 January 2017 (UTC)
* 2001 Major League Lacrosse Collegiate Draft - (7619) - no consensus - closed 13:47, 21 January 2017 (UTC)
* 2027 AFC Asian Cup - (5573) - delete - closed 14:13, 21 January 2017 (UTC)
* GK Elite Sportswear (3rd nomination) - (6255) - delete - closed 11:50, 20 January 2017 (UTC)
* Finland women's national inline hockey team - (11880) - keep - closed 14:50, 20 January 2017 (UTC)
* 2010 NCRHA Division II Collegiate Roller Hockey National Championships - (4248) - delete - closed 11:58, 20 January 2017 (UTC)
* NCRHA Collegiate Roller Hockey National Championships Most Valuable Player - (5474) - delete - closed 00:13, 20 January 2017 (UTC)
* Major League Lacrosse Collegiate Draft - (6238) - keep - closed 18:19, 19 January 2017 (UTC)
* IIHF Inline Hockey World Championship - (5921) - keep - closed 21:23, 19 January 2017 (UTC)
* List of inline hockey competitions - (4146) - delete - closed 00:36, 19 January 2017 (UTC)
* 2006–07 NCRHA Division I season - (3886) - delete - closed 21:25, 18 January 2017 (UTC)
* Southeastern Collegiate Roller Hockey League - (4189) - redirect to National Collegiate Roller Hockey Association - closed 00:36, 19 January 2017 (UTC)
* 2005–06 ECRHA Regional Championships - (4153) - delete - closed 21:25, 18 January 2017 (UTC)
* Volleyball at the 2013 Games of the Small States of Europe – Women's team rosters - (5030) - delete - closed 21:24, 18 January 2017 (UTC)
* Netherlands at the 2013 UEC European Track Championships - (8585) - no consensus - closed 14:00, 18 January 2017 (UTC)
* Albania at the 2010 FINA World Swimming Championships (25 m) - (4852) - delete - closed 17:21, 18 January 2017 (UTC)
* Iran at the 2013 Islamic Solidarity Games - (4059) - delete - closed 17:21, 18 January 2017 (UTC)
* 2014–15 NCRHA Division I season - (3418) - delete - closed 17:24, 18 January 2017 (UTC)
* List of 10 meter diving platforms in the United States - (10501) - keep - closed 01:21, 18 January 2017 (UTC)
* Belarus at the 2016 World Speed Skating Championships - (17427) - delete - closed 17:35, 17 January 2017 (UTC)
* Argentina at the 2015 UCI Track Cycling World Championships - (18222) - merge/repurpose all into by-country articles - closed 17:47, 17 January 2017 (UTC)
* Swimming at the 2009 Maccabiah Games – Men's 100 metre backstroke - (7611) - keep - closed 22:18, 16 January 2017 (UTC)
* 2002 FIRS Men's Inline Hockey World Championships - (4941) - merge to FIRS Inline Hockey World Championships - closed 01:23, 17 January 2017 (UTC)
* James Grant Group - (11035) - delete - closed 22:25, 16 January 2017 (UTC)
* Philippines at the FIBA Basketball World Cup - (5802) - merge to Philippine men's national basketball team major competition results - closed 22:20, 16 January 2017 (UTC)
* Wight Trash - (6357) - delete - closed 07:45, 16 January 2017 (UTC)
* Dominica at the 2010 Commonwealth Games - (9369) - delete - closed 03:54, 16 January 2017 (UTC)
* Oman at the 2006 FEI World Equestrian Games - (9767) - delete - closed 03:47, 16 January 2017 (UTC)
* 2016 Auckland Open (darts) - (6942) - merge to Auckland Open (darts) - closed 02:18, 16 January 2017 (UTC)
* List of Olympians and cyclists and weightlifters at World Championships - (13806) - delete - closed 17:15, 15 January 2017 (UTC)
* 1993 Murphy Cup playoffs - (4498) - delete - closed 23:14, 14 January 2017 (UTC)
* 2017 European Junior Championship of American football - (4523) - no consensus - closed 06:50, 14 January 2017 (UTC)
* 2018 World Figure Skating Championships - (5527) - keep - closed 09:36, 14 January 2017 (UTC)
* 1905–06 Colgate men's basketball team - (5397) - no consensus - closed 09:28, 14 January 2017 (UTC)
* 2009 IIHF InLine Hockey World Championship - (5759) - Keep. - closed 16:40, 13 January 2017 (UTC)
* Aston Demolition - (5547) - delete - closed 00:27, 14 January 2017 (UTC)
* 2009 NCRHA Division II Collegiate Roller Hockey National Championships - (3682) - delete - closed 00:23, 13 January 2017 (UTC)
* 2009–10 NCRHA B Division season - (3154) - delete - closed 00:23, 13 January 2017 (UTC)
* 2009–10 NCRHA Division II season - (3177) - delete - closed 00:23, 13 January 2017 (UTC)
* 2009–10 NCRHA Junior College Division season - (3232) - delete - closed 00:23, 13 January 2017 (UTC)
* 2010 NCRHA Junior College Division Collegiate Roller Hockey National Championships - (3741) - delete - closed 00:23, 13 January 2017 (UTC)
* 2016 WFDF World Ultimate & Guts Championship - (3793) - delete - closed 00:22, 13 January 2017 (UTC)
* Argentina women's national inline hockey team - (6083) - withdrawn - closed 01:12, 13 January 2017 (UTC)
* Corn disc - (4379) - delete - closed 07:51, 12 January 2017 (UTC)
* 2008–09 NCRHA Division I season - (3924) - delete - closed 03:26, 12 January 2017 (UTC)
* Odeonbet - (4336) - delete - closed 03:23, 12 January 2017 (UTC)
* 2009 NARCh Finals Pro Division - (3252) - delete - closed 08:12, 12 January 2017 (UTC)
* 2012–13 NCRHA Division II season - (4018) - delete - closed 08:11, 12 January 2017 (UTC)
* All-time RHI team performance list - (3712) - delete - closed 08:11, 12 January 2017 (UTC)
* 2007–08 PIHA season - (3386) - delete - closed 02:43, 12 January 2017 (UTC)
* 2008–09 PIHA season - (3206) - delete - closed 02:42, 12 January 2017 (UTC)
* 2009 IIHF Men's InLine Hockey World Championship rosters - (3523) - delete - closed 02:45, 12 January 2017 (UTC)
* 2009–10 PIHA season - (3423) - delete - closed 02:31, 12 January 2017 (UTC)
* 2013 FIRS World Inline Hockey Championships - (3491) - delete - closed 02:44, 12 January 2017 (UTC)
* 2014 MLRH Super League season - (3176) - delete - closed 02:42, 12 January 2017 (UTC)
* 2014–15 PIHA Pro season - (3324) - delete - closed 02:44, 12 January 2017 (UTC)
* 2015 Founders Cup playoffs - (3232) - delete - closed 02:44, 12 January 2017 (UTC)
* 2015 National Collegiate Roller Hockey Championships – Division I - (3658) - delete - closed 02:42, 12 January 2017 (UTC)
* Eastern Conference Championship (PIHA) - (4485) - delete - closed 02:43, 12 January 2017 (UTC)
* 2013 FIRS World Inline Hockey Championships – Senior Men's tournament - (3371) - delete - closed 02:44, 12 January 2017 (UTC)
* 2008 NCRHA Division I Collegiate Roller Hockey National Championships - (4221) - delete - closed 04:09, 11 January 2017 (UTC)
* Sarena Special - (5431) - soft delete - closed 04:34, 10 January 2017 (UTC)
* Kingston and District Sports Hall of Fame - (6570) - merge to Rogers K-Rock Centre - closed 05:06, 10 January 2017 (UTC)
* Madeira Youth Wiffleball League - (6195) - delete - closed 04:18, 10 January 2017 (UTC)
* Cross-country skiing at the 2017 Asian Winter Games - (6887) - Keep - closed 00:57, 9 January 2017 (UTC)
* Asswehly (volleyball) - (4220) - redirect to Asswehly SC - closed 02:55, 7 January 2017 (UTC)
* Equatorial Guinea at the 2009 Lusophony Games - (4030) - delete - closed 02:59, 7 January 2017 (UTC)
* 2018 Formula One season (2nd nomination) - (6040) - keep - closed 21:46, 6 January 2017 (UTC)
* GK Elite Sportswear (2nd nomination) - (5743) - no consensus - closed 05:15, 6 January 2017 (UTC)
* Matt Dinerman - (7033) - no consensus - closed 06:46, 5 January 2017 (UTC)
* R. J. Anderson - (4317) - delete - closed 00:18, 5 January 2017 (UTC)
* Pakistan at the 2017 Asian Winter Games - (5389) - keep - closed 00:23, 5 January 2017 (UTC)
* James Wilson (basketball) - (6836) - no consensus - closed 02:49, 3 January 2017 (UTC)
* List of ultramarathons - (4592) - keep - closed 08:16, 3 January 2017 (UTC)
* Ed & Bertha Fitzpatrick Arena - (8750) - merge to California State University, Stanislaus - closed 00:58, 1 January 2017 (UTC)
* 5Wkids Outdoor Learning Area - (4723) - delete - closed 10:07, 28 December 2016 (UTC)
* Formula One on FOX - (5192) - delete - closed 03:04, 27 December 2016 (UTC)
* Kick Off (TV series) - (4295) - delete - closed 11:08, 26 December 2016 (UTC)
* Saturday Arvo Football - (4238) - redirect to Seven Sport - closed 09:23, 26 December 2016 (UTC)
* Tetsuro Kiyooka - (7853) - keep - closed 18:29, 24 December 2016 (UTC)
* Todd Harris - (6262) - delete - closed 01:50, 24 December 2016 (UTC)
* Tourball - (4364) - delete - closed 10:56, 20 December 2016 (UTC)
* 2016 BWF World Junior Championships – Boys' doubles - (6160) - keep - closed 13:30, 20 December 2016 (UTC)
* Yongtoogi - (3845) - delete - closed 08:27, 16 December 2016 (UTC)
* Hamamatsu Kite Festival - (5427) - speedy keep - closed 06:55, 13 December 2016 (UTC)
* St Kilda–Fremantle AFL controversies - (6645) - delete - closed 15:41, 9 December 2016 (UTC)
* 2013 Asian Schools Swimming Championships - (5846) - delete - closed 09:27, 8 December 2016 (UTC)
* August 2005 in sports - (5864) - merge to 2005 in sports - closed 19:34, 7 December 2016 (UTC)
* Sam Henderson (weightlifter) (2nd nomination) - (11397) - delete - closed 16:45, 6 December 2016 (UTC)
* Minto Recreation Complex - (5453) - delete - closed 00:49, 5 December 2016 (UTC)
* Harry Aaronson - (5732) - delete - closed 19:09, 3 December 2016 (UTC)
* Algeria at the 2017 Mediterranean Games - (4994) - Move and redirect as suggested - closed 16:51, 30 November 2016 (UTC)
* Cowal Golf Club - (3152) - Speedily deleted - closed 03:45, 29 November 2016 (UTC)
* Israel at the EuroBasket 1953 (2nd nomination) - (13214) - delete - closed 12:56, 28 November 2016 (UTC)
* 2001 CONCACAF U-17 Tournament qualification - (15402) - merge to 2001 CONCACAF U-17 Tournament - closed 22:21, 26 November 2016 (UTC)
* Dalian International Marathon - (11291) - no consensus - closed 23:12, 25 November 2016 (UTC)
* List of minor sports teams in the United States by city - (12412) - no consensus - closed 15:28, 23 November 2016 (UTC)
* Mark Hamon - (3048) - delete - closed 15:41, 23 November 2016 (UTC)
* Newcastle & Hunter Rugby League - (5818) - Delete - closed 21:36, 22 November 2016 (UTC)
* .33 Nosler - (8369) - redirect to Nosler - closed 13:31, 22 November 2016 (UTC)
* List of Rome Snowboards - (3635) - delete - closed 02:01, 22 November 2016 (UTC)
* International cricket in 2003 - (5729) - keep - closed 10:02, 16 November 2016 (UTC)
* Patricia Murphy (referee) - (7470) - keep - closed 17:51, 11 November 2016 (UTC)
* Southend Triathlon - (5514) - delete - closed 06:52, 8 November 2016 (UTC)
* Pairs in Test and first-class cricket - (5501) - keep - closed 09:04, 7 November 2016 (UTC)
* India at the 2016 Asian Beach Games - (9474) - keep - closed 11:28, 1 November 2016 (UTC)
* WHW World Heavyweight Champion - (4987) - delete - closed 06:49, 1 November 2016 (UTC)
* Harness Tracks of America Driver of the Year - (5995) - Keep - closed 00:33, 30 October 2016 (UTC)
* 2016 Vietnam F7 Futures (tennis) - (4318) - delete - closed 12:44, 29 October 2016 (UTC)
* Alejandro Palacio - (4975) - delete - closed 08:54, 29 October 2016 (UTC)
* Burundi Rugby League Association - (3537) - delete - closed 09:06, 29 October 2016 (UTC)
* 2016–17 North Superleague - (6918) - no consensus - closed 09:28, 28 October 2016 (UTC)
* Sam Ghans Foot Sport Agency - (5977) - delete - closed 00:35, 27 October 2016 (UTC)
* 2016–17 Highland Football League - (7710) - keep - closed 05:50, 26 October 2016 (UTC)
* Netball and the Olympic Movement - (4484) - (unknown) - closed 22:49, 25 October 2016 (UTC)
* Muhammad Ali vs. Oscar Bonavena - (18191) - keep - closed 07:43, 25 October 2016 (UTC)
* Surf Dive N Ski - (8144) - delete - closed 22:58, 23 October 2016 (UTC)
* Hungerball - (5015) - delete - closed 20:28, 23 October 2016 (UTC)
* 2016 Moto3 Motostar British Championship season - (4771) - delete - closed 23:05, 23 October 2016 (UTC)
* China at the 2016 Asian Beach Games - (4159) - delete - closed 01:05, 24 October 2016 (UTC)
* Qatar at the 2016 Asian Beach Games - (4126) - delete - closed 01:05, 24 October 2016 (UTC)
* Uzbekistan at the 2016 Asian Beach Games - (4171) - delete - closed 01:05, 24 October 2016 (UTC)
* Kazakhstan at the 2016 Asian Beach Games - (4171) - delete - closed 01:06, 24 October 2016 (UTC)
* Iran at the 2016 Asian Beach Games - (4832) - delete - closed 01:05, 24 October 2016 (UTC)
* Vietnam at the 2016 Asian Beach Games - (4310) - delete - closed 01:05, 24 October 2016 (UTC)
* DC Brawlers - (4341) - delete - closed 09:14, 23 October 2016 (UTC)
* Baltimore Anthem - (4365) - delete - closed 09:14, 23 October 2016 (UTC)
* Phoenix Rise (GRID) - (4387) - delete - closed 09:15, 23 October 2016 (UTC)
* New South Wales Hillclimb Championship - (4256) - delete - closed 13:40, 23 October 2016 (UTC)
* 1912 German Men's Eight Rowing Team - (8372) - delete - closed 19:54, 22 October 2016 (UTC)
* Indonesia at the 2016 Asian Beach Games - (7470) - delete - closed 18:30, 21 October 2016 (UTC)
* Palestine at the 2016 Asian Beach Games - (5545) - delete - closed 18:35, 21 October 2016 (UTC)
* 2026 in sports - (5043) - keep - closed 09:44, 19 October 2016 (UTC)
* Hashtag United F.C. - (6352) - Speedy Keep - closed 23:14, 18 October 2016 (UTC)
* Sri Lanka at the 2016 Asian Beach Games - (4269) - delete - closed 06:02, 18 October 2016 (UTC)
* Lebanon at the 2016 Asian Beach Games - (4756) - delete - closed 06:03, 18 October 2016 (UTC)
* Cambodia at the 2016 Asian Beach Games - (4598) - delete - closed 06:02, 18 October 2016 (UTC)
* Bahrain at the 2016 Asian Beach Games - (4807) - delete - closed 06:04, 18 October 2016 (UTC)
* Brunei at the 2016 Asian Beach Games - (4725) - delete - closed 06:02, 18 October 2016 (UTC)
* Chinese Taipei at the 2016 Asian Beach Games - (4634) - delete - closed 06:04, 18 October 2016 (UTC)
* Jordan at the 2016 Asian Beach Games - (4370) - delete - closed 06:04, 18 October 2016 (UTC)
* Malaysia at the 2016 Asian Beach Games - (4753) - delete - closed 06:04, 18 October 2016 (UTC)
* Turkmenistan at the 2016 Asian Beach Games - (4414) - delete - closed 06:04, 18 October 2016 (UTC)
* Singapore at the 2016 Asian Beach Games - (4588) - delete - closed 06:04, 18 October 2016 (UTC)
* South Korea at the 2016 Asian Beach Games - (4405) - delete - closed 06:04, 18 October 2016 (UTC)
* Syria at the 2016 Asian Beach Games - (4351) - delete - closed 06:03, 18 October 2016 (UTC)
* Pakistan at the 2016 Asian Beach Games - (4378) - delete - closed 06:03, 18 October 2016 (UTC)
* Hong Kong at the 2016 Asian Beach Games - (4384) - delete - closed 06:03, 18 October 2016 (UTC)
* Kyrgyzstan at the 2016 Asian Beach Games - (4396) - delete - closed 06:03, 18 October 2016 (UTC)
* Iraq at the 2016 Asian Beach Games - (4342) - delete - closed 06:03, 18 October 2016 (UTC)
* Mongolia at the 2016 Asian Beach Games - (4378) - delete - closed 06:02, 18 October 2016 (UTC)
* Macau at the 2016 Asian Beach Games - (4351) - delete - closed 06:03, 18 October 2016 (UTC)
* Uganda International - (14535) - keep - closed 18:59, 17 October 2016 (UTC)
* Clonbony GAA - (18028) - delete - closed 07:23, 17 October 2016 (UTC)
* Laos at the 2016 Asian Beach Games - (5591) - delete - closed 05:51, 17 October 2016 (UTC)
* Onur Albayrak - (4790) - delete - closed 08:10, 15 October 2016 (UTC)
* Budgie Nine - (5917) - redirect to 2016 Malaysian Grand Prix - closed 11:29, 15 October 2016 (UTC)
* AXiomatic - (4235) - delete - closed 09:41, 13 October 2016 (UTC)
* Doping in pigeon racing - (4332) - Merge - closed 07:34, 11 October 2016 (UTC)
* Miami–Nebraska football rivalry - (6152) - Keep - closed 08:11, 10 October 2016 (UTC)
* World Cheerleading Championships (2nd nomination) - (9879) - delete and redirect to International Cheer Union - closed 00:02, 9 October 2016 (UTC)
* Genki Ishisaka - (4669) - delete - closed 22:30, 8 October 2016 (UTC)
* Canada men's national intercrosse team (3rd nomination) - (6304) - no consensus - closed 09:16, 6 October 2016 (UTC)
* Super Saturday (Australia) - (6290) - delete - closed 15:09, 4 October 2016 (UTC)
* Islamic sports - (4828) - delete - closed 14:08, 4 October 2016 (UTC)
* 1968 Olympic and Paralympic medal table - (6532) - delete - closed 08:51, 2 October 2016 (UTC)
* New York Fishing Records - (5503) - delete - closed 06:03, 29 September 2016 (UTC)
* Illinois Fishing Records - (6100) - delete - closed 06:03, 29 September 2016 (UTC)
* Al Ahly Sports Hall - (6026) - keep - closed 00:26, 29 September 2016 (UTC)
* Alabama–Ole Miss football rivalry - (14713) - keep - closed 00:06, 28 September 2016 (UTC)
* Monday Night Football (NRL) - (4983) - delete - closed 13:07, 27 September 2016 (UTC)
* Central Division (RHI) - (11671) - redirect to Roller Hockey International - closed 20:50, 25 September 2016 (UTC)
* Gannon Cup - (8611) - delete - closed 06:02, 23 September 2016 (UTC)
* Mumbai Juniorthon - (5276) - delete - closed 05:38, 22 September 2016 (UTC)
* Indian National Lacrosse Federation - (4478) - delete - closed 05:06, 22 September 2016 (UTC)
* European Masters (snooker) - (13167) - no consensus - closed 20:08, 20 September 2016 (UTC)
* Roehig Motorsports - (6362) - delete - closed 16:22, 18 September 2016 (UTC)
* Sunday Football (NRL) - (5029) - delete - closed 01:18, 19 September 2016 (UTC)
* Godsent - (4640) - keep - closed 16:48, 18 September 2016 (UTC)
* List of weightlifters at the 2011 World Weightlifting Championships - (5353) - keep - closed 07:54, 18 September 2016 (UTC)
* List of weightlifters at the 2010 World Weightlifting Championships - (3732) - keep - closed 02:41, 18 September 2016 (UTC)
* List of weightlifters at the 1998 World Weightlifting Championships - (3732) - keep - closed 02:41, 18 September 2016 (UTC)
* List of weightlifters at the 2006 World Weightlifting Championships - (3755) - keep - closed 07:52, 18 September 2016 (UTC)
* List of weightlifters at the 1999 World Weightlifting Championships - (3732) - keep - closed 02:38, 18 September 2016 (UTC)
* List of weightlifters at the 2007 World Weightlifting Championships - (3732) - keep - closed 02:42, 18 September 2016 (UTC)
* List of weightlifters at the 2003 World Weightlifting Championships - (10021) - keep - closed 21:33, 17 September 2016 (UTC)
* 2017 F4 British Championship season - (5679) - delete - closed 02:32, 17 September 2016 (UTC)
* Thai e-Sports Association - (6458) - delete - closed 08:35, 17 September 2016 (UTC)
* 1981 Formula One U.S Broadcasts - (6967) - delete - closed 18:58, 16 September 2016 (UTC)
* 2008 European Drift Championship season - (7528) - no consensus - closed 01:19, 16 September 2016 (UTC)
* 2017 European Touring Car Cup - (5146) - delete - closed 05:42, 15 September 2016 (UTC)
* Gamecock Jesus - (3847) - delete - closed 05:50, 15 September 2016 (UTC)
* Relationship between rugby league and rugby union - (6561) - merge to Comparison of rugby league and rugby union - closed 16:54, 14 September 2016 (UTC)
* Skipton Devonshire Bowling Club - (5484) - delete - closed 05:43, 14 September 2016 (UTC)
* Veterans Memorial Stadium (Quincy) - (5411) - keep - closed 07:42, 14 September 2016 (UTC)
* 2016 US Open – Wheelchair Quad Doubles - (3530) - delete - closed 00:26, 6 September 2016 (UTC)
* 2016 US Open – Wheelchair Women's Doubles - (3418) - delete - closed 00:25, 6 September 2016 (UTC)
* 2016 US Open – Wheelchair Men's Doubles - (3406) - delete - closed 00:25, 6 September 2016 (UTC)
* 2016 US Open – Wheelchair Quad Singles - (3394) - delete - closed 00:25, 6 September 2016 (UTC)
* 2016 US Open – Wheelchair Women's Singles - (3586) - delete - closed 00:25, 6 September 2016 (UTC)
* 2016 US Open – Wheelchair Men's Singles - (4092) - delete - closed 00:25, 6 September 2016 (UTC)
* Oklahoma D-Day (2nd nomination) - (6103) - Withdrawn - closed 16:00, 12 September 2016 (UTC)
* Thursday Night Football (NRL) - (3592) - delete - closed 00:46, 12 September 2016 (UTC)
* Canada men's national intercrosse team (2nd nomination) - (6081) - no consensus - closed 00:33, 11 September 2016 (UTC)
* AquaMobile Swim School, Toronto - (3323) - delete - closed 08:13, 10 September 2016 (UTC)
* Beach Walking - (7615) - redirect to Walking - closed 15:18, 9 September 2016 (UTC)
* Kent Athletic Club - (6213) - delete - closed 15:37, 9 September 2016 (UTC)
* List of Cancelled AFL matches - (4814) - delete - closed 05:56, 9 September 2016 (UTC)
* Crimson Knight (2nd nomination) - (4584) - delete - closed 05:56, 7 September 2016 (UTC)
* Royal Air Force Mountaineering Association (2nd nomination) - (5005) - delete - closed 11:23, 7 September 2016 (UTC)
* Rahal-Hogan RH-001 - (6078) - no consensus - closed 18:01, 6 September 2016 (UTC)
* Sports engineering - (6446) - keep - closed 08:09, 6 September 2016 (UTC)
* 2017 Blancpain GT Series Endurace Cup - (3145) - speedy delete - closed 01:55, 6 September 2016 (UTC)
* Crichton University Campus Boat Club - (5569) - delete - closed 05:49, 5 September 2016 (UTC)
* D-Hoops - (6305) - delete - closed 06:51, 5 September 2016 (UTC)
* Seattle Sounders FC Academy - (7025) - Keep - closed 15:24, 4 September 2016 (UTC)
* 2007–08 1. FFC Turbine Potsdam season - (6956) - delete - closed 01:40, 2 September 2016 (UTC)
* Coastal Carolina-Liberty rivalry - (4418) - delete - closed 07:22, 31 August 2016 (UTC)
* Chennai Swaggers (2nd nomination) - (5750) - no consensus - closed 20:52, 30 August 2016 (UTC)
* Rushmoor derby (2nd nomination) - (6026) - delete - closed 02:16, 30 August 2016 (UTC)
* Aldershot Town F.C.–Woking F.C. rivalry (2nd nomination) - (5923) - delete - closed 02:16, 30 August 2016 (UTC)
* Secretaries Cup - (5502) - keep - closed 00:32, 30 August 2016 (UTC)
* Freestyle walking - (9584) - redirect to Parkour - closed 13:25, 28 August 2016 (UTC)
* White Nights (badminton) - (6013) - keep - closed 00:57, 27 August 2016 (UTC)
* Face Off (FIRST) - (6027) - delete - closed 09:30, 25 August 2016 (UTC)
* FSUU Morelos Gym - (5237) - delete - closed 01:47, 24 August 2016 (UTC)
* 2030 Winter Olympics - (3112) - Redirected to Winter Olympic Games - closed 19:34, 23 August 2016 (UTC)
* Greater Toledo Inline Hockey League - (5971) - delete - closed 11:26, 23 August 2016 (UTC)
* Southern Festival of Speed - (9734) - keep - closed 00:52, 22 August 2016 (UTC)
* SCG Maptaphut Stadium - (5139) - delete - closed 21:37, 21 August 2016 (UTC)
* Right Angle Sports - (4249) - delete - closed 01:09, 22 August 2016 (UTC)
* Gabriella Taylor - (7801) - redirect - closed 07:58, 20 August 2016 (UTC)
* 2018 Formula One season - (3996) - delete - closed 10:31, 20 August 2016 (UTC)
* Michael Phelps Number - (4062) - delete - closed 05:15, 19 August 2016 (UTC)
* Roger Milla Stadium - (4395) - delete - closed 01:01, 18 August 2016 (UTC)
* In Rio Today - (5006) - redirect to Olympics on Seven - closed 18:41, 17 August 2016 (UTC)
* Tyler Boronski - (4095) - delete - closed 00:28, 16 August 2016 (UTC)
* Neil F. Lampson Stadium - (6984) - redirect to Kennewick High School - closed 19:40, 15 August 2016 (UTC)
* Formula Woman - (7091) - Keep - closed 06:17, 14 August 2016 (UTC)
* Nepal Hiking Team - (6052) - delete - closed 02:13, 13 August 2016 (UTC)
* Canada national korfball team - (14107) - delete - closed 01:19, 11 August 2016 (UTC)
* Youth team level - (4018) - redirect to Youth system - closed 07:47, 7 August 2016 (UTC)
* Michelle Tyler - (4472) - keep - closed 12:06, 5 August 2016 (UTC)
* Emiliano Massa - (4943) - speedy delete - closed 01:11, 6 August 2016 (UTC)
* Markus Bayer - (3858) - speedy delete - closed 01:11, 6 August 2016 (UTC)
* Andrei Karatchenia - (4267) - speedy delete - closed 01:12, 6 August 2016 (UTC)
* American Nitrox Divers International - (5909) - keep - closed 05:07, 4 August 2016 (UTC)
* Bandy Federation of Ireland - (5628) - redirect - closed 13:11, 3 August 2016 (UTC)
* Bec Korfball Club - (11435) - no consensus - closed 15:57, 31 July 2016 (UTC)
* Team NoA (2nd nomination) - (4934) - keep - closed 06:19, 31 July 2016 (UTC)
* 2015 Winter Deaflympics - (8663) - no consensus - closed 07:27, 29 July 2016 (UTC)
* Apex Online Racing - (5022) - delete - closed 00:05, 21 July 2016 (UTC)
* Orillia Hockey Club - (5904) - delete - closed 11:22, 20 July 2016 (UTC)
* Team Manipal Racing - (7351) - merge to Manipal University - closed 03:26, 17 July 2016 (UTC)
* 2017 Wimbledon Championships - (7981) - redirect to The Championships, Wimbledon - closed 04:28, 16 July 2016 (UTC)
* Han Chiang Indoor Stadium - (3989) - redirect to Han Chiang High School - closed 07:34, 14 July 2016 (UTC)
* List of ultra-light sport vehicles of the 2010s - (9504) - delete - closed 17:00, 12 July 2016 (UTC)
* Beach Run - (6510) - soft delete - closed 08:46, 11 July 2016 (UTC)
* Will Selva - (4240) - delete - closed 11:36, 11 July 2016 (UTC)
* Kirk Minihane - (5504) - delete - closed 19:31, 9 July 2016 (UTC)
* ClickaBet - (5293) - delete - closed 11:46, 2 July 2016 (UTC)
* Volcano Half Marathon - (4805) - delete - closed 00:32, 1 July 2016 (UTC)
* Aaron Cohen (judoka) - (6180) - keep - closed 05:15, 30 June 2016 (UTC)
* Eastern Parkway Arena - (6292) - Keep - closed 13:40, 28 June 2016 (UTC)
* Official Album Summer Olympics Games Rio 2016 - (4299) - speedy delete - closed 07:42, 28 June 2016 (UTC)
* Brian Williams Media Award - (12009) - redirect to Ontario Sports Hall of Fame - closed 15:15, 25 June 2016 (UTC)
* Moldova men's national ice hockey team - (5784) - delete - closed 02:02, 26 June 2016 (UTC)
* Jody Vance - (6409) - no consensus - closed 10:15, 25 June 2016 (UTC)
* Ivan Rodriguez Gelfenstein - (6550) - delete - closed 13:07, 24 June 2016 (UTC)
* List of Australian middleweight boxing champions - (10138) - keep - closed 02:27, 24 June 2016 (UTC)
* Royal Crown (Royal College Colombo) - (3838) - delete - closed 12:14, 24 June 2016 (UTC)
* Vasilitsa - (6630) - no consensus - closed 02:03, 22 June 2016 (UTC)
* Las Vegas Posse results and roster - (9324) - delete - closed 20:22, 19 June 2016 (UTC)
* Canada men's national intercrosse team - (5018) - no consensus - closed 20:16, 18 June 2016 (UTC)
* Tennis table arab clubs championship - (4516) - delete - closed 06:45, 16 June 2016 (UTC)
* Sandy Hawley Community Service Award - (8995) - merge to Ontario Sports Hall of Fame - closed 12:47, 14 June 2016 (UTC)
* Championship Manager 2016 - (6477) - redirect to Championship Manager series - closed 02:48, 14 June 2016 (UTC)
* List of sports arenas and stadiums in Mexico, the United States and Canada - (5185) - delete - closed 17:37, 13 June 2016 (UTC)
* List of current NASCAR races (2nd nomination) - (12588) - delete - closed 23:47, 10 June 2016 (UTC)
* Bhutan at the 2013 Asian Youth Games - (3281) - redirect to 2013 Asian Youth Games - closed 13:05, 9 June 2016 (UTC)
* Afghanistan at the 2013 Asian Youth Games - (6382) - redirect to 2013 Asian Youth Games - closed 23:22, 8 June 2016 (UTC)
* Bahrain at the 2013 Asian Youth Games - (4204) - redirect to 2013 Asian Youth Games - closed 23:22, 8 June 2016 (UTC)
* Bangladesh at the 2002 Asian Games - (4478) - redirect to 2002 Asian Games - closed 23:21, 8 June 2016 (UTC)
* Bangladesh at the 2013 Asian Youth Games - (3447) - redirect to 2013 Asian Youth Games - closed 23:21, 8 June 2016 (UTC)
* Bhutan at the 2009 Asian Indoor Games - (3453) - redirect to 2009 Asian Indoor Games - closed 23:21, 8 June 2016 (UTC)
* Brunei at the 2013 Asian Youth Games - (3692) - redirect to 2013 Asian Youth Games - closed 23:20, 8 June 2016 (UTC)
* Cambodia at the 2009 Asian Indoor Games - (3716) - redirect to 2009 Asian Indoor Games - closed 23:20, 8 June 2016 (UTC)
* Cambodia at the 2013 Asian Youth Games - (3708) - redirect to 2013 Asian Youth Games - closed 23:19, 8 June 2016 (UTC)
* Ceylon at the 1951 Asian Games - (3656) - redirect to 1951 Asian Games - closed 23:19, 8 June 2016 (UTC)
* China at the 2005 Asian Indoor Games - (3424) - redirect to 2005 Asian Indoor Games - closed 23:19, 8 June 2016 (UTC)
* China at the 2013 Asian Youth Games - (3417) - redirect to 2013 Asian Youth Games - closed 23:19, 8 June 2016 (UTC)
* Chinese Taipei at the 2009 Asian Indoor Games - (3747) - redirect to 2009 Asian Indoor Games - closed 23:19, 8 June 2016 (UTC)
* Chinese Taipei at the 2013 Asian Youth Games - (3740) - redirect to 2013 Asian Youth Games - closed 23:19, 8 June 2016 (UTC)
* Hong Kong at the 2005 Asian Indoor Games - (3723) - redirect to 2005 Asian Indoor Games - closed 23:19, 8 June 2016 (UTC)
* Hong Kong at the 2009 Asian Indoor Games - (4261) - redirect to 2009 Asian Indoor Games - closed 23:19, 8 June 2016 (UTC)
* Hong Kong at the 2013 Asian Youth Games - (3442) - redirect to 2013 Asian Youth Games - closed 23:18, 8 June 2016 (UTC)
* India at the 2005 Asian Indoor Games - (4229) - redirect to 2005 Asian Indoor Games - closed 23:18, 8 June 2016 (UTC)
* Indonesia at the 2009 Asian Indoor Games - (4474) - redirect to 2009 Asian Indoor Games - closed 23:18, 8 June 2016 (UTC)
* Iraq at the 2013 Asian Youth Games - (4215) - redirect to 2013 Asian Youth Games - closed 23:18, 8 June 2016 (UTC)
* Japan at the 2013 Asian Youth Games - (4223) - redirect to 2013 Asian Youth Games - closed 23:18, 8 June 2016 (UTC)
* Jordan at the 2009 Asian Indoor Games - (3430) - redirect to 2009 Asian Indoor Games - closed 23:18, 8 June 2016 (UTC)
* Jordan at the 2013 Asian Youth Games - (3670) - redirect to 2013 Asian Youth Games - closed 23:17, 8 June 2016 (UTC)
* Kazakhstan at the 2009 Asian Indoor Games - (3731) - redirect to 2009 Asian Indoor Games - closed 23:17, 8 June 2016 (UTC)
* Kazakhstan at the 2013 Asian Youth Games - (3725) - redirect to 2013 Asian Youth Games - closed 23:17, 8 June 2016 (UTC)
* Kuwait at the 2009 Asian Indoor Games - (3699) - redirect to 2009 Asian Indoor Games - closed 23:17, 8 June 2016 (UTC)
* Kuwait at the 2013 Asian Youth Games - (3692) - redirect to 2013 Asian Youth Games - closed 23:17, 8 June 2016 (UTC)
* Kyrgyzstan at the 2009 Asian Indoor Games - (3730) - redirect to 009 Asian Indoor Games - closed 23:17, 8 June 2016 (UTC)
* Kyrgyzstan at the 2013 Asian Youth Games - (3724) - redirect to 2013 Asian Youth Games - closed 23:17, 8 June 2016 (UTC)
* Laos at the 2009 Asian Indoor Games - (3683) - redirect to 2009 Asian Indoor Games - closed 23:17, 8 June 2016 (UTC)
* Laos at the 2013 Asian Youth Games - (3676) - redirect to 2013 Asian Youth Games - closed 23:17, 8 June 2016 (UTC)
* Lebanon at the 2013 Asian Youth Games - (3701) - redirect to 2005 Asian Indoor Games - closed 23:16, 8 June 2016 (UTC)
* Macau at the 2005 Asian Indoor Games - (3424) - redirect to 2005 Asian Indoor Games - closed 23:16, 8 June 2016 (UTC)
* Macau at the 2009 Asian Indoor Games - (3425) - redirect to 2009 Asian Indoor Games - closed 23:16, 8 June 2016 (UTC)
* Macau at the 2013 Asian Youth Games - (3439) - redirect to 2013 Asian Youth Games - closed 23:16, 8 June 2016 (UTC)
* Malaysia at the 2005 Asian Indoor Games - (3715) - redirect to 2005 Asian Indoor Games - closed 23:16, 8 June 2016 (UTC)
* Malaysia at the 2009 Asian Indoor Games - (3715) - redirect to 2009 Asian Indoor Games - closed 23:16, 8 June 2016 (UTC)
* Maldives at the 2009 Asian Indoor Games - (3942) - redirect to 2009 Asian Indoor Games - closed 23:16, 8 June 2016 (UTC)
* Maldives at the 2013 Asian Youth Games - (3936) - redirect to 2013 Asian Youth Games - closed 23:15, 8 June 2016 (UTC)
* Mongolia at the 2009 Asian Indoor Games - (3942) - redirect to 2009 Asian Indoor Games - closed 23:15, 8 June 2016 (UTC)
* Mongolia at the 2013 Asian Youth Games - (3708) - redirect to 2013 Asian Youth Games - closed 23:15, 8 June 2016 (UTC)
* Myanmar at the 2013 Asian Youth Games - (3927) - redirect to 2013 Asian Youth Games - closed 23:15, 8 June 2016 (UTC)
* Nepal at the 2009 Asian Indoor Games - (3918) - redirect to 2009 Asian Indoor Games - closed 23:15, 8 June 2016 (UTC)
* Nepal at the 2013 Asian Youth Games - (3911) - redirect to 2013 Asian Youth Games - closed 23:15, 8 June 2016 (UTC)
* North Korea at the 2013 Asian Youth Games - (3938) - redirect to 2013 Asian Youth Games - closed 23:15, 8 June 2016 (UTC)
* Oman at the 2005 Asian Indoor Games - (3645) - redirect to 2005 Asian Indoor Games - closed 23:14, 8 June 2016 (UTC)
* Oman at the 2009 Asian Indoor Games - (3645) - redirect to 2009 Asian Indoor Games - closed 23:14, 8 June 2016 (UTC)
* Oman at the 2013 Asian Youth Games - (3638) - redirect to 2013 Asian Youth Games - closed 23:12, 8 June 2016 (UTC)
* Pakistan at the 2013 Asian Youth Games - (3935) - redirect to 2013 Asian Youth Games - closed 23:12, 8 June 2016 (UTC)
* Palestine at the 2013 Asian Youth Games - (3668) - redirect to 2013 Asian Youth Games - closed 23:12, 8 June 2016 (UTC)
* Philippines at the 2005 Asian Indoor Games - (3953) - redirect to 2005 Asian Indoor Games - closed 23:12, 8 June 2016 (UTC)
* Qatar at the 2005 Asian Indoor Games - (3651) - redirect to 2005 Asian Indoor Games - closed 23:12, 8 June 2016 (UTC)
* Qatar at the 2009 Asian Indoor Games - (3651) - redirect to 2009 Asian Indoor Games - closed 23:12, 8 June 2016 (UTC)
* Qatar at the 2013 Asian Youth Games - (3644) - redirect to 2013 Asian Youth Games - closed 23:12, 8 June 2016 (UTC)
* Saudi Arabia at the 2013 Asian Youth Games - (3967) - redirect to 2013 Asian Youth Games - closed 23:11, 8 June 2016 (UTC)
* Singapore at the 2013 Asian Youth Games - (4641) - redirect to 2013 Asian Youth Games - closed 23:11, 8 June 2016 (UTC)
* Sri Lanka at the 1974 Asian Games - (3626) - redirect to 1974 Asian Games - closed 23:11, 8 June 2016 (UTC)
* Sri Lanka at the 1998 Asian Games - (3626) - redirect to 1998 Asian Games - closed 23:11, 8 June 2016 (UTC)
* Sri Lanka at the 2002 Asian Games - (3626) - redirect to 2002 Asian Games - closed 23:11, 8 June 2016 (UTC)
* Sri Lanka at the 2006 Asian Games - (3633) - redirect to 2009 Asian Indoor Games - closed 23:11, 8 June 2016 (UTC)
* Sri Lanka at the 2009 Asian Indoor Games - (3675) - redirect to 2009 Asian Indoor Games - closed 23:11, 8 June 2016 (UTC)
* Syria at the 1978 Asian Games - (3869) - redirect to 1978 Asian Games - closed 23:10, 8 June 2016 (UTC)
* Syria at the 1982 Asian Games - (3869) - redirect to 1982 Asian Games - closed 23:10, 8 June 2016 (UTC)
* Syria at the 1990 Asian Games - (3869) - redirect to 1990 Asian Games - closed 23:10, 8 June 2016 (UTC)
* Syria at the 1994 Asian Games - (3869) - redirect to 1994 Asian Games - closed 23:10, 8 June 2016 (UTC)
* Syria at the 2007 Asian Indoor Games - (3918) - redirect to 2007 Asian Indoor Games - closed 23:10, 8 June 2016 (UTC)
* Syria at the 2009 Asian Youth Games - (3694) - redirect to 2009 Asian Youth Games - closed 23:10, 8 June 2016 (UTC)
* Syria at the 2013 Asian Youth Games - (3912) - redirect to 2013 Asian Youth Games - closed 23:10, 8 June 2016 (UTC)
* Tajikistan at the 2002 Asian Games - (3909) - redirect to 2002 Asian Games - closed 23:09, 8 June 2016 (UTC)
* Tajikistan at the 2006 Asian Games - (3909) - redirect to 2006 Asian Games - closed 23:09, 8 June 2016 (UTC)
* Tajikistan at the 2009 Asian Indoor Games - (3958) - redirect to 2009 Asian Indoor Games - closed 23:09, 8 June 2016 (UTC)
* Tajikistan at the 2013 Asian Youth Games - (3951) - redirect to 2013 Asian Youth Games - closed 23:09, 8 June 2016 (UTC)
* Thailand at the 2005 Asian Indoor Games - (4480) - redirect to 2005 Asian Indoor Games - closed 23:09, 8 June 2016 (UTC)
* Thailand at the 2009 Asian Indoor Games - (4480) - redirect to 2009 Asian Indoor Games - closed 23:09, 8 June 2016 (UTC)
* Thailand at the 2013 Asian Youth Games - (4474) - redirect to 2013 Asian Youth Games - closed 23:08, 8 June 2016 (UTC)
* Timor-Leste at the 2013 Asian Youth Games - (3935) - redirect to 2013 Asian Youth Games - closed 23:08, 8 June 2016 (UTC)
* Turkmenistan at the 1998 Asian Games - (3987) - redirect to 2002 Asian Games - closed 23:06, 8 June 2016 (UTC)
* Turkmenistan at the 2002 Asian Games - (3987) - redirect to 2002 Asian Games - closed 23:06, 8 June 2016 (UTC)
* Turkmenistan at the 2006 Asian Games - (3986) - redirect to 2006 Asian Games - closed 23:06, 8 June 2016 (UTC)
* Turkmenistan at the 2009 Asian Indoor Games - (4035) - redirect to 2009 Asian Indoor Games - closed 23:06, 8 June 2016 (UTC)
* Turkmenistan at the 2010 Asian Games - (4133) - redirect to 2010 Asian Games - closed 23:06, 8 June 2016 (UTC)
* Turkmenistan at the 2013 Asian Youth Games - (4022) - redirect to 2002 Asian Games - closed 23:06, 8 June 2016 (UTC)
* United Arab Emirates at the 2002 Asian Games - (4050) - redirect to 2002 Asian Games - closed 23:06, 8 June 2016 (UTC)
* United Arab Emirates at the 2006 Asian Games - (4588) - redirect to 2006 Asian Games - closed 23:06, 8 June 2016 (UTC)
* United Arab Emirates at the 2008 Asian Beach Games - (4630) - redirect to 2008 Asian Beach Games - closed 23:06, 8 June 2016 (UTC)
* United Arab Emirates at the 2009 Asian Indoor Games - (4637) - redirect to 2009 Asian Indoor Games - closed 23:05, 8 June 2016 (UTC)
* United Arab Emirates at the 2010 Asian Beach Games - (4092) - redirect to 2010 Asian Beach Games - closed 23:05, 8 June 2016 (UTC)
* United Arab Emirates at the 2013 Asian Youth Games - (4085) - redirect to 2013 Asian Youth Games - closed 23:05, 8 June 2016 (UTC)
* Uzbekistan at the 1998 Asian Games - (4502) - redirect to 1998 Asian Games - closed 23:07, 8 June 2016 (UTC)
* Uzbekistan at the 2002 Asian Games - (4495) - redirect to 2002 Asian Games - closed 23:03, 8 June 2016 (UTC)
* Uzbekistan at the 2009 Asian Indoor Games - (4483) - redirect to 2009 Asian Indoor Games - closed 23:23, 8 June 2016 (UTC)
* Uzbekistan at the 2013 Asian Youth Games - (3725) - redirect to 2013 Asian Youth Games - closed 23:03, 8 June 2016 (UTC)
* Vietnam at the 1982 Asian Games - (4502) - redirect to 1982 Asian Games - closed 23:03, 8 June 2016 (UTC)
* Vietnam at the 1998 Asian Games - (4479) - redirect to 1998 Asian Games - closed 23:02, 8 June 2016 (UTC)
* Vietnam at the 2006 Asian Games - (4469) - redirect to 2006 Asian Games - closed 23:02, 8 June 2016 (UTC)
* Yemen at the 2002 Asian Games - (4737) - redirect to 2002 Asian Games - closed 23:02, 8 June 2016 (UTC)
* Yemen at the 2009 Asian Indoor Games - (4800) - redirect to 2009 Asian Indoor Games - closed 23:02, 8 June 2016 (UTC)
* Yemen at the 2013 Asian Youth Games - (5074) - redirect to 2013 Asian Youth Games - closed 23:01, 8 June 2016 (UTC)
* Bahrain at the 2013 Asian Youth Games - (4204) - redirect to 2013 Asian Youth Games - closed 23:22, 8 June 2016 (UTC)
* Gotham Girls Junior Derby - (3845) - delete - closed 08:10, 8 June 2016 (UTC)
* Accell - (4786) - delete - closed 10:42, 7 June 2016 (UTC)
* Vietnam national under-20 futsal team - (4994) - delete - closed 07:07, 7 June 2016 (UTC)
* 1996 Canadian Junior Curling Championships - (7749) - keep - closed 23:25, 6 June 2016 (UTC)
* Onewheel - (5174) - keep - closed 00:15, 6 June 2016 (UTC)
* Harper Adams University's Rowing Club - (4489) - delete - closed 01:52, 6 June 2016 (UTC)
* Laos at the 2014 Asian Games - (3233) - Redirect - closed 12:48, 3 June 2016 (UTC)
* Macau at the 2014 Asian Games - (3239) - Redirect - closed 12:47, 3 June 2016 (UTC)
* Maldives at the 2014 Asian Games - (3484) - Redirect - closed 12:45, 3 June 2016 (UTC)
* Oman at the 2014 Asian Games - (3460) - Redirect - closed 12:44, 3 June 2016 (UTC)
* Palestine at the 2014 Asian Games - (3490) - Redirect - closed 12:43, 3 June 2016 (UTC)
* Syria at the 2014 Asian Games - (3466) - Redirect - closed 12:42, 3 June 2016 (UTC)
* Tajikistan at the 2014 Asian Games - (3496) - Redirect - closed 12:41, 3 June 2016 (UTC)
* Timor-Leste at the 2014 Asian Games - (3502) - Redirect - closed 12:39, 3 June 2016 (UTC)
* Vietnam at the 2014 Asian Games - (4946) - Redirect - closed 12:38, 3 June 2016 (UTC)
* Yemen at the 2014 Asian Games - (6428) - Redirect - closed 12:35, 3 June 2016 (UTC)
* ERA Sports Thessaloniki - (5846) - delete - closed 07:46, 2 June 2016 (UTC)
* U.S. states without major sports teams - (4122) - delete - closed 08:48, 2 June 2016 (UTC)
* Vietnam at the FIFA Futsal World Cup - (3863) - delete - closed 16:59, 30 May 2016 (UTC)
* Japan–Vietnam–Uzbekistan International Friendly Tournament 2016 - (4483) - delete - closed 17:00, 30 May 2016 (UTC)
* Wild Bunch Paintball Team - (29677) - delete - closed 09:24, 29 May 2016 (UTC)
* Asian Games - (8504) - procedural keep - closed 22:09, 27 May 2016 (UTC)
* 2016 Cupa României Final - (4250) - speedy delete - closed 06:18, 26 May 2016 (UTC)
* Butuan Polysports Baseball Park - (3365) - Procedural close - closed 19:24, 22 May 2016 (UTC)
* Butuan Polysports Football Stadium - (3169) - merge/redirect - closed 00:33, 18 May 2016 (UTC)
* Butuan Polysports Basketball Arena - (3574) - speedy delete - closed 03:26, 17 May 2016 (UTC)
* 84 Birthday Anniversary of His Majesty the King Sport Club - (11955) - no consensus - closed 18:26, 14 May 2016 (UTC)
* From The Fields - (11280) - delete - closed 09:48, 15 May 2016 (UTC)
* Tornion Palloveikot - (4633) - Keep - closed 01:52, 13 May 2016 (UTC)
* Hunt of a Lifetime - (14212) - keep - closed 09:40, 11 May 2016 (UTC)
* Kokkolan Tiikerit - (5164) - keep - closed 22:31, 8 May 2016 (UTC)
* Limited Snowboards - (8380) - no consensus - closed 11:04, 8 May 2016 (UTC)
* WikiBackPacker - (6412) - Delete. - closed 06:28, 8 May 2016 (UTC)
* Sports Heads The Movie - (4536) - Delete. - closed 06:18, 8 May 2016 (UTC)
* Bandy at the Winter Universiade - (3510) - delete - closed 08:59, 6 May 2016 (UTC)
* Kevin Kurz - (4305) - delete - closed 07:25, 5 May 2016 (UTC)
* 2012 Olympics curse - (10324) - delete - closed 08:55, 5 May 2016 (UTC)
* Australian Under-16 Individual Speedway Championship (2nd nomination) - (6397) - delete - closed 06:56, 2 May 2016 (UTC)
* Kashmir Rising Stars - (4988) - delete - closed 06:56, 2 May 2016 (UTC)
* 2007–08 Dynamo Dresden season - (6154) - delete - closed 20:38, 30 April 2016 (UTC)
* Connecticut College Men's Soccer Team - (5592) - Redirect - closed 06:51, 1 May 2016 (UTC)
* OpenOrienteering Mapper - (6660) - delete - closed 02:07, 29 April 2016 (UTC)
* 2001–02 Stuttgarter Kickers season - (5228) - Delete. - closed 06:09, 29 April 2016 (UTC)
* Adana derby (2nd nomination) - (15544) - delete - closed 08:28, 27 April 2016 (UTC)
* Kilmurry GAA - (5268) - keep - closed 12:12, 24 April 2016 (UTC)
* Niall McDonnell - (6702) - Keep - closed 17:50, 23 April 2016 (UTC)
* Vince Dunn - (5651) - delete - closed 03:50, 22 April 2016 (UTC)
* Thomas Stokes (2nd nomination) - (6564) - speedy deleted per G3 and redirected to Thomas Lunsford Stokes - closed 15:53, 21 April 2016 (UTC)
* Badlands Motor Speedway - (6855) - keep - closed 16:43, 19 April 2016 (UTC)
* IHF World Coach of the Year - (4716) - Delete - closed 21:55, 19 April 2016 (UTC)
* Kronum - (5945) - delete - closed 08:05, 19 April 2016 (UTC)
* 2003 Guillermo Coria tennis season - (9213) - merge to Guillermo Coria career statistics - closed 22:56, 15 April 2016 (UTC)
* Chennai Swaggers - (5561) - no consensus - closed 21:50, 14 April 2016 (UTC)
* 1899 NCAA Bocce Ball Championship - (3660) - speedy delete - closed 04:26, 15 April 2016 (UTC)
* Most successful multi-sport clubs - (3849) - delete - closed 04:28, 14 April 2016 (UTC)
* Iowa vs Iowa State 2015 - (5028) - delete - closed 01:49, 11 April 2016 (UTC)
* Polyvalent Hall (Sfântu Gheorghe) - (5831) - keep - closed 18:45, 9 April 2016 (UTC)
* Interscholastic Table Tennis Illinois (ITTI) - (4138) - delete - closed 20:35, 9 April 2016 (UTC)
* RDX Sports - (4410) - delete - closed 23:47, 7 April 2016 (UTC)
* John G. (Jack) Samson - (9420) - Delete - closed 05:55, 7 April 2016 (UTC)
* 2010 Radical European Masters season - (6379) - delete - closed 01:01, 7 April 2016 (UTC)
* Ryan Goodfellow (footballer) - (6116) - Procedural close - closed 11:12, 6 April 2016 (UTC)
* List of Grand Slam singles champions in the 2000s - (4938) - delete - closed 07:51, 2 April 2016 (UTC)
* Kal & Ada volleycup - (7567) - delete - closed 02:54, 1 April 2016 (UTC)
* Ryan Totka - (6242) - delete - closed 02:58, 1 April 2016 (UTC)
* 2019 Netball World Cup - (4761) - keep - closed 21:04, 29 March 2016 (UTC)
* 2016 British Formula Three Championship season - (3818) - redirect to 2016 BRDC British Formula 3 Championship - closed 01:03, 30 March 2016 (UTC)
* Skate Copenhagen - (6764) - delete - closed 12:18, 28 March 2016 (UTC)
* Morocco Tennis Tour – Kentra - (3284) - redirect to Morocco Tennis Tour – Kenitra - closed 17:32, 27 March 2016 (UTC)
* Korea Surfing - (4331) - delete - closed 23:51, 24 March 2016 (UTC)
* Pin Pals (professional wrestling) - (4567) - delete - closed 22:16, 21 March 2016 (UTC)
* The Big Elbowski - (3603) - delete - closed 19:46, 21 March 2016 (UTC)
* Avonair Curling Club - (4174) - delete - closed 00:24, 21 March 2016 (UTC)
* IRacing Sprint Cup Series 2016 - (5286) - delete - closed 00:14, 21 March 2016 (UTC)
* Yusuf hassan - (3799) - delete - closed 21:51, 19 March 2016 (UTC)
* Fritz Coetzee - (6174) - delete - closed 00:02, 19 March 2016 (UTC)
* 1994 Women’s Fistball World Championships - (4493) - keep - closed 00:49, 18 March 2016 (UTC)
* Skiff (sailing) - (4901) - redirect to Skiff - closed 13:43, 17 March 2016 (UTC)
* 1985 Pukekohe 500 - (6261) - keep - closed 17:19, 17 March 2016 (UTC)
* Rhode Island Rebellion (rugby league) - (14865) - keep - closed 13:40, 13 March 2016 (UTC)
* 1984 Thundersports Series - (5125) - delete - closed 18:55, 11 March 2016 (UTC)
* NASCAR diecast - (4360) - delete - closed 21:05, 7 March 2016 (UTC)
* Victorian Polo Club - (5204) - delete - closed 00:48, 5 March 2016 (UTC)
* RISC Takers FC - (5056) - delete - closed 00:56, 5 March 2016 (UTC)
* Cakacaka Tikoisuva - (4701) - delete - closed 01:09, 5 March 2016 (UTC)
* Sandeep Lamichhane - (5332) - delete - closed 01:08, 5 March 2016 (UTC)
* Abbi Aitken - (6093) - keep - closed 01:01, 3 March 2016 (UTC)
* Tasmeen Granger - (5014) - keep - closed 01:02, 3 March 2016 (UTC)
* List of Formula One driver numbers - (13397) - no consensus - closed 04:23, 29 February 2016 (UTC)
* Sheikh Jamal Dhanmondi Club in Asian Football - (7632) - merge to Sheikh Jamal Dhanmondi Club - closed 00:04, 27 February 2016 (UTC)
* Everett Martin - (5585) - delete - closed 14:11, 25 February 2016 (UTC)
* 2017 English National Badminton Championships - (3768) - delete - closed 14:13, 23 February 2016 (UTC)
* The Real Americans - (4069) - delete - closed 01:37, 22 February 2016 (UTC)
* Fabian Benko - (24709) - delete - closed 16:05, 19 February 2016 (UTC)
* Basketball at the 2016 South Asian Games - (7404) - delete - closed 17:34, 19 February 2016 (UTC)
* Mohammadreza Ghavidel - (5483) - delete - closed 05:18, 19 February 2016 (UTC)
* List of international goals scored by Islam Slimani - (7050) - delete - closed 00:34, 18 February 2016 (UTC)
* UK Junior Gliding - (11255) - delete and redirect to British Gliding Association - closed 12:39, 17 February 2016 (UTC)
* Edmonton Wombats - (5296) - delete - closed 01:09, 16 February 2016 (UTC)
* Australian Under-16 Individual Speedway Championship - (5716) - no consensus - closed 01:10, 16 February 2016 (UTC)
* Cleveland Cannons - (4454) - delete - closed 00:40, 14 February 2016 (UTC)
* 2011 NSCRO Men's Division III Rugby Tournament - (3630) - delete - closed 00:10, 14 February 2016 (UTC)
* List of Albanian football transfers winter 2015–16 - (4395) - Speedy keep (NAC) - closed 22:49, 11 February 2016 (UTC)
* Stuart Green (boxer) - (4907) - delete - closed 00:39, 9 February 2016 (UTC)
* Kevin Delaney (footballer) - (8050) - delete - closed 00:40, 9 February 2016 (UTC)
* Chris Burton (boxer) - (5284) - delete - closed 00:40, 9 February 2016 (UTC)
* Nick Acevedo - (4713) - delete - closed 00:41, 9 February 2016 (UTC)
* Wayne Alwan-Arab - (4910) - delete - closed 00:41, 9 February 2016 (UTC)
* Al Lyttle - (5467) - delete - closed 00:45, 9 February 2016 (UTC)
* Joe Rea - (4838) - delete - closed 02:29, 9 February 2016 (UTC)
* Gourock Park Bowling Club - (4569) - delete - closed 05:04, 6 February 2016 (UTC)
* We-Sport - (5505) - delete - closed 09:32, 6 February 2016 (UTC)
* Black Rock Underwater Diving Club - (5596) - delete - closed 20:20, 6 February 2016 (UTC)
* Mathew Stevens - (6221) - Keep - closed 18:50, 7 February 2016 (UTC)
* Queen Mary University Rugby Football Club - (4414) - delete - closed 12:00, 6 February 2016 (UTC)
* Royal College of Chiropractic Sports Sciences - (7421) - speedy delete - closed 01:57, 4 February 2016 (UTC)
* Jiading City - (5977) - snow keep - closed 01:14, 4 February 2016 (UTC)
* Iowa Hawkeyes football series records - (32468) - delete - closed 17:50, 2 February 2016 (UTC)
* 2016–17 Formula 4 United Arab Emirates Championship season - (5122) - Userfy - closed 05:50, 1 February 2016 (UTC)
* Team Sure Win - (14345) - delete - closed 21:19, 28 January 2016 (UTC)
* Iran at the 2017 World Games - (6467) - keep - closed 06:57, 28 January 2016 (UTC)
* Quail hunting - (4286) - keep - closed 03:20, 27 January 2016 (UTC)
* 2017 Pakistan Super League - (5339) - redirect to Pakistan Super League - closed 01:45, 25 January 2016 (UTC)
* 2018 ATP World Tour - (4100) - keep - closed 03:16, 24 January 2016 (UTC)
* Duncan Shields - (8322) - delete - closed 11:55, 23 January 2016 (UTC)
* 2012 Big Island Interscholastic Federation football season - (5728) - delete - closed 23:09, 22 January 2016 (UTC)
* 2017 ATP World Tour - (14749) - Keep. - closed 09:23, 23 January 2016 (UTC)
* Everton in the Community - (6698) - no consensus - closed 18:57, 20 January 2016 (UTC)
* 2001 Speedway Grand Prix of Denmark - (5650) - keep - closed 03:46, 21 January 2016 (UTC)
* Peshawar Zalmi vs Islamabad United Rivlary - (5773) - delete - closed 00:31, 20 January 2016 (UTC)
* Aidas Ardzijauskas - (4674) - delete - closed 00:41, 17 January 2016 (UTC)
* Arizona Wildcats football series records - (10476) - Delete - closed 23:12, 15 January 2016 (UTC)
* 2006 SCSA season - (3587) - delete - closed 01:55, 16 January 2016 (UTC)
* Tobias Bucher - (5230) - delete - closed 06:17, 14 January 2016 (UTC)
* Islamabad United- Peshawar Zalmi rivalry - (5088) - speedily deleted per WP:CSD - closed 20:37, 12 January 2016 (UTC)
* Crasharama - (4714) - delete - closed 03:13, 10 January 2016 (UTC)
* 2016 Serena Williams tennis season - (7164) - keep - closed 06:31, 9 January 2016 (UTC)
* Gavin Brown Award - (6255) - delete - closed 02:46, 9 January 2016 (UTC)
* Tom Black Track at LaPorte Stadium - (6359) - no consensus - closed 00:52, 9 January 2016 (UTC)
* Texas Longhorns football series records - (25125) - delete - closed 01:20, 8 January 2016 (UTC)
* 2014 Suwon Cup - (4041) - speedy delete - closed 22:43, 5 January 2016 (UTC)
* FFX Yamaha - (5207) - delete - closed 00:53, 4 January 2016 (UTC)
* Bob Ives (racing driver) - (4070) - delete - closed 07:26, 3 January 2016 (UTC)
* 2016 French F4 Championship season - (5166) - keep - closed 08:42, 2 January 2016 (UTC)
* Westbury and United Banks Hockey Club - (6035) - delete - closed 10:51, 31 December 2015 (UTC)
* International Sports Promotion Society - (16735) - no consensus - closed 13:53, 29 December 2015 (UTC)
* SVNIT Ground - (4358) - delete - closed 02:29, 28 December 2015 (UTC)
* Kubba Challenge Cup Singapore - (3805) - speedy delete - closed 23:25, 27 December 2015 (UTC)
* Wimbledon Hawks - (8374) - redirect to AFL Britain - closed 18:50, 27 December 2015 (UTC)
* Orinda Aquatics - (4116) - delete - closed 07:38, 23 December 2015 (UTC)
* SRC Pools Smederevo - (4047) - speedy keep - closed 08:17, 23 December 2015 (UTC)
* Fritz Pflaum Hut - (34939) - no consensus - closed 09:20, 22 December 2015 (UTC)
* Bay State Conference - (6476) - merge to Massachusetts Interscholastic Athletic Association - closed 22:59, 21 December 2015 (UTC)
* Khel Prashal Stadium - (4952) - delete - closed 01:25, 21 December 2015 (UTC)
* 2016 ITF Women's Circuit (October–December) - (3583) - delete - closed 07:46, 20 December 2015 (UTC)
* 2016 ITF Women's Circuit (July–September) - (3571) - delete - closed 07:46, 20 December 2015 (UTC)
* 2016 ITF Women's Circuit (April–June) - (3547) - delete - closed 07:45, 20 December 2015 (UTC)
* Trespass (clothing) - (8641) - keep - closed 08:32, 20 December 2015 (UTC)
* WFD World's Fastest Drummer Extreme Sport Drumming - (4616) - keep - closed 00:39, 18 December 2015 (UTC)
* List of Central American and Caribbean Age Group Championships in athletics records - (7262) - merge to Central American and Caribbean Age Group Championships in Athletics - closed 01:15, 16 December 2015 (UTC)
* Andrew Mulligan - (5678) - delete - closed 13:31, 14 December 2015 (UTC)
* List of Central American and Caribbean Junior Championships in athletics records - (7402) - merge to Central American and Caribbean Junior Championships in Athletics - closed 00:24, 14 December 2015 (UTC)
* Shohada Basij Ray FSC - (5057) - no consensus - closed 19:12, 13 December 2015 (UTC)
* Lola LC88 - (8115) - keep - closed 00:03, 14 December 2015 (UTC)
* Braintree Athletic Complex - (4598) - delete - closed 00:48, 13 December 2015 (UTC)
* San Diego Derby Dolls - (17570) - keep - closed 00:53, 13 December 2015 (UTC)
* Mohammed Bin Hamad AlHitmi Indoor Hall - (7070) - no consensus - closed 20:56, 11 December 2015 (UTC)
* St. Albert Merchants - (10067) - keep - closed 23:38, 11 December 2015 (UTC)
* Meredith Atwood - (4750) - delete - closed 03:05, 12 December 2015 (UTC)
* Major achievements in hockey by nation - (26575) - no consensus - closed 17:59, 10 December 2015 (UTC)
* Gridiron West - (9856) - redirect to Gridiron Australia - closed 23:52, 9 December 2015 (UTC)
* Florida State–Georgia Tech football rivalry - (9401) - delete - closed 07:43, 9 December 2015 (UTC)
* Sportslogos.net - (3423) - speedy delete - closed 12:05, 9 December 2015 (UTC)
* Canada at the 2017 World Games - (4810) - keep - closed 03:08, 8 December 2015 (UTC)
* Switzerland at the 2017 World Games - (3990) - keep - closed 03:07, 8 December 2015 (UTC)
* Chile at the 2017 World Games - (3600) - keep - closed 03:07, 8 December 2015 (UTC)
* Brazil at the 2017 World Games - (4314) - keep - closed 03:07, 8 December 2015 (UTC)
* United States at the 2017 World Games - (3900) - keep - closed 13:42, 8 December 2015 (UTC)
* Wesley Frazier - (5189) - keep - closed 02:04, 7 December 2015 (UTC)
* 2015 WTA Finals – Legends Classic Invitational - (6899) - keep - closed 11:09, 6 December 2015 (UTC)
* 2016 Hall of Fame Tennis Championships - (3030) - delete - closed 10:47, 6 December 2015 (UTC)
* ECW FTW Heavyweight Championship - (5079) - keep - closed 03:20, 5 December 2015 (UTC)
* National Fitness Hall of Fame - (9510) - speedy keep - closed 21:44, 4 December 2015 (UTC)
* 2014 WTA Finals – Rising Stars Invitational - (5418) - delete - closed 17:48, 2 December 2015 (UTC)
* Drongan United - (6527) - delete - closed 16:57, 2 December 2015 (UTC)
* Tribute Somerset 3 South - (15099) - Redirect - closed 08:52, 30 November 2015 (UTC)
* 2015 WTA Finals – Day-by-day summaries - (5898) - merge to 2015 WTA Finals - closed 20:52, 27 November 2015 (UTC)
* Double-A Zone - (4433) - Delete - closed 03:18, 26 November 2015 (UTC)
* American Fencing League - (5064) - no consensus - closed 03:33, 24 November 2015 (UTC)
* Liz Clarke - (5855) - no consensus - closed 19:33, 22 November 2015 (UTC)
* United States Endurance Racing Association - (5924) - delete - closed 07:39, 22 November 2015 (UTC)
* 2016 Finnish League Cup - (5873) - keep - closed 21:31, 21 November 2015 (UTC)
* 2013 Cavan Senior Football Championship - (5720) - no consensus - closed 22:00, 17 November 2015 (UTC)
* Brian Sockwell - (5503) - keep - closed 02:37, 16 November 2015 (UTC)
* David McLane - (14083) - keep - closed 00:38, 15 November 2015 (UTC)
* Beanfest - (5580) - delete - closed 18:18, 14 November 2015 (UTC)
* Minnesota Score - (5085) - delete - closed 18:08, 14 November 2015 (UTC)
* UNEC 2015 Student Games - (6734) - delete - closed 04:12, 14 November 2015 (UTC)
* Jackets (professional wrestling) - (5952) - delete - closed 03:57, 14 November 2015 (UTC)
* 2015–16 Extreme Rallycross Championship season - (5194) - delete - closed 16:48, 14 November 2015 (UTC)
* Shield-X Technology - (4164) - delete - closed 04:20, 14 November 2015 (UTC)
* Steve Mendez - (6506) - delete - closed 17:40, 13 November 2015 (UTC)
* Comeback (sports) - (13809) - keep - closed 03:40, 14 November 2015 (UTC)
* Aris B.C. Games - (5386) - delete - closed 03:45, 12 November 2015 (UTC)
* Sports Heroes - (4930) - delete - closed 03:27, 9 November 2015 (UTC)
* Maharashtra Kesari - (5882) - keep - closed 01:59, 9 November 2015 (UTC)
* 2014 Cavan Senior Football Championship (2nd nomination) - (14251) - no consensus - closed 13:11, 8 November 2015 (UTC)
* UPW Heavyweight Championship - (4727) - delete - closed 10:58, 8 November 2015 (UTC)
* Haining Open - (10114) - keep - closed 05:30, 8 November 2015 (UTC)
* Trekforce Expeditions - (7819) - delete - closed 21:49, 5 November 2015 (UTC)
* Sta. Lucia Realtors (PCBL) - (5985) - keep - closed 00:25, 3 November 2015 (UTC)
* Alfred J. Loos Fieldhouse - (9722) - delete - closed 22:38, 1 November 2015 (UTC)
* Louisiana State University Athletic Hall of Fame - (4321) - speedy keep - closed 15:26, 1 November 2015 (UTC)
* Szolnoki Vízilabda SC - (4070) - keep - closed 02:33, 1 November 2015 (UTC)
* UD Alzira - (4852) - WP:SNOW\snow keep - closed 12:07, 31 October 2015 (UTC)
* Farmington track and field - (4461) - delete - closed 16:07, 30 October 2015 (UTC)
* Al Kerth - (7588) - no consensus - closed 00:58, 30 October 2015 (UTC)
* Comeback - (4567) - redirect to Comeback (disambiguation) - closed 01:22, 30 October 2015 (UTC)
* List of sports kit manufacturing companies - (7888) - Nomination withdrawn - closed 16:25, 29 October 2015 (UTC)
* Byakuren Kaikan - (13329) - no consensus - closed 09:36, 25 October 2015 (UTC)
* New Castle Fieldhouse - (7546) - merge to New Castle High School (New Castle, Indiana) - closed 16:44, 22 October 2015 (UTC)
* North Side Gymnasium - (6766) - keep - closed 11:43, 22 October 2015 (UTC)
* Asian Men's Youth Handball Championship - (4754) - delete - closed 16:20, 21 October 2015 (UTC)
* Asian Women's Junior Handball Championship - (4785) - delete - closed 16:19, 21 October 2015 (UTC)
* Asian Men's Junior Handball Championship - (5841) - delete - closed 16:19, 21 October 2015 (UTC)
* ESR Technology - (10861) - no consensus - closed 19:05, 16 October 2015 (UTC)
* Sports & Fitness Industry Association - (7579) - delete - closed 18:50, 16 October 2015 (UTC)
* Wings For Life World Run - (5687) - delete - closed 22:22, 8 October 2015 (UTC)
* 2015 Finlandia Trophy - (4177) - keep - closed 16:47, 8 October 2015 (UTC)
* Brianna Brown (gymnast) - (5886) - delete - closed 20:18, 6 October 2015 (UTC)
* 2010 Korea Super Prix - (4876) - delete - closed 20:05, 6 October 2015 (UTC)
* 2015 VFL Grand Final - (5489) - delete - closed 17:13, 6 October 2015 (UTC)
* 2014 VFL Grand Final - (4785) - Procedural close - closed 09:02, 3 October 2015 (UTC)
* NBA Basketballography - (4617) - delete - closed 21:35, 30 September 2015 (UTC)
* MatchPoint America - (5568) - delete - closed 19:23, 29 September 2015 (UTC)
* All-Africa Games sports - (3980) - delete - closed 02:46, 26 September 2015 (UTC)
* Woodsmen Australian Football Club - (4754) - redirect to South East Queensland AFL - closed 01:40, 26 September 2015 (UTC)
* UK Corporate Games - (4283) - delete - closed 01:50, 25 September 2015 (UTC)
* Jaypee Integrated Sports Complex - (3753) - delete - closed 01:28, 25 September 2015 (UTC)
* CLG Cill Chomáin - (3668) - delete - closed 01:29, 25 September 2015 (UTC)
* NAASCU Season 15 - (8701) - redirect to National Athletic Association of Schools, Colleges and Universities - closed 19:54, 24 September 2015 (UTC)
* Insure2drive Insurance Racing - (4948) - delete - closed 21:14, 22 September 2015 (UTC)
* OEKC - (4019) - delete - closed 21:14, 22 September 2015 (UTC)
* Tiffin Cross Country Carnival - (4007) - redirect to Tiffin, Ohio - closed 22:06, 21 September 2015 (UTC)
* Polish Bowling - (5199) - delete - closed 16:20, 19 September 2015 (UTC)
* 2017 BWF World Championships - (14064) - keep - closed 00:23, 18 September 2015 (UTC)
* Bandarban Stadium - (4116) - redirect to Bandarban District - closed 01:43, 16 September 2015 (UTC)
* Tutku Burcu Yüzgenç - (6125) - delete - closed 09:40, 12 September 2015 (UTC)
* Fair Trade Sports - (5737) - delete - closed 09:07, 12 September 2015 (UTC)
* FPV Racing - (4800) - delete - closed 12:40, 11 September 2015 (UTC)
* 2008 Dutch Caribbean championships - (5874) - delete and redirect to 2008 Dutch Caribbean Age Group Championships - closed 11:26, 11 September 2015 (UTC)
* Medical commission - (3599) - Delete - closed 01:32, 11 September 2015 (UTC)
* Anxiety in student athletes - (4931) - delete - closed 18:10, 10 September 2015 (UTC)
* List of American and Canadian cities by minor professional sports franchises - (6513) - delete - closed 15:07, 10 September 2015 (UTC)
* Average attendances of non-football clubs - (4298) - delete - closed 21:35, 5 September 2015 (UTC)
* Turkey women's national under-18 volleyball team - (5377) - delete - closed 16:51, 3 September 2015 (UTC)
* Chinese Physics Olympiad - (5362) - delete - closed 01:36, 5 September 2015 (UTC)
* Stanleybet International - (5999) - speedy keep - closed 01:14, 5 September 2015 (UTC)
* 2021 World Aquatics Championships - (4463) - keep - closed 00:11, 5 September 2015 (UTC)
* 2023 World Aquatics Championships - (5139) - delete - closed 21:54, 1 September 2015 (UTC)
* 2020 FINA World Swimming Championships (25 m) - (4676) - delete - closed 21:54, 1 September 2015 (UTC)
* Michigan Bucks - (7402) - keep - closed 17:28, 1 September 2015 (UTC)
* WSA Winnipeg (2nd nomination) - (6241) - keep - closed 17:32, 1 September 2015 (UTC)
* 2021 World Championships in Athletics - (9090) - keep - closed 00:19, 2 September 2015 (UTC)
* 2015 Coupe Banque Nationale - (7280) - keep - closed 15:24, 29 August 2015 (UTC)
* 2016 FIA World Rallycross Championship season - (3214) - delete - closed 02:09, 26 August 2015 (UTC)
* List of Formula One safety cars - (52933) - delete - closed 02:29, 26 August 2015 (UTC)
* 2011 Formula Ford EuroCup season - (4625) - merge - closed 16:25, 25 August 2015 (UTC)
* 2023 World Women's Handball Championship - (4110) - Delete - closed 00:45, 26 August 2015 (UTC)
* F1 race rights - (5315) - Delete - closed 01:42, 26 August 2015 (UTC)
* List of Formula One broadcasters - (9157) - keep - closed 10:08, 25 August 2015 (UTC)
* Healthways (scuba gear company) - (4803) - (unknown) - closed 05:27, 22 August 2015 (UTC)
* Crusty Demons - (6243) - no consensus - closed 06:03, 21 August 2015 (UTC)
* 1984 Better Brakes AMSCAR Series - (5527) - delete - closed 21:54, 18 August 2015 (UTC)
* Canadian Formula Ford Challenge - (5100) - delete - closed 22:52, 18 August 2015 (UTC)
* Spike Volleyball Magazine (2nd nomination) - (6364) - delete - closed 00:41, 18 August 2015 (UTC)
* The Stu Marshall Cup - (4019) - Delete - closed 23:01, 17 August 2015 (UTC)
* Ardmore GAC - (6225) - delete - closed 01:19, 15 August 2015 (UTC)
* 2017 Formula One season (2nd nomination) - (26093) - keep - closed 01:58, 11 August 2015 (UTC)
* 2032 Summer Olympics (4th nomination) - (9432) - delete - closed 01:23, 11 August 2015 (UTC)
* Athletics at the 2015 Southeast Asian Games – Men's 100 metres (2nd nomination) - (22267) - no consensus - closed 20:18, 8 August 2015 (UTC)
* World Cheerleading Championships - (7213) - delete - closed 20:27, 8 August 2015 (UTC)
* Émile Knecht - (4510) - Withdrawn - closed 05:53, 7 August 2015 (UTC)
* Pedlow Skate Park - (5578) - keep - closed 23:55, 6 August 2015 (UTC)
* NHL trade deadline - (5998) - redirect to Trade (sports) - closed 01:01, 7 August 2015 (UTC)
* British Roller Derby Championships - (5511) - redirect to United Kingdom Roller Derby Association - closed 06:46, 31 July 2015 (UTC)
* 2015 Challenger Pulcra Lachiter Biella – Singles - (4198) - keep - closed 18:57, 30 July 2015 (UTC)
* Spike Volleyball Magazine - (7453) - no consensus - closed 15:26, 26 July 2015 (UTC)
* Xtreme Turf (2nd nomination) - (5034) - delete - closed 01:15, 22 July 2015 (UTC)
* 2015 in ball sports - (5429) - merge to 2015 in sports - closed 01:17, 21 July 2015 (UTC)
* Maritime Pro Kart Series - (5327) - delete - closed 06:43, 20 July 2015 (UTC)
* 2019 Southeast Asian Games - (7260) - keep - closed 00:21, 19 July 2015 (UTC)
* Athletics at the 2015 Southeast Asian Games – Men's 100 metres - (37402) - no consensus - closed 05:11, 17 July 2015 (UTC)
* Gala Stakes - (4581) - keep - closed 00:46, 15 July 2015 (UTC)
* 2016 World Rally Championship season - (4913) - no consensus - closed 18:32, 14 July 2015 (UTC)
* 2013 World Dwarf Games - (3684) - Speedy delete - closed 15:57, 13 July 2015 (UTC)
* 2014 Cavan Senior Football Championship - (4736) - no consensus - closed 23:39, 12 July 2015 (UTC)
* IPICO Sports - (5670) - Merge - closed 21:12, 9 July 2015 (UTC)
* St Anne's GAA - (4774) - Delete - closed 03:07, 10 July 2015 (UTC)
* Gymternet - (5255) - delete - closed 00:11, 10 July 2015 (UTC)
* Dragon Stakes - (5063) - keep - closed 00:18, 9 July 2015 (UTC)
* India–Australia field hockey record - (7230) - delete - closed 21:50, 7 July 2015 (UTC)
* Upward Sports - (10301) - keep - closed 15:48, 9 June 2015 (UTC)
* Takemefishing.org - (4193) - delete - closed 14:19, 2 July 2015 (UTC)
* Collapse (sports) - (8250) - delete - closed 12:44, 1 July 2015 (UTC)
* Jack Dyer–Lou Richards Trophy - (10078) - redirect to List of individual match awards in the Australian Football League - closed 02:06, 27 June 2015 (UTC)
* International Handball Tournament of Poland - (6437) - delete - closed 02:08, 27 June 2015 (UTC)
* Fusion Longboards - (4788) - delete - closed 21:19, 26 June 2015 (UTC)
* TeamWork Online - (6461) - delete - closed 21:49, 26 June 2015 (UTC)
* 60 footed - (3292) - delete - closed 20:47, 20 June 2015 (UTC)
* Chandigarh HandBall Association - (4157) - delete - closed 07:05, 18 June 2015 (UTC)
* Las Vegas National PBA Invitational - (4724) - delete - closed 20:19, 11 June 2015 (UTC)
* Aberdeen Darts Association - (4333) - delete - closed 00:14, 10 June 2015 (UTC)
* List Of Obstacles On American Ninja Warrior - (7385) - delete - closed 19:11, 9 June 2015 (UTC)
* Raffi Ferreira (Soccer Player) - (6693) - delete - closed 07:36, 9 June 2015 (UTC)
* Raffi Ferreira (Soccer Player) - (6693) - delete - closed 07:36, 9 June 2015 (UTC)
* American Inline Hockey League - (9356) - delete - closed 18:09, 8 June 2015 (UTC)
* Joseph Wren Memorial Trophy - (12661) - no consensus - closed 02:32, 6 June 2015 (UTC)
* Knee hockey - (5452) - redirect to Hockey - closed 07:23, 6 June 2015 (UTC)
* Saskatchewan SWAT - (4612) - delete - closed 18:01, 4 June 2015 (UTC)
* 2018 NCAA Division I Tennis Championships - (4017) - delete - closed 18:29, 4 June 2015 (UTC)
* Rally del Taro - (5970) - keep - closed 01:01, 3 June 2015 (UTC)
* List of Australian rules football records - (8277) - delete - closed 18:38, 2 June 2015 (UTC)
* Captain's Ball - (3000) - delete - closed 01:59, 2 June 2015 (UTC)
* Figure skating at the 2012 Winter Youth Olympics – Qualification - (6587) - redirect to Figure skating at the 2012 Winter Youth Olympics - closed 01:08, 1 June 2015 (UTC)
* 2016 International V8 Supercars Championship - (6678) - redirect to International_V8_Supercars_Championship - closed 09:17, 30 May 2015 (UTC)
* US Sailor of the Year Awards - (4648) - speedy keep - closed 06:35, 30 May 2015 (UTC)
* Colours of Australian professional football teams - (5819) - Delete - closed 23:35, 28 May 2015 (UTC)
* Sky Sports South Korea - (5743) - no consensus - closed 04:43, 27 May 2015 (UTC)
* 2015 Bank of the West Classic - (4804) - keep - closed 13:56, 25 May 2015 (UTC)
* List of Spikers' Turf teams - (5336) - redirect to Spikers' Turf 1st Season Open Conference - closed 03:02, 25 May 2015 (UTC)
* Cardiff University Korfball Club - (5857) - delete - closed 09:02, 24 May 2015 (UTC)
* Tom Farniok - (5615) - speedy keep - closed 17:43, 22 May 2015 (UTC)
* Dockland Rivalry (AFL) - (5239) - delete - closed 00:32, 16 May 2015 (UTC)
* List of UAAP Women's Volleyball seasons - (5578) - merge to UAAP Volleyball Championship - closed 03:23, 14 May 2015 (UTC)
* Rosegreen GAA (2nd nomination) - (4474) - delete - closed 18:36, 11 May 2015 (UTC)
* Iran-Philippines Rivalry (Women's Volleyball) - (4885) - delete - closed 23:46, 10 May 2015 (UTC)
* BEACH VOLLEYBALL LEVAN AKHVLEDIANI - (5127) - withdrawn by nominator - closed 02:52, 11 May 2015 (UTC)
* Marty Appel - (7696) - keep - closed 16:48, 5 May 2015 (UTC)
* Louisville–Virginia rivalry - (8668) - delete - closed 17:36, 3 May 2015 (UTC)
* Lithuanian Bandy Association - (3358) - delete - closed 02:52, 4 May 2015 (UTC)
* Belgian Orienteering Federation - (5376) - no consensus - closed 23:47, 30 April 2015 (UTC)
* Belgian Orienteering Federation - (5376) - no consensus - closed 23:47, 30 April 2015 (UTC)
* Aghamore GAA - (4919) - no consensus - closed 23:55, 30 April 2015 (UTC)
* Claremorris GAA - (4261) - no consensus - closed 23:55, 30 April 2015 (UTC)
* Kiter - (3520) - delete and redirect to Kiting - closed 01:33, 29 April 2015 (UTC)
* Tropicana Golf and Country Club - (4462) - delete - closed 12:16, 27 April 2015 (UTC)
* Rosegreen GAA - (4330) - no consensus - closed 01:49, 26 April 2015 (UTC)
* Thames Valley Magpies (2nd nomination) - (6607) - delete - closed 13:02, 25 April 2015 (UTC)
* Fowling (sport) - (4973) - no consensus - closed 19:15, 22 April 2015 (UTC)
* Delta Force Paintball - (4649) - delete - closed 01:22, 23 April 2015 (UTC)
* Vienna Girls Softball League - (4960) - delete - closed 01:06, 23 April 2015 (UTC)
* Vegan Bodybuilding - (3822) - delete - closed 03:52, 23 April 2015 (UTC)
* List of Sasuke stages - (3936) - delete - closed 21:02, 17 April 2015 (UTC)
* Zamalek SC (volleyball) - (4838) - delete - closed 07:10, 17 April 2015 (UTC)
* International Yoga Sports Federation - (5353) - delete - closed 21:32, 16 April 2015 (UTC)
* ESPN GamePlan season-by-season schedules - (3857) - delete - closed 02:58, 17 April 2015 (UTC)
* 2013 Women's Ball Hockey World Cup - (3055) - delete - closed 01:18, 14 April 2015 (UTC)
* 2015 Pan American Men's Junior Handball Championship - (3154) - delete - closed 15:16, 13 April 2015 (UTC)
* Brocagh Emmetts GAC - (4044) - delete - closed 23:29, 10 April 2015 (UTC)
* Gold Coast sports curse - (11041) - merge to Sports_on_the_Gold_Coast,_Queensland - closed 06:47, 9 April 2015 (UTC)
* Extreme Kayak Fishing - (21555) - delete - closed 07:50, 8 April 2015 (UTC)
* Big Rock Sports, LLC - (6446) - delete - closed 06:52, 8 April 2015 (UTC)
* Confederação Brasileira de Orientação - (5817) - delete - closed 05:11, 7 April 2015 (UTC)
* List of nicknames in motorsport - (10058) - no consensus - closed 07:04, 5 April 2015 (UTC)
* WCW Nitro (truck) - (4154) - redirect to WCW Nitro - closed 01:50, 5 April 2015 (UTC)
* Shitburger - (33871) - Delete - dicdef - closed 13:38, 31 March 2015 (UTC)
* Waterloo Warriors - (6418) - keep - closed 03:53, 31 March 2015 (UTC)
* Triple marathon - (5081) - Delete - closed 07:42, 29 March 2015 (UTC)
* List of motorsports people by nickname - (8354) - keep - closed 14:52, 29 March 2015 (UTC)
* 2021 World Women's Handball Championship - (5388) - delete - closed 00:28, 28 March 2015 (UTC)
* Hulk Kiev - (3816) - delete - closed 00:26, 28 March 2015 (UTC)
* Elastic interface - (4648) - delete - closed 00:39, 26 March 2015 (UTC)
* Brisbane City Cobras - (3708) - redirect to National Touch League - closed 03:12, 23 March 2015 (UTC)
* 2014 Grand Prix - (4891) - speedy delete - closed 21:05, 22 March 2015 (UTC)
* 2015 Gastein Ladies - (5048) - Userfy - closed 04:47, 22 March 2015 (UTC)
* 2015 Baku Cup - (5182) - Userfy - closed 05:04, 22 March 2015 (UTC)
* 2015 Brasil Tennis Cup - (5368) - Userfy - closed 05:07, 22 March 2015 (UTC)
* 2015 İstanbul Cup - (5226) - Userfy - closed 04:58, 22 March 2015 (UTC)
* Frontside Alley-oop - (3266) - delete - closed 01:14, 18 March 2015 (UTC)
* Canadian Adventist School Athletics - (4375) - delete - closed 01:36, 16 March 2015 (UTC)
* Hofstra quidditch - (4305) - delete - closed 01:52, 12 March 2015 (UTC)
* 2000 World Masters (darts) - (6787) - redirect to World Masters (darts) - closed 23:59, 8 March 2015 (UTC)
* Extreme Sport Challenges Association - (4102) - delete - closed 22:58, 6 March 2015 (UTC)
* Alta Sierra Ski Resort - (3802) - delete - closed 00:17, 6 March 2015 (UTC)
* List of bicycle polo companies - (4039) - delete - closed 00:23, 6 March 2015 (UTC)
* England national rugby union team – Results 2000–present - (5957) - delete - closed 03:25, 4 March 2015 (UTC)
* Dida Sportswear - (5903) - delete - closed 03:00, 25 February 2015 (UTC)
* Gooseneck, Isle of Man - (14743) - keep - closed 03:23, 24 February 2015 (UTC)
* Scottish Formula Ford Championship - (6377) - keep - closed 17:10, 23 February 2015 (UTC)
* International Federation of BodyBuilding & Fitness - (6562) - keep - closed 23:16, 23 February 2015 (UTC)
* Virtual Team Challenge - (4822) - delete - closed 21:40, 22 February 2015 (UTC)
* F1 Financial Crisis - (7378) - delete - closed 04:03, 21 February 2015 (UTC)
* Birkin's Bend - (8904) - Keep - closed 21:43, 18 February 2015 (UTC)
* 2nd Milestone - (6246) - keep - closed 17:21, 17 February 2015 (UTC)
* Tower Bends - (5263) - merge to Snaefell Mountain Course - closed 17:17, 17 February 2015 (UTC)
* Miles Bergner - (7154) - keep - closed 05:36, 17 February 2015 (UTC)
* Competitive Sports and Young Kids - (3532) - (unknown) - closed 04:07, 17 February 2015 (UTC)
* Vista Outdoor Inc. - (5040) - keep - closed 05:32, 17 February 2015 (UTC)
* Kayaking in India - (7922) - keep - closed 16:15, 14 February 2015 (UTC)
* Average (sports) - (4350) - delete - closed 07:45, 14 February 2015 (UTC)
* List of North American professional sports teams by type of name - (4967) - delete - closed 07:40, 14 February 2015 (UTC)
* Birmingham Magicians - (7373) - delete all - closed 17:26, 13 February 2015 (UTC)
* Brandish Corner - (14720) - keep - closed 19:45, 10 February 2015 (UTC)
* 26th Milestone - (5940) - keep - closed 19:44, 10 February 2015 (UTC)
* Ballagarey Corner, Isle of Man - (6036) - keep - closed 19:43, 10 February 2015 (UTC)
* 1986 Virginia Slims Championships - (5276) - no consensus - closed 14:07, 9 February 2015 (UTC)
* Appledene - (5330) - keep - closed 11:28, 9 February 2015 (UTC)
* Signpost Corner - (6370) - keep - closed 03:19, 9 February 2015 (UTC)
* School House Corner - (6264) - keep - closed 03:21, 9 February 2015 (UTC)
* Ballacrye Corner - (6009) - keep - closed 03:22, 9 February 2015 (UTC)
* Bad call - (20399) - no consensus - closed 13:22, 6 February 2015 (UTC)
* 2016 Hopman Cup - (5560) - delete - closed 13:25, 6 February 2015 (UTC)
* Crosstown rivalry - (3738) - redirect to List of sports rivalries - closed 22:35, 3 February 2015 (UTC)
* Pavilion des Sports - (6040) - delete - closed 07:49, 2 February 2015 (UTC)
* Joshua Berry - (6262) - delete - closed 02:13, 2 February 2015 (UTC)
* Panoz PZ09 - (4234) - keep - closed 23:01, 1 February 2015 (UTC)
* Damion Lee - (5953) - userfied - closed 02:34, 1 February 2015 (UTC)
* Open bowling - (4012) - keep - closed 20:11, 28 January 2015 (UTC)
* Local derby - (11872) - redirect to List of sports rivalries - closed 20:26, 25 January 2015 (UTC)
* Campbelltown Collegians - (4932) - Delete - closed 09:27, 25 January 2015 (UTC)
* World Xtreme Wrestling (2nd nomination) - (8581) - no consensus - closed 04:33, 25 January 2015 (UTC)
* Calgary Foothills SC - (4843) - Delete - closed 15:42, 24 January 2015 (UTC)
* Velox Valhallians - (6305) - no consensus - closed 03:29, 23 January 2015 (UTC)
* Ontario Rugby League Competition - (9995) - delete - closed 21:54, 22 January 2015 (UTC)
* Arena Devata Island Stadium - (3825) - delete - closed 16:02, 21 January 2015 (UTC)
* Saskatchewan Rugby Union - (8113) - no consensus - closed 02:35, 21 January 2015 (UTC)
* Centrepointe hockey league - (4192) - delete - closed 20:01, 20 January 2015 (UTC)
* British Columbia Rugby League Competition - (6249) - no consensus - closed 01:10, 18 January 2015 (UTC)
* Hockey in Rochester NY - (6066) - Delete - closed 10:42, 18 January 2015 (UTC)
* The Extreme Sport Challenges Association - (5703) - no consensus - closed 20:37, 16 January 2015 (UTC)
* Ball Hockey World Championship - (11722) - no consensus - closed 01:10, 14 January 2015 (UTC)
* National Hockey League lore - (8165) - Withdrawn - closed 01:40, 14 January 2015 (UTC)
* Checkball - (4256) - delete - closed 11:25, 5 January 2015 (UTC)
* Kellen Johnson - (5341) - delete - closed 20:44, 4 January 2015 (UTC)
* Raphoe Hockey Club - (4174) - delete - closed 11:28, 3 January 2015 (UTC)
* Leinster Senior League (rugby union) (2nd nomination) - (5409) - keep - closed 09:11, 31 December 2014 (UTC)
* German firefighting fitness badge - (5704) - delete - closed 17:44, 28 December 2014 (UTC)
* Michigan Mr. Hockey - (6427) - delete - closed 18:01, 28 December 2014 (UTC)
* Sean Fagan - (6571) - delete - closed 16:51, 26 December 2014 (UTC)
* Negoslav Vuksanovic - (5685) - delete - closed 02:28, 24 December 2014 (UTC)
* Game of "S.K.A.T.E." (3rd nomination) - (6583) - keep - closed 21:12, 20 December 2014 (UTC)
* Forza Rossa Racing - (4800) - merge to Ion Bazac - closed 21:10, 20 December 2014 (UTC)
* List of Oregon Ducks Department of Athletics Awards - (7207) - delete - closed 17:03, 16 December 2014 (UTC)
* Champion System-Stan's NoTubes - (5553) - keep - closed 20:35, 13 December 2014 (UTC)
* Bissell Development Team - (5387) - keep - closed 20:35, 13 December 2014 (UTC)
* 5-Hour Energy (cycling team) - (5642) - keep - closed 20:34, 13 December 2014 (UTC)
* Funvic Brasilinvest-São José dos Campos - (4184) - keep - closed 20:46, 13 December 2014 (UTC)
* San Luis Somos Todos - (4073) - keep - closed 20:43, 13 December 2014 (UTC)
* Matrix Powertag - (5158) - keep - closed 20:35, 13 December 2014 (UTC)
* Singha Infinite Cycling Team - (4110) - keep - closed 20:43, 13 December 2014 (UTC)
* SkyDive Dubai Pro Cycling Team - (4226) - keep - closed 20:43, 13 December 2014 (UTC)
* ISD Continental Team - (4069) - keep - closed 20:42, 13 December 2014 (UTC)
* Firefighters Upsala CK - (4168) - keep - closed 20:42, 13 December 2014 (UTC)
* Radenska (cycling team) - (4232) - keep - closed 20:42, 13 December 2014 (UTC)
* Groupement Sportif des Pétroliers d´Algérie - (4202) - keep - closed 20:34, 13 December 2014 (UTC)
* Alpha Baltic-Unitymarathons.com - (4122) - keep - closed 20:42, 13 December 2014 (UTC)
* SP Tableware - (4417) - keep - closed 20:31, 13 December 2014 (UTC)
* Team Differdange-Losch - (4089) - keep - closed 20:42, 13 December 2014 (UTC)
* Cyclingteam Jo Piels - (4011) - keep - closed 20:42, 13 December 2014 (UTC)
* Utensilnord Ora24.eu - (4071) - keep - closed 20:40, 13 December 2014 (UTC)
* NFTO (cycling team) - (4084) - keep - closed 20:40, 13 December 2014 (UTC)
* Team Kuota - (4261) - keep - closed 20:31, 13 December 2014 (UTC)
* Euskadi (Continental cycling team) - (4143) - keep - closed 20:40, 13 December 2014 (UTC)
* Bauknecht-Author - (4054) - keep - closed 20:39, 13 December 2014 (UTC)
* AC Sparta Praha (cycling team) - (4748) - keep - closed 20:31, 13 December 2014 (UTC)
* Burgos BH - (3994) - keep - closed 20:39, 13 December 2014 (UTC)
* Roubaix-Lille Métropole - (4070) - keep - closed 20:31, 13 December 2014 (UTC)
* Frøy-Bianchi - (4037) - keep - closed 20:38, 13 December 2014 (UTC)
* Team Øster Hus-Ridley - (4073) - keep - closed 20:38, 13 December 2014 (UTC)
* Team Sparebanken Sør - (4067) - keep - closed 20:38, 13 December 2014 (UTC)
* Team Joker - (4002) - keep - closed 20:38, 13 December 2014 (UTC)
* Efapel-Glassdrive - (4066) - keep - closed 20:31, 13 December 2014 (UTC)
* LA-Antarte - (4400) - keep - closed 20:31, 13 December 2014 (UTC)
* Adria Mobil (cycling team) - (4298) - keep - closed 20:31, 13 December 2014 (UTC)
* OFM-Quinta da Lixa - (4431) - keep - closed 20:31, 13 December 2014 (UTC)
* Rádio Popular-Onda - (4433) - keep - closed 20:29, 13 December 2014 (UTC)
* Louletano-Dunas Douradas - (4469) - keep - closed 20:29, 13 December 2014 (UTC)
* Team Budget Forklifts - (5050) - keep - closed 20:29, 13 December 2014 (UTC)
* The Dam Cup - (5110) - Delete - closed 20:25, 10 December 2014 (UTC)
* Umbrella Ultra Marathon - (9741) - no consensus - closed 11:29, 5 December 2014 (UTC)
* Nevzorov Haute Ecole - (5941) - no consensus - closed 11:58, 27 November 2014 (UTC)
* Windy Corner - (26444) - No consensus - closed 16:21, 26 November 2014 (UTC)
* Ginger Hall - (13641) - No consensus - closed 16:16, 26 November 2014 (UTC)
* Glenlough - (3658) - delete - closed 03:30, 26 November 2014 (UTC)
* O (gesture) - (4512) - keep - closed 03:28, 26 November 2014 (UTC)
* Crosby Cross-Roads - (4806) - Redirect to Crosby, Isle of Man - closed 19:11, 23 November 2014 (UTC)
* 2014 Men's Physique Showdown - (4027) - SOFTDELETE - closed 18:12, 23 November 2014 (UTC)
* 2016 NASCAR Sprint Cup Series - (5506) - delete - closed 16:58, 21 November 2014 (UTC)
* Verandah, Isle of Man - (12911) - keep - closed 15:06, 21 November 2014 (UTC)
* Driver career-ending crashes - (6186) - speedy delete - closed 16:57, 21 November 2014 (UTC)
* Hypoxico, Inc. - (5276) - delete - closed 03:04, 21 November 2014 (UTC)
* West suffolk racing - (5229) - delete - closed 07:25, 19 November 2014 (UTC)
* Ballahutchin Hill - (3632) - delete - closed 00:56, 19 November 2014 (UTC)
* In Their Helmets they left ( 2014 Documeantry) - (5595) - delete - closed 01:00, 19 November 2014 (UTC)
* 2003 Open SEAT Godó - (4042) - redirect to 2003 Torneo Godó - closed 07:20, 18 November 2014 (UTC)
* 2000 Korea Super Prix - (4459) - delete - closed 03:54, 18 November 2014 (UTC)
* Gardener's Lane - (3371) - delete - closed 03:48, 18 November 2014 (UTC)
* Serverware Racing - (4230) - delete - closed 04:18, 17 November 2014 (UTC)
* Sulby Bridge - (3183) - redirect to Sulby, Isle of Man - closed 12:42, 11 November 2014 (UTC)
* 2015 ASB Classic - (4913) - Speedy keep - closed 20:21, 11 November 2014 (UTC)
* The People's Games - (3732) - delete - closed 00:31, 11 November 2014 (UTC)
* 2014 NAB Challenge (2nd nomination) - (9965) - Keep - closed 14:21, 7 November 2014 (UTC)
* Park Ridge Pirates AFC - (4103) - delete - closed 07:59, 5 November 2014 (UTC)
* 1996 Open Romania - (3723) - Redirect to 1996 Romanian Open - closed 15:01, 3 November 2014 (UTC)
* Marussia Grand Prix results - (4265) - delete - closed 16:54, 1 November 2014 (UTC)
* Fuck her right in the pussy - (20796) - delete - closed 04:30, 1 November 2014 (UTC)
* Daniel Missen (Racecaller) - (3728) - Delete - closed 06:28, 1 November 2014 (UTC)
* Caterham Grand Prix results - (4256) - delete - closed 12:05, 29 October 2014 (UTC)
* 2012 Tour of Faroes Islands - (5487) - redirect - closed 13:20, 27 October 2014 (UTC)
* Virgin Grand Prix results - (4144) - delete - closed 22:33, 26 October 2014 (UTC)
* Hi-Tech Racing Boats - (3780) - delete - closed 16:09, 24 October 2014 (UTC)
* Underwater Bike Race - (3930) - keep - closed 18:48, 21 October 2014 (UTC)
* Underwater cycling - (6467) - keep - closed 04:55, 21 October 2014 (UTC)
* Izida Cup - (15355) - redirect to List of ITF Women's Circuit events - closed 18:07, 20 October 2014 (UTC)
* Zec Dumoine - (6796) - delete - closed 16:34, 18 October 2014 (UTC)
* V8X Magazine (2nd nomination) - (5368) - delete - closed 05:39, 17 October 2014 (UTC)
* American BMX Stunt Team - (4630) - delete - closed 00:17, 5 October 2014 (UTC)
* 450cc motocross bike - (4347) - delete - closed 06:16, 3 October 2014 (UTC)
* St. Ita's GAA (2nd nomination) - (4279) - no consensus - closed 03:35, 30 September 2014 (UTC)
* Problems with concussions in high school athletes - (7095) - no consensus - closed 18:29, 29 September 2014 (UTC)
* South Shore League (2nd nomination) - (4868) - redirect to Massachusetts Interscholastic Athletic Association - closed 04:25, 26 September 2014 (UTC)
* Mount Eliza TT - (3516) - speedy delete - closed 13:46, 26 September 2014 (UTC)
* Wigan Warriors Youth Development - (6138) - delete - closed 10:20, 20 September 2014 (UTC)
* Baloch Lions - (3410) - delete - closed 00:26, 19 September 2014 (UTC)
* Maine Open - (4774) - speedy keep - closed 15:28, 18 September 2014 (UTC)
* Elle (sport) - (4497) - keep - closed 18:34, 15 September 2014 (UTC)
* Thames Valley Magpies - (5577) - no consensus - closed 14:39, 14 September 2014 (UTC)
* Honda CR85R Expert - (5577) - keep - closed 20:58, 13 September 2014 (UTC)
* Australia at the team sports international competitions - (10260) - delete - closed 11:46, 13 September 2014 (UTC)
* East Bengal Tigers - (4154) - delete - closed 15:31, 11 September 2014 (UTC)
* Air Control - (5688) - merge to List of video games notable for negative reception - closed 16:55, 11 September 2014 (UTC)
* Spain at the 2014 European Athletics Championships - (5745) - no consensus - closed 21:12, 6 September 2014 (UTC)
* Flo'Ball - (5614) - delete - closed 19:01, 31 August 2014 (UTC)
* Thursday Night Football (AFL) - (3827) - delete - closed 23:34, 31 August 2014 (UTC)
* CaSSSA - (3698) - delete - closed 02:30, 26 August 2014 (UTC)
* Balconing - (4165) - keep - closed 20:47, 25 August 2014 (UTC)
* Plantation Water Polo Cub - (4120) - delete - closed 18:52, 22 August 2014 (UTC)
* Monash Blues Football Club - (5036) - redirect to Victorian Amateur Football Association - closed 22:26, 20 August 2014 (UTC)
* France at the 2014 European Athletics Championships - (8424) - keep - closed 22:26, 20 August 2014 (UTC)
* South American Volleyball Championship - (10554) - no consensus - closed 21:02, 20 August 2014 (UTC)
* 2014 Black Sea - (3289) - delete - closed 17:17, 20 August 2014 (UTC)
* Blackstones Sports and Social Club - (3724) - delete - closed 15:05, 18 August 2014 (UTC)
* Bikini Olympia - (4029) - delete - closed 00:32, 15 August 2014 (UTC)
* VKB - (4238) - keep - closed 07:21, 13 August 2014 (UTC)
* Estonia at the IAAF World Championships - (6063) - delete - closed 11:16, 11 August 2014 (UTC)
* List of marathon races - (7151) - keep - closed 05:03, 10 August 2014 (UTC)
* Trafford Sub Aqua Club - (3816) - delete - closed 23:44, 8 August 2014 (UTC)
* Miracle on Yellow Turf - (3803) - delete - closed 14:06, 8 August 2014 (UTC)
* List of 2007 national Grands Prix - (6919) - delete - closed 03:10, 6 August 2014 (UTC)
* 2016 Formula One season (3rd nomination) - (5832) - keep - closed 21:24, 5 August 2014 (UTC)
* 300 Bowling and Entertainment Centers - (5903) - redirect to AMF Bowling Center - closed 18:37, 4 August 2014 (UTC)
* Goaltimate - (3604) - no consensus - closed 04:57, 4 August 2014 (UTC)
* Ann Arbor Derby Dimes - (5713) - Keep - closed 06:23, 4 August 2014 (UTC)
* TW 50k Ultra - (3290) - delete - closed 02:36, 2 August 2014 (UTC)
* Disc Hoops - (3943) - delete - closed 11:44, 31 July 2014 (UTC)
* 2014 Bikini Olympia - (4342) - delete - closed 00:31, 30 July 2014 (UTC)
* 2012 UCI Mountain Bike & Trials World Championships – Women's cross-country - (3653) - speedy delete - closed 09:22, 29 July 2014 (UTC)
* Soap soccer - (5002) - Delete - closed 14:19, 26 July 2014 (UTC)
* Astra Italy Tennis Cup - (7672) - merge and redirect to Internazionali di Tennis dell'Umbria - closed 15:22, 24 July 2014 (UTC)
* Display pavilions during the 2010 Winter Olympics - (5204) - delete - closed 14:14, 23 July 2014 (UTC)
* Dickerson 41 - (9001) - delete - closed 02:00, 21 July 2014 (UTC)
* Shiv-Naresh - (4002) - delete - closed 02:09, 19 July 2014 (UTC)
* The Great Rivalry (Park vs Horlick) (2nd nomination) - (5616) - delete - closed 01:53, 19 July 2014 (UTC)
* Offaly–Antrim hurling rivalry - (4314) - delete - closed 10:51, 16 July 2014 (UTC)
* Fulty - (4872) - delete - closed 12:49, 15 July 2014 (UTC)
* Roller sport in India - (19596) - no consensus - closed 10:20, 15 July 2014 (UTC)
* Ramor United GFC - (3639) - delete - closed 15:36, 4 July 2014 (UTC)
* 2014–15 Turkish Basketball League - (17805) - keep - closed 16:59, 30 June 2014 (UTC)
* 2013–14 Turkish Basketball League - (8497) - keep - closed 21:48, 29 June 2014 (UTC)
* LHPS Highlanders - (4551) - redirect to Lake Highland Preparatory School - closed 08:53, 28 June 2014 (UTC)
* Mygdonia A.C. (Badminton) - (4313) - no consensus - closed 04:12, 27 June 2014 (UTC)
* Spiral Stakes top three finishers - (5466) - delete - closed 21:04, 24 June 2014 (UTC)
* Willetton Amateur Football Club - (4063) - redirect to Western Australian Amateur Football League - closed 17:31, 22 June 2014 (UTC)
* Gateshead Thunder - (6640) - keep - closed 01:23, 15 June 2014 (UTC)
* Boneyard Yacht Club - (6409) - delete - closed 02:14, 11 June 2014 (UTC)
* Galway Hockey Club - (4397) - delete - closed 23:18, 9 June 2014 (UTC)
* Andover Wheelers - (4921) - delete - closed 00:41, 9 June 2014 (UTC)
* Mountain Mayhem 2008 - (4834) - delete - closed 00:39, 9 June 2014 (UTC)
* 2014 Brickyard 400 - (19267) - Speedy Keep - closed 21:23, 8 June 2014 (UTC)
* Nottingham University Handball Club - (4713) - delete - closed 01:07, 8 June 2014 (UTC)
* Network-based rating models in sports - (4008) - delete - closed 18:59, 7 June 2014 (UTC)
* Hand cricket - (3396) - delete - closed 18:07, 4 June 2014 (UTC)
* Ballers (2nd nomination) - (4978) - delete - closed 22:03, 3 June 2014 (UTC)
* Nakhjir (company) - (6326) - no consensus - closed 23:35, 2 June 2014 (UTC)
* World Pump Festival - (5545) - no consensus - closed 10:31, 1 June 2014 (UTC)
* 2014 Asian Youth Girls Volleyball Championship - (5285) - no consensus - closed 03:35, 31 May 2014 (UTC)
* St Lawrence's GAA, Manchester - (4858) - speedy delete - closed 16:20, 30 May 2014 (UTC)
* Sucha Awesome Deal - (3699) - delete - closed 00:08, 24 May 2014 (UTC)
* ZVL Leiden - (11876) - no consensus - closed 02:25, 23 May 2014 (UTC)
* Southampton Jaguars - (4376) - delete - closed 17:55, 14 May 2014 (UTC)
* American Bandy Association - (14974) - merge to Bandy in the United States - closed 15:53, 13 May 2014 (UTC)
* Shooting ranges in the United Kingdom - (5361) - delete - closed 13:03, 11 May 2014 (UTC)
* Primos Secane Swim Club - (4219) - delete - closed 08:38, 11 May 2014 (UTC)
* Newmarket Stingers - (4538) - delete - closed 06:54, 7 May 2014 (UTC)
* Minneapolis Bandolier - (14064) - merge to Bandy in the United States - closed 09:36, 3 May 2014 (UTC)
* Minnesota Blades - (8274) - merge to Bandy in the United States - closed 09:31, 3 May 2014 (UTC)
* Dynamo Duluth - (7565) - merge to Bandy in the United States - closed 09:29, 3 May 2014 (UTC)
* Sneaker Phone - (6353) - keep - closed 07:10, 26 April 2014 (UTC)
* Dragon Flight - (5977) - merge to March Air Reserve Base - closed 00:11, 23 April 2014 (UTC)
* Hillbilly Arm Drop Drags - (3944) - delete - closed 19:19, 21 April 2014 (UTC)
* 2014 NAB Challenge - (6579) - no consensus - closed 10:30, 21 April 2014 (UTC)
* Cheer C.P.S. - (7441) - delete - closed 07:06, 21 April 2014 (UTC)
* Camarillo Classic - (4257) - Redirect to Adolfo Camarillo High School - closed 15:06, 18 April 2014 (UTC)
* Jefferson D.Powell - (3989) - delete - closed 00:47, 11 April 2014 (UTC)
* Wisconsin High School Powerlifting - (3080) - speedy delete - closed 19:15, 8 April 2014 (UTC)
* Eastern Kansas League (2nd nomination) - (4211) - Delete. - closed 13:21, 7 April 2014 (UTC)
* History of the Greater Western Sydney Football Club - (8875) - no consensus - closed 03:20, 6 April 2014 (UTC)
* Belgian Ring - (3531) - delete - closed 21:38, 1 April 2014 (UTC)
* March 92S - (12902) - redirect to March Engineering - closed 10:10, 1 April 2014 (UTC)
* Centennial Jay - (7022) - keep - closed 07:12, 28 March 2014 (UTC)
* List of Formula One Grand Prix Podiums - (5513) - delete - closed 18:21, 25 March 2014 (UTC)
* Hippy jump - (3929) - redirect to Mark Gonzales - closed 05:47, 24 March 2014 (UTC)
* Nitro Snowboards - (8315) - delete - closed 11:33, 22 March 2014 (UTC)
* Lithuania at the 2001 World Aquatics Championships - (5007) - no consensus - closed 12:41, 21 March 2014 (UTC)
* IBA World Tour - (3297) - delete - closed 12:01, 18 March 2014 (UTC)
* World Snowboard Tour - (3985) - delete - closed 12:00, 18 March 2014 (UTC)
* Azerbaijan Grand Prix - (7614) - delete - closed 06:23, 13 March 2014 (UTC)
* Winter Olympics (disambiguation) - (7248) - no consensus - closed 12:10, 10 March 2014 (UTC)
* 2017 NCAA Skiing Championships - (6311) - delete - closed 16:14, 10 March 2014 (UTC)
* Livestrong wristband - (10282) - merge to Livestrong Foundation - closed 20:39, 9 March 2014 (UTC)
* 2014 Eurocup Mégane Trophy season (2nd nomination) - (3494) - delete - closed 09:33, 8 March 2014 (UTC)
* Maine Marriage Alliance - (3701) - speedy delete - closed 01:51, 7 March 2014 (UTC)
* CJD Feuerbach - (5696) - speedy delete - closed 22:06, 5 March 2014 (UTC)
* Hit ball (2nd nomination) - (4177) - delete - closed 20:58, 3 March 2014 (UTC)
* Salming Sports - (6507) - no consensus - closed 08:52, 3 March 2014 (UTC)
* 2014 Winter Olympics medals per capita and per GDP - (24660) - delete - closed 15:57, 3 March 2014 (UTC)
* Killenaule GAA - (5181) - keep - closed 10:04, 28 February 2014 (UTC)
* Essex Blades men's lacrosse - (4173) - delete - closed 16:34, 28 February 2014 (UTC)
* University of Essex Mountaineering Club - (3745) - delete - closed 08:19, 27 February 2014 (UTC)
* University of Essex women's lacrosse - (4588) - delete - closed 15:29, 25 February 2014 (UTC)
* Czech Republic at the 2018 Winter Olympics - (6445) - delete - closed 22:31, 23 February 2014 (UTC)
* Coro (sport) - (4335) - delete - closed 16:02, 23 February 2014 (UTC)
* Brazil at the 2014 Winter Paralympics - (4172) - keep - closed 01:37, 23 February 2014 (UTC)
* Pititsa hill climb - (10786) - keep - closed 11:19, 22 February 2014 (UTC)
* ECRHA – Awards - (5436) - delete - closed 05:33, 18 February 2014 (UTC)
* List of Formula One race edits songs - (37251) - Delete - closed 08:45, 15 February 2014 (UTC)
* MAKE Motorsports - (4549) - delete - closed 15:50, 10 February 2014 (UTC)
* Battle of the Bridge (AFL) - (7072) - delete - closed 19:40, 4 February 2014 (UTC)
* Snowboarding at the 2014 Winter Olympics – Qualification - (4093) - keep - closed 00:02, 3 February 2014 (UTC)
* Harehills Amateur Rugby League - (3906) - delete - closed 02:51, 2 February 2014 (UTC)
* 1889 Ulster Senior Football Championship - (4564) - delete - closed 10:03, 1 February 2014 (UTC)
* La Salle–UST rivalry - (5178) - keep - closed 01:30, 30 January 2014 (UTC)
* Ivanovic–S. Williams match at the 2014 Australian Open - (10036) - delete - closed 14:14, 29 January 2014 (UTC)
* Antrim Forum - (8149) - delete - closed 17:49, 26 January 2014 (UTC)
* Boston bid for the 2024 Summer Olympics - (4232) - delete - closed 16:10, 25 January 2014 (UTC)
* St. Ita's GAA - (4235) - no consensus - closed 21:16, 24 January 2014 (UTC)
* Mr Whoppit - (15954) - keep - closed 16:08, 24 January 2014 (UTC)
* Paris bid for the 2024 Summer Olympics - (3921) - delete - closed 03:35, 23 January 2014 (UTC)
* Lakeside Leisure Complex - (5464) - keep - closed 00:04, 20 January 2014 (UTC)
* Guadalajara bid for the 2024 Summer Olympics - (4868) - delete - closed 10:50, 17 January 2014 (UTC)
* List of S.L. Benfica founders - (4325) - delete - closed 06:52, 15 January 2014 (UTC)
* Knockout (game) - (6347) - redirect to Variations of basketball - closed 14:01, 14 January 2014 (UTC)
* Kids Who Rip - (4726) - delete - closed 04:57, 14 January 2014 (UTC)
* Pensacola Roller Gurlz - (3593) - delete - closed 08:32, 14 January 2014 (UTC)
* San Diego sports curse - (12163) - redirect to Sports-related_curses - closed 11:54, 14 January 2014 (UTC)
* Budapest bid for the 2024 Summer Olympics - (3564) - delete - closed 00:50, 12 January 2014 (UTC)
* Toronto bid for the 2024 Summer Olympics - (3558) - delete - closed 00:49, 12 January 2014 (UTC)
* Saint Petersburg bid for the 2024 Summer Olympics - (3653) - delete - closed 00:47, 12 January 2014 (UTC)
* Timor-Leste at the 2014 Winter Olympics - (10362) - keep - closed 10:21, 8 January 2014 (UTC)
* Dunk (footwear) - (3758) - delete - closed 08:45, 8 January 2014 (UTC)
* Nike Air Max LeBron shoe line - (3858) - delete - closed 01:14, 6 January 2014 (UTC)
* Home Run For Life - (5294) - merge to Waskatenau, Alberta - closed 01:08, 29 December 2013 (UTC)
* Western Reserve Conference - (6069) - delete - closed 19:50, 28 December 2013 (UTC)
* Trento-Bondone Hill Climb - (11976) - keep - closed 20:05, 23 December 2013 (UTC)
* 1984 Grote Prjis van Zolder - (3459) - delete - closed 01:56, 23 December 2013 (UTC)
* List of current Formula One Grands Prix - (6173) - delete - closed 05:14, 16 December 2013 (UTC)
* Tour of Nilgiris - (5974) - keep - closed 23:01, 14 December 2013 (UTC)
* Did Not Start - (4160) - redirect to Glossary of motorsport terms - closed 19:30, 10 December 2013 (UTC)
* History of rugby union matches between Georgia and Romania - (9413) - keep - closed 03:27, 10 December 2013 (UTC)
* Pennsylvania Rebellion - (4707) - keep - closed 22:21, 9 December 2013 (UTC)
* Eklipse Sports Radio - (3520) - speedy delete - closed 14:10, 9 December 2013 (UTC)
* The 125 greatest stars of the GAA - (4391) - delete - closed 22:29, 5 December 2013 (UTC)
* Aqua Sports Company - (3719) - delete - closed 01:17, 2 December 2013 (UTC)
* Murderball - (9377) - keep - closed 04:47, 29 November 2013 (UTC)
* 1977 Vandervell British F3 Championship Rd.1 - (5500) - delete - closed 22:41, 27 November 2013 (UTC)
* 2000 Summer Olympics closing ceremony - (7394) - keep - closed 01:34, 28 November 2013 (UTC)
* Barcelona bid for the 2026 Winter Olympics - (7181) - no consensus - closed 04:15, 27 November 2013 (UTC)
* Skala (sports organization) (2nd nomination) - (6500) - speedy keep - closed 23:16, 26 November 2013 (UTC)
* NOGI Awards - (5782) - keep - closed 00:15, 25 November 2013 (UTC)
* 2016 Formula One season (2nd nomination) - (5320) - delete - closed 14:37, 21 November 2013 (UTC)
* Renault Energy F1-2014 - (6439) - delete - closed 02:51, 19 November 2013 (UTC)
* 2016 Formula One Season - (3819) - speedily deleted - closed 00:52, 19 November 2013 (UTC)
* Peru women's youth volleyball team - (3803) - delete - closed 01:13, 18 November 2013 (UTC)
* 2014 Eurocup Mégane Trophy season - (4096) - no consensus - closed 15:15, 14 November 2013 (UTC)
* List of athletes by sponsor - (4977) - delete - closed 03:12, 14 November 2013 (UTC)
* Viva The Matadors - (3655) - delete - closed 00:13, 7 November 2013 (UTC)
* 2014 Formula One season cars - (7000) - delete - closed 01:52, 4 November 2013 (UTC)
* Minnesota State Park Geocaching Challenge - (3665) - delete - closed 18:02, 3 November 2013 (UTC)
* Propulsion Universelle et Recuperation d'Energie - (3681) - delete - closed 16:16, 1 November 2013 (UTC)
* John Laffan - (4418) - delete - closed 17:55, 31 October 2013 (UTC)
* 2013 WTA Upsets (tennis) - (3522) - delete - closed 20:20, 29 October 2013 (UTC)
* List of achievements by Ayrton Senna - (46605) - redirect to Ayrton Senna - closed 19:07, 29 October 2013 (UTC)
* Red Bull RB10 - (6800) - keep - closed 00:01, 28 October 2013 (UTC)
* Bangladeshi Cyclists - (11842) - keep - closed 20:55, 24 October 2013 (UTC)
* Iran men's national under-19 volleyball team - (3969) - delete - closed 15:10, 24 October 2013 (UTC)
* Nike Hyperdunk - (3052) - delete - closed 15:24, 16 October 2013 (UTC)
* Yamaha Grand Prix results - (6098) - delete - closed 02:53, 14 October 2013 (UTC)
* Necker Cup - (3721) - delete - closed 01:22, 13 October 2013 (UTC)
* Spotting (climbing) - (9445) - keep - closed 21:45, 12 October 2013 (UTC)
* Paralyzed Veterans Golf Open - (4454) - no consensus - closed 02:45, 3 October 2013 (UTC)
* List of ziplines in the Philippines - (4550) - delete - closed 07:25, 1 October 2013 (UTC)
* Sport and the Australian federal election, 2013 - (5048) - delete - closed 00:56, 30 September 2013 (UTC)
* Spotting (weight training) - (3524) - keep - closed 01:23, 30 September 2013 (UTC)
* Annie Thorisdottir - (5376) - withdrawn - closed 15:20, 27 September 2013 (UTC)
* Trinity Meadows Race Track - (3884) - speedy keep - closed 07:30, 27 September 2013 (UTC)
* Commodore Downs - (4421) - keep - closed 07:23, 27 September 2013 (UTC)
* Raymond Heard Stadium - (5188) - no consensus - closed 20:16, 23 September 2013 (UTC)
* North Dakota Horse Park - (6220) - keep - closed 02:24, 22 September 2013 (UTC)
* ULM Softball Complex - (12081) - keep - closed 02:25, 22 September 2013 (UTC)
* Kosher Gym - (5980) - keep - closed 02:14, 22 September 2013 (UTC)
* Miles Park (race track) - (6211) - keep - closed 15:58, 21 September 2013 (UTC)
* Ford GT43 - (3440) - speedy delete - closed 04:57, 21 September 2013 (UTC)
* Preps on the Net - (4367) - delete - closed 16:37, 20 September 2013 (UTC)
* Top Ten Horses to run at Gansett - (4305) - delete - closed 16:36, 20 September 2013 (UTC)
* From Gate to Wire - (4542) - delete - closed 16:34, 20 September 2013 (UTC)
* Shark baiting - (9117) - keep - closed 19:01, 18 September 2013 (UTC)
* Samsung Sports - (5900) - no consensus - closed 06:33, 14 September 2013 (UTC)
* List of riders in the 2013 UCI World Tour - (4295) - redirect to List of 2013 UCI ProTeams and riders - closed 03:56, 14 September 2013 (UTC)
* Port Imperial Street Circuit - (9971) - keep - closed 22:30, 13 September 2013 (UTC)
* Randall Cunningham II - (7881) - keep - closed 02:13, 13 September 2013 (UTC)
* Pan American Junior Championship - (6693) - Keep main, merge/redirect others - closed 23:55, 11 September 2013 (UTC)
* 2013 Girls' School European Volleyball Championship Cup - (8532) - (unknown) - closed 10:30, 10 September 2013 (UTC)
* Ron-A-Roll Skating Center - (5814) - redirect to Connecticut Death Quads - closed 15:30, 9 September 2013 (UTC)
* Plummer Family Helluva Handball Bash - (5495) - no consensus - closed 07:48, 8 September 2013 (UTC)
* Fantasy Football Guidebook - (8938) - delete - closed 01:59, 4 September 2013 (UTC)
* Sam Hendricks - (5418) - delete - closed 23:54, 1 September 2013 (UTC)
* Hotklub - (5107) - delete - closed 23:40, 1 September 2013 (UTC)
* Zambranaing - (12147) - Delete - closed 09:38, 31 August 2013 (UTC)
* Virginia Slims Masters - (3395) - redirect - closed 21:12, 30 August 2013 (UTC)
* 2011 Norwegian Eastern Championship - (4848) - delete - closed 16:33, 28 August 2013 (UTC)
* Avanhard (Vorokhta) - (16470) - keep - closed 16:37, 28 August 2013 (UTC)
* Barstool Sports (2nd nomination) - (5186) - speedy delete - closed 21:22, 27 August 2013 (UTC)
* Romanian Darts Federation - (4721) - delete - closed 18:01, 27 August 2013 (UTC)
* Smash and Dash - (3818) - keep - closed 05:05, 27 August 2013 (UTC)
* Peter Lawler (canoer) - (4760) - keep - closed 02:12, 25 August 2013 (UTC)
* Little League Softball World Series - (4776) - keep - closed 01:39, 22 August 2013 (UTC)
* Nude recreation - (7005) - keep - closed 01:47, 22 August 2013 (UTC)
* 800cc Ducati Riders - (4330) - delete - closed 03:31, 18 August 2013 (UTC)
* Rohrbach Hornets - (3859) - delete - closed 21:42, 16 August 2013 (UTC)
* Professional basketball (2nd nomination) - (3702) - redirect to List of basketball leagues - closed 18:10, 15 August 2013 (UTC)
* Lithuanian Snowboarding Championships - (3653) - keep - closed 06:43, 15 August 2013 (UTC)
* 2012-13 Boxing Doping Scandal - (4302) - delete - closed 01:46, 15 August 2013 (UTC)
* Solar Midget Race Car - (3844) - keep - closed 19:23, 13 August 2013 (UTC)
* Netherlands women's national cyclo-cross team - (5148) - delete - closed 03:11, 12 August 2013 (UTC)
* Netherlands national cyclo-cross team - (4308) - delete - closed 19:02, 10 August 2013 (UTC)
* Clutch (sports) (2nd nomination) - (5457) - delete - closed 15:47, 10 August 2013 (UTC)
* Eastern Kansas League - (5053) - delete - closed 15:12, 8 August 2013 (UTC)
* Dwile flonking - (6620) - keep - closed 02:18, 5 August 2013 (UTC)
* List of World Cups - (4372) - merge to List of world championships - closed 09:48, 4 August 2013 (UTC)
* Lyon County League - (6237) - delete - closed 19:03, 3 August 2013 (UTC)
* Official ball supplier - (4495) - delete - closed 05:20, 1 August 2013 (UTC)
* East Grinstead Cycling Club - (5001) - delete - closed 00:42, 1 August 2013 (UTC)
* Anthony Hardy (professional boxer) - (3371) - delete - closed 16:23, 31 July 2013 (UTC)
* Central Prairie League - (3832) - delete - closed 03:26, 31 July 2013 (UTC)
* Swimming at the 2001 World Aquatics Championships – Men's 4 x 100 metre freestyle relay - (18859) - no consensus - closed 01:00, 26 July 2013 (UTC)
* 2013 Tour de France King of the Mountains - (40046) - keep - closed 09:05, 25 July 2013 (UTC)
* Bupati Cup riots - (4360) - delete - closed 11:22, 25 July 2013 (UTC)
* VVAALLEEball - (3433) - delete - closed 22:41, 23 July 2013 (UTC)
* Elinor McKenzie Shield (2nd nomination) - (4851) - no consensus - closed 08:12, 23 July 2013 (UTC)
* NC Benfica - (3350) - speedy delete - closed 01:06, 21 July 2013 (UTC)
* London Heathside Athletics Club - (5368) - delete - closed 20:05, 18 July 2013 (UTC)
* Biteindex - (4168) - delete - closed 23:35, 17 July 2013 (UTC)
* Ari Wolfe - (9986) - keep - closed 23:24, 17 July 2013 (UTC)
* Xtreme Ice Skating (2nd nomination) - (15311) - delete - closed 18:09, 15 July 2013 (UTC)
* 2013 PDC Pro Tour - (13672) - keep - closed 19:28, 3 July 2013 (UTC)
* Dandenong & District Junior Football League - (3369) - Speedy Deleted - closed 19:27, 2 July 2013 (UTC)
* 2015 IRB Junior World Championship - (5283) - delete - closed 17:17, 1 July 2013 (UTC)
* SkateSlate - (9311) - delete - closed 17:48, 1 July 2013 (UTC)
* Silverstone race results - (6233) - keep - closed 04:23, 1 July 2013 (UTC)
* Brands Hatch race results - (4321) - keep - closed 04:22, 1 July 2013 (UTC)
* Red Zinger Bicycle Classic - (6305) - keep - closed 20:40, 22 June 2013 (UTC)
* Vuly Trampolines - (6096) - speedy deleted - closed 03:40, 22 June 2013 (UTC)
* Accommodation for the 2003 Afro-Asian Games - (4302) - no consensus - closed 18:54, 19 June 2013 (UTC)
* Skyline UFC - (4646) - speedy-delete (A7) - closed 06:00, 16 June 2013 (UTC)
* Garret Kramer (2nd nomination) - (9226) - keep - closed 18:15, 12 June 2013 (UTC)
* Robert Brizel (2nd nomination) - (4227) - delete - closed 19:20, 11 June 2013 (UTC)
* Maclean's Music - (4780) - delete - closed 02:41, 10 June 2013 (UTC)
* 2013 European Athletics Indoor Championships – Women's 4 × 400 metres relay - (4994) - keep - closed 03:30, 10 June 2013 (UTC)
* Sanctuary Lakes Football Club - (4816) - delete - closed 17:42, 8 June 2013 (UTC)
* 2015 Formula One season (3rd nomination) - (5348) - Keep - closed 15:39, 7 June 2013 (UTC)
* Spark Suit - (4822) - merge to Nike Sports Research Lab - closed 20:22, 6 June 2013 (UTC)
* List of climbing areas - (8614) - delete - closed 23:43, 4 June 2013 (UTC)
* World Elite mma championship - (4480) - delete - closed 03:46, 5 June 2013 (UTC)
* Nat Sullivan - (4815) - soft delete - closed 00:26, 4 June 2013 (UTC)
* Rich DeMarco - (4358) - delete - closed 00:23, 2 June 2013 (UTC)
* Marathon Sports (retailer) (2nd nomination) - (10734) - keep - closed 00:39, 31 May 2013 (UTC)
* Agecroft Rowing Club - (5867) - delete - closed 01:42, 30 May 2013 (UTC)
* St Austell RFC - (4877) - delete - closed 20:03, 26 May 2013 (UTC)
* Nose (horseracing) - (6305) - redirect to Horse length - closed 11:27, 26 May 2013 (UTC)
* USAG compulsory routines (2nd nomination) - (4777) - delete - closed 19:46, 25 May 2013 (UTC)
* 247Sports.com - (8130) - keep - closed 00:28, 25 May 2013 (UTC)
* John Letasky - (5595) - delete - closed 01:26, 24 May 2013 (UTC)
* Jimboomba Thunder - (3576) - delete - closed 07:35, 24 May 2013 (UTC)
* Lehigh Valley Grand Prix - (3422) - delete - closed 11:51, 24 May 2013 (UTC)
* Swakopmund Skydiving Club - (4995) - delete - closed 23:17, 21 May 2013 (UTC)
* Ryan Minch - (5826) - redirect to Billings Gazette - closed 19:12, 19 May 2013 (UTC)
* All Saints GAC - (5361) - keep - closed 05:14, 17 May 2013 (UTC)
* Spring Street Houligans - (5135) - delete - closed 12:26, 16 May 2013 (UTC)
* Coomera Cutters - (4747) - delete - closed 05:40, 14 May 2013 (UTC)
* Blades of Courage (Skate!) - (6360) - keep - closed 21:48, 11 May 2013 (UTC)
* BusinessF1 Magazine - (4777) - soft delete - closed 06:47, 11 May 2013 (UTC)
* Canadian Sponsorship Forum - (4029) - Speedy delete - closed 14:13, 11 May 2013 (UTC)
* Fennis - (4111) - delete - closed 23:57, 2 May 2013 (UTC)
* 1978 Nashville Sounds season - (6392) - delete - closed 01:28, 9 May 2013 (UTC)
* 2015 Formula One season - (23257) - keep - closed 13:13, 7 May 2013 (UTC)
* Marathon Sports (retailer) - (5200) - keep - closed 01:55, 7 May 2013 (UTC)
* 2008 National Masters - (10360) - merge to Masters Football - closed 11:19, 5 May 2013 (UTC)
* A10 World Series - (4647) - redirect to A1 Grand Prix - closed 04:50, 4 May 2013 (UTC)
* International Pool Tour - (3917) - keep - closed 11:22, 4 May 2013 (UTC)
* Freestyle grappling - (3437) - delete - closed 07:40, 3 May 2013 (UTC)
* 2007–08 Manchester Monarchs season - (4590) - delete - closed 23:29, 1 May 2013 (UTC)
* 2008–09 Manchester Monarchs season - (4813) - delete - closed 01:13, 1 May 2013 (UTC)
* Eliyahu Comay - (10239) - delete - closed 00:17, 30 April 2013 (UTC)
* The Downside Ball Game - (5962) - no consensus - closed 18:59, 28 April 2013 (UTC)
* FF Series - (3015) - delete - closed 15:17, 26 April 2013 (UTC)
* Aid station - (6501) - speedy keep - closed 05:17, 24 April 2013 (UTC)
* Last match at Victoria Park - (4657) - delete - closed 01:25, 19 April 2013 (UTC)
* Loughborough Students' Men's Hockey Club - (7005) - delete - closed 11:06, 18 April 2013 (UTC)
* 2006 Serena Williams tennis season - (4384) - Keep - closed 00:51, 17 April 2013 (UTC)
* List of defunct Idaho sports teams - (6229) - keep - closed 09:49, 14 April 2013 (UTC)
* List of Missouri high schools by athletic conferences - (6697) - keep - closed 17:22, 13 April 2013 (UTC)
* Fresh And Loose - (4435) - delete - closed 06:41, 13 April 2013 (UTC)
* Finger Jousting - (4042) - delete - closed 02:59, 7 April 2013 (UTC)
* 2008 Rafael Nadal tennis season - (6848) - KEEP all - closed 14:14, 28 March 2013 (UTC)
* UCD Fencing Club (2nd nomination) - (5978) - delete - closed 20:44, 6 April 2013 (UTC)
* 2013 Gold Coast Rugby League season - (3381) - delete - closed 03:09, 4 April 2013 (UTC)
* 2007 Leinster Minor Football Championship - (12679) - KEEP - closed 20:42, 3 April 2013 (UTC)
* VCU Rowdy Rams - (4439) - delete - closed 18:41, 1 April 2013 (UTC)
* Vancouver falcons athletics club - (4312) - delete - closed 11:25, 27 March 2013 (UTC)
* Support Hunting Association - (3829) - delete - closed 10:43, 27 March 2013 (UTC)
* Illyrian Swimming Association - (4672) - delete - closed 04:49, 26 March 2013 (UTC)
* Bathgate Championship 2013 - (3412) - delete - closed 14:19, 24 March 2013 (UTC)
* Forceback - (6341) - no consensus - closed 20:25, 22 March 2013 (UTC)
* Potomac Valley Swimming - (4196) - delete - closed 14:37, 20 March 2013 (UTC)
* GrandPrix+ - (3824) - delete - closed 03:28, 20 March 2013 (UTC)
* Hewitt-Roddick Rivalry - (9627) - delete - closed 17:42, 17 March 2013 (UTC)
* Federer–Murray rivalry - (26336) - delete - closed 16:07, 17 March 2013 (UTC)
* Puddle Duck Racer - (8689) - keep - closed 23:00, 13 March 2013 (UTC)
* Mitcham Korfball Club - (5747) - delete - closed 23:38, 12 March 2013 (UTC)
* Champagne powder - (4784) - merge to Types of snow - closed 03:11, 10 March 2013 (UTC)
* 2001 Tim Henman tennis season - (3522) - merge to Tim Henman - closed 11:44, 5 March 2013 (UTC)
* Thumpstar - (3613) - no consensus - closed 07:56, 4 March 2013 (UTC)
* Aberystwyth University Mens Hockey Club - (4530) - delete - closed 16:39, 1 March 2013 (UTC)
* De Marchi - (4868) - keep - closed 00:17, 2 March 2013 (UTC)
* Colorado Open (darts) - (4801) - delete - closed 18:14, 28 February 2013 (UTC)
* Six Days of the Greenery - (4432) - delete - closed 17:33, 28 February 2013 (UTC)
* Crowtree Leisure Centre - (3407) - delete - closed 05:56, 27 February 2013 (UTC)
* Sports betting systems - (3529) - keep - closed 00:02, 27 February 2013 (UTC)
* 2013 Agnieszka Radwańska tennis season - (3427) - delete - closed 03:56, 23 February 2013 (UTC)
* Bangor University Hockey Club - (4577) - delete - closed 00:13, 22 February 2013 (UTC)
* WTA Big Three - (5315) - delete - closed 16:10, 20 February 2013 (UTC)
* List of most watched sporting events in 2004 - (4042) - delete - closed 11:38, 20 February 2013 (UTC)
* Lismore Turf Club - (4724) - keep - closed 00:07, 20 February 2013 (UTC)
* Federer–Hewitt rivalry (3rd nomination) - (4152) - delete - closed 09:11, 19 February 2013 (UTC)
* List of Pakistani field hockey players - (9434) - no consensus - closed 00:32, 18 February 2013 (UTC)
* Bob Heussler - (6050) - no consensus - closed 00:31, 13 February 2013 (UTC)
* Azarenka–Sharapova rivalry - (3807) - delete - closed 00:33, 13 February 2013 (UTC)
* Azarenka–S. Williams rivalry - (3783) - delete - closed 00:33, 13 February 2013 (UTC)
* Emma O'Reilly - (7011) - redirect to Lance Armstrong doping allegations - closed 00:05, 11 February 2013 (UTC)
* Through The Mail Autographing - (3362) - speedy deleted - closed 21:21, 7 February 2013 (UTC)
* Old Forge Blue Devils - (5145) - merge to Old Forge School District - closed 01:24, 7 February 2013 (UTC)
* Uniform Distribution and Accreditation Centre - (6913) - no consensus - closed 01:49, 7 February 2013 (UTC)
* Left–Right - (5473) - merge to Florida Gators - closed 00:05, 6 February 2013 (UTC)
* Southern United Professional Racing - (4988) - no consensus - closed 00:03, 4 February 2013 (UTC)
* Monster Jam Party in the Pits - (3807) - delete - closed 00:20, 4 February 2013 (UTC)
* Havasu 95 Speedway - (6094) - keep - closed 12:21, 31 January 2013 (UTC)
* Peisey-Vallandry - (3787) - delete and redirect - closed 00:08, 31 January 2013 (UTC)
* Athletes USA, Ltd - (4717) - delete - closed 02:41, 30 January 2013 (UTC)
* Flat Out, Flat Broke: Formula 1 the Hard Way! - (4560) - merge to Perry McCarthy - closed 00:54, 29 January 2013 (UTC)
* Bill Seward - (7672) - delete - closed 02:58, 28 January 2013 (UTC)
* Lawrence Frankopan - (5280) - delete - closed 11:08, 27 January 2013 (UTC)
* Spartak Tennis Club (2nd nomination) - (6871) - keep - closed 19:15, 27 January 2013 (UTC)
* Armagh GAA Senior Leagues - (6656) - delete - closed 07:50, 27 January 2013 (UTC)
* Pineridge Cross-Country Ski Area - (4251) - merge to Poestenkill, New York - closed 01:42, 27 January 2013 (UTC)
* Jerry Bonkowski - (4750) - delete - closed 01:36, 27 January 2013 (UTC)
* Great Lakes Inline - (4550) - speedy keep - closed 19:26, 26 January 2013 (UTC)
* Skateboarding dog (2nd nomination) - (7296) - keep - closed 19:09, 26 January 2013 (UTC)
* Scottdale Inferno - (4833) - redirect - closed 21:06, 25 January 2013 (UTC)
* Inline skate wheel setups - (3934) - merge to Inline skates - closed 00:30, 24 January 2013 (UTC)
* Robbie Bullough - (12539) - delete - closed 01:00, 23 January 2013 (UTC)
* List of Nike sponsorships - (6002) - delete - closed 17:16, 21 January 2013 (UTC)
* International sports calendar 2013 - (6183) - merge to 2013 in sports - closed 00:50, 18 January 2013 (UTC)
* Charlotte Open - (3983) - delete - closed 16:31, 16 January 2013 (UTC)
* Planet Bowl - (4898) - delete - closed 23:00, 14 January 2013 (UTC)
* Empire United Fencing - (4656) - delete - closed 00:36, 13 January 2013 (UTC)
* Las Vegas Aces (inline hockey) - (5045) - no consensus - closed 01:30, 12 January 2013 (UTC)
* Nordic skiing at the 1924 Winter Olympics - (6782) - keep - closed 00:44, 6 January 2013 (UTC)
* New Jersey Nightmare - (4957) - delete - closed 17:51, 3 January 2013 (UTC)
* Teva Lea Race - (4873) - no consensus - closed 22:39, 28 December 2012 (UTC)
* 2021 Asian Youth Games - (7444) - keep - closed 05:05, 28 December 2012 (UTC)
* Canadian Football League Cheerleading - (5646) - delete - closed 22:47, 27 December 2012 (UTC)
* American Inline Hockey League Elite Division - (4673) - delete - closed 01:54, 26 December 2012 (UTC)
* List of surfing areas - (3578) - delete - closed 01:43, 26 December 2012 (UTC)
* Nordic skiing at the 1928 Winter Olympics - (2944) - Consolidating to Articles for deletion/Nordic skiing at the 1924 Winter Olympics. we have 22 articles, all of which are identical, so it is much easier to hold the discussion once, in one place - closed 19:34, 22 December 2012 (UTC)
* Nordic skiing at the 1956 Winter Olympics - (2944) - Consolidating to Articles for deletion/Nordic skiing at the 1924 Winter Olympics. we have 22 articles, all of which are identical, so it is much easier to hold the discussion once, in one place - closed 19:39, 22 December 2012 (UTC)
* Nordic skiing at the 1972 Winter Olympics - (2944) - Consolidating to Articles for deletion/Nordic skiing at the 1924 Winter Olympics. we have 22 articles, all of which are identical, so it is much easier to hold the discussion once, in one place - closed 19:36, 22 December 2012 (UTC)
* Nordic skiing at the 1984 Winter Olympics - (2944) - Consolidating to Articles for deletion/Nordic skiing at the 1924 Winter Olympics. we have 22 articles, all of which are identical, so it is much easier to hold the discussion once, in one place - closed 19:37, 22 December 2012 (UTC)
* Nordic skiing at the 1998 Winter Olympics - (2944) - Consolidating to Articles for deletion/Nordic skiing at the 1924 Winter Olympics. we have 22 articles, all of which are identical, so it is much easier to hold the discussion once, in one place - closed 19:37, 22 December 2012 (UTC)
* Nordic skiing at the 1988 Winter Olympics - (2944) - Consolidating to Articles for deletion/Nordic skiing at the 1924 Winter Olympics. we have 22 articles, all of which are identical, so it is much easier to hold the discussion once, in one place - closed 19:37, 22 December 2012 (UTC)
* Nordic skiing at the 2014 Winter Olympics - (2944) - Consolidating to Articles for deletion/Nordic skiing at the 1924 Winter Olympics. we have 22 articles, all of which are identical, so it is much easier to hold the discussion once, in one place - closed 19:38, 22 December 2012 (UTC)
* Nordic skiing at the 1932 Winter Olympics - (3667) - Consolidating to Articles for deletion/Nordic skiing at the 1924 Winter Olympics. we have 22 articles, all of which are identical, so it is much easier to hold the discussion once, in one place - closed 19:38, 22 December 2012 (UTC)
* Nordic skiing at the 1936 Winter Olympics - (3452) - Consolidating to Articles for deletion/Nordic skiing at the 1924 Winter Olympics. we have 22 articles, all of which are identical, so it is much easier to hold the discussion once, in one place - closed 19:38, 22 December 2012 (UTC)
* Nordic skiing at the 1948 Winter Olympics - (3452) - Consolidating to Articles for deletion/Nordic skiing at the 1924 Winter Olympics. we have 22 articles, all of which are identical, so it is much easier to hold the discussion once, in one place - closed 19:38, 22 December 2012 (UTC)
* Nordic skiing at the 1952 Winter Olympics - (3452) - Consolidating to Articles for deletion/Nordic skiing at the 1924 Winter Olympics. we have 22 articles, all of which are identical, so it is much easier to hold the discussion once, in one place - closed 19:38, 22 December 2012 (UTC)
* Nordic skiing at the 1960 Winter Olympics - (3452) - Consolidating to Articles for deletion/Nordic skiing at the 1924 Winter Olympics. we have 22 articles, all of which are identical, so it is much easier to hold the discussion once, in one place - closed 19:39, 22 December 2012 (UTC)
* Nordic skiing at the 1964 Winter Olympics - (3452) - Consolidating to Articles for deletion/Nordic skiing at the 1924 Winter Olympics. we have 22 articles, all of which are identical, so it is much easier to hold the discussion once, in one place - closed 19:35, 22 December 2012 (UTC)
* Nordic skiing at the 1968 Winter Olympics - (3452) - Consolidating to Articles for deletion/Nordic skiing at the 1924 Winter Olympics. we have 22 articles, all of which are identical, so it is much easier to hold the discussion once, in one place - closed 19:36, 22 December 2012 (UTC)
* Nordic skiing at the 1976 Winter Olympics - (3452) - Consolidating to Articles for deletion/Nordic skiing at the 1924 Winter Olympics. we have 22 articles, all of which are identical, so it is much easier to hold the discussion once, in one place - closed 19:36, 22 December 2012 (UTC)
* Nordic skiing at the 1980 Winter Olympics - (3452) - Consolidating to Articles for deletion/Nordic skiing at the 1924 Winter Olympics. we have 22 articles, all of which are identical, so it is much easier to hold the discussion once, in one place - closed 19:36, 22 December 2012 (UTC)
* Nordic skiing at the 1992 Winter Olympics - (3452) - Consolidating to Articles for deletion/Nordic skiing at the 1924 Winter Olympics. we have 22 articles, all of which are identical, so it is much easier to hold the discussion once, in one place - closed 19:37, 22 December 2012 (UTC)
* Nordic skiing at the 1994 Winter Olympics - (3452) - Consolidating to Articles for deletion/Nordic skiing at the 1924 Winter Olympics. we have 22 articles, all of which are identical, so it is much easier to hold the discussion once, in one place - closed 19:37, 22 December 2012 (UTC)
* Nordic skiing at the 2002 Winter Olympics - (3452) - Consolidating to Articles for deletion/Nordic skiing at the 1924 Winter Olympics. we have 22 articles, all of which are identical, so it is much easier to hold the discussion once, in one place - closed 19:37, 22 December 2012 (UTC)
* Nordic skiing at the 2006 Winter Olympics - (3452) - Consolidating to Articles for deletion/Nordic skiing at the 1924 Winter Olympics. we have 22 articles, all of which are identical, so it is much easier to hold the discussion once, in one place - closed 19:37, 22 December 2012 (UTC)
* Nordic skiing at the 2010 Winter Olympics - (3796) - Consolidating to Articles for deletion/Nordic skiing at the 1924 Winter Olympics. we have 22 articles, all of which are identical, so it is much easier to hold the discussion once, in one place - closed 19:38, 22 December 2012 (UTC)
* Adams dry fly - (5382) - keep - closed 02:57, 21 December 2012 (UTC)
* ChessManiac.com - (4041) - delete - closed 18:50, 20 December 2012 (UTC)
* Vert skating - (13593) - no consensus - closed 21:41, 19 December 2012 (UTC)
* Na Gaeil Óga CLG - (8034) - no consensus - closed 00:48, 15 December 2012 (UTC)
* World Extreme Skiing Championship (2nd nomination) - (4277) - keep - closed 22:29, 11 December 2012 (UTC)
* Big Ten Conference Sports - (4843) - merge to Big Ten Conference - closed 01:32, 10 December 2012 (UTC)
* Alaska Game Management Units - (6773) - merge to Alaska Department of Fish and Game - closed 01:28, 10 December 2012 (UTC)
* 2021 Island Games - (3398) - delete - closed 01:38, 10 December 2012 (UTC)
* Shevington Sharks - (5145) - delete - closed 10:23, 9 December 2012 (UTC)
* Paying In Pain - (3780) - delete - closed 10:27, 9 December 2012 (UTC)
* FIS Nordic World Ski Championships 2017 - (4708) - keep - closed 00:09, 9 December 2012 (UTC)
* Boston Sports Megaplex - (5960) - keep - closed 00:09, 9 December 2012 (UTC)
* V8X Magazine - (5768) - delete - closed 19:44, 7 December 2012 (UTC)
* Battle of the Nations (Medieval Tournament) - (5476) - keep - closed 23:19, 7 December 2012 (UTC)
* Coolaroo Football Club - (4309) - redirect to AFL Darling Downs - closed 17:27, 6 December 2012 (UTC)
* Hops Sportswear - (4146) - delete - closed 00:18, 6 December 2012 (UTC)
* DYE Precision - (8046) - keep - closed 10:23, 4 December 2012 (UTC)
* Borgess Run for the Health of It - (3990) - delete - closed 19:58, 30 November 2012 (UTC)
* Fuzzball (sport) - (5677) - Keep - closed 05:29, 30 November 2012 (UTC)
* 2008 Youth World Amateur Boxing Championships - (6560) - no consensus - closed 00:34, 30 November 2012 (UTC)
* Level Renner - (4704) - delete - closed 09:52, 28 November 2012 (UTC)
* Triple Crown of Motorsport - (6091) - Keep - closed 04:37, 28 November 2012 (UTC)
* International sports calendar 2012 - (12748) - merge to 2012 in sports - closed 11:27, 26 November 2012 (UTC)
* Shim (fencing) - (4357) - Redirect to Épée - closed 06:57, 26 November 2012 (UTC)
* Western State Colorado University Mountaineers - (4190) - merge to Western State Colorado University - closed 00:18, 26 November 2012 (UTC)
* Nevis Amateur Athletic Association - (14168) - no consensus - closed 00:26, 25 November 2012 (UTC)
* List of career achievements by Lance Armstrong - (7100) - redirect to Lance Armstrong - closed 03:26, 24 November 2012 (UTC)
* Red Menace (New Mexico Lobos) - (4468) - keep - closed 15:55, 23 November 2012 (UTC)
* South Shore League - (9088) - merge to Massachusetts Interscholastic Athletic Association - closed 03:52, 23 November 2012 (UTC)
* Wonthaggi Human Powered Grand Prix - (5288) - redirect to Wonthaggi - closed 01:44, 22 November 2012 (UTC)
* 2010 Youth World Amateur Boxing Championships - (7086) - no consensus - closed 03:47, 21 November 2012 (UTC)
* Australian Mens Shed Association - (4609) - Nomination withdrawn - closed 09:24, 16 November 2012 (UTC)
* Youth World Amateur Boxing Championships - (7691) - no consensus - closed 02:39, 15 November 2012 (UTC)
* Velociudad Speedcity - (3132) - delete - closed 09:52, 11 November 2012 (UTC)
* Skirrow (car) - (6091) - keep - closed 00:05, 10 November 2012 (UTC)
* Tuvalu Games - (5392) - no consensus - closed 08:53, 9 November 2012 (UTC)
* 2014 U18 Sitting volleyball World Championship - (4590) - delete - closed 19:16, 6 November 2012 (UTC)
* Colombo Racecourse - (6349) - DELETE - closed 22:31, 4 November 2012 (UTC)
* 2016 Summer Paralympics (2nd nomination) - (6648) - Snow Keep - closed 15:55, 3 November 2012 (UTC)
* Limo (game) - (3750) - delete - closed 04:28, 27 October 2012 (UTC)
* IMSC Order of Merit - (3263) - delete - closed 13:24, 26 October 2012 (UTC)
* Semo-tri-team - (3118) - delete - closed 10:58, 25 October 2012 (UTC)
* Colt Lyerla - (12507) - keep - closed 17:36, 24 October 2012 (UTC)
* Postseason pressure - (3496) - delete - closed 09:23, 24 October 2012 (UTC)
* Czech handball - (6950) - keep - closed 13:36, 24 October 2012 (UTC)
* Dan Williamson - (5213) - delete - closed 12:58, 11 October 2012 (UTC)
* My Irish Molly (horse) - (5616) - delete - closed 01:22, 30 September 2012 (UTC)
* Johnball - (3341) - delete - closed 22:14, 27 September 2012 (UTC)
* HARE Motorsport - (4368) - delete - closed 19:17, 27 September 2012 (UTC)
* 2013 London Broncos season - (5677) - keep - closed 19:31, 27 September 2012 (UTC)
* List of Twenty20 International games - (6020) - delete - closed 14:41, 26 September 2012 (UTC)
* Sic 'em Bears - (4831) - merge to Baylor University - closed 14:29, 26 September 2012 (UTC)
* Points Vulture - (3902) - delete - closed 18:01, 26 September 2012 (UTC)
* Tambourelli - (5304) - delete - closed 23:39, 24 September 2012 (UTC)
* Lucerne Open - (5576) - delete - closed 21:51, 24 September 2012 (UTC)
* 2014 Grand Prix motorcycle racing season - (4701) - delete - closed 18:53, 20 September 2012 (UTC)
* Hudson Relays (2nd nomination) - (6419) - delete - closed 14:57, 19 September 2012 (UTC)
* 2012 BBC Sports Personality of the Year Award - (6053) - keep - closed 00:05, 18 September 2012 (UTC)
* 2019 NRL season - (3406) - speedy delete - closed 11:58, 16 September 2012 (UTC)
* 2011/12 ANDRA Pro Series - (4513) - delete - closed 09:23, 14 September 2012 (UTC)
* Bowood Elusiv Dream - (3573) - delete - closed 13:48, 14 September 2012 (UTC)
* 2011 Baltimore Grand Prix (IndyCar) - (5537) - Keep - closed 00:32, 7 September 2012 (UTC)
* List of Ryder Cup matches - (5662) - no consensus - closed 05:29, 5 September 2012 (UTC)
* Hudson Relays - (5635) - no consensus - closed 07:35, 5 September 2012 (UTC)
* PEN/ESPN Lifetime Achievement Award for Literary Sports Writing - (8437) - delete - closed 02:43, 4 September 2012 (UTC)
* Rockwall Aquatics Center of Excellence - (5325) - delete - closed 03:10, 3 September 2012 (UTC)
* GOR Oepoi - (5440) - delete - closed 12:41, 31 August 2012 (UTC)
* Amateur Ballplayers League - (4232) - delete - closed 12:38, 31 August 2012 (UTC)
* Indian Sports Teams & Players - (5248) - Delete and redirect - closed 02:13, 31 August 2012 (UTC)
* Eagle Valley Equestrian - (3854) - delete - closed 23:55, 30 August 2012 (UTC)
* Football Tennis (Playground Game) - (3805) - delete - closed 04:54, 29 August 2012 (UTC)
* Indian tennis players - (5505) - delete - closed 21:50, 27 August 2012 (UTC)
* French Horse Racing Hall of Fame - (6050) - delete - closed 03:33, 25 August 2012 (UTC)
* Amsterdamsche roeibond - (4319) - delete - closed 02:52, 24 August 2012 (UTC)
* Circuit Bali - (3522) - delete - closed 16:13, 22 August 2012 (UTC)
* Dancing Beijing - (5591) - no consensus - closed 05:07, 20 August 2012 (UTC)
* 2013 World Rally Championship season - (7224) - keep - closed 03:07, 18 August 2012 (UTC)
* Olympic medals by teams - (4566) - delete - closed 05:00, 18 August 2012 (UTC)
* Newcastle Kart Raceway - (4374) - delete - closed 02:09, 14 August 2012 (UTC)
* 2013 Dunlop V8 Supercar Series season - (3456) - keep - closed 04:13, 13 August 2012 (UTC)
* Controversies at the 2012 Summer Olympics - (36221) - snow keep - closed 22:42, 12 August 2012 (UTC)
* Netball in Brunei - (5001) - keep - closed 02:15, 12 August 2012 (UTC)
* Karate at the 2001 Mediterranean Games - (17924) - no consensus - closed 16:55, 10 August 2012 (UTC)
* Gymnastics Results at the 2009-2012 - (4312) - delete - closed 18:52, 10 August 2012 (UTC)
* O. J. Murdock - (48858) - delete - closed 19:58, 9 August 2012 (UTC)
* Tonga National Tag Team (2nd nomination) - (10934) - keep - closed 04:31, 9 August 2012 (UTC)
* Answer (sports) - (11870) - delete - closed 00:15, 7 August 2012 (UTC)
* 2014 International V8 Supercars Championship - (3400) - delete - closed 17:34, 6 August 2012 (UTC)
* Deyermond Field - (4610) - delete - closed 06:34, 6 August 2012 (UTC)
* British Boxing Hall of Fame (2008) - (12151) - delete - closed 22:33, 4 August 2012 (UTC)
* Major League Baseball controversies - (18660) - delete - closed 23:55, 3 August 2012 (UTC)
* 2012 Summer School Olympics - (4122) - speedy delete - closed 04:56, 1 August 2012 (UTC)
* Wrexham Raiders - (3119) - delete - closed 22:33, 30 July 2012 (UTC)
* 2015 Formula One season (2nd nomination) - (3826) - speedy delete - closed 01:24, 31 July 2012 (UTC)
* List of winners of the Comrades Marathon - (6413) - delete - closed 02:26, 27 July 2012 (UTC)
* Rubber match - (6468) - Soft redirect to Wiktionary - closed 16:37, 26 July 2012 (UTC)
* The Hartford Racing - (4154) - delete - closed 10:51, 26 July 2012 (UTC)
* Morrelli, Chance & Hubbart & MacLane - (24012) - redirect to Stars & Stripes (yacht) - closed 19:43, 24 July 2012 (UTC)
* Rhode Island Rampage - (5802) - redirect to American Ultimate Disc League - closed 16:20, 24 July 2012 (UTC)
* Red Bull Romaniacs Hard Enduro Rallye - (6616) - no consensus - closed 05:33, 23 July 2012 (UTC)
* Uruguay national beach handball team - (4183) - keep - closed 04:41, 17 July 2012 (UTC)
* London Grand Prix (formula 1) - (7790) - delete - closed 00:55, 16 July 2012 (UTC)
* Horse racing country NSW - (3479) - delete - closed 23:54, 14 July 2012 (UTC)
* Crowdhorsing - (4459) - delete - closed 00:27, 15 July 2012 (UTC)
* Tonga National Tag Team - (9196) - no consensus - closed 23:17, 13 July 2012 (UTC)
* Independent Motorsports Group - (4875) - delete - closed 21:31, 13 July 2012 (UTC)
* Rugby League Live 2 - (6882) - Keep - closed 14:01, 12 July 2012 (UTC)
* Centurion Challenge - (3618) - delete - closed 01:38, 10 July 2012 (UTC)
* MTB Himachal - (4287) - keep - closed 18:21, 9 July 2012 (UTC)
* Bluegrass Revolution - (3856) - delete - closed 18:21, 5 July 2012 (UTC)
* Uni roller hockey - (17514) - delete - closed 03:42, 5 July 2012 (UTC)
* Robert Brizel (boxing writer) - (4968) - delete - closed 18:51, 4 July 2012 (UTC)
* List of Foreign Sports Talent Scheme Athletes - (6399) - no consensus - closed 12:09, 2 July 2012 (UTC)
* Park Vista Community High School records in swimming - (5590) - delete - closed 05:27, 2 July 2012 (UTC)
* Alcatraz (horse) - (4776) - delete - closed 02:22, 28 June 2012 (UTC)
* Major Mini-Stick League - (3585) - delete - closed 00:07, 27 June 2012 (UTC)
* Dong Cup Ball - (3851) - delete - closed 09:12, 24 June 2012 (UTC)
* Buckle bunny (2nd nomination) - (9858) - redirect to Groupie - closed 00:38, 22 June 2012 (UTC)
* Score sports - (3665) - delete - closed 00:19, 22 June 2012 (UTC)
* Gliding New Zealand - (8435) - keep - closed 12:21, 21 June 2012 (UTC)
* Leap of Faith (skate) - (5178) - redirect to Point Loma High School - closed 01:34, 21 June 2012 (UTC)
* Chobham 2.0 - (9998) - delete - closed 09:23, 21 June 2012 (UTC)
* Kings of the Severn - (3817) - delete - closed 00:37, 19 June 2012 (UTC)
* Juan Manuel Marquez vs. Joel Casamayor - (5112) - no consensus - closed 12:56, 18 June 2012 (UTC)
* List of Belgium Olympic Team flag bearers - (3703) - Redirect - closed 19:29, 18 June 2012 (UTC)
* Bernard Hopkins vs. Kelly Pavlik - (5876) - no consensus - closed 01:39, 17 June 2012 (UTC)
* DoggyRide (2nd nomination) - (4250) - delete - closed 00:49, 17 June 2012 (UTC)
* Glengarriffe GAA - (5791) - Merge - closed 20:46, 14 June 2012 (UTC)
* Parth (horse) - (9308) - keep - closed 04:55, 15 June 2012 (UTC)
* Rugby Football League Championship - (4161) - Withdrawn by originator - closed 23:47, 13 June 2012 (UTC)
* Centsports (2nd nomination) - (12483) - Withdrawn - closed 09:33, 13 June 2012 (UTC)
* George Piggins Medal - (6257) - merge to South Sydney Rabbitohs - closed 08:18, 10 June 2012 (UTC)
* Shane Mosley vs. Sergio Mora - (4475) - delete - closed 16:05, 10 June 2012 (UTC)
* UNSW-Eastern Suburbs Bulldogs - (5734) - no consensus - closed 23:16, 4 June 2012 (UTC)
* List of last survivors of cultural events - (15652) - delete - closed 01:37, 1 June 2012 (UTC)
* USA Hockey Inline - (7397) - merge to USA Roller Sports - closed 19:43, 31 May 2012 (UTC)
* Rich Gaenzler - (4288) - redirect to Buffalo Bills Radio Network - closed 16:44, 31 May 2012 (UTC)
* 2004 Estoril Open - (33235) - keep - closed 23:08, 30 May 2012 (UTC)
* The Winning Way - (6045) - no consensus - closed 02:53, 30 May 2012 (UTC)
* Floyd Mayweather vs. Juan Manuel Marquez - (13272) - keep - closed 22:06, 29 May 2012 (UTC)
* Floyd Mayweather vs. Shane Mosley - (6517) - keep - closed 07:09, 29 May 2012 (UTC)
* List of ATP Tour Grand Slam tournaments and Masters singles champions - (13428) - keep - closed 03:29, 26 May 2012 (UTC)
* Nikita Farions - (3435) - delete - closed 18:05, 23 May 2012 (UTC)
* Victor Ortiz vs. Floyd Mayweather - (3558) - Keep (nomination withdrawn) - closed 14:20, 23 May 2012 (UTC)
* Snooker commentary (2nd nomination) - (11365) - delete - closed 06:27, 23 May 2012 (UTC)
* The Varsity Dodgeball Match - (7753) - delete - closed 23:11, 19 May 2012 (UTC)
* Indoor Rules - (4507) - delete - closed 18:49, 14 May 2012 (UTC)
* International Nordic Walking Association - INWA - (4702) - soft delete - closed 00:11, 15 May 2012 (UTC)
* 2012 Thai FA Cup - (8030) - Keep - closed 15:39, 14 May 2012 (UTC)
* Point Wolstoncroft Sport and Recreation Centre - (6590) - redirect to Lake Macquarie State Conservation Area - closed 17:28, 12 May 2012 (UTC)
* York City Rowing Club - (4951) - keep - closed 01:24, 8 May 2012 (UTC)
* Kaploosh - (3142) - delete - closed 19:07, 7 May 2012 (UTC)
* Swedish Masters - (6908) - delete - closed 00:00, 3 May 2012 (UTC)
* Stiga North American Championships - (4406) - delete - closed 00:49, 3 May 2012 (UTC)
* Trophy of Denmark - (4297) - delete - closed 23:59, 2 May 2012 (UTC)
* Stiga U.S. Open - (4270) - delete - closed 23:58, 2 May 2012 (UTC)
* 2007 Jefferson 100 - (3478) - redirect to 2007 ASA Midwest Tour season - closed 18:15, 30 April 2012 (UTC)
* Doublet (horse) - (3646) - keep - closed 00:39, 1 May 2012 (UTC)
* Inception (Yacht) - (4526) - delete - closed 00:37, 1 May 2012 (UTC)
* 2013-14 in english football - (6292) - delete - closed 01:12, 30 April 2012 (UTC)
* Sabre Motorsport - (4512) - no consensus - closed 05:10, 28 April 2012 (UTC)
* Lindsay McCormick - (11326) - delete - closed 12:35, 27 April 2012 (UTC)
* Jet Dryer Incident - (3552) - redirect to 2012 Daytona 500 - closed 13:39, 27 April 2012 (UTC)
* Popularity of Turkish teams - (4499) - merge to Football in Turkey - closed 05:32, 26 April 2012 (UTC)
* World Championships (Table Hockey) - (6802) - delete - closed 04:21, 26 April 2012 (UTC)
* 2012 Bernard Tomic tennis season - (3653) - redirect to Bernard Tomic - closed 04:35, 26 April 2012 (UTC)
* 2010 Bernard Tomic tennis season - (3667) - redirect to 2010 Bernard Tomic tennis season - closed 04:22, 26 April 2012 (UTC)
* List of drivers who have raced in Formula One, IndyCar and NASCAR - (9207) - delete - closed 18:08, 25 April 2012 (UTC)
* Soccer Polo - (3079) - delete - closed 01:46, 25 April 2012 (UTC)
* Fenerbahçe Museum - (6371) - redirect to Fenerbahçe S.K. - closed 15:49, 24 April 2012 (UTC)
* Ukraine Cup - (3254) - delete - closed 18:50, 18 April 2012 (UTC)
* Bratislava Open - (3902) - delete - closed 18:50, 18 April 2012 (UTC)
* Tallinn Cup - (3578) - delete - closed 18:49, 18 April 2012 (UTC)
* JSLA - (4347) - no consensus - closed 00:49, 17 April 2012 (UTC)
* Friends School League - (4094) - merge to Education in Philadelphia - closed 15:46, 16 April 2012 (UTC)
* North Gloucester Giants - (3709) - delete - closed 01:58, 16 April 2012 (UTC)
* Trenton Oldfield - (9545) - delete and redirect - closed 02:56, 15 April 2012 (UTC)
* India men's national field hockey team at the 2012 Summer Olympics - (7861) - delete - closed 19:55, 12 April 2012 (UTC)
* Friel Stadium - (6018) - redirect to Beasley Coliseum - closed 14:33, 11 April 2012 (UTC)
* Caldicot Leisure Centre - (4271) - redirect - closed 15:10, 9 April 2012 (UTC)
* K2 Zeppelin (snowboard) - (3640) - delete - closed 22:29, 7 April 2012 (UTC)
* 2012 Formula Renault UK season - (3758) - delete - closed 21:36, 7 April 2012 (UTC)
* Robert Brizel - (9063) - delete - closed 08:21, 6 April 2012 (UTC)
* 2014 Formula One season (2nd nomination) - (23040) - keep - closed 04:19, 5 April 2012 (UTC)
* Tricking - (4697) - delete - closed 00:35, 3 April 2012 (UTC)
* Varsity Trip (3rd nomination) - (6435) - Keep - closed 08:10, 3 April 2012 (UTC)
* Abergavenny Leisure Centre - (3407) - delete - closed 00:17, 3 April 2012 (UTC)
* Laois Intermediate Hurling Championship (2nd nomination) - (9999) - delete - closed 20:46, 2 April 2012 (UTC)
* Malaysia Games Proposal - (3431) - delete - closed 06:50, 2 April 2012 (UTC)
* Driver deaths in British motorsport series - (7555) - No Consensus - closed 07:52, 29 March 2012 (UTC)
* Monmouth Leisure Centre - (4049) - delete - closed 01:19, 29 March 2012 (UTC)
* Robert Stieglitz vs. Mikkel Kessler - (4441) - delete - closed 19:48, 27 March 2012 (UTC)
* Rider deaths in British motorcycle racing series - (6405) - no consensus - closed 21:41, 26 March 2012 (UTC)
* India national amateur boxing athletes - (4178) - delete - closed 00:15, 26 March 2012 (UTC)
* South Korea women's national badminton team - (3450) - "soft" delete - closed 02:03, 26 March 2012 (UTC)
* Kilvey Killer - (5581) - merge to Kilvey Hill - closed 19:33, 24 March 2012 (UTC)
* List of FIM Rally challenges - (4021) - Delete - closed 20:16, 23 March 2012 (UTC)
* Foot hockey - (21567) - no consensus - closed 00:38, 22 March 2012 (UTC)
* Mini hockey (2nd nomination) - (4844) - delete - closed 00:36, 20 March 2012 (UTC)
* Abuja bid for the 2018 Summer Youth Olympics - (4730) - delete - closed 23:24, 18 March 2012 (UTC)
* Kaspiysk bid for the 2018 Summer Youth Olympics - (5576) - delete - closed 23:23, 18 March 2012 (UTC)
* AFL Wide Bay - (6308) - Redirect - closed 17:25, 18 March 2012 (UTC)
* Holcombe Hockey Club - (3430) - delete - closed 18:37, 15 March 2012 (UTC)
* Billiards and snooker at the 2011 Southeast Asian Games - (6588) - redirect to 2011 Southeast Asian Games - closed 03:36, 16 March 2012 (UTC)
* Blue Water Sports - (4540) - (unknown) - closed 16:05, 15 March 2012 (UTC)
* Connacht Under-21 Hurling Championship - (6656) - no consensus - closed 01:35, 14 March 2012 (UTC)
* Wheel doughnut - (9272) - delete - closed 19:05, 13 March 2012 (UTC)
* Wallball - (5970) - merge with American handball and Chinese handball - closed 05:07, 13 March 2012 (UTC)
* Cork Under-21 Football Championship - (4649) - no consensus - closed 22:29, 12 March 2012 (UTC)
* Mennen Arena - (18084) - keep - closed 22:32, 12 March 2012 (UTC)
* Place Bell (Laval) - (3747) - keep - closed 20:49, 12 March 2012 (UTC)
* Goalzz - (4852) - delete - closed 21:34, 11 March 2012 (UTC)
* Virginia Classics - (3539) - delete - closed 01:06, 12 March 2012 (UTC)
* Alan Forsyth - (14340) - delete - closed 21:33, 9 March 2012 (UTC)
* List of most popular sports by country - (4361) - delete - closed 15:00, 7 March 2012 (UTC)
* Biathlon World Championships 2015 - (9105) - keep - closed 18:48, 6 March 2012 (UTC)
* The Trivalry - (4305) - Delete - closed 13:55, 6 March 2012 (UTC)
* Valentia Young Islanders - (8393) - no consensus - closed 16:45, 4 March 2012 (UTC)
* Loughborough Students Hockey Club - (4556) - delete - closed 11:45, 4 March 2012 (UTC)
* Laois Intermediate Hurling Championship - (5602) - no consensus - closed 15:33, 3 March 2012 (UTC)
* August 30, 2010 in sports - (6763) - delete - closed 13:34, 3 March 2012 (UTC)
* Blaze (UAB mascot) - (9221) - keep - closed 01:22, 3 March 2012 (UTC)
* August 2010 in sports - (7181) - keep - closed 21:51, 2 March 2012 (UTC)
* Western Canadian Championship 2008 - (5539) - Redirect to Western Canadian Championship (Gaelic football) - closed 15:01, 2 March 2012 (UTC)
* Western Canadian Championship (Gaelic football) - (7868) - keep - closed 19:13, 2 March 2012 (UTC)
* Aussenkehr Desert Extreme Trail Run (2nd nomination) - (3449) - delete - closed 18:53, 2 March 2012 (UTC)
* PeeDee the Pirate - (4628) - merge to East Carolina Pirates - closed 00:37, 2 March 2012 (UTC)
* Paydirt Pete - (6593) - no consensus - closed 01:46, 2 March 2012 (UTC)
* Laois Minor Hurling Championship - (4564) - delete - closed 20:58, 27 February 2012 (UTC)
* Connacht Minor Football Championship - (3536) - delete - closed 20:58, 27 February 2012 (UTC)
* Western Canadian Championship 2009 - (8262) - redirect all to Western Canadian Championship (Gaelic football) - closed 16:19, 26 February 2012 (UTC)
* The Southside Six - (3784) - delete - closed 11:20, 23 February 2012 (UTC)
* Munster Junior Club Football Championship - (6377) - no consensus - closed 02:17, 20 February 2012 (UTC)
* Indoor games and sports - (3767) - keep - closed 11:20, 17 February 2012 (UTC)
* Kerry Junior Hurling Championship - (3882) - delete - closed 23:13, 14 February 2012 (UTC)
* Kerry U21 Hurling Championship - (3862) - delete - closed 23:11, 14 February 2012 (UTC)
* 2000 Kerry Intermediate Hurling Championship - (4066) - delete - closed 16:15, 14 February 2012 (UTC)
* Cork Junior B Football Championship - (4203) - delete - closed 13:59, 14 February 2012 (UTC)
* Garden City High School Gym - (4078) - delete - closed 19:00, 13 February 2012 (UTC)
* Day-by-day summaries of the 2012 Australian Open - (25407) - merge into existing articles - closed 03:13, 10 February 2012 (UTC)
* ITF Junior Ranking for Asia/Oceania - (4475) - no consensus - closed 18:45, 9 February 2012 (UTC)
* Bike derby (2nd nomination) - (5583) - delete - closed 15:20, 9 February 2012 (UTC)
* OUMDC - (4844) - delete - closed 12:22, 9 February 2012 (UTC)
* Southland Dragway - (3772) - delete - closed 12:23, 9 February 2012 (UTC)
* List of professional snowboarders - (5375) - keep - closed 12:32, 8 February 2012 (UTC)
* 2001 Kerry Intermediate Hurling Championship - (3940) - delete - closed 04:28, 7 February 2012 (UTC)
* Kerry Junior Football Championship - (4110) - delete - closed 04:29, 7 February 2012 (UTC)
* County Club Swimming Association of Greater Philadelphia - (4930) - delete - closed 09:50, 6 February 2012 (UTC)
* List of Australian and New Zealand cities by number of major sports teams - (6027) - delete - closed 18:07, 3 February 2012 (UTC)
* Powerball Golf - (3445) - Speedy delete. - closed 13:56, 3 February 2012 (UTC)
* Samaggi Games - (2795) - delete - closed 23:09, 2 February 2012 (UTC)
* The Desert Ultra - (3276) - delete - closed 21:48, 2 February 2012 (UTC)
* Jungle Ultra Marathon - (3271) - delete - closed 17:28, 2 February 2012 (UTC)
* Bahamas International - (4820) - no consensus - closed 01:08, 30 January 2012 (UTC)
* Ashlon Gardner - (4524) - delete - closed 08:58, 29 January 2012 (UTC)
* Champ (mascot) - (3416) - delete - closed 13:36, 28 January 2012 (UTC)
* Kerry Novice Hurling Championship - (3638) - delete - closed 15:55, 24 January 2012 (UTC)
* 2007 Kerry Senior Hurling Championship - (3624) - delete - closed 15:55, 24 January 2012 (UTC)
* Oxted hockey club - (3099) - DELETE - closed 18:57, 24 January 2012 (UTC)
* 2011 NECC ITF International Women's Tournament - (5967) - delete - closed 06:00, 24 January 2012 (UTC)
* Davenport–Hingis rivalry (2nd nomination) - (5908) - delete - closed 21:54, 23 January 2012 (UTC)
* Davenport–V. Williams rivalry - (5175) - delete - closed 23:54, 22 January 2012 (UTC)
* Warrior Dash - (4080) - no consensus - closed 12:18, 21 January 2012 (UTC)
* Dirty Dozen (bicycle competition) - (6461) - keep - closed 02:11, 21 January 2012 (UTC)
* Yuriorkis Gamboa vs. Daniel Ponce de León - (5919) - delete - closed 03:15, 18 January 2012 (UTC)
* Lehigh Valley Rollergirls - (8891) - no consensus - closed 01:07, 18 January 2012 (UTC)
* Ferrara Open - (4398) - merge to 1983 Grand Prix (tennis) - closed 14:18, 17 January 2012 (UTC)
* British Schools Karting Championship - (6832) - keep - closed 17:54, 17 January 2012 (UTC)
* North Kerry Senior Hurling Championship - (3005) - delete - closed 22:42, 17 January 2012 (UTC)
* Trays - (4057) - delete - closed 18:07, 16 January 2012 (UTC)
* Evert–Mandlikova rivalry (2nd nomination) - (7275) - Keep - closed 17:20, 15 January 2012 (UTC)
* Edberg–Lendl rivalry (2nd nomination) - (8118) - speedy keep - closed 10:40, 14 January 2012 (UTC)
* List of Central American and Caribbean Age Group Championships records - (5590) - keep - closed 19:51, 13 January 2012 (UTC)
* Plantation Open - (4638) - delete all - closed 21:23, 11 January 2012 (UTC)
* Boycott of BNP Paribas Open by Venus and Serena Williams - (4702) - merge to Williams sisters - closed 17:42, 10 January 2012 (UTC)
* 2011 AEGON GB Pro-Series Foxhills - (9274) - delete - closed 00:05, 9 January 2012 (UTC)
* 2011 Trofeul Popeci - (3351) - delete - closed 23:17, 8 January 2012 (UTC)
* 2011 Zubr Cup - (2851) - delete - closed 00:06, 9 January 2012 (UTC)
* 2011 Enka Cup - (3241) - delete - closed 20:10, 8 January 2012 (UTC)
* Berlin Lacrosse Club - (3509) - delete - closed 08:50, 7 January 2012 (UTC)
* 2011 Internazionali Femminili di Tennis - (4150) - delete - closed 09:49, 7 January 2012 (UTC)
* 2011 Kültürpark Cup - (4688) - delete - closed 19:53, 6 January 2012 (UTC)
* Level and Incline Running - (5889) - Keep - closed 07:02, 4 January 2012 (UTC)
* Australian Pacing Gold - (4368) - delete - closed 17:29, 2 January 2012 (UTC)
* Wladimir Klitschko vs. David Haye - (5301) - keep - closed 17:01, 2 January 2012 (UTC)
* ISAF Youth Sailing World Championships - (4772) - keep - closed 11:31, 1 January 2012 (UTC)
* Vitali Klitschko vs. Tomasz Adamek - (10291) - keep - closed 04:56, 1 January 2012 (UTC)
* Davis Cup structure - (5378) - redirect to Davis Cup - closed 13:01, 30 December 2011 (UTC)
* Obstacle racing - (6287) - keep - closed 11:40, 28 December 2011 (UTC)
* 2011 ITF Djibouti Open (1) - (6561) - delete - closed 00:05, 27 December 2011 (UTC)
* Archery at the 2011 Southeast Asian Games - (9848) - keep - closed 23:03, 26 December 2011 (UTC)
* 2012 Australian Open – Main Draw Wildcard Entries - (5510) - speedy keep - closed 21:31, 24 December 2011 (UTC)
* 50th Redlands International Cadet Australian Championship - (20621) - merge to International Cadet Australian Championship - closed 15:04, 20 December 2011 (UTC)
* Water polo at the 2011 Southeast Asian Games - (6542) - delete - closed 03:00, 19 December 2011 (UTC)
* Red Bull Art of Motion - (5957) - keep - closed 17:14, 17 December 2011 (UTC)
* 2012 Davis Cup Americas Zone Group IV - (2767) - speedy delete - closed 20:58, 17 December 2011 (UTC)
* USTA Eastern - (7886) - delete - closed 04:34, 16 December 2011 (UTC)
* Snooker league - (5074) - delete - closed 09:19, 15 December 2011 (UTC)
* Synchronized diving - (6443) - redirect - closed 17:31, 14 December 2011 (UTC)
* Agassi–Chang rivalry (2nd nomination) - (3921) - delete - closed 16:51, 13 December 2011 (UTC)
* 2013 V8 Supercar Championship Series - (3551) - delete - closed 10:07, 7 December 2011 (UTC)
* Canary fighting - (5844) - redirect to Cockfight - closed 06:46, 3 December 2011 (UTC)
* Driving pleasure (2nd nomination) - (4997) - delete - closed 06:27, 3 December 2011 (UTC)
* Stadionul Unirea (Sânnicolau Mare) - (4131) - delete - closed 15:14, 1 December 2011 (UTC)
* List of ARCA drivers - (4377) - keep - closed 07:38, 1 December 2011 (UTC)
* Circball - (27553) - delete - closed 02:50, 1 December 2011 (UTC)
* Goon boxing - (4357) - deleted - closed 20:50, 29 November 2011 (UTC)
* Greensboro roller derby - (4302) - keep - closed 05:09, 28 November 2011 (UTC)
* Field crumpets (2nd nomination) - (5272) - delete - closed 17:05, 24 November 2011 (UTC)
* Aussenkehr Desert Extreme Trail Run - (5678) - no consensus - closed 10:03, 17 November 2011 (UTC)
* Downball - (7773) - merge - closed 00:09, 16 November 2011 (UTC)
* Season review - (3274) - delete - closed 00:26, 14 November 2011 (UTC)
* Treaty Sarsfields GAA - (7097) - keep - closed 01:25, 9 November 2011 (UTC)
* Queen's–McGill rivalry - (5227) - delete - closed 01:43, 8 November 2011 (UTC)
* List of surfing terminology - (6196) - keep - closed 01:35, 8 November 2011 (UTC)
* 1999 Toray Pan Pacific Open - (16281) - keep/redirect - closed 17:07, 4 November 2011 (UTC)
* Bulletproof racing - (3812) - speedy delete - closed 10:12, 4 November 2011 (UTC)
* Romsey Town Rollerbillies (2nd nomination) - (9809) - delete - closed 06:47, 4 November 2011 (UTC)
* Castrol Driver Rankings - (3582) - delete - closed 19:17, 3 November 2011 (UTC)
* B.g.joshi - (3244) - delete - closed 19:19, 3 November 2011 (UTC)
* Rebound ball - (2918) - delete - closed 06:23, 3 November 2011 (UTC)
* ExerciseTV - (4617) - keep - closed 05:49, 2 November 2011 (UTC)
* Deco on the fly - (3039) - redirect to Decompression (diving) - closed 04:37, 30 October 2011 (UTC)
* Lisbon bid for the 2020 Summer Olympics - (4352) - Speedy deleted as a hoax - closed 10:19, 29 October 2011 (UTC)
* Digger (character) - (4014) - redirect to NASCAR on Fox - closed 07:34, 26 October 2011 (UTC)
* Poor man's R - (4169) - delete - closed 01:18, 26 October 2011 (UTC)
* Cosom hockey - (4399) - redirect to Street hockey - closed 01:16, 25 October 2011 (UTC)
* Leslie Fernandez (hockey player) - (4988) - keep - closed 11:19, 24 October 2011 (UTC)
* List of Atlantic Coast Conference rivalries - (3730) - delete - closed 12:23, 23 October 2011 (UTC)
* SCORE Class 22 - (3617) - redirect to SCORE International - closed 12:17, 23 October 2011 (UTC)
* Kingey - (4043) - redirect to Four square - closed 15:55, 22 October 2011 (UTC)
* Proposal for a European Union Olympic team - (3163) - delete - closed 06:52, 20 October 2011 (UTC)
* Modern Athletic Derby Endeavor - (51177) - delete without prejudice - closed 14:20, 19 October 2011 (UTC)
* Romsey Town Rollerbillies - (9853) - delete - closed 17:03, 18 October 2011 (UTC)
* 2010 Vilnius Athletics Championships - (3860) - delete - closed 00:14, 17 October 2011 (UTC)
* European Universities Games - (7130) - delete - closed 17:53, 16 October 2011 (UTC)
* Paragliding fatalities - (44170) - delete - closed 22:47, 14 October 2011 (UTC)
* Team KNOx - (4593) - delete - closed 03:44, 14 October 2011 (UTC)
* Ultimate Dodgeball - (4643) - delete - closed 20:51, 13 October 2011 (UTC)
* SGHS Rowing Club - (4579) - merge to Sydney Girls High School - closed 09:32, 10 October 2011 (UTC)
* Paraglider - (4388) - speedy redirect to Paragliding. - closed 23:21, 9 October 2011 (UTC)
* 2011 Ludo Open - (2771) - speedy deleted - closed 14:21, 4 October 2011 (UTC)
* Surfing in Ecuador - (9927) - keep - closed 04:19, 1 October 2011 (UTC)
* Alfredo Angulo vs. James Kirkland - (5515) - keep - closed 04:29, 1 October 2011 (UTC)
* Lillehammer bid for the 2016 Winter Youth Olympics - (4723) - no consensus - closed 20:49, 29 September 2011 (UTC)
* Sigtuna Cricket Club - (6938) - no consensus - closed 01:19, 30 September 2011 (UTC)
* Carlton Football Club salary cap breach - (6067) - keep - closed 00:11, 29 September 2011 (UTC)
* NEU Indoor Olympic Swimming Pool - (4322) - merge to Near East University - closed 02:04, 28 September 2011 (UTC)
* List of Formula One people - (9616) - delete - closed 11:41, 23 September 2011 (UTC)
* Andorra at the 2011 World Championships in Athletics - (5871) - delete - closed 00:01, 22 September 2011 (UTC)
* Santa Cruz Skateboards - (6342) - no consensus - closed 23:37, 20 September 2011 (UTC)
* University of Denver Ski Team - (6406) - keep - closed 00:28, 18 September 2011 (UTC)
* 2011 WDF World Cup - (5068) - keep - closed 20:03, 17 September 2011 (UTC)
* List of memorable races at Talladega Superspeedway - (4158) - DELETE - closed 16:56, 16 September 2011 (UTC)
* 2005 Dubai Tennis Championships – Women's Singles Qualifying - (5151) - merge to 2005 Dubai Tennis Championships – Women's Singles - closed 15:12, 14 September 2011 (UTC)
* 2011 Rogers Cup – Men's Singles Qualifying - (7005) - merge to 2011 Rogers Cup – Men's Singles - closed 22:37, 9 September 2011 (UTC)
* 2011 BUSC Main Event Results - (3014) - delete - closed 00:02, 9 September 2011 (UTC)
* List of dodgeball variations (2nd nomination) - (12347) - merge to Dodgeball - closed 10:19, 6 September 2011 (UTC)
* Circadian advantage - (4889) - no consensus - closed 04:48, 2 September 2011 (UTC)
* 2012 Yukon/NWT Scotties Tournament of Hearts - (4983) - no consensus - closed 19:44, 1 September 2011 (UTC)
* Mad monk 10k - (4414) - delete - closed 18:11, 30 August 2011 (UTC)
* Carly Barnes - (3592) - delete - closed 23:58, 29 August 2011 (UTC)
* Band football - (4392) - delete - closed 03:09, 30 August 2011 (UTC)
* All Seasons Arena - (6175) - no consensus - closed 07:03, 28 August 2011 (UTC)
* Wild thing 10k - (3097) - delete - closed 23:22, 27 August 2011 (UTC)
* Night Train (UVA Ultimate Team) - (4537) - delete - closed 00:04, 24 August 2011 (UTC)
* Florence Haring - (3780) - keep - closed 00:51, 23 August 2011 (UTC)
* List of US national Golden Gloves super heavyweight champions - (5651) - keep - closed 02:44, 21 August 2011 (UTC)
* 2007 Star Mazda Championship season - (14710) - keep - closed 17:19, 18 August 2011 (UTC)
* Patna Half Marathon - (2999) - delete - closed 00:08, 19 August 2011 (UTC)
* W. Christopher Winter - (4094) - delete - closed 00:06, 18 August 2011 (UTC)
* Gaalball - (4255) - redirect to Goalball - closed 19:11, 17 August 2011 (UTC)
* Hoddywell Archery Park - (3651) - delete - closed 23:43, 16 August 2011 (UTC)
* James Regan (hurler) - (4887) - keep - closed 01:05, 16 August 2011 (UTC)
* Cliff Dempsey Racing - (3472) - delete - closed 00:37, 15 August 2011 (UTC)
* Carleton Ultimate Team - (6514) - keep - closed 06:15, 14 August 2011 (UTC)
* Arkansas Diamonds - (3345) - delete - closed 05:07, 14 August 2011 (UTC)
* Chile F6 Futures - (2326) - delete - closed 23:46, 13 August 2011 (UTC)
* Chile F5 Futures - (2330) - delete - closed 23:46, 13 August 2011 (UTC)
* Chile F4 Futures - (2341) - delete - closed 23:46, 13 August 2011 (UTC)
* Chile F3 Futures - (2330) - delete - closed 23:46, 13 August 2011 (UTC)
* Chile F2 Futures - (2323) - delete - closed 23:46, 13 August 2011 (UTC)
* Chile F1 Futures - (2318) - delete - closed 23:46, 13 August 2011 (UTC)
* 2008 Belgian GP2 round - (2585) - delete - closed 01:23, 13 August 2011 (UTC)
* Pocket Pass (Rugby) - (3252) - delete - closed 18:35, 11 August 2011 (UTC)
* The Stable (2nd nomination) - (3879) - delete - closed 00:15, 11 August 2011 (UTC)
* Hybrid squatting - (2912) - delete - closed 17:14, 9 August 2011 (UTC)
* National Rugby League USA - (5887) - merge to Rugby league in the United States - closed 04:00, 9 August 2011 (UTC)
* Big Bash League auction (2nd nomination) - (4435) - Deleted - closed 22:37, 8 August 2011 (UTC)
* Alexey Chuklin - (8127) - delete - closed 10:32, 8 August 2011 (UTC)
* K-1 Grand Prix 2000 Oceania - (2909) - delete - closed 10:28, 8 August 2011 (UTC)
* Pride Bushido 4 - (9004) - merge to List of Pride Fighting events - closed 23:48, 3 August 2011 (UTC)
* Utah Avalanche - (4054) - merge to American National Rugby League - closed 01:02, 4 August 2011 (UTC)
* Cage Rage 19 - (3606) - delete - closed 10:20, 28 July 2011 (UTC)
* Nemesis Fighting: MMA Global Invasion - (4703) - keep - closed 00:02, 26 July 2011 (UTC)
* K-1 MMA ROMANEX - (3954) - delete - closed 00:23, 25 July 2011 (UTC)
* K-1 World Grand Prix 2003 in Melbourne - (4320) - delete - closed 07:37, 24 July 2011 (UTC)
* Cycle chic - (11268) - no consensus - closed 10:38, 23 July 2011 (UTC)
* Animal ball - (4010) - delete - closed 00:02, 23 July 2011 (UTC)
* Smashball (Sport) - (3859) - delete - closed 23:52, 21 July 2011 (UTC)
* 2011–12 EHF Women's Champions League qualifying phase - (4197) - delete - closed 22:56, 19 July 2011 (UTC)
* 2011–12 EHF Champions League qualifying phase - (4042) - delete - closed 22:56, 19 July 2011 (UTC)
* K-1 Final Fight Stars War in Zagreb - (3571) - delete - closed 00:31, 19 July 2011 (UTC)
* Facundo Argüello (tennis) - (3997) - delete - closed 09:12, 17 July 2011 (UTC)
* World Rally Radio - (3961) - keep - closed 21:22, 14 July 2011 (UTC)
* Elinor McKenzie Shield - (5468) - no consensus - closed 23:55, 12 July 2011 (UTC)
* Cannock Hockey Club - (4299) - keep - closed 17:18, 12 July 2011 (UTC)
* Imperial College School of Medicine Boat Club - (4610) - merge to Imperial College School of Medicine Students' Union - closed 19:48, 11 July 2011 (UTC)
* Pentihackey - (2631) - delete - closed 16:29, 11 July 2011 (UTC)
* Commonwealth Ex Pats Rugby League - (3167) - delete - closed 07:17, 11 July 2011 (UTC)
* Snow rugby - (9054) - keep - closed 01:20, 11 July 2011 (UTC)
* Evenie Water Curling Club - (8062) - keep - closed 02:38, 7 July 2011 (UTC)
* CIF California State Meet alumni - (17696) - no consensus - closed 08:53, 9 July 2011 (UTC)
* Roma Women's Sevens - (6709) - merge to Rome Sevens - closed 12:08, 6 July 2011 (UTC)
* Gopple Ball - (4794) - delete - closed 01:03, 9 July 2011 (UTC)
* Ripstik (2nd nomination) - (3803) - redirect to RazorUSA - closed 05:51, 10 July 2011 (UTC)
* 500 (ball game) - (4954) - keep - closed 11:10, 5 July 2011 (UTC)
* List of NASCAR drivers whose only wins have come on road courses - (3753) - delete - closed 02:10, 5 July 2011 (UTC)
* Acid soul - (2601) - delete - closed 23:56, 30 June 2011 (UTC)
* Junior Orange Bowl (tennis) - (5312) - no consensus - closed 23:45, 29 June 2011 (UTC)
* Calabogie Motorsports Park - (4567) - keep - closed 14:53, 29 June 2011 (UTC)
* Rocketeer Rollers - (6379) - delete - closed 00:34, 29 June 2011 (UTC)
* VC Loppem - (3166) - delete - closed 17:10, 28 June 2011 (UTC)
* Wilkeson Cup - (2645) - delete - closed 02:55, 28 June 2011 (UTC)
* Athletics (overview) - (17770) - redirect to Athletics (disambiguation) - closed 22:10, 26 June 2011 (UTC)
* New Champ Car - (3925) - speedy delted - closed 13:45, 26 June 2011 (UTC)
* Exerball - (11559) - delete - closed 00:19, 26 June 2011 (UTC)
* Sky Tennis - (2843) - DELETE - closed 03:43, 24 June 2011 (UTC)
* Reddams - (5114) - delete - closed 01:12, 24 June 2011 (UTC)
* GWS Motorsport - (6091) - delete - closed 23:09, 23 June 2011 (UTC)
* Arthur Allsopp Shield - (24945) - no consensus - closed 22:49, 21 June 2011 (UTC)
* Juan-Pablo Amado - (3607) - delete - closed 05:00, 21 June 2011 (UTC)
* Les physiques du curling - (5198) - Moot - closed 21:43, 20 June 2011 (UTC)
* Snake pit (game) - (2937) - delete - closed 00:10, 18 June 2011 (UTC)
* MVP Olympics - (4391) - delete - closed 18:16, 17 June 2011 (UTC)
* 2008 Heineken Cup Final - (8009) - keep - closed 17:22, 17 June 2011 (UTC)
* Volley-Ball Club Chamalières - (3370) - delete - closed 09:23, 14 June 2011 (UTC)
* Jankovic – V. Williams rivalry - (3032) - delete - closed 20:20, 14 June 2011 (UTC)
* Hantuchova–Schnyder rivalry (2nd nomination) - (3780) - delete - closed 20:19, 14 June 2011 (UTC)
* Mornington Tenpin - (4461) - delete - closed 23:44, 12 June 2011 (UTC)
* 2005 US Open – Men's Qualifying Singles - (11716) - keep - closed 00:20, 10 June 2011 (UTC)
* Roger Federer in 2011 - (24700) - Keep - closed 16:31, 9 June 2011 (UTC)
* 2006 Commonwealth Games highlights - (3973) - keep - closed 02:27, 9 June 2011 (UTC)
* Magnolia Roller Vixens (2nd nomination) - (2888) - delete - closed 19:54, 8 June 2011 (UTC)
* Elbaman - (2351) - delete - closed 19:54, 8 June 2011 (UTC)
* Day-by-day summaries of the 2011 Australian Open (2nd nomination) - (4857) - No consensus - closed 12:06, 8 June 2011 (UTC)
* Leafing - (2885) - delete - closed 02:52, 6 June 2011 (UTC)
* Shane McNally - (6664) - speedy keep - closed 10:50, 4 June 2011 (UTC)
* Australian Police Rugby League Association - (3414) - delete - closed 04:34, 3 June 2011 (UTC)
* Pirates-Old Boys Rugby Club - (2381) - delete - closed 18:40, 1 June 2011 (UTC)
* Novak Djokovic in 2011 - (10162) - delete - closed 02:18, 1 June 2011 (UTC)
* Touché - (7579) - Redirect - closed 07:00, 1 June 2011 (UTC)
* Flygrossing - (5663) - delete - closed 00:32, 27 May 2011 (UTC)
* College Premier Division - (6373) - keep - closed 22:18, 24 May 2011 (UTC)
* World Extreme Skiing Championship - (4899) - no consensus - closed 00:42, 24 May 2011 (UTC)
* AQB Sports Ratings - (3903) - delete - closed 00:47, 24 May 2011 (UTC)
* Round of 16 - (3517) - redirected - closed 15:52, 23 May 2011 (UTC)
* Bengal-Bengal - (3379) - delete - closed 05:35, 23 May 2011 (UTC)
* 2011 Asian Indoor Games - (5033) - consensus to keep in some form - closed 10:54, 20 May 2011 (UTC)
* Water-balloon-pingpong - (7273) - delete - closed 01:11, 20 May 2011 (UTC)
* Rummage - (5065) - delete - closed 21:03, 18 May 2011 (UTC)
* P. J. Gallagher (boxer) - (4663) - keep - closed 03:23, 18 May 2011 (UTC)
* New Brunswick Curling Association (2nd nomination) - (12420) - keep - closed 15:30, 17 May 2011 (UTC)
* Hottest Female Athlete - (3989) - delete - closed 05:28, 17 May 2011 (UTC)
* Eastern Football League Umpires Association - (3813) - redirect to Eastern Football League (Australia) - closed 10:14, 17 May 2011 (UTC)
* 2011 Australian Open – Boys' Singles Qualifying - (4281) - delete - closed 18:33, 16 May 2011 (UTC)
* Boosterthon Fun Run - (3887) - delete - closed 05:04, 14 May 2011 (UTC)
* European Air Racing Championship - (2849) - delete - closed 04:59, 14 May 2011 (UTC)
* Hurricanes Rugby League - (8206) - keep - closed 05:55, 9 May 2011 (UTC)
* 2010 Wimbledon Championships - Girls' Singles Qualifying - (5855) - delete - closed 02:51, 9 May 2011 (UTC)
* Gator Chomp (2nd nomination) - (14058) - keep - closed 13:36, 9 May 2011 (UTC)
* 2010-11 NBA Player Salaries - (5270) - keep - closed 23:47, 10 May 2011 (UTC)
* List of teams and cyclists in the 2010 Tour de Langkawi - (8260) - delete - closed 05:19, 13 May 2011 (UTC)
* Benfleet Running Club - (3176) - delete - closed 17:39, 12 May 2011 (UTC)
* Galbally Oonagh Celts - (3740) - delete - closed 15:17, 7 May 2011 (UTC)
* Anna Chakvetadze career statistics - (3172) - delete - closed 03:15, 7 May 2011 (UTC)
* Boxing in Latin America - (7150) - delete - closed 03:11, 7 May 2011 (UTC)
* Clanger (Australian rules football) - (9777) - no consensus - closed 12:20, 6 May 2011 (UTC)
* Poleball - (2947) - speedy delete - closed 00:57, 6 May 2011 (UTC)
* Fishguard and Goodwick RFC - (14899) - No Consensus - closed 05:23, 5 May 2011 (UTC)
* NTU ACES (2nd nomination) - (4674) - delete - closed 04:50, 5 May 2011 (UTC)
* MESAC - (4525) - delete - closed 04:51, 5 May 2011 (UTC)
* Charlotte Royals Rugby Football Club (RFC) - (3962) - delete - closed 09:26, 2 May 2011 (UTC)
* List of World Amateur Bodybuilding Championships medalists - (4918) - keep - closed 00:17, 27 April 2011 (UTC)
* List of ski jumping World Cup accidents 2010-11 - (4665) - (unknown) - closed 21:16, 21 April 2011 (UTC)
* Softball at the 2006 Central American and Caribbean Games - (4943) - no consensus - closed 23:52, 18 April 2011 (UTC)
* Fred Hagist - (5897) - Nomination Withdrawn - closed 21:47, 15 April 2011 (UTC)
* United States at the 2011 World Aquatics Championships - (5072) - no consensus - closed 01:49, 13 April 2011 (UTC)
* Most popular sport by country - (4361) - DELETE - closed 23:11, 9 April 2011 (UTC)
* Past entertainment events in Houston - (5129) - delete - closed 10:24, 8 April 2011 (UTC)
* 2011 ITF Women's Circuit: Mumbai - (10190) - DELETE - closed 18:40, 7 April 2011 (UTC)
* 2010 ITF Women's Circuit- Hatyai - (6592) - DELETE - closed 18:41, 7 April 2011 (UTC)
* 2009 ITF Women's Circuit- Delhi - (8845) - DELETE - closed 18:43, 7 April 2011 (UTC)
* Hill jumping - (4367) - delete - closed 01:36, 7 April 2011 (UTC)
* 2011 Medallion Shield Final - (4034) - no consensus - closed 01:19, 6 April 2011 (UTC)
* Busan bid for the 2020 Summer Olympics - (5849) - merge to 2020 Summer Olympics - closed 17:49, 5 April 2011 (UTC)
* Top 100 Best V8 Supercars Driver Ever - (3133) - DELETE - closed 20:38, 2 April 2011 (UTC)
* Darn Cold Croquet - (4173) - DELETE - closed 02:24, 2 April 2011 (UTC)
* Indoor climbing - (3733) - keep - closed 00:09, 2 April 2011 (UTC)
* Long pong - (2705) - Speedy delete - closed 04:09, 31 March 2011 (UTC)
* Great Northern Conference - (6418) - no consensus - closed 07:16, 30 March 2011 (UTC)
* Portaledge - (3867) - no consensus - closed 00:38, 29 March 2011 (UTC)
* Nike Track and Field Spikes - (3376) - soft delete - closed 00:55, 29 March 2011 (UTC)
* Pole vault spikes - (3634) - redirect to Track spikes - closed 00:54, 29 March 2011 (UTC)
* Menarch - (9619) - DELETE - closed 02:12, 26 March 2011 (UTC)
* Dingle Marathon - (3385) - no consensus - closed 13:34, 23 March 2011 (UTC)
* Turkmenistan national rugby union team - (3770) - delete - closed 06:51, 23 March 2011 (UTC)
* Red&Blue - (4455) - merge to South Side High School (Rockville Centre, New York) - closed 21:53, 22 March 2011 (UTC)
* BTC-T Vauxhall Astra Coupe - (3247) - no consensus - closed 02:13, 22 March 2011 (UTC)
* Vietnamese National Badminton Championships - (6768) - KEEP - closed 20:12, 21 March 2011 (UTC)
* The Blowpipe Run - (3044) - delete - closed 22:54, 19 March 2011 (UTC)
* Golden Swing - (5285) - keep - closed 21:51, 18 March 2011 (UTC)
* List of Federer's ITF and ATP matches - (4956) - delete - closed 00:35, 18 March 2011 (UTC)
* Mountain Biking Videos - (4128) - userfy - closed 23:38, 16 March 2011 (UTC)
* Foundation for Enterprise Development - (4040) - delete - closed 00:45, 16 March 2011 (UTC)
* 2007 Bahrain GP2 round - (5674) - delete all - closed 03:25, 13 March 2011 (UTC)
* Six-red World Championship - (7593) - procedural close - closed 04:48, 12 March 2011 (UTC)
* 2011 Challenger of Dallas – Singles Qualifying - (3696) - delete - closed 02:24, 10 March 2011 (UTC)
* Estonia at the 2011 European Youth Winter Olympic Festival - (7456) - delete - closed 04:36, 9 March 2011 (UTC)
* Planking - (6926) - delete - closed 16:15, 8 March 2011 (UTC)
* Handball (New Zealand) - (3310) - Delete - closed 21:47, 7 March 2011 (UTC)
* Guillermo Olaso - (4839) - Speedy keep - closed 00:59, 8 March 2011 (UTC)
* Andrés Molteni (3rd nomination) - (5358) - Keep - closed 21:59, 7 March 2011 (UTC)
* 2011 Challenger DCNS de Cherbourg – Singles Qualifying - (4473) - delete - closed 00:40, 7 March 2011 (UTC)
* Gator Chomp - (6856) - no consensus - closed 08:37, 6 March 2011 (UTC)
* Southern Chiefs - (3946) - delete - closed 05:43, 5 March 2011 (UTC)
* Australian Four Square - (3265) - delete - closed 12:02, 2 March 2011 (UTC)
* 2022 Commonwealth Games - (3937) - delete - closed 14:45, 2 March 2011 (UTC)
* Bosnia and Herzegovina National Badminton Championships - (4281) - (unknown) - closed 16:30, 1 March 2011 (UTC)
* Moldovan National Badminton Championships - (4244) - (unknown) - closed 16:43, 1 March 2011 (UTC)
* Armenian National Badminton Championships - (3854) - (unknown) - closed 16:27, 1 March 2011 (UTC)
* Georgian National Badminton Championships - (3852) - (unknown) - closed 16:36, 1 March 2011 (UTC)
* Azerbaijani National Badminton Championships - (3862) - (unknown) - closed 16:33, 1 March 2011 (UTC)
* Israeli National Badminton Championships - (4422) - (unknown) - closed 16:20, 1 March 2011 (UTC)
* Hungarian National Badminton Championships - (3856) - (unknown) - closed 16:38, 1 March 2011 (UTC)
* Maltese National Badminton Championships - (3850) - (unknown) - closed 16:40, 1 March 2011 (UTC)
* Swiss National Badminton Championships - (3843) - (unknown) - closed 16:59, 1 March 2011 (UTC)
* Ukrainian National Badminton Championships - (3904) - (unknown) - closed 17:02, 1 March 2011 (UTC)
* Turkish National Badminton Championships - (3850) - (unknown) - closed 17:00, 1 March 2011 (UTC)
* Slovenian National Badminton Championships - (3856) - (unknown) - closed 16:55, 1 March 2011 (UTC)
* Serbian and Montenegrin National Badminton Championships - (3898) - (unknown) - closed 16:51, 1 March 2011 (UTC)
* Slovak National Badminton Championships - (3847) - (unknown) - closed 16:53, 1 March 2011 (UTC)
* Portuguese National Badminton Championships - (3859) - (unknown) - closed 16:46, 1 March 2011 (UTC)
* Scottish National Badminton Championships - (3853) - (unknown) - closed 16:49, 1 March 2011 (UTC)
* Antonio Capulín - (9317) - no consensus - closed 15:08, 28 February 2011 (UTC)
* Le Pietre (yacht) - (9609) - delete - closed 23:10, 28 February 2011 (UTC)
* Hervey Bay Triathlon - (3816) - delete - closed 15:57, 27 February 2011 (UTC)
* Highcockalorum - (5088) - keep - closed 14:40, 26 February 2011 (UTC)
* 1991 BDO World Darts Championship - (6091) - speedy keep - closed 13:59, 24 February 2011 (UTC)
* Sporting Index - (3976) - keep - closed 01:38, 24 February 2011 (UTC)
* 2006 rugby union handbag controversy - (20532) - delete - closed 01:17, 17 February 2011 (UTC)
* Romanian Golden Team - (5230) - no consensus - closed 18:59, 14 February 2011 (UTC)
* Rally towel - (4411) - keep - closed 01:49, 14 February 2011 (UTC)
* North Fremantle Footbag Club - (3291) - delete - closed 08:30, 14 February 2011 (UTC)
* Lincolnshire Bombers Roller Girls - (3013) - keep - closed 18:40, 13 February 2011 (UTC)
* Great Britain Tri Nations Squad - (2849) - delete - closed 09:53, 13 February 2011 (UTC)
* Guido Pella - (3402) - delete - closed 03:53, 11 February 2011 (UTC)
* United States at the 2012 Summer Olympics - (9857) - keep - closed 03:10, 11 February 2011 (UTC)
* Major titles (snooker) - (4584) - delete - closed 23:20, 10 February 2011 (UTC)
* Varsity Trip (2nd nomination) - (9772) - no consensus - closed 05:49, 10 February 2011 (UTC)
* Magnolia Roller Vixens - (3402) - no consensus - closed 00:07, 8 February 2011 (UTC)
* Nashville Kangaroos - (3495) - delete - closed 14:46, 7 February 2011 (UTC)
* Geodashing - (4584) - merge to Geocaching - closed 01:10, 4 February 2011 (UTC)
* Denver Wolverines - (12933) - Delete - closed 00:48, 4 February 2011 (UTC)
* Day-by-day summaries of the 2010 Australian Open - (11385) - merge to 2010 Australian Open - closed 10:10, 3 February 2011 (UTC)
* Killarney RFC Match Reports 2010-11 - (3227) - delete - closed 17:22, 1 February 2011 (UTC)
* Doubleheader (fishing) - (4239) - delete - closed 21:07, 31 January 2011 (UTC)
* 2014 FINA Diving World Cup - (4319) - delete - closed 21:27, 31 January 2011 (UTC)
* NRL vs. AFL 2011 TV Ratings - (16056) - delete - closed 02:33, 1 February 2011 (UTC)
* Lloyd Pool - (3289) - delete - closed 21:10, 31 January 2011 (UTC)
* Wildball - (10162) - delete - closed 00:37, 31 January 2011 (UTC)
* 2023 Asian Games - (5064) - merge to 2019 Asian Games - closed 03:59, 30 January 2011 (UTC)
* Majorcan Grand Prix - (3994) - delete - closed 01:11, 27 January 2011 (UTC)
* Coaching tree - (6446) - keep - closed 01:38, 27 January 2011 (UTC)
* Champions Classic - (3694) - keep - closed 05:28, 24 January 2011 (UTC)
* Stewart's law - (3750) - delete - closed 23:31, 22 January 2011 (UTC)
* Stephen O'Reilly (Rugby) - (3872) - delete - closed 15:42, 22 January 2011 (UTC)
* List of rowing blades - National team oars - (7247) - no consensus - closed 07:00, 17 January 2011 (UTC)
* 2010 ANZAC Test - (7565) - Snow keep - closed 08:08, 17 January 2011 (UTC)
* 2011 Internationaux de Nouvelle-Calédonie – Singles Qualifying - (3238) - redirect to 2011 Internationaux de Nouvelle-Calédonie - closed 09:20, 16 January 2011 (UTC)
* Encke Sport - (2755) - delete - closed 09:24, 16 January 2011 (UTC)
* Salford Canoe Polo club - (3780) - delete - closed 00:50, 16 January 2011 (UTC)
* List of darts player nicknames - (3408) - delete - closed 01:11, 15 January 2011 (UTC)
* Tulsa Olympics - (4272) - delete - closed 07:12, 15 January 2011 (UTC)
* The Ski Tour - (4549) - no consensus - closed 03:09, 14 January 2011 (UTC)
* Concentração Motard de Faro - (3708) - keep - closed 03:56, 14 January 2011 (UTC)
* Aquatics at the 2011 Southeast Asian Games - (3940) - Redirected by nom - closed 05:18, 14 January 2011 (UTC)
* Athletics at the 2011 Southeast Asian Games - (4453) - (unknown) - closed 05:16, 14 January 2011 (UTC)
* Oxford University Dancesport Club - (6379) - Keep - closed 21:17, 12 January 2011 (UTC)
* 2011 ASB Classic – Singles Qualifying - (12474) - no consensus - closed 07:11, 12 January 2011 (UTC)
* Tennis ladders - (5088) - Speedily deleted - closed 16:32, 10 January 2011 (UTC)
* Formula One Future Races - (3298) - delete - closed 18:57, 9 January 2011 (UTC)
* Robert VanFelDyke - (3509) - speedy delete - closed 15:33, 9 January 2011 (UTC)
* Sammy Makki Sports Report - (3834) - delete - closed 16:55, 6 January 2011 (UTC)
* 2032 Summer Olympics (3rd nomination) - (24818) - delete - closed 20:02, 6 January 2011 (UTC)
* 2009 Sharpie 500 - (9005) - keep - closed 21:46, 4 January 2011 (UTC)
* 1951 Lady Wigram Trophy - (3902) - delete - closed 02:45, 5 January 2011 (UTC)
* Buckle bunny - (5597) - keep - closed 01:07, 3 January 2011 (UTC)
* Super Single - (8205) - redirect to Gavin Trippe - closed 16:57, 27 December 2010 (UTC)
* 2010 BBC Sports Personality of the Year Award - (18474) - no consensus - closed 11:15, 26 December 2010 (UTC)
* Agassi–Rafter rivalry - (7123) - delete - closed 00:11, 26 December 2010 (UTC)
* Evert–Mandlikova rivalry - (3766) - no consensus - closed 00:19, 26 December 2010 (UTC)
* Hingis – V. Williams rivalry - (9483) - no consensus - closed 00:19, 26 December 2010 (UTC)
* Snow Skimming - (3330) - delete - closed 21:46, 20 December 2010 (UTC)
* Edberg–Lendl rivalry - (3557) - no consensus - closed 15:14, 19 December 2010 (UTC)
* Hantuchova–Schnyder rivalry - (4208) - no consensus - closed 15:13, 19 December 2010 (UTC)
* Lendl–Wilander rivalry - (5176) - no consensus - closed 15:12, 19 December 2010 (UTC)
* 85th Hakone Ekiden - (3182) - delete - closed 08:18, 19 December 2010 (UTC)
* Edberg–Wilander rivalry - (3398) - delete - closed 00:08, 19 December 2010 (UTC)
* Connors–Lendl rivalry - (3520) - keep - closed 00:19, 19 December 2010 (UTC)
* Agassi–Chang rivalry - (4127) - no consensus - closed 00:09, 19 December 2010 (UTC)
* Davenport–Hingis rivalry - (4112) - no consensus - closed 00:18, 19 December 2010 (UTC)
* Davenport – V. Williams rivalry - (4182) - no consensus - closed 00:09, 19 December 2010 (UTC)
* Henin – S. Williams rivalry - (3478) - no consensus - closed 00:10, 19 December 2010 (UTC)
* Tai chi softball - (3253) - delete - closed 04:44, 17 December 2010 (UTC)
* Becker–Sampras rivalry - (7731) - delete - closed 17:37, 15 December 2010 (UTC)
* Clijsters – V. Williams rivalry - (3204) - delete - closed 07:01, 14 December 2010 (UTC)
* Levi Casboult - (8027) - no consensus - closed 03:05, 14 December 2010 (UTC)
* Becker–Wilander rivalry - (3012) - delete - closed 03:23, 14 December 2010 (UTC)
* Szu Hui-fang - (4424) - keep - closed 06:19, 13 December 2010 (UTC)
* Graf–Navratilova rivalry - (6374) - keep - closed 22:43, 12 December 2010 (UTC)
* Courier–Sampras rivalry - (2863) - delete - closed 22:42, 12 December 2010 (UTC)
* Lendl–McEnroe rivalry - (3894) - keep - closed 22:40, 12 December 2010 (UTC)
* Grenade Gloves - (4650) - delete - closed 00:53, 12 December 2010 (UTC)
* Ivanovic–Jankovic rivalry - (2929) - delete - closed 02:26, 12 December 2010 (UTC)
* Clijsters–Henin rivalry - (3761) - nomination withdrawn - closed 11:44, 11 December 2010 (UTC)
* 2010 NERFU College Men's Division III Rugby Tournament - (3483) - no consensus - closed 01:13, 11 December 2010 (UTC)
* UFL Los Angeles - (4663) - merge to United Football League (2009) - closed 23:45, 9 December 2010 (UTC)
* Graf–Sabatini rivalry - (2927) - nomination withdrawn - closed 10:48, 9 December 2010 (UTC)
* LSU Bowling Team - (3547) - delete - closed 01:25, 9 December 2010 (UTC)
* War on the shore - (4842) - no consensus - closed 07:10, 7 December 2010 (UTC)
* Jankovic–S. Williams rivalry - (3500) - delete - closed 00:13, 7 December 2010 (UTC)
* Henin–Jankovic rivalry - (3287) - delete - closed 00:13, 7 December 2010 (UTC)
* Jankovic–V. Williams rivalry - (3293) - delete - closed 00:14, 7 December 2010 (UTC)
* Evert–Navratilova rivalry - (4472) - nomination withdrawn - closed 20:40, 6 December 2010 (UTC)
* Summer Shootout - (4719) - redirect to Charlotte Motor Speedway - closed 20:52, 4 December 2010 (UTC)
* Broomstones Curling Club - (3836) - delete - closed 13:58, 3 December 2010 (UTC)
* Snooker world ranking points 2005/2006 - (5985) - keep - closed 21:59, 1 December 2010 (UTC)
* Handminton - (4224) - delete - closed 16:47, 1 December 2010 (UTC)
* Rafael Nadal in 2010 - (65536) - no consensus - closed 06:30, 1 December 2010 (UTC)
* Criticisms of age regulations in sports - (5256) - delete - closed 02:33, 1 December 2010 (UTC)
* Whitehaven Beach Ocean Swim - (5546) - redirect to Whitehaven Beach - closed 14:35, 30 November 2010 (UTC)
* Hamilton Island Triathlon - (3844) - delete - closed 20:41, 28 November 2010 (UTC)
* Foxy boxing - (6068) - keep - closed 11:25, 28 November 2010 (UTC)
* Ultimate paper football - (3372) - delete - closed 00:12, 28 November 2010 (UTC)
* Learn to skim - (2782) - delete - closed 05:20, 28 November 2010 (UTC)
* Dropknee - (8323) - delete - closed 17:40, 27 November 2010 (UTC)
* Paul Roach - (3935) - delete - closed 01:42, 27 November 2010 (UTC)
* Brock Mueller - (6075) - keep - closed 01:23, 27 November 2010 (UTC)
* Dolf - (4231) - delete - closed 03:50, 27 November 2010 (UTC)
* Rugby Challenge - (6597) - keep - closed 08:39, 25 November 2010 (UTC)
* Hellgate Rollergirls - (5044) - keep - closed 01:01, 25 November 2010 (UTC)
* The Chair - (9039) - Non-admin closure - closed 21:42, 23 November 2010 (UTC)
* Roll (gymnastics) - (3325) - keep - closed 03:31, 23 November 2010 (UTC)
* New Brunswick Curling Association - (3724) - no consensus - closed 00:18, 22 November 2010 (UTC)
* Djokovic–Nadal rivalry - (6190) - delete - closed 18:38, 21 November 2010 (UTC)
* Bryce Retzlaff - (6839) - delete - closed 15:50, 20 November 2010 (UTC)
* Snip Nua - (6634) - keep - closed 03:31, 19 November 2010 (UTC)
* Curtis James - (7088) - delete - closed 00:07, 18 November 2010 (UTC)
* Bowling at the 2011 Pan American Games - (5154) - keep - closed 01:10, 17 November 2010 (UTC)
* Skopje Marathon - (5571) - no consensus - closed 01:13, 16 November 2010 (UTC)
* Brushcreek Motorsports Complex - (5172) - delete - closed 20:07, 15 November 2010 (UTC)
* 2014 Formula One season - (5605) - Delete all - closed 01:56, 16 November 2010 (UTC)
* Exotics Racing School - (7878) - delete - closed 00:25, 15 November 2010 (UTC)
* David Hightower Smith (2nd nomination) - (3703) - delete - closed 00:10, 14 November 2010 (UTC)
* Hungary national bandy team - (5194) - keep - closed 08:37, 13 November 2010 (UTC)
* Canada national bandy team - (5759) - keep - closed 08:37, 13 November 2010 (UTC)
* Belarus national bandy team - (4955) - no consensus - closed 08:38, 13 November 2010 (UTC)
* Netherlands national bandy team - (5005) - no consensus - closed 08:38, 13 November 2010 (UTC)
* Kazakhstan national bandy team - (4902) - keep - closed 08:38, 13 November 2010 (UTC)
* 2012 Summer Olympics national flag bearers - (5376) - redirect to 2012 Summer Olympics - closed 04:27, 10 November 2010 (UTC)
* List of curling clubs in New Brunswick - (11340) - keep - closed 12:20, 7 November 2010 (UTC)
* Mongolia national bandy team - (4457) - no consensus - closed 00:28, 6 November 2010 (UTC)
* Russia national bandy team - (4349) - keep - closed 00:27, 6 November 2010 (UTC)
* Grand Prix Dressage - (7023) - redirect to Dressage - closed 13:04, 4 November 2010 (UTC)
* Kimbolton Kart Club - (6109) - delete - closed 01:31, 4 November 2010 (UTC)
* List of college athletic programs by U.S. state - (3698) - keep - closed 03:02, 3 November 2010 (UTC)
* Youth Friendship Games (2nd nomination) - (3806) - delete - closed 00:52, 31 October 2010 (UTC)
* Cinders Trophy - (3965) - speedy delete - closed 00:54, 31 October 2010 (UTC)
* List of ski jumping hills (2nd nomination) - (3562) - Speedy Keep - closed 07:11, 31 October 2010 (UTC)
* 2032 Olympic Games - (6456) - delete - closed 12:56, 30 October 2010 (UTC)
* 2010 Bank Austria-TennisTrophy – Singles - (5277) - keep - closed 23:22, 29 October 2010 (UTC)
* The Dubai Trophy - (5282) - redirect to Ham Polo Club - closed 00:11, 29 October 2010 (UTC)
* 2032 olympic games - (5759) - delete - closed 06:17, 29 October 2010 (UTC)
* Victoria University Rowing Club - (4397) - delete - closed 15:38, 28 October 2010 (UTC)
* Ratoath Sevens - (3779) - delete - closed 13:10, 28 October 2010 (UTC)
* 2032 Summer Olympics (2nd nomination) - (4367) - delete - closed 13:32, 28 October 2010 (UTC)
* Commonwealth Games Village 2010 - (10353) - keep - closed 00:12, 28 October 2010 (UTC)
* Djokovic–Federer rivalry - (3594) - delete - closed 00:11, 28 October 2010 (UTC)
* Athletics at the 2010 Summer Youth Olympics – Boys' 10 kilometre walk - (15456) - no consensus - closed 00:24, 24 October 2010 (UTC)
* Federer–Hewitt rivalry (2nd nomination) - (5140) - delete - closed 20:17, 23 October 2010 (UTC)
* Springfield Raceway - (5506) - delete - closed 01:06, 22 October 2010 (UTC)
* Rugby World XV - (5564) - redirect to World XV - closed 10:51, 21 October 2010 (UTC)
* Sailing at the 2010 Summer Youth Olympics – Girls' Byte CII - (6609) - keep - closed 16:19, 21 October 2010 (UTC)
* Crossfire hockey - (3200) - delete - closed 22:30, 21 October 2010 (UTC)
* Buckinghamshire Leisure Leagues - (3656) - delete - closed 23:02, 21 October 2010 (UTC)
* Rye House Kart Circuit - (5889) - no consensus - closed 00:27, 21 October 2010 (UTC)
* Premier Training International - (3496) - delete - closed 01:05, 21 October 2010 (UTC)
* Dan Randall - (4805) - delete - closed 01:36, 20 October 2010 (UTC)
* Talladega Gran Prix Raceway - (4165) - keep - closed 01:30, 20 October 2010 (UTC)
* List of doping allegations against Lance Armstrong - (26064) - delete - closed 02:14, 20 October 2010 (UTC)
* Buckmore Park Kart Circuit - (4520) - keep - closed 03:00, 19 October 2010 (UTC)
* Brisbane Lions–Port Adelaide AFL rivalry - (5068) - delete - closed 18:33, 17 October 2010 (UTC)
* Curse of Mike Hart - (20477) - delete - closed 01:08, 18 October 2010 (UTC)
* Adjusted Goals Against Average - (4543) - delete - closed 00:10, 17 October 2010 (UTC)
* Otago University Rowing Club - (6291) - keep - closed 01:19, 16 October 2010 (UTC)
* Rowrah Kart Club - (4690) - delete - closed 00:44, 15 October 2010 (UTC)
* Otago University Hockey Club - (6623) - delete - closed 13:27, 14 October 2010 (UTC)
* Wanneroo Kartway - (4967) - delete - closed 20:59, 13 October 2010 (UTC)
* Phillip Island Grand Prix Circuit - (6715) - keep - closed 12:49, 12 October 2010 (UTC)
* Battery Kartodromas - (2983) - delete - closed 00:20, 13 October 2010 (UTC)
* Goodwood Kartways - (2993) - delete - closed 00:20, 13 October 2010 (UTC)
* Oval Raceway - (5503) - keep - closed 00:30, 13 October 2010 (UTC)
* Swedbank kartodroms (2nd nomination) - (5388) - keep - closed 00:38, 13 October 2010 (UTC)
* John Parris - (6588) - keep - closed 06:19, 12 October 2010 (UTC)
* Snow blades - (2994) - delete - closed 00:05, 10 October 2010 (UTC)
* Classic lightweight (bicycle) - (22244) - Redirect - closed 22:43, 6 October 2010 (UTC)
* Sports timeline - (5376) - delete - closed 22:05, 6 October 2010 (UTC)
* Paris–Dakar Bike Race - (6715) - no consensus - closed 23:16, 5 October 2010 (UTC)
* 1993 African Youth Championship - (5019) - keep - closed 00:42, 5 October 2010 (UTC)
* 2008 FINA Diving World Cup - (4231) - keep - closed 02:12, 1 October 2010 (UTC)
* 28th SEA Games - (3533) - delete - closed 02:13, 1 October 2010 (UTC)
* Castelldefels Rugby Union Club - (3595) - delete - closed 01:54, 29 September 2010 (UTC)
* Crossball - (5099) - Delete - closed 02:44, 28 September 2010 (UTC)
* Egypt Racing Team ERT - (3958) - delete - closed 18:25, 27 September 2010 (UTC)
* Thames Dragons - (3707) - delete - closed 20:09, 27 September 2010 (UTC)
* South Gippsland Umpires Association - (4410) - delete - closed 03:47, 26 September 2010 (UTC)
* Ringvaart Regatta - (5306) - no consensus - closed 12:07, 25 September 2010 (UTC)
* Association of Northern Car Clubs - (4006) - delete - closed 01:01, 23 September 2010 (UTC)
* Hel van het Noorden - (4791) - no consensus - closed 05:04, 22 September 2010 (UTC)
* 2010 FINA World Junior Diving Championships - (3699) - delete - closed 03:44, 21 September 2010 (UTC)
* 2011 Vuelta a España - (4186) - redirect to Vuelta a España - closed 19:23, 19 September 2010 (UTC)
* KCL Netball Club - (9801) - delete - closed 16:25, 19 September 2010 (UTC)
* Inés Sainz - (16206) - (unknown) - closed 21:34, 18 September 2010 (UTC)
* Diving at the 2014 Summer Youth Olympics – Boys' 3m springboard - (4037) - delete - closed 21:10, 17 September 2010 (UTC)
* The distance (boxing) - (7275) - no consensus - closed 02:38, 17 September 2010 (UTC)
* Adam Adamski - (5548) - delete - closed 06:45, 16 September 2010 (UTC)
* Ga-ga - (5621) - no consensus - closed 13:07, 15 September 2010 (UTC)
* Shinboner spirit - (3678) - (unknown) - closed 00:40, 14 September 2010 (UTC)
* Chaosball - (5102) - delete - closed 00:13, 11 September 2010 (UTC)
* World Match Racing Tour - (5567) - keep - closed 00:21, 10 September 2010 (UTC)
* List of nicknames for sports clubs and stadiums - (4387) - delete - closed 00:19, 5 September 2010 (UTC)
* Sport in Anglesey - (5259) - merge to Isle of Anglesey - closed 00:07, 4 September 2010 (UTC)
* Federer–Roddick rivalry - (3788) - delete - closed 05:16, 2 September 2010 (UTC)
* Canoeing at the 2010 Summer Youth Olympics – Girls' K1 slalom - (9428) - keep - closed 00:10, 1 September 2010 (UTC)
* Andover Triathlon Club - (3724) - delete - closed 04:27, 31 August 2010 (UTC)
* Crimson Knight - (4089) - no consensus - closed 23:33, 28 August 2010 (UTC)
* Crewe Licensed Houses Pool League - (3182) - delete - closed 00:01, 29 August 2010 (UTC)
* Macquarie Beaches - (3920) - delete - closed 02:37, 26 August 2010 (UTC)
* Kirunaball - (3576) - delete - closed 15:49, 23 August 2010 (UTC)
* United Autosports - (15732) - keep - closed 20:39, 23 August 2010 (UTC)
* Fox Jackson-Keen - (18321) - keep - closed 00:11, 20 August 2010 (UTC)
* List of Auto Club 500 broadcasters - (3848) - delete - closed 23:11, 18 August 2010 (UTC)
* Rugby League Teams - (4384) - delete - closed 07:20, 18 August 2010 (UTC)
* Fookit Ball - (4485) - delete - closed 00:50, 17 August 2010 (UTC)
* 2010 Pilot Pen Tennis - (5005) - keep - closed 00:15, 14 August 2010 (UTC)
* Morgan Innes (2nd nomination) - (6661) - Rename - closed 05:05, 11 August 2010 (UTC)
* West Virginia University Alma Mater - (6106) - merge to West Virginia University - closed 09:43, 11 August 2010 (UTC)
* List of successful English Channel swimmers - (12005) - keep - closed 01:19, 11 August 2010 (UTC)
* Pomparkour - (3197) - delete - closed 02:12, 10 August 2010 (UTC)
* Gabon at the 2000 Summer Olympics - (10099) - keep - closed 00:11, 7 August 2010 (UTC)
* Six Sigma Tennis - (6388) - delete - closed 07:02, 5 August 2010 (UTC)
* London 2012 Games Makers - (3884) - delete - closed 03:35, 4 August 2010 (UTC)
* Ioan Dem. Dimăncescu - (13497) - speedy keep - closed 08:08, 4 August 2010 (UTC)
* Exercise and music - (3585) - delete - closed 00:48, 2 August 2010 (UTC)
* List of sponsored sports competitions - (5045) - delete - closed 01:08, 1 August 2010 (UTC)
* Katsball - (3800) - delete - closed 04:31, 1 August 2010 (UTC)
* Indonesia at the 2010 Summer Youth Olympics - (3702) - delete - closed 15:10, 31 July 2010 (UTC)
* 2012 Tour de France - (5248) - redirect - closed 20:10, 30 July 2010 (UTC)
* Podex - (3147) - delete - closed 15:06, 30 July 2010 (UTC)
* Bexley RFC - (17630) - delete - closed 18:51, 29 July 2010 (UTC)
* Apollo Conference - (12823) - keep - closed 08:37, 28 July 2010 (UTC)
* The Paddy Games - (4025) - delete - closed 17:49, 25 July 2010 (UTC)
* Athletics at the 2010 South American Games – Women's 4 x 400m relay - (6162) - merge to Athletics at the 2010 South American Games - closed 16:36, 24 July 2010 (UTC)
* List of sailors at the Summer Olympics - (43865) - no consensus - closed 23:21, 15 July 2010 (UTC)
* Valenciagate scandal - (18699) - delete - closed 03:36, 15 July 2010 (UTC)
* 1950s in motorsport - (5035) - keep - closed 03:36, 15 July 2010 (UTC)
* Manchester Storm ARLFC - (3119) - delete - closed 02:04, 13 July 2010 (UTC)
* Scarlets Under 20s - (3111) - delete - closed 09:35, 10 July 2010 (UTC)
* Meadowlands Invitational - (2684) - delete - closed 22:09, 30 June 2010 (UTC)
* 2CV 24 Hour Race - (5694) - no consensus - closed 23:21, 26 June 2010 (UTC)
* Clonoe O'Rahilly's - (2950) - delete - closed 00:37, 26 June 2010 (UTC)
* Culbann C.P.C (2nd nomination) - (4165) - delete - closed 00:40, 26 June 2010 (UTC)
* Renmark Rovers FC (2nd nomination) - (11112) - no consensus - closed 00:20, 26 June 2010 (UTC)
* Irish Long Distance Swimming Association - (6035) - delete - closed 00:19, 25 June 2010 (UTC)
* Naomh Moninne Hurling Club - (8346) - delete - closed 09:37, 23 June 2010 (UTC)
* Old Priorian Rugby Club - (3351) - delete - closed 04:27, 21 June 2010 (UTC)
* Fann Cup - (4681) - no consensus - closed 00:26, 19 June 2010 (UTC)
* List of Sailors at the Summer Olympics - (6292) - keep - closed 05:57, 18 June 2010 (UTC)
* Brolf - (6591) - delete - closed 00:21, 16 June 2010 (UTC)
* Langley Events Center - (3617) - redirect to Langley Event Centre - closed 02:01, 14 June 2010 (UTC)
* Cemre Erol - (4671) - keep - closed 02:57, 13 June 2010 (UTC)
* Unnamed Austin International Circuit - (7904) - delete - closed 03:19, 12 June 2010 (UTC)
* Hill, Back, Dallaglio - (5304) - delete - closed 02:27, 11 June 2010 (UTC)
* Renmark Rovers FC - (4297) - no consensus - closed 23:56, 9 June 2010 (UTC)
* Jim Hall Kart Racing School - (6933) - delete - closed 04:02, 9 June 2010 (UTC)
* Britain's Strongest Man - (9533) - keep - closed 00:05, 7 June 2010 (UTC)
* Buenos Aires Cricket & Rugby Club - (6047) - keep - closed 17:50, 4 June 2010 (UTC)
* Sailing at the 1896 Summer Olympics - (6367) - redirect to 1896 Summer Olympics - closed 21:06, 31 May 2010 (UTC)
* Pound ball - (3828) - delete - closed 04:39, 1 June 2010 (UTC)
* The Beve Trophy - (2806) - delete - closed 12:56, 31 May 2010 (UTC)
* Burnley Rugby Club - (4082) - keep - closed 23:45, 24 May 2010 (UTC)
* Morpeth RFC - (2844) - delete - closed 02:05, 24 May 2010 (UTC)
* British Steeplechasing Hall of Fame - (6137) - keep - closed 08:00, 26 May 2010 (UTC)
* Heidelberg West Football Club - (3822) - delete - closed 15:05, 26 May 2010 (UTC)
* Tropics Kickball - (2893) - delete - closed 02:40, 23 May 2010 (UTC)
* Charlotte Centre Curling Club - (20211) - delete - closed 10:38, 24 May 2010 (UTC)
* 2013 Formula One season - (5090) - delete - closed 08:53, 19 May 2010 (UTC)
* Roses Tournament - (6685) - no consensus - closed 20:27, 16 May 2010 (UTC)
* North End Eagles - (4363) - delete - closed 09:00, 16 May 2010 (UTC)
* Grove Rugby - (4655) - delete - closed 17:08, 16 May 2010 (UTC)
* Gilbert Foust - (5840) - delete - closed 17:06, 16 May 2010 (UTC)
* Woodsball rifleman - (4251) - Redirect - closed 01:27, 16 May 2010 (UTC)
* Pittsburgh Vipers - (5300) - delete - closed 00:31, 12 May 2010 (UTC)
* Neelapu Rami Reddy - (5926) - keep - closed 21:39, 11 May 2010 (UTC)
* 2008 Roses Tournament - (3670) - merge to Roses Tournament - closed 12:54, 11 May 2010 (UTC)
* RacingThePlanet: Namibia - (4481) - no consensus - closed 12:55, 11 May 2010 (UTC)
* 2010 Pennsylvania 500 - (4558) - keep - closed 19:51, 10 May 2010 (UTC)
* Corentine Quiniou - (10022) - ? - closed 20:24, 9 May 2010 (UTC)
* Religious Ritual in Sport - (5629) - delete - closed 18:45, 9 May 2010 (UTC)
* European Gaelic Football Championship 2010 - (4360) - no consensus - closed 06:33, 8 May 2010 (UTC)
* World record progression of the 100 yard dash - (3528) - redirect to 100 yard dash - closed 00:48, 8 May 2010 (UTC)
* Mitchell Mann - (3076) - delete - closed 00:38, 7 May 2010 (UTC)
* Greg Casey - (3417) - delete - closed 00:38, 7 May 2010 (UTC)
* Rushball - (3602) - delete - closed 00:34, 7 May 2010 (UTC)
* Carnegie Mellon Rugby Football Club - (4009) - delete - closed 00:11, 6 May 2010 (UTC)
* Bainzu flip - (2546) - delete - closed 00:14, 6 May 2010 (UTC)
* Matt Henry - (4712) - delete - closed 04:13, 6 May 2010 (UTC)
* St Kilda vs Geelong (2009) - (5320) - delete - closed 13:24, 5 May 2010 (UTC)
* List of rugby union players banned for eye gouging - (14593) - no consensus - closed 00:29, 5 May 2010 (UTC)
* ADSVMQ - (3574) - delete - closed 01:29, 4 May 2010 (UTC)
* New England Orienteering Club - (9001) - keep - closed 02:12, 2 May 2010 (UTC)
* 2010 Motorsport Calendary - (3687) - delete - closed 01:58, 2 May 2010 (UTC)
* List of professional sports owners considered the worst - (9967) - delete - closed 00:48, 2 May 2010 (UTC)
* Sports calendar March 2007 - (5334) - delete - closed 14:23, 1 May 2010 (UTC)
* Bulgaria Ski Jumping Team - (7704) - delete - closed 14:23, 1 May 2010 (UTC)
* Sports calendar November 2006 - (5927) - delete - closed 14:23, 1 May 2010 (UTC)
* BowlsEnglandChampions - (6231) - keep - closed 17:19, 1 May 2010 (UTC)
* Melbourne Storm salary cap scandal - (5695) - WITHDRAWN BY NOMINATOR - closed 10:56, 30 April 2010 (UTC)
* Homosexuality in women's sports (2nd nomination) - (9155) - delete - closed 23:01, 28 April 2010 (UTC)
* Wagga Wagga Floor Hockey League (WWFHL) - (10837) - delete - closed 17:50, 26 April 2010 (UTC)
* Preston Chargers - (3176) - delete - closed 01:22, 22 April 2010 (UTC)
* List of ski jumping projects - (3827) - delete - closed 00:01, 21 April 2010 (UTC)
* Ayrton Senna versus Alain Prost - (4199) - delete - closed 00:19, 20 April 2010 (UTC)
* London Irish Amateur (2nd nomination) - (17653) - merge to London Irish - closed 08:35, 19 April 2010 (UTC)
* Animation Dance Association Sport - (4226) - delete - closed 18:33, 18 April 2010 (UTC)
* Burnie Gift - (5070) - keep - closed 00:53, 19 April 2010 (UTC)
* Magisterium (fencing) - (5012) - redirect to Historical European martial arts - closed 20:29, 17 April 2010 (UTC)
* Matanage - (3428) - delete - closed 12:42, 17 April 2010 (UTC)
* Guy O'Keefe - (4548) - delete - closed 00:22, 17 April 2010 (UTC)
* Tbilisi Marathon 2009 - (5832) - delete - closed 15:50, 13 April 2010 (UTC)
* Offaly and Waterford hurling rivalry - (5162) - delete - closed 15:43, 13 April 2010 (UTC)
* Warchant.com - (3653) - delete - closed 05:52, 13 April 2010 (UTC)
* Bhabhta Lámh Liathróid ( BLL ) - (3046) - delete - closed 03:04, 8 April 2010 (UTC)
* List of NASCAR Sprint Cup Series last place finishers - (7496) - delete - closed 00:48, 2 April 2010 (UTC)
* New York Grand Prix - (4385) - delete - closed 02:09, 2 April 2010 (UTC)
* Charlotte Hornets (WFL) - (5047) - ? - closed 17:42, 7 April 2010 (UTC)
* First Bounce Fly - (3372) - delete - closed 01:52, 4 April 2010 (UTC)
* Sportball - (5312) - delete - closed 01:57, 2 April 2010 (UTC)
* Kenosha Yacht Club - (5560) - delete - closed 15:22, 5 April 2010 (UTC)
* Tomahawk (snowboarding trick) - (4169) - merge to List of snowboard tricks - closed 15:33, 5 April 2010 (UTC)
* Cage rugby - (8534) - delete - closed 04:33, 6 April 2010 (UTC)
* Prisoner Ball - (4380) - redirect to Newcomb ball - closed 10:27, 31 March 2010 (UTC)
* TeamBglobal - (3516) - delete - closed 15:37, 31 March 2010 (UTC)
* Galatasaray-Turkish Airlines Sports Club - (3689) - delete - closed 10:22, 29 March 2010 (UTC)
* 2010 Formula One - New team entry process - (5718) - delete - closed 22:54, 28 March 2010 (UTC)
* Bahrain at the Asian Games - (7379) - keep - closed 04:00, 28 March 2010 (UTC)
* Stage Ball - (3729) - delete - closed 04:14, 28 March 2010 (UTC)
* List of Formula One drivers by longevity - (5715) - delete - closed 03:59, 28 March 2010 (UTC)
* Vanuatuan records in athletics - (7268) - keep - closed 23:46, 26 March 2010 (UTC)
* Future of Formula One - (5378) - delete - closed 22:04, 19 March 2010 (UTC)
* Tinessonli - (7585) - delete - closed 23:21, 17 March 2010 (UTC)
* Beach tchoukball - (3457) - redirect to Tchoukball - closed 02:55, 18 March 2010 (UTC)
* Beach korfball - (3909) - delete - closed 23:22, 17 March 2010 (UTC)
* US F1 Type 1 - (6396) - merge - closed 15:45, 10 March 2010 (UTC)
* List of sports rivalries - (7595) - keep - closed 02:57, 7 March 2010 (UTC)
* Wendy Lindquist - (7259) - keep - closed 00:50, 6 March 2010 (UTC)
* Cabbie Richards - (14808) - keep - closed 08:19, 3 March 2010 (UTC)
* Rugby threes - (7881) - delete - closed 02:39, 3 March 2010 (UTC)
* Longball (sport) - (17218) - delete - closed 15:39, 25 February 2010 (UTC)
* The MacNab-Stark flop - (3494) - delete - closed 00:30, 19 February 2010 (UTC)
* Rob Waibel - (3167) - delete - closed 23:43, 18 February 2010 (UTC)
* Double jump - (7650) - delete - closed 20:21, 17 February 2010 (UTC)
* R E Romero-Probst - (4199) - delete - closed 14:14, 17 February 2010 (UTC)
* Roger Federer Grand Slam statistics - (6065) - delete - closed 02:53, 16 February 2010 (UTC)
* President's cup regatta - (5432) - Keep - closed 01:02, 12 February 2010 (UTC)
* List of Australian Open Singles Finals appearances - (12586) - keep - closed 08:33, 5 February 2010 (UTC)
* Sports broadcasting contracts in Indonesia - (7161) - delete - closed 03:02, 31 January 2010 (UTC)
* Tracksplit car racing - (4609) - delete - closed 18:02, 30 January 2010 (UTC)
* 2010 Fibis Hard's Open - (2662) - Speedy delete - closed 13:39, 30 January 2010 (UTC)
* Roxana Hoza - (2302) - Speedy delete - closed 13:42, 30 January 2010 (UTC)
* 2010 Fibis Hard's Oprn – Women's Singles - (3127) - Speedy delete - closed 13:40, 30 January 2010 (UTC)
* Washington Area Roadskaters - (4290) - delete - closed 23:10, 26 January 2010 (UTC)
* Jackson State University Upset the Texas Longhorns in the university men's sprint medely relay. - (5037) - delete - closed 03:02, 21 January 2010 (UTC)
* Grand Slam (Gaelic Games) - (3488) - delete - closed 07:08, 15 January 2010 (UTC)
* Christopher Lowe - (3931) - delete - closed 20:42, 11 January 2010 (UTC)
* Geibeltbad Pirna - (5746) - keep - closed 01:22, 11 January 2010 (UTC)
* Philadelphia Canoe Club - (6409) - Keep - closed 19:28, 9 January 2010 (UTC)
* Floyd Mayweather vs. Manny Pacquiao - (4523) - delete - closed 02:08, 27 December 2009 (UTC)
* Working Out (book) - (4375) - delete - closed 08:54, 26 December 2009 (UTC)
* Wheelie (2nd nomination) - (11398) - keep - closed 03:23, 25 December 2009 (UTC)
* UNO Club Sports - (3211) - delete - closed 13:49, 21 December 2009 (UTC)
* Eddie James (motorcyclist) - (5534) - delete - closed 17:40, 17 December 2009 (UTC)
* 2009 Macau FBMW Pacific - (5250) - delete - closed 03:27, 5 December 2009 (UTC)
* Zumba - (10743) - keep - closed 01:39, 5 December 2009 (UTC)
* Joeball - (4617) - delete - closed 17:34, 2 December 2009 (UTC)
* Neil Connell - (3120) - delete - closed 15:25, 2 December 2009 (UTC)
* Pie and Bovril - (10248) - delete - closed 23:45, 1 December 2009 (UTC)
* Official Association of Professional Table Tennis Athletes of North America - (3880) - no consensus - closed 11:48, 24 November 2009 (UTC)
* Kwai Nyu - (5424) - delete - closed 00:56, 24 November 2009 (UTC)
* Steroid usage amongst Dominican Athletes (2nd nomination) - (5778) - delete - closed 00:43, 19 November 2009 (UTC)
* Edmonton cougars field hockey club - (3929) - delete - closed 21:43, 13 November 2009 (UTC)
* World Championships of dog sledding 2011 - (3983) - delete - closed 21:43, 13 November 2009 (UTC)
* The Big Hit Sports Show - (3896) - delete - closed 00:31, 13 November 2009 (UTC)
* Palos Verdes Cross Country - (8041) - merge to Palos Verdes High School - closed 04:20, 12 November 2009 (UTC)
* Birmingham 2020 - (5614) - delete - closed 00:22, 8 November 2009 (UTC)
* Iza Valentine - (4256) - keep - closed 21:48, 5 November 2009 (UTC)
* Yolla Football Club - (5103) - merge/redirect - closed 09:00, 28 October 2009 (UTC)
* Josh Reaume - (5930) - delete - closed 20:33, 19 October 2009 (UTC)
* Windsor Floor Hockey League - (10335) - delete - closed 20:10, 4 July 2009 (UTC)
* Scumrun - (6649) - nomination withdrawn - closed 18:28, 18 October 2009 (UTC)
* Roosevelt Roller Hockey Rink - (3802) - delete - closed 06:48, 18 October 2009 (UTC)
* Garage Racing - (3063) - delete - closed 18:16, 15 October 2009 (UTC)
* 1000 km Donington - (3155) - merge - closed 19:59, 5 October 2009 (UTC)
* Ben Davies (rugby) - (5554) - Delete - closed 18:56, 4 October 2009 (UTC)
* Galileo (vibration training) - (8126) - no consensus - closed 23:06, 4 October 2009 (UTC)
* Start and park - (3023) - keep - closed 00:02, 4 October 2009 (UTC)
* Les Montgomery - (3793) - delete - closed 06:09, 3 October 2009 (UTC)
* Todd Tracy - (3503) - delete - closed 19:40, 29 September 2009 (UTC)
* Team Beast MMA Training Center - (4787) - delete - closed 04:02, 18 September 2009 (UTC)
* Matthew Barvo - (3990) - delete - closed 23:18, 19 September 2009 (UTC)
* Rage Cage (2nd nomination) - (3303) - speedy delete - closed 19:10, 17 September 2009 (UTC)
* Bukidnon State University Sportfest - (4513) - delete - closed 02:51, 17 September 2009 (UTC)
* Steve Fryer - (3444) - delete - closed 03:56, 18 September 2009 (UTC)
* Corvette Challenge Registry - (4150) - delete - closed 13:04, 17 September 2009 (UTC)
* CareerBall - (4248) - delete - closed 19:37, 12 September 2009 (UTC)
* British Virgin Islands records in athletics - (6118) - keep - closed 16:57, 11 September 2009 (UTC)
* Public swimming at the Beijing National Aquatics Center - (4347) - delete - closed 05:32, 11 September 2009 (UTC)
* Michael Tang (2nd nomination) - (3472) - delete - closed 19:02, 7 September 2009 (UTC)
* Miniten - (11931) - keep - closed 22:07, 7 September 2009 (UTC)
* List of multiple swimming medalist in international competitions - (4867) - delete - closed 19:20, 7 September 2009 (UTC)
* Victorian Champions League - (5020) - delete - closed 21:43, 5 September 2009 (UTC)
* Grand Prix 2005 (snooker) - (6110) - delete - closed 10:58, 5 September 2009 (UTC)
* Primal Athletes - (3345) - delete - closed 05:21, 5 September 2009 (UTC)
* Skishing - (23079) - no consensus - closed 02:39, 5 September 2009 (UTC)
* Victoria School Hockey - (4885) - redirect to Victoria School - closed 19:07, 25 August 2009 (UTC)
* Crofton Cougars ARLFC - (4994) - delete - closed 15:38, 25 August 2009 (UTC)
* Aaron Goodwin - (7931) - no consensus - closed 17:48, 25 August 2009 (UTC)
* Fermoy GAA - (3950) - keep - closed 00:12, 25 August 2009 (UTC)
* THE HISTORY OF THE CYPRUS OLYMPIC COMMITTEE - (18414) - delete - closed 23:44, 21 August 2009 (UTC)
* Ben Chiasson - (2676) - speedy delete - closed 14:42, 21 August 2009 (UTC)
* Professional Inline Hockey Association - (8784) - Keep - closed 03:22, 20 August 2009 (UTC)
* Jennifer Williams - (3464) - delete - closed 12:39, 19 August 2009 (UTC)
* Salford City Reds 2007 - (4655) - redirect to Super League - closed 15:17, 18 August 2009 (UTC)
* Highwater (film) - (5959) - no consensus - closed 20:16, 16 August 2009 (UTC)
* Ferret legging (3rd nomination) - (7900) - keep - closed 18:58, 13 August 2009 (UTC)
* Marty Ball (Beach Sport) - (3689) - delete. - closed 19:37, 2 August 2009 (UTC)
* Alice Marble Tennis Courts - (3774) - merge to Russian Hill - closed 13:07, 8 August 2009 (UTC)
* No Gloves Nationals - (4671) - delete - closed 07:40, 5 August 2009 (UTC)
* 2004 MLL Collegiate Draft - (3541) - redirect to MLL Collegiate Draft - closed 22:48, 2 August 2009 (UTC)
* Kimberley Stadium - (4971) - delete - closed 18:23, 29 July 2009 (UTC)
* Harrisburg Lunatics notable players and award winners - (6343) - no consensus to delete - closed 01:10, 29 July 2009 (UTC)
* Masis Voskanian - (4682) - delete - closed 23:40, 27 July 2009 (UTC)
* Howland Rounders - (3564) - delete - closed 00:33, 27 July 2009 (UTC)
* List of cyclists from Brittany - (4962) - delete - closed 23:49, 24 July 2009 (UTC)
* List of drugs banned from the Olympics - (8866) - keep - closed 23:50, 24 July 2009 (UTC)
* Jeremy Thrush - (6718) - keep - closed 00:11, 24 July 2009 (UTC)
* Ace (volleyball) - (5395) - delete - closed 04:52, 23 July 2009 (UTC)
* Trampboarding - (5096) - merge to skateboarding - closed 00:04, 22 July 2009 (UTC)
* List of cyclists - (5776) - no consensus - closed 11:28, 21 July 2009 (UTC)
* Zero-entry swimming pool - (6503) - merge to Swimming pool - closed 00:12, 20 July 2009 (UTC)
* Sport Blowgun French Open - (4325) - delete - closed 23:40, 15 July 2009 (UTC)
* Roger Federer tennis records - (5673) - redirect to List of career achievements by Roger Federer - closed 22:30, 16 July 2009 (UTC)
* Monoboarding - (11515) - delete both - closed 18:26, 15 July 2009 (UTC)
* Spain national rugby league team - (5152) - delete - closed 00:44, 15 July 2009 (UTC)
* DC Rollergirls - (3463) - no consensus - closed 00:12, 15 July 2009 (UTC)
* George Plaster - (5807) - keep - closed 00:27, 14 July 2009 (UTC)
* Cap Ball - (3058) - Delete - closed 00:41, 13 July 2009 (UTC)
* Humanball - (8008) - delete - closed 20:14, 12 July 2009 (UTC)
* Freeling Football Club - (4751) - delete - closed 10:33, 12 July 2009 (UTC)
* Cheesy's Outside Court Golden Ticket - (4839) - delete - closed 02:15, 10 July 2009 (UTC)
* France Sport Blowgun Association - (4532) - delete - closed 08:42, 8 July 2009 (UTC)
* Valley Athletic Social League - (3711) - delete - closed 14:15, 6 July 2009 (UTC)
* Ellie Cole - (6532) - Speedy keep - closed 02:25, 28 June 2009 (UTC)
* World Le Mans Series - (7390) - keep - closed 03:06, 28 June 2009 (UTC)
* Scottish running guide - (4468) - delete - closed 23:40, 1 July 2009 (UTC)
* Bart Bast - (6640) - delete - closed 18:18, 1 July 2009 (UTC)
* Jon Couture - (3412) - delete - closed 12:20, 4 July 2009 (UTC)
* Federer–Hewitt rivalry - (13950) - delete - closed 06:44, 28 June 2009 (UTC)
* Incrediball - (4164) - delete - closed 16:09, 3 July 2009 (UTC)
* Serena Slam - (3898) - delete - closed 20:02, 29 June 2009 (UTC)
* Crowley Road Race - (3830) - keep - closed 00:03, 27 June 2009 (UTC)
* Maria Sharapova career history - (5076) - delete - closed 08:29, 30 June 2009 (UTC)
* Eight sided scoreboard - (5129) - delete - closed 00:53, 28 June 2009 (UTC)
* List of Grand Slam Women's Singles champions (reverse chronological order) - (10213) - delete - closed 21:21, 1 July 2009 (UTC)
* Ches-Mont League - (8707) - no consensus - closed 10:33, 4 July 2009 (UTC)
* Leander A.S.C - (4694) - G12 - closed 17:18, 25 June 2009 (UTC)
* Rebuilding (professional sports) - (4738) - delete - closed 10:01, 22 June 2009 (UTC)
* ChiRunning - (5153) - keep - closed 01:58, 22 June 2009 (UTC)
* List of Costa Rican records in swimming - (4818) - Keep - closed 15:47, 20 June 2009 (UTC)
* Cooperfiel - (5936) - no consensus - closed 00:14, 19 June 2009 (UTC)
* Tony Zappia (football administrator) - (6130) - delete - closed 13:45, 12 June 2009 (UTC)
* List of NASCAR Thunder 100 and Coca-Cola 500 (Motegi) broadcasters - (4742) - delete - closed 00:08, 12 June 2009 (UTC)
* Takkle - (5655) - delete - closed 12:56, 11 June 2009 (UTC)
* Sports Biomechanics - (5024) - keep - closed 00:14, 11 June 2009 (UTC)
* Pagodaball - (4924) - delete - closed 13:18, 9 June 2009 (UTC)
* Tadtstrology - (3825) - Speedy-deleted WP:CSD by Tanthalas39 - closed 16:17, 7 June 2009 (UTC)
* Anthony Bertozzi - (3997) - keep - closed 23:18, 6 June 2009 (UTC)
* Tenneyball - (5472) - delete - closed 02:00, 5 June 2009 (UTC)
* Nauset ball - (5239) - snowball delete - closed 17:21, 2 June 2009 (UTC)
* List of Grand Slam Men's Singles champions (reverse chronological order) - (4546) - delete - closed 14:31, 29 May 2009 (UTC)
* Maine Boffer Games - (4407) - delete - closed 00:16, 26 May 2009 (UTC)
* Willy Decker - (3636) - delete - closed 16:02, 21 May 2009 (UTC)
* Annapurna 100 - (3096) - delete - closed 00:10, 21 May 2009 (UTC)
* 2007 Qatar Total Open - (4164) - keep - closed 23:24, 16 May 2009 (UTC)
* Indika Wettasinghe - (7203) - delete - closed 07:10, 10 May 2009 (UTC)
* Yogaball - (3209) - delete - closed 00:07, 10 May 2009 (UTC)
* Tour Mudcats - (4371) - redirect to NARCh - closed 01:02, 2 May 2009 (UTC)
* The Bushmen (Nite Leagues) - (3547) - delete - closed 23:47, 27 April 2009 (UTC)
* Mark McCaughey - (4255) - keep - closed 23:50, 26 April 2009 (UTC)
* Four square regional - (4237) - delete - closed 00:18, 24 April 2009 (UTC)
* Barrie Phillips - (3659) - delete - closed 06:05, 22 April 2009 (UTC)
* Terry Brown (martial arts instructor) (2nd nomination) - (6271) - no consensus - closed 00:54, 20 April 2009 (UTC)
* Dan Miller (sportscaster) - (9607) - keep - closed 17:31, 18 April 2009 (UTC)
* List of Undefeated horses - (3678) - keep - closed 00:10, 16 April 2009 (UTC)
* Jordan Thompson - (4489) - delete - closed 22:12, 11 April 2009 (UTC)
* Settleball - (10355) - delete - closed 05:54, 5 April 2009 (UTC)
* Jack Horner (horse) - (6694) - CSD#A7, article is about a person as much as a horse with no assertion of notability, no keeps at AfD, earlier declining admin agrees it is speedyable. No prejudice against recreation with sources demonstrating notability - closed 20:05, 4 April 2009 (UTC)
* Pierre Cotant - (3327) - delete - closed 00:24, 5 April 2009 (UTC)
* Davud Sadinlija - (3022) - delete - closed 00:25, 5 April 2009 (UTC)
* Aireborough RUFC - (5470) - delete - closed 00:41, 2 April 2009 (UTC)
* Gobi marathon - (5233) - delete - closed 23:51, 30 March 2009 (UTC)
* Packham's Squash - (3889) - delete - closed 15:58, 29 March 2009 (UTC)
* Great Parks Bicycle Route - (9403) - Withdrawn/Keep, whatever. - closed 01:22, 27 March 2009 (UTC)
* Jasmine Gradwell - (5485) - delete - closed 23:50, 25 March 2009 (UTC)
* List of common misconceptions (2nd nomination) - (137971) - keep - closed 19:29, 24 March 2009 (UTC)
* The Ultimate Fighter 5 Finale - (6373) - keep - closed 07:24, 22 March 2009 (UTC)
* Penny football (2nd nomination) - (4978) - keep - closed 23:33, 19 March 2009 (UTC)
* Florida Connector Bicycle Route - (3506) - speedy delete - closed 12:37, 15 March 2009 (UTC)
* Will Naitoro - (4250) - delete - closed 00:20, 10 March 2009 (UTC)
* FIS Nordic World Ski Championships 2010 - (8135) - delete - closed 13:02, 4 March 2009 (UTC)
* Lackawanna Rapids - (4507) - delete - closed 00:05, 1 March 2009 (UTC)
* 1978 African Cup of Nations (squads) - (6030) - keep - closed 23:11, 25 February 2009 (UTC)
* Boggey - (5291) - delete - closed 00:26, 26 February 2009 (UTC)
* Minneapolis Mayhem - (4753) - keep - closed 03:02, 25 February 2009 (UTC)
* North Herts Premier Pool League NHPPL - (6639) - delete - closed 00:46, 25 February 2009 (UTC)
* Double Leg Flip or side flip - (4823) - merge to List of tricking moves - closed 01:47, 25 February 2009 (UTC)
* Wattsfield Athletic YFC - (5235) - delete - closed 22:48, 23 February 2009 (UTC)
* Bernardo Jua (2nd nomination) - (3394) - delete - closed 13:15, 17 February 2009 (UTC)
* Wilver (Rio) Johnson (2nd nomination) - (3499) - delete - closed 13:15, 17 February 2009 (UTC)
* Putah Creek Time Trial - (3884) - delete - closed 01:03, 8 February 2009 (UTC)
* 2010 Superbike World Championship season - (3926) - delete - closed 01:14, 7 February 2009 (UTC)
* Connections (horse) - (4748) - merge to Kennedy Road Stakes - closed 00:04, 9 February 2009 (UTC)
* Snowbagging - (4348) - delete - closed 00:45, 8 February 2009 (UTC)
* Miami Thunder (truck) - (5021) - delete - closed 01:35, 6 February 2009 (UTC)
* Guangzhou Championships - (2785) - Speedy delete - closed 11:49, 10 February 2009 (UTC)
* Crazy Ping Pong - (3936) - delete - closed 01:47, 6 February 2009 (UTC)
* AZ Dodgeball - (3679) - delete - closed 02:45, 2 February 2009 (UTC)
* Bandy World Championship 2009 squad lists - (5510) - no consensus - closed 02:57, 28 January 2009 (UTC)
* Bandy World Championship 2007 squad lists - (5871) - delete - closed 02:57, 28 January 2009 (UTC)
* Drexel Squash - (3008) - delete - closed 00:21, 26 January 2009 (UTC)
* Randy Couture vs. Chuck Liddell - (5995) - no consensus - closed 02:01, 23 January 2009 (UTC)
* Wild Hair (truck) - (4310) - keep - closed 02:05, 23 January 2009 (UTC)
* Air Force Afterburner (truck) - (3846) - delete - closed 14:35, 22 January 2009 (UTC)
* All Comers Track Meets - (20050) - no consensus - closed 03:12, 22 January 2009 (UTC)
* Holly Rowe - (11685) - keep - closed 03:06, 22 January 2009 (UTC)
* RC Greate Pier - (5282) - delete - closed 22:43, 20 January 2009 (UTC)
* Chess boxing - (5836) - speedy keep - closed 19:57, 19 January 2009 (UTC)
* T-Maxx (truck) - (3146) - delete - closed 02:03, 17 January 2009 (UTC)
* Lumberjack slam - (3770) - redirect to Denny's - closed 04:44, 16 January 2009 (UTC)
* Toledo Street Hockey League - (4918) - delete - closed 01:18, 14 January 2009 (UTC)
* List of U.S. and Canadian cities by last major professional sports championship won - (7738) - delete - closed 00:09, 13 January 2009 (UTC)
* Olympic Sports (ITA) - (4370) - delete - closed 23:00, 11 January 2009 (UTC)
* Olympic Sports (NED) - (4297) - delete - closed 23:59, 11 January 2009 (UTC)
* UH Racing - (6110) - Redirect - closed 05:02, 9 January 2009 (UTC)
* Top Gear Races - (10476) - keep - closed 05:16, 7 January 2009 (UTC)
* Vladimir Vasiliev (martial arts) - (6051) - no consensus - closed 00:05, 6 January 2009 (UTC)
* Adidas sponsorships - (4666) - keep - closed 00:14, 31 December 2008 (UTC)
* Nike sponsorships - (7404) - keep - closed 22:33, 30 December 2008 (UTC)
* Umbro sponsorships - (4794) - keep - closed 00:10, 31 December 2008 (UTC)
* List of ice rinks in Australia - (9990) - no consensus - closed 00:12, 31 December 2008 (UTC)
* West Hartlepool RFC Under 18 - (3753) - delete - closed 21:19, 29 December 2008 (UTC)
* Newtown Blues - (4751) - keep - closed 13:34, 25 December 2008 (UTC)
* Giatsis - (5573) - no consensus - closed 02:31, 25 December 2008 (UTC)
* Curse of Norm Smith - (7155) - merge to Norm Smith - closed 01:58, 23 December 2008 (UTC)
* List of Jews in sports (2nd nomination) - (11997) - no consensus - closed 04:48, 19 December 2008 (UTC)
* Dessie Larkin (2nd nomination) - (13604) - keep - closed 03:02, 10 December 2008 (UTC)
* The Dream Match - (15896) - keep. - closed 10:32, 9 December 2008 (UTC)
* Sportscity (website) - (3859) - speedy deleted - closed 01:17, 9 December 2008 (UTC)
* CANUSA - (4559) - Withdraw Nomination - closed 23:23, 5 December 2008 (UTC)
* Trangleball (2nd nomination) - (4061) - keep - closed 00:17, 6 December 2008 (UTC)
* 2008 Pasadena Rugby Tournament - (4747) - Delete - closed 03:28, 5 December 2008 (UTC)
* Body jibbing - (2812) - delete - closed 03:28, 2 December 2008 (UTC)
* 2006 in CASCAR - (3055) - no consensus - closed 19:28, 28 November 2008 (UTC)
* Free Spirits Rowing - (3718) - delete - closed 01:41, 27 November 2008 (UTC)
* CZ-550 - (6743) - Keep - closed 23:21, 25 November 2008 (UTC)
* Wabdl canadian bench press records - (5643) - delete - closed 18:32, 23 November 2008 (UTC)
* WABDL Canadian Deadlift Records - (4895) - delete - closed 18:31, 23 November 2008 (UTC)
* Autobahn Country Club - (5466) - no consensus - closed 02:01, 24 November 2008 (UTC)
* JJS Karate Dojo - (16801) - merge to Jack and Jill School - closed 19:44, 23 November 2008 (UTC)
* List of dodgeball variations - (9942) - keep - closed 23:13, 20 November 2008 (UTC)
* Dick Wertheim - (5369) - speedy keep - closed 17:33, 21 November 2008 (UTC)
* Inline roller skating tricks - (5263) - delete - closed 23:03, 20 November 2008 (UTC)
* Paolo Gislimberti - (7085) - merge to Autodromo_Nazionale_Monza - closed 04:00, 22 November 2008 (UTC)
* Heading up and barring off - (4406) - delete - closed 13:54, 19 November 2008 (UTC)
* North london stags - (3569) - delete - closed 13:18, 20 November 2008 (UTC)
* SCORES Broadcast - (4953) - delete - closed 04:30, 20 November 2008 (UTC)
* Wisconsin Fleece Hall of Fame - (8283) - speedy delete (A7) - closed 06:37, 18 November 2008 (UTC)
* Hallball - (4548) - speedy delete - closed 09:15, 18 November 2008 (UTC)
* Panther athletics - (8138) - merge to Midlothian High School (Texas) - closed 09:19, 18 November 2008 (UTC)
* Wimbledon Common parkrun - (9638) - delete - closed 22:43, 17 November 2008 (UTC)
* Mission Prep Christmas Classic - (3778) - delete - closed 18:44, 16 November 2008 (UTC)
* Triple Crown of Boxing - (7971) - redirect to List of boxing triple champions - closed 22:19, 15 November 2008 (UTC)
* Lorenzo Zanetti - (9153) - keep - closed 12:59, 14 November 2008 (UTC)
* Emily Gass - (5503) - delete - closed 22:00, 13 November 2008 (UTC)
* Bulletball - (4428) - Speedy Deleted - closed 21:14, 12 November 2008 (UTC)
* Petras Savickis - (6146) - delete - closed 20:45, 12 November 2008 (UTC)
* St Feckins - (3016) - delete - closed 08:05, 8 November 2008 (UTC)
* Val Daly - (7296) - keep - closed 05:24, 8 November 2008 (UTC)
* Beagle Bay (Peninsular) Bombers - (3792) - redirect to West Kimberley Football Association - closed 16:45, 4 November 2008 (UTC)
* Tim Woolgar - (6744) - nomination withdrawn - closed 17:36, 2 November 2008 (UTC)
* Cory Lachlan (Martin) - (6344) - delete - closed 06:04, 1 November 2008 (UTC)
* Riverside Park Speedway - (7824) - keep - closed 01:08, 30 October 2008 (UTC)
* Quakers Hill Bombers - (3498) - delete - closed 14:26, 29 October 2008 (UTC)
* Lumel D. Valadez - (3824) - delete - closed 02:28, 18 October 2008 (UTC)
* Citi Badminton Team - (7776) - delete - closed 20:23, 17 October 2008 (UTC)
* Dermot McBride - (4012) - keep - closed 01:34, 24 October 2008 (UTC)
* Rasketball - (5582) - delete - closed 03:08, 17 October 2008 (UTC)
* Glenroy Football Club - (5371) - redirect to Essendon District Football League - closed 08:30, 16 October 2008 (UTC)
* Loyola College Rugby Football Club - (6009) - merge to Loyola College in Maryland - closed 00:14, 16 October 2008 (UTC)
* Dundas Granite Curling Club - (4371) - no consensus - closed 08:26, 15 October 2008 (UTC)
* 2006 Winter Olympics highlights (2nd nomination) - (8425) - no consensus - closed 15:42, 14 October 2008 (UTC)
* Marcy League - (4133) - delete - closed 00:56, 13 October 2008 (UTC)
* Nicole Gurny - (10036) - delete - closed 06:16, 12 October 2008 (UTC)
* Atlas of Sport in Brazil - (4878) - delete - closed 20:48, 11 October 2008 (UTC)
* Nathalie Weinzierl - (5140) - delete - closed 22:45, 11 October 2008 (UTC)
* USAG compulsory routines - (4595) - no consensus - closed 00:40, 10 October 2008 (UTC)
* Valley of the Sun (Ultimate) - (3379) - delete - closed 00:38, 6 October 2008 (UTC)
* Skala (sports organization) - (10671) - no consensus - closed 04:35, 6 October 2008 (UTC)
* Vertical Jump Bible - (3159) - speedy deleted - closed 15:10, 27 September 2008 (UTC)
* Mythical National Championship - (5740) - keep - closed 00:47, 22 September 2008 (UTC)
* Stuart pepper - (8571) - delete - closed 04:31, 21 September 2008 (UTC)
* New Hampshire Roller Derby - (6612) - no consensus - closed 04:49, 21 September 2008 (UTC)
* Rowing at the 2008 Summer Olympics - Women's lightweight double sculls - (5828) - Keep - closed 16:45, 20 September 2008 (UTC)
* Ben Colreavy - (3913) - delete - closed 01:40, 19 September 2008 (UTC)
* Luke Trew - (15415) - delete - closed 01:48, 19 September 2008 (UTC)
* 2008 Donington Superleague Formula round - (9857) - no consensus - closed 03:14, 19 September 2008 (UTC)
* Wild Wales Challenge - (5422) - Delete - closed 21:53, 16 September 2008 (UTC)
* Spooning (croquet) - (4917) - keep - closed 02:49, 13 September 2008 (UTC)
* Leicester city ligers - (5277) - speedy delete - closed 02:23, 11 September 2008 (UTC)
* San Jose Golddiggers - (11309) - keep - closed 19:25, 8 September 2008 (UTC)
* The Stable - (4623) - no consensus - closed 18:01, 4 September 2008 (UTC)
* Saudi Arabian Badminton Federation - (3410) - delete - closed 10:58, 3 September 2008 (UTC)
* Dayton Hobbs - (9226) - Boldly redirected - closed 12:52, 1 September 2008 (UTC)
* 2008 Summer Olympics medals per capita - (32652) - delete - closed 19:09, 29 August 2008 (UTC)
* 2009 V8 Supercar season (2nd nomination) - (3629) - keep - closed 00:01, 27 August 2008 (UTC)
* Rafael Nadal statistics and results - (4832) - delete - closed 19:19, 24 August 2008 (UTC)
* Carrom Association of Maldives - (15934) - delete - closed 18:49, 23 August 2008 (UTC)
* Marathon training - (3784) - Delete - closed 15:26, 23 August 2008 (UTC)
* Prideball - (3928) - Delete - closed 18:31, 23 August 2008 (UTC)
* List of high schools in Washington by WIAA league alignment - (5849) - Delete - closed 01:55, 22 August 2008 (UTC)
* List of football (soccer) players by nickname - (23824) - delete - closed 08:14, 21 August 2008 (UTC)
* List of sportspeople by nickname (3rd nomination) - (5258) - Keep - closed 14:40, 20 August 2008 (UTC)
* Allen Litzau - (8438) - Keep - closed 12:04, 20 August 2008 (UTC)
* Dart golf - (3901) - delete - closed 00:13, 18 August 2008 (UTC)
* American Footvolley - (11092) - Delete - closed 20:04, 16 August 2008 (UTC)
* List of rain affected Formula One Grands Prix - (5885) - delete - closed 18:25, 17 August 2008 (UTC)
* Massena Silver and Black Raiders - (3057) - delete - closed 14:55, 17 August 2008 (UTC)
* Maryland Exiles - (3844) - delete - closed 03:44, 16 August 2008 (UTC)
* Baw game of Scone - (5166) - Merge to Ba game - closed 08:44, 16 August 2008 (UTC)
* Penn State Nittany Lions volleyball all time record - (5086) - delete - closed 13:01, 15 August 2008 (UTC)
* Game of "S.K.A.T.E." (2nd nomination) - (3969) - keep - closed 02:56, 14 August 2008 (UTC)
* Owen Farrell - (4842) - delete - closed 17:34, 2 August 2008 (UTC)
* PLU Crew - (5508) - keep - closed 02:22, 3 August 2008 (UTC)
* Abbas Vakil - (6087) - delete - closed 01:10, 31 July 2008 (UTC)
* Australias greatest sporting legends - (2991) - Speedy delete: G3 Vandalism - closed 04:08, 29 July 2008 (UTC)
* Bournemouth university boat club - (6319) - delete - closed 17:35, 25 July 2008 (UTC)
* Floorball ball - (4363) - Redirect - closed 00:08, 25 July 2008 (UTC)
* Team Impact - (4026) - Delete - closed 12:43, 25 July 2008 (UTC)
* Roscommon Senior Hurling Championship 1989 - (3808) - Snow delete - closed 17:11, 18 July 2008 (UTC)
* Archery Olympic Round - (3801) - keep - closed 20:59, 16 July 2008 (UTC)
* Rotoworld - (4125) - keep, with no prejudice against merging - closed 05:56, 13 July 2008 (UTC)
* 2009 Rugby League State of Origin series - (4628) - Delete - closed 21:36, 10 July 2008 (UTC)
* List of defunct Pennsylvania sports teams - (5721) - Keep - closed 21:03, 9 July 2008 (UTC)
* England national rugby union team - Results 2000-present - (6396) - no consensus to delete - closed 19:27, 9 July 2008 (UTC)
* England national rugby union team - Results 1990 - 1999 - (5065) - no consensus to delete - closed 17:44, 24 June 2008 (UTC)
* Rome Masters 2006 Final - (3667) - merge. Since the information has been merged, I boldly redirected the page - closed 19:21, 8 July 2008 (UTC)
* Federer versus Nadal - (10310) - Keep - closed 11:31, 8 July 2008 (UTC)
* Pro Crossball League - (3940) - delete - closed 20:12, 8 July 2008 (UTC)
* Domestic Football League - (4525) - Snow delete - closed 01:42, 7 July 2008 (UTC)
* New Riverside Stadium Wiffleball - (4007) - delete - closed 18:13, 4 July 2008 (UTC)
* Ed Clarke - (11214) - delete - closed 01:14, 3 July 2008 (UTC)
* Australia national under-23 football team 2008 Olympic Games campaign - (6433) - Snowball delete. Note to all those describing this as admin negligence - the article was deleted five days after the prod notice was placed on it. This deletion was then contested and the article was restored without the prod notice, as per standard procedures. As such it needed an AfD nomination to be again considered for deletion. There was no tardiness or negligence on anyone's part in this process - closed 02:16, 30 June 2008 (UTC)
* IAHD - (3796) - Keep, Move and Expand - closed 10:25, 28 June 2008 (UTC)
* Smuglets - (4222) - Delete - closed 01:01, 26 June 2008 (UTC)
* Buffalo Sports Curse - (7322) - delete - closed 21:31, 25 June 2008 (UTC)
* Swing-ball - (4579) - delete - closed 18:58, 24 June 2008 (UTC)
* Ken Seddington - (4150) - Delete - closed 13:50, 26 June 2008 (UTC)
* Nick Grant - (4817) - delete - closed 16:37, 22 June 2008 (UTC)
* Makarska International Championships - (3778) - delete - closed 15:14, 19 June 2008 (UTC)
* List of U.S. and Canadian cities by professional sports teams championships - (6862) - delete - closed 12:37, 16 June 2008 (UTC)
* Pioneer Conference - (115269) - an utter mess of a discussion, - closed 19:01, 10 June 2008 (UTC)
* 2009 French Open - (4651) - delete - closed 04:14, 4 June 2008 (UTC)
* Xtreme Ice Skating - (3160) - delete - closed 19:01, 1 June 2008 (UTC)
* District organisations of the Sports Club Dynamo - (5044) - delete as a big mess which likely could have been speedied straight off - closed 19:47, 1 June 2008 (UTC)
* Unique Performance Volleyball - (4491) - speedy delete - closed 12:28, 31 May 2008 (UTC)
* Mallala Magpies Football Club - (6172) - delete. - closed 08:05, 30 May 2008 (UTC)
* World Championships of the Sports Club Dynamo - (4882) - delete - closed 13:57, 23 May 2008 (UTC)
* European Championships of the Sports Club Dynamo - (4333) - delete - closed 13:55, 23 May 2008 (UTC)
* Championships of the Sports Club Dynamo - (4708) - delete - closed 13:53, 23 May 2008 (UTC)
* Olympics of the Sports Club Dynamo - (5453) - delete - closed 13:59, 23 May 2008 (UTC)
* List of sportspeople by nickname (2nd nomination) - (5005) - Keep - closed 00:09, 23 May 2008 (UTC)
* Utah professional sports' frequent use of letter Z in team names - (12895) - no consensus - closed 17:43, 19 May 2008 (UTC)
* Scott Levy (MMA Fighter) - (4123) - Delete - closed 21:29, 16 May 2008 (UTC)
* All-Round Athletics - (4148) - Delete - closed 20:18, 15 May 2008 (UTC)
* Maltese Rugby League Association - (4751) - delete - closed 22:07, 10 May 2008 (UTC)
* Sockball - (3518) - Delete - closed 00:09, 10 May 2008 (UTC)
* Xotball - (2425) - delete - closed 14:56, 7 May 2008 (UTC)
* RUMS Rugby - (3615) - Delete - closed 17:29, 3 May 2008 (UTC)
* Scuffleball (3rd nomination) - (4527) - Delete - closed 00:45, 2 May 2008 (UTC)
* Pass the Peso - (3286) - Delete - closed 00:35, 2 May 2008 (UTC)
* Hironori Higuchi - (2811) - delete - closed 19:03, 1 May 2008 (UTC)
* Christopher Quiray - (3858) - delete - closed 22:19, 28 April 2008 (UTC)
* Linda Burdette - (5988) - keep - closed 04:54, 29 April 2008 (UTC)
* Steroid usage amongst Dominican Athletes - (7107) - no consensus - closed 12:53, 23 April 2008 (UTC)
* E-Town Elite Floorball Club - (5067) - delete - closed 19:01, 23 April 2008 (UTC)
* Mr. Connecticut - (3373) - delete - closed 02:27, 22 April 2008 (UTC)
* Defunct major North American sports teams - (11350) - delete - closed 12:58, 19 April 2008 (UTC)
* Superfight - (4614) - Delete - closed 06:51, 20 April 2008 (UTC)
* Charters Towers Miners - (3302) - Delete per WP:SNOW and the speedy deletion criteria - closed 10:14, 18 April 2008 (UTC)
* The Balboa Open Horseshoe Championship - (3214) - delete - closed 03:51, 16 April 2008 (UTC)
* Ireland national schoolboy rugby union team - (26396) - keep - closed 00:29, 15 April 2008 (UTC)
* Interchange (Australian rules football) - (8119) - Keep - closed 00:55, 6 April 2008 (UTC)
* Vukcevich Super Cup (2nd nomination) - (5152) - Delete - closed 01:15, 6 April 2008 (UTC)
* Laois Junior "C" Hurling Championship - (4049) - delete - closed 16:06, 3 April 2008 (UTC)
* UCD Fencing Club - (3269) - delete - closed 15:36, 4 April 2008 (UTC)
* Raljoball - (10312) - delete - closed 20:43, 29 March 2008 (UTC)
* Yahoo! Fantasy Sports (2nd nomination) - (5549) - keep - archived 09:34, 21 March 2008 (UTC)
* Predictor pro - (3355) - Delete - archived 15:03, 20 March 2008 (UTC)
* L-Dawg - (3690) - Speedy delete - archived 12:00, 16 March 2008 (UTC)
* Contract year phenomenon - (6341) - Keep - archived 13:26, 21 February 2008 (UTC)
* Aquatic Volleyball - (8489) - no consensus - archived 16:42, 17 February 2008 (UTC)
* Rope jumping - (3574) - delete - archived 16:42, 17 February 2008 (UTC)
* Tony "Windy One" Gale - (4209) - delete - archived 16:42, 17 February 2008 (UTC)
* AFL Dream Team (2nd nomination) - (4674) - delete - archived 16:42, 17 February 2008 (UTC)
* The "Scramble & Gamble" - (34116) - Keep - archived 13:22, 12 February 2008 (UTC)
* Surfspot - (3271) - d e lete - archived 12:54, 1 February 2008 (UTC)
* Frank Pullen - (5190) - keep - archived 15:13, 27 January 2008 (UTC)
* List of current NASCAR races - (6597) - delete - archived 15:13, 27 January 2008 (UTC)
* Duncan Noble - (3138) - delete - archived 19:33, 17 January 2008 (UTC)
* History of Jamaican athletics - (4174) - keep - archived 08:53, 17 January 2008 (UTC)
* Gezira Sports Club - (4012) - Redirect - archived 08:53, 17 January 2008 (UTC)
* Bon McDougall - (4519) - KEEP (no consensus) - archived 08:29, 16 January 2008 (UTC)
* Arthur J McDonnell - (4437) - delete - archived 11:53, 13 January 2008 (UTC)
* Aaron Cotteral - (3029) - delete - archived 11:14, 12 January 2008 (UTC)
* Asian Youth Girls’ Volleyball Championship - (3153) - keep - archived 20:52, 28 December 2007 (UTC)
* Rhys Thomas (rugby player born 1904) - (3785) - delete - archived 17:16, 22 December 2007 (UTC)
* One One Cup 2006 - (4740) - Delete all - archived 16:31, 9 October 2007 (UTC)
* Sideways bike - (4462) - Keep - archived 23:35, 25 September 2007 (UTC)
* Cuadrilátero - (3231) - delete both - archived 14:38, 18 September 2007 (UTC)
* David Nestor - (8258) - no consensus - archived 12:34, 13 September 2007 (UTC)
* Triathlon Distance - (2883) - merge - archived 12:34, 13 September 2007 (UTC)
* Durham University Athletic Union - (8490) - No consensus - archived 10:59, 12 September 2007 (UTC)
* Guayaquil Marathon - (4167) - keep - archived 17:26, 9 September 2007 (UTC)
* Juggling world records - (4879) - No consensus - archived 17:26, 9 September 2007 (UTC)
* North Dakota Class A high school track - (15341) - merge - archived 17:26, 9 September 2007 (UTC)
* Battle for the Palladium - (2484) - delete - archived 17:26, 9 September 2007 (UTC)
* Spies and Mercs - (2328) - delete - archived 17:26, 9 September 2007 (UTC) | WIKI |
Jennifer Shilling
Jennifer Shilling (née Ehlenfeldt; born July 4, 1969) is an American Democratic politician, lobbyist, and former state legislator. She was a member of the Wisconsin State Senate for nine years and was senate minority leader from 2015 to 2020. She previously served 10 years in the Wisconsin State Assembly, representing the city of La Crosse and La Crosse County.
Background
Shilling was born Jennifer Ehlenfeldt on July 4, 1969, in Oshkosh, Wisconsin, to Richard and Lynn Ehlenfeldt. She graduated from Buffalo Grove High School in Buffalo Grove, Illinois. She served as a La Crosse County Supervisor from 1990 to 1992, and earned a joint B.A. in political science and public administration at the University of Wisconsin–La Crosse, graduating in 1992. Prior to being elected to the State Assembly, she worked as a legislative aide for Democratic United States Representative Ron Kind and later for State Representative Mark Meyer.
During her first week of work as an aide for Meyer, on January 8, 1993, Shilling's parents and five employees were murdered at the family's restaurant in Palatine, Illinois, during a robbery-murder now known as the Brown's Chicken massacre. Both of Shilling's younger sisters were also scheduled to be at the restaurant that night, but happened not to be present at the time of the killing.
State Assembly
In 2000, Ehlenfeldt was elected to succeed her boss, Mark Meyer, in the 95th Assembly District (Meyer was making a successful bid for the State Senate). She won her primary election with ease and won the general election with 13,789 votes to 11,530 for Republican nominee Deb Suchla. Subsequent to the November election, she married and had her name changed to Jennifer Shilling. She was assigned to the Assembly's standing committees on financial institutions, health, insurance and personal privacy, as well as the Legislative Advisory Committee to the Wisconsin-Minnesota Boundary Commission.
In the meantime, Shilling graduated from the Bowhay Institute on Legislative Leadership Development and the Citizen's Police Academy in La Crosse. In addition, she was also a member of the Wisconsin Technology Council Board of Directors. In 2001, she was selected to participate in the American Council of Young Political Leaders delegation to the Philippines, and in 2002 was the commencement speaker for graduation ceremonies at UW–La Crosse.
Re-elected in 2002, she remained on the financial institutions, health and insurance committees, and was also assigned to the committees on colleges and universities, and on highway safety. In 2008, running unopposed, Shilling won 97% of the vote.
State Senate
On April 9, 2011, Shilling formally announced her intention to run in the Senate recall election against Republican Dan Kapanke. That summer, she defeated him in the recall election winning 55% of the vote, and took office August 26, 2011.
In March 2012, Bill Feehan, a La Crosse businessman and county board supervisor, announced that he would run against Shilling in the 2012 general election. In the newly redistricted district, Shilling took over 58% of the vote, with 51,091 votes to Feehan's 36,527.
In 2014, Shilling was elected Senate Minority Leader by fellow Democrats. Her top priorities include increasing spending on education, both at the K-12 and college level.
Shilling was re-elected in the November 2016 election.
In 2020, Shilling announced she would step down as Minority Leader and would not seek re-election in 2020. On May 15, 2020, Shilling resigned from the Wisconsin Senate.
After the senate
Shilling announced after her senate resignation in 2020 that she would go to work as a lobbyist for Dairyland Power Cooperative—a La Crosse-based energy generation and transmission cooperative.
Personal life
She and her husband, Chris, have two children. | WIKI |
pseudomaxillary
Adjective
* 1) Apparently connected to the maxilla (typically of a fold in the mouth of a coelacanth) | WIKI |
Why does the baby girl "quake and tremble all this day"?
Your patient in the emergency department today is a 5-day-old girl brought in by her parents because of an episode of what they describe as "shaking." First, they tell you, she had an episode of choking and gagging during a feed, accompanied by noises resembling the hiccups. Shortly afterward, she developed rhythmic twitching of the arms and legs.
During the two-minute episode, the baby's eyes were open and not notably deviated. The episode was followed by a cry. She was easily comforted, they tell you, and her condition promptly returned to baseline. No loss of consciousness, they report, and no fever, cyanosis, or abnormal eye movements.
In the ED, the baby has seven more such episodes, lasting between 30 seconds and six minutes; the longer episodes are associated with oxygen desaturation down to the 70s and 80s. These episodes are similar to the one at home, the parents confirm, except that now her right side is more involved than the left side. Each episode is preceded by what you take to be gagging noises. The patient remains alert and appears normal between episodes.
Your patient was born by spontaneous vaginal delivery at 41 weeks' gestation, with a birth weight of 4,400 g (>95th percentile for gestational age). Delivery was complicated by meconium staining, but no suction or resuscitation was required. The Apgar score was seven at one minute and eight at five minutes. The Wisconsin newborn screen for hypothyroidism, congenital adrenal hyperplasia, cystic fibrosis, hemoglobinopathies, multiple inborn errors of metabolism, and other conditions was administered and found to be normal.
The newborn was discharged with her mother on day 2 of life, without medication. She has fed well since discharge, taking three or four ounces of infant formula (Similac with Iron) every three hours. She has had no fever and had not exhibited other signs of illness before the shaking episode at home.
You perform the initial physical examination. Here is an alert, vigorous, slightly jittery but easily consolable infant. Weight is 4.8 kg (>95th percentile); head circumference, 37.2 cm (95th percentile). The baby is afebrile and other vital signs are normal. The anterior fontanelle is soft and flat. You do not observe dysmorphic features. Skin shows no jaundice. The remainder of the general physical examination is normal.
Neurologically, cranial nerves II-XII are intact. Motor examination reveals normal strength, tone, and bulk. She withdraws appropriately from sensory stimulation on all limbs. Deep-tendon reflexes are brisk, 3+, and symmetric, with two to three beats of clonus at each ankle. Plantar stimulation causes upgoing great toes bilaterally. She bears weight, briefly, on each leg. Suck, Moro, palmar grasp, plantar grasp, and stepping reflexes are all intact, as is a weak rooting reflex.
Shortly afterward, you review the initial laboratory results (see the table on this page). In addition, venous blood gas analysis reveals a pH of 7.39; CO2, 40 mm Hg; O2, 51 mm Hg (on a FIO2 of 30%); bicarbonate, 23.8 mmol/L; and base deficit, 0.6. A complete blood count is normal. The urine toxicology screen is negative for amphetamines, barbiturates, benzodiazepines, cocaine metabolites, phencyclidine, and opiates. | ESSENTIALAI-STEM |
The Red Book Magazine/Volume 14/Number 2/The Island of Hope
A STORY
By Edwin Balmer
E had followed the fall of our fathoming lines faithfully—recklessly; and for five weeks we had slipped, uncaring, from all touch with other men. Land, we had left long before; and we had lost the last shred of sail or smoke, which spoke other ships, those five long weeks behind, when we first had fetched our four thousand six hundred fathoms and found that our deepest deep-sea sounding lines had struck but the shallow shelf of the mighty ocean-valley lower and beyond.
South and still south and on between parallels scarcely plotted upon our charts, we drifted with the smooth, seductive sweep of those summer seas. Five thousand fathoms then, we found—the deepest recorded; yet we spliced our longest sounding lines and let them down again. So, just before the last drum was drained of its wire, the weight touched; and as we measured, we knew that at last we floated above the very valley of the world—a valley below the sea into which the land’s greatest mountain ranges could be dropped and leave the sea still an ocean above the highest peaks.
We sounded again, of course; but now the bottom could only shelve shallower. Our work was done.
The naturalists and the men of the deep-sea fish-commissions who had come with us, still lifted in their nets and buckets the blue fish-smelling lumps of life, burst and blown out from their own inner pressures before they could be drawn within a thousand yards of our sea’s shining surface. But for the naturalists, too, their work was done; and they joined us in equal jubilation upon the deck where we all sat together lazily at last, and watched the crew furl the sails which had served to keep us upon our slow courses for the last long weeks. And below now, in the silence, we could hear the tumbling in the bunkers and the rattle of the coal-hoists as the stokers shoveled and steam began again to fill our boilers to hurry our triumphant return to the civilization and the societies of science which had sent us out.
“But what human good has a thing of yours done?”
Bassett, our skipper, tried to bring us back to our senses disgustfully. It was his first voyage with a deep-sea survey and fish party; and never, he iterated to us in pathetic pity, had he brought back to port less than we were giving him with which to return.
“Every skipper’s known since Columbus”—Bassett was a little vague as to precisely what seas the Great Skipper had explored—“that there was a safe six fathoms in all these parts,” he swept his hands inclusively about. “That’s enough to satisfy any shipmaster, aint it? Say, any ship that’d need your soundings,” he struck our proud survey charts hopelessly, “to steer by would look foolish putting into port, wouldn’t it? You'd all far better—
“And you,” he turned to our brothers of the deep-sea fish commissions as he fancied he had finished us, “with all your bottlin’ and picklin’, have you a fish in any of your bottles which—why yourselves would eat? Have ye—”
We laughed and pulled him to us and took turns explaining to him the unmatchable values and beauties of our work—the search of science for science’s sake, the unselfishness of such knowledge, the awakening of the imagination and the mind, the better understanding of our world, and the incentive it carried to—
“To what?” he checked us then flatly. “To more such foolishness!” he answered, unconsoled, as he stared suddenly out to his surface of our sea. “No, gentlemen, I’d never have said it, but you asked me my opinion; and I say, it’s no human good—this fooling far under the sea. There is still enough on the surface for—”
But he had checked himself now suddenly and we saw that he was squinting his eyes, as he focused them, toward something which showed upon the surface far out under the glare of the sun.
“Mate!” He made a quick trumpet of his hands and hailed the bridge. “Mate! What’s that afloat of us abeam south by a bit west? My glass and make it out, can you?”
“A log, sir, I make it! Two logs with a patch of yellow sail above them, sir!” The hail came back as the skipper screwed his own glass to his eye. “And I make out a man, I think, sir, a man with—”
“I make him myself now!” the skipper acknowledged as he stared. And, “That’s very well!” he approved as, under the mate’s orders, the ship began to swerve. The bells were clanging in our engine-room and we could feel the screws push a little more insistently as the object abeam swung, apparently, as we swerved and crept to the bow till it stopped dead ahead.
“It’s a man”—the skipper handed his glasses to us—“with a coat and pants and a shirt, too, I think, on a log catamaran with a sail.”
“In this part of the sea?” we demanded, incredulously.
“You wont [sic] make him out well now,” Bassett answered. “He’s stopped jumping and showing himself now. He knows, of course, we’ve seen him.”
He watched us and the object at which we stood staring; then smiled, with a sudden impulse, at our Chief who was arguing with him the moment before.
“You were trying to tell me a minute back, sir,” he said, “how arousin’ and incentin’ all what you’ve been finding under the sea is. This, sir,” he nodded ahead to the approaching logs, “is the first thing we’ve found on top or looked for since we sailed. What will any of you lay me, there wont be more to rouse a man and send him on, from that man on those logs on the top, than from all you've found on the bottom? And what'll you lay me you wont, all of you, want to tell what that man, living on the top with his logs, found, before you'll tell what you’ve been pulling up with all your wires and drums and buckets and machines?”
“We'll lay you,” we all boasted in turn; and laughed and “laid” with our Chief, as he put down the glass, the stake we named. For the Chief did not bet.
We were drawing rapidly upon the logs with the yellow grass sail, and presently drew up, with reversing engines, beside it.
The logs, as I have said, formed a rude catamaran. The larger of the two logs had been hollowed, clearly by some slow fire till char was formed and scraped away when the wood was burnt again and again scraped, and so on till it made the rude body of a boat. The outside of the log had been shaped, too, into some semblance of a boat by the same painful slow-burning and char-scraping process. We noticed then, too, at once, that the smaller log, which was bound as an outrigger support to the other, had not been chopped or hewn at all, even by the rudest instrument. It was not hollowed by fire like the other, but it had clearly been burned down by a similar slow and controlled fire and also separated from its upper branches in the same way. It was bound to the strut-sticks as the strut-sticks were also bound to the main log, by thick-twisted and vine ropes wound about again and again. The square of yellow sail was also woven from dried and plaited grass. There seemed to be dried bits of roots or bark or some sort of food in the bottom.
If Adam, driven from the garden of Eden, had had to take boat, we agreed that Eve could have complained, properly, of such a conveyance. So we stared at the single man it bore with still more wondering surprise and curiosity as he bumped alongside, now, and caught our rope and we drew him up.
He had, indeed, coat and pants and shirt, as the skipper had seen far off; but more than that, we saw that though his clothes were surely more worn than ours and had been water-soaked much longer and more often, yet their cut and pattern still showed very like our own; and ours, mostly, had been made upon Broadway and Fifth Avenue within six months. His thick, fair hair was long but not uncut; and he had accomplished something close enough to a shave so that we could see, fairly, the straight lines of his features. He was a boy, little over twenty; but near six feet and well built. He was neither starved nor thirsty.
Thus, and from such a ship at least fifteen hundred miles from any land we knew, he came overside and faced us thankfully, gratefully—but coolly and with something, not entirely his own, controlling him. He had, of course, almost an hour to compose himself after he had seen that he must be saved; and that hour, clearly, he had given to some strange, controlling consideration.
“What ship is this?” he demanded of us directly then, after the first few words were said. “And what has brought it down here? And who are you and where bound now?”
So we explained ourselves to him first, as if his appearance there were the natural thing. Then:
“If that is all, gentlemen,” he met us respectfully after he had heard, “and you must not go on at once, will you take me back—oh, will you not take me back, for just an hour or two at least, to where—where I have come from? It can’t be a hundred miles down there,” he pointed to the South from which he had appeared, “for now that I am safe—I must—oh take me back—take me back!” he cried.
“But — why — what? What?” we began.
“I was a passenger on the Briseis, gentlemen,” he had controlled himself again and replied to us as simply as he had asked our explanation; “the Briseis—from the Isthmus to Wellington.”
Glances passed between us and we nodded. “She was overdue a month when we sailed. So you—”
“Yes,” he said, “‘she lost her rudder and screw in the same storm and drove from her course two weeks, sinking; and then she went down. As far as I know, I am the only one saved. I was washed off with wreckage which floated and kept together. That is all I can tell you of the Briseis. And if I could tell any more, I guess it would be only what you have heard or read—a thousand times. I was four days in the water after I was washed off as she sank; and then—but I see I shall have to tell you, gentlemen, before you can know or understand why I have to go back—why you must take me back—to tell him and—thank him!”
But then, as he faced us smiling, he collapsed suddenly and fell sobbing, at our feet.
“For I must go back! Oh, take me back, men! Oh take me back for an hour, at least! For I must—I must thank him!
The sun had set, and the short sea twilight was fast dimming dark before he could tell us. He had rested and been given good food; and as we drew about him on the forward deck in the first cool of the evening, he faced us quietly and calmly again. But as if we could know, somehow, that his was not a tale which one could tell, stared at, and waited upon, we lay back carelessly in little groups as if interested in one another more than in him and the words he uttered.
Some of us looked out upon the darkening sea, and some lay prostrate upon the deck to watch for the first stars; and some of us studied the ruby and emerald glows of our lights on either side of the bridge; and the rest seemed to listen, in silence, for the lap and bubble of the water against our smooth sides. For again our engines were stilled and the ship held back to mere steerage way, at the command of our Chief, till we could learn why this boy, whom we had picked up from the surface of the seas, wished to return and who it was that he must revisit to tell of his rescue and to thank “him.”
“For two weeks,” he started at last like a confessor, “as I said to you this noon, we were driven on a sinking ship; and then as the decks got low to the waves, I was washed off; but I caught some boards and other wooden things which held together, and I clung to those things four days and five nights.
“I take no credit,” he lowered his head a little. “I take no credit for that,” he repeated slowly. “There were those, of course—many, as in every shipwreck—who let themselves sink without a sign of a struggle to end it all at once when the ship goes down. We all knew where we were—two thousand miles from any coast and, besides that, blown far out of the path of any possible vessel. Many, many, I know, must have had the same sort of a chance to catch at wreckage that I had; but they would not take it. But please understand,” he raised his head in frank appeal to us, “that I do not try to give myself credit for holding on those four days. I make no excuse for what I must tell you. For I know that many, many more than those who gave up at once to save themselves the struggle—yes, many more than those, held on, or would have tried to hold on, at least as long as I did. I give it as no excuse for me that I held on those first four days,” he repeated again, “and five nights,” he added after a little pause, as if to be entirely fair to himself.
“On the morning of the fifth day, then,” he had bent his head again, “I could just see sometimes, as I washed to the top of the waves—land; and a good deal of land; land on two sides of me, in big blurs above the waves. It was a group of islands, surely.
“I need not tell you how I fought for that land and struggled with the waves to get to those islands—to make sure that I wouldn’t be washed by them. And I need not tell you how I hoped; no, after holding on to those boards for four days, I was sure—sure that, of course, those islands must save me. For I was sure—sure from my first sight of them, and I saw how large and how many they were—that they must hold some sort of people and support some sort of life and that I would surely be safe there and have some chance to get away. At the very worst, I told myself as I fought toward them, I must find—savages.
“I was blinded by the water, of course, when I first saw them and while I was fighting to get to them; but then I came suddenly to one of them; and I caught the rocks and climbed up all weak and shaking and—glad. There was no sign of anyone in that bare, rocky part; so, before I went to look for them, I threw myself down right there on the dry, bare rock and hugged myself with joy. Then I fell asleep, from exhaustion, I suppose it was.
“The next morning I woke—sore, stiff and terribly hungry and thirsty. I was scarcely able to move. I got up and looked about sanely then; and as my dreams and the plans of them came back to me, yes—I cried. For that land for which I had clung and held on to those slippery boards in the waves till my arms were pulled from their sockets and my fingers torn and my whole body wrenched and sprained—that land was just cliffs of rock and great, sloping granite reefs leaning up from the sea; and neither farther up nor farther back from the water in any direction upon those rocks where I had climbed and thrown myself down, was a single scrap of green or growing thing or any life or living thing at all, but a gull or two which flew at and then away from me.
“I looked across at the other groups of rocks which, from the waves the day before, had seemed such great islands; and I saw that they were all the same—all blue and gray and black and bald and bare, like the one where I stood. Some seemed to have a few more gulls; that was all.
“I had saved myself through all those long, awful days then—I had spared myself the easy—oh so easy and obvious ending at the first, to fight four days and five nights with the sea and win from it—the boon to sit and starve upon those rocks!
“But the sea had gone down a good deal; and as I found some water, from the rain of the storm, caught in hollows, I promised myself to make still another fight before giving up. So I got a few of my boards which had been washed up with me, and struck out for the next group of rocks nearest me. But when I landed, I saw that it was all as I had seen it from the other—all bare and barren. Nothing. But still I struck over to the next to find it the same: and then to the next; and the next; and then—
“Men, as I crossed that fifth one and came opposite the next to the very, last, I saw a patch of green! Yes; and good, growing grass and bushes and, beside that, surely even a few trees! So I sank down and cried again—but this time from the different cause—for I saw a hut, a cabin, yes; a human house surely!—under the trees and beyond the bushes. For somehow and sometime not only soil and grass and growing things and trees had come there to save me; but men, too—men had come there, too, before me to wait for me and surely—surely to save me!
“So I shouted as loud as I could to them and threw myself into the water again to give myself up to them. And I caught the steep rocks at the shore and climbed up, as strong as I ever was; and then—gentlemen, perhaps I can make it a fair excuse that I was very weak and done—I broke down entirely that time. For the soil which had come to those rocks to support me, was all thin sand; and there was nothing but a few rank grasses and root-things and a few bitter bushes; and a dozen trees, caught and grown large somehow in the crevices of the rocks over the sea. And half of these had been burned down. And the men—the men who had come there to save me and to whom I had shouted so as I jumped into the sea again to swim to them; they—he was only an old gray and worn and beaten white man, single and shipwrecked there like myself. And he was dead. He had died, perhaps a week before.
“And he had held on there helplessly, without getting away; he had held on—I can not call it lived—eighteen years, half starving and alone.”
The boy raised his head a little and looked from one to another of us as we leaned nearer in the deeper silence.
“I knew,” he explained, “because he had upon him a pocket note-book—one of those common note-books with a current calendar on the front leaf—and the calendar was eighteen years old; and the entries he had made, at first till he filled it, were eighteen years old.
“And as yet my stomach turned and almost refused—empty and starved as it was—to take his bitter roots and berries and bits of bark and dried fish for, you see, I knew what his life—his holding on those eighteen years, must have meant. He had been no Robinson Crusoe, with a supply of guns and tools and a good island to feed him and a Friday for company and to serve him; nor had he any Swiss Family Robinson store-ship and bag to draw upon when his own fingers failed. He had come there, like myself, with just what a civilized man has in his pockets when a sea suddenly sweeps him from a ship—a pocket-knife and a pencil, a few coins and scraps of paper. And he had found there—what I have said—a few roots and bitter berries and bark and sometimes a fish; and for company, besides the gulls, maybe a dozen south sea parrots, blown like himself from some thousand-mile-away place, afraid to go back and breeding there. And as I saw all this at once and my stomach sickened, as I say, at that first taste of his food, I went back and looked into his face and saw—no, men,” the boy raised his head again to us in his confession, “I can not tell you what I saw there. But, perhaps, I can tell you this way; for after I had seen, I—I—buried him quickly, men, for I could not do before that man’s face, though he was dead, what I had determined to do then after I had seen my sure future there in those things upon that island. For after seeing him, I was ashamed to let him see me do that which, after an hour there, I had to do; and which he would not do—in eighteen years. For I need not tell you, when I tell you I had to cover him first, that he had died—still holding on.”
I do not know exactly what we all had expected: for we were catching our breaths a little quicker and leaning a little closer together. The night was now long established; and one of the sailors had left, almost unnoted, a lantern burning between us on the deck. The boy, as he had bowed his head a little again, brought Bassett, who was sitting beyond him, from the shadow into the light. The seaman, too, had caught his breath as quickly as we scientists. He even moved as if he would touch the other; but drew back.
Our man from the galley appeared the fourth or fifth time to warn us that our supper was long served; but instead of going away now, he sat himself in the circle outside us where many of the crew already had collected quietly.
“So I covered him,” the boy went on, “more that I should not have to see him, when I did it, than to bury him for his sake. And then I took up his knife. But—I could not do it there. So I went away and hid from him; but again, like a coward, I could not—with his knife. And I had none of my own; so I had to search for another way. And at once I saw it before me—ready, sure. For the island rose at one end to a couple of hundred feet and then the rock fell sheer—a deep, straight drop with no possible doubt of death at the bottom; and death, too, as sudden and easy as it would be sure. But before I could do it, I saw marks—marks which he must have made, standing there at times when the rain-water might be gone or his fish and berries failing so that he starved a little more than usual. I saw those marks: and swore at myself and went back.
“I sat on the ground before his hut, then, and tried to think of some other proper way—some way, perhaps, that he might not have had always before him and always refused. So as I sat there, gentlemen,” the boy raised his head again, “trying to decide the way, one of the parrots, which had been his only company—one of them came to me, not at all afraid, and stood looking at me; and then suddenly, ‘I will never give up!’ it said straight to me. ‘I will never give up!’ it said, surely. And it stared straight at the knife which I had dropped, and ‘I will never do it!’ it shot at me again. And, ‘I shall never throw me down!’ It startled me, gentlemen; just that, ‘I shall never throw me down!’
“And, ‘What?’ I caught at the bird and held it. ‘What?’ I choked it. ‘What did he say? What’ and, ‘Nor any other way!’ the bird screeched at me then. ‘I will never give up!’ it cried at me, as it struggled free. ‘I will never give up!’ it flung back at me from the bush. ‘I will never give up!’ And that day, at least, I knew I could not.”
He stopped again; but this time he did not look at us; and none of us consciously looked at him or at one another.
“That man,” the boy continued, “had held no illusions of his chance to get away. From his notes, which he wrote for his own record when he first found that land, he had put the probable position of those rocks. Do not misunderstand me,” he explained quickly. “Those notes and nothing else about him or his things showed in any way that he ever thought anyone might find him or them. They were just records he made for his own recollection. For instance, they never gave the slightest hint who he was or what ship he had come from. He would not have to record things like that for himself. But he had put down his impressions, on first landing, where he thought the rocks must be in relation to his last known position. He had even made a map from memory, when it was freshest, in which he placed the rocks as well as he could. And this showed, too, that he held no illusions of a rescue. And I had covered his face because I knew it was not cowardice or any other lack which had kept him there. No; he had held on because he would never give up! Because he would not do ‘it!’ Because he would not throw himself ‘down!’ He would never give up! That was it—and all!
“Of course wondered many, many times,” the boy went on, “in those long, long weeks afterwards, when day after day—day after day, I did not do ‘it,’ why I did not. Or rather, I wondered exactly what in that man was keeping me from it. For what—what could I see that he had gained, or won or accomplished by holding on, as he had, and never giving up till his bitter, bitter, ‘natural’ end? Why, indeed, did I not end it for myself sooner, rather than hold on longer, when I saw there before me how by such a course he had gained and gotten—nothing. I had not yet spent a day for each of his years upon that rock; and, as I just began to find the terror and awfulness of being there, I knew—without having the witness of those denials which he had made to himself again and again so that even the parrots cried them—I knew that a thousand, thousand times he must have wished, in a way I could not yet know, to end it. But he had not. He had held on to the end. And why? For what purpose? And for what good?
“I, gentlemen, I had honestly to tell myself, as I tried to puzzle it out, that I did not know—that I could see no good whatsoever, or gain in it. I had to tell myself that the real reason I still held on was a fear, sometimes, that as I had come and found him, another might—just might come and find—us both. And I could not bear the comparison. But not a thing gave me a chance to think that he had ever thought of that—of any one coming. No; it was not for anyone else. For he had remained, to the end, too sane to think of such a possibility. It was clearly for his own honor and for himself that he had held on and would not give up! His own honor and his trust and accountability, I suppose, to life; so that he would never end it, while he still could hold on. But what, I asked myself a thousand times again, had he shown that here his long, awful fight had won? What had he held here which could honorably prevent me from ending it now?
“And a thousand times I told myself, as honestly as I could, gentlemen, that thing—at least nothing that held there. Somewhere else and with other conditions, it would be different. But here, surely, I told myself, no honor or accountability to others or responsibility to any duty could hold—me, at least. Only a silly sentiment to match that man who had held on kept holding me when I could see before me the nothing he had gained. So I grew angry at the parrots who kept fluttering down to me and flinging at me his fool determinations which could not save him and had spared him—nothing.
“I searched the island finally again for any chance of saving myself. There were the dozen larger, besides the smaller, trees; five of each he had burned down and evidently used up in his fires afterwards, as I could find no trace of their timber. could not make a raft from the rest; but it was as good a raft as I might make, that I had left te climb these rocks for refuge, two thousand miles, at least from any shore, I knew. No; there was nothing else and no other way. So that night I determined again, as was not a coward, to end it now for all. But as I drove the parrots away from me that night so that I could do it, I caught again at something I had heard them mumble before but had never been quite able to make out.
“‘I shall swim it again!’ it sounded like; and I called the parrots back and repeated it to them to find out. And yes, ‘I shall swim it again;’ they could say it fairly after me. But when they repeated it of themselves, ‘I shall begin it again—I shall begin it again!” When I repeated that to them, they could say that, too, as well. It puzzled me enough, anyway, to keep me that night; and the next morning, as they shrieked it at me once more, I tried out the thing that I had thought under the stars.
“I told you that, before finding his island, I had climbed over five others—all bare and barren. His was the sixth; but there was another—a seventh—beyond. What he meant to ‘begin’ again, I could not test; but if he had been nerving himself to swim something again, and it was what he had said, he could have been swimming only to this seventh island. I climbed down the rocks to the water on that side, therefore, and sure enough I found his marks on the way down; and stuck in the rocks above the water, was a block of wood, like one which a weak swimmer would take to support him as he swam. I took it and shoved off and came to the other rocks. They were more barren and bald and bare than any of the others. I saw all this as with weakening strokes I swam to them; but then, as I rounded them, I saw that, though black and bare, they made a bay—a harbor and a safe beach for—for—for beginning again—the boat—he had made and—was not able to swim to again—but which—saved—me.
“But, thank God, gentlemen, he had not failed just as it was finished! No, a little before! So I did not have merely to take it from him. No: he had failed just before he had bound it together; so I could do that, at least. And I took it back and filled it with the rest of his roots and bark and berries and the fish he had saved and dried; and in the place he had hollowed, put the rain-water he had stored. And I was glad to go back! for as I looked about at his things then and saw those other five great stumps where he had burned and hollowed out his other boats, I knew.”
He turned to us all suddenly and broke out in his shaking appeal. “So, men, oh take me back to him now that I am safe! Oh take me back there to him, men, just for an hour, now that I am safe, to tell him so and—thank him! For he had not only held on and waited; but he had built from those first four great trees, four other boats; but lost them all against his rocks before they could be finished; and always, always he would begin again and again till he found that harbor, across, where he could begin still again, at last, the boat to save—me! But, oh, he must have known, before he could even have begun that last, that before it could be finished he would not be alive to ‘swim that water again.’ But still he began it and kept on till it was all but finished in time to save—me. For he would never give up; he would never throw himself down or do ‘it;’ and he would never give up beginning his boat again-never give up believing that he should ‘swim it again’ till he had saved me.
“And so, oh, men, don’t you see I must go back and tell him and—and thank him as well as I can? Oh, I know he never knew that I would come; and that he could never have thought or done a thing for me. But he did it for himself and so—saved me! He held on to the end and never gave himself up, so he saved me—me whom he could not know would ever come! So—so will you not take me back?”
His head fell suddenly forward again; and for more than a moment there was silence. Then I saw, as I looked toward the boy, in the shadow beyond, the face of Bassett, our skipper. As if he had felt that the appeal of the boy to us all was his to answer, he leaned over and touched him.
“I haven’t the say, boy.” We knew then that he was speaking to us rather than to the lad whom he touched as he spoke. “I haven’t the say of this ship,” he repeated, “‘where it’s to go. I can only take it where these gentlemen say; but—but if I had, I'd take you back to let y’ tell him, boy—yes, to let y’ tell him now and thank him—as well as y’ can.”
“No, Bassett,”—our Chief had cleared his throat and raised his head quickly to meet the skipper’s challenge. “No, Bassett.” he said, “you wouldn’t take him back to that island—to that little lonely island of his Hope, lost back there, to tell Aim there or thank him—there. You wouldn’t yourself. You will take him instead straight back to where we are all bound, together, and where—where that man, whose shell only lies back there, covered, on his island of Hope, lives in a nation’s body and waits for this boy whom he saved to come to him and tell him there and thank him.”
And again we all waited till the skipper moved and, raising the boy in his arms, supported him and took him below And still we all sat silent till, in the engine room, we heard again the beat of the engines and the push of the propellers, as they churned to hasten our return to the civilization whither we were bearing the boy and his Story.
And finally, of course, one by one we began to recollect ourselves again, and to think triumphantly of our new sounding charts and specimens. But the Chief still stood looking out. over the surface of the seas that he had sounded; and as he stood there, his hand in his coat-pocket played absently with the coins he held awaiting the outcome of our wager. And as he touched them, then, he, too, seemed to recollect himself, and drawing forth his hand, gazed at the coins, recognizingly. {[dhr]} “I must pay these to Bassett to-morrow,” he said, quietly. | WIKI |
Have you ever been to a video chat site? your camera on your mic on and you talk and see on your screen your interlocutor? That is one thing that red5 does. facebook uses it. You can also broadcast live using red5, only it needs is a camera connected to your laptop, an encoder like fmle from adobe or a web encoder like the one we have at Online Red5 Encoder.
Then you need a RTMP. Real Time Messaging Protocol (RTMP) is a protocol for streaming audio, video and data over the Internet, between a Flash player and a server. The rtmp can be provided by a web hosting which has red5 installed on their server like Hosting Marketers.
Another interesting thing red5 can do is to stream videos, the advantages of red5 streaming to progressive streaming are:
Advantages for the end user (client):
1. The server can detect the client’s connection speed and automatically provide the best video stream.
2. Playback starts sooner, and the user can skip to any part of the video without having to wait for the whole file to download.
Advantages for the provider (webmaster):
1. The ability to broadcast live streaming events.
2. The ability to provide advanced interactive content such as live chat, video conferencing, etc.
3. Video playback is more efficient, requiring less server resources and data transfer.
4. Video files are not downloaded to the client’s computer, so there is less chance of content being stolen.
5. Detailed statistics, diagnostics, etc.
Check how the red5 streams:
By admin | ESSENTIALAI-STEM |
Crops Research Institute
History
CSIR - Crops Research Institute (CRI) is one of the thirteen (13) research Institutes of the Council for Scientific and Industrial Research of Ghana (CSIR). CSIR-CRI evolved from the Specialists' branch of the Gold Coast Department of Agriculture. In 1959, the Specialists' branch and the Soil and Land Use Survey Department were merged to form the Scientific Services Division of the then Ministry of Agriculture (MOFA). The Scientific Services Division was transferred to the National Research Council in 1962 and then to the Ghana Academy of Sciences in 1963 and renamed the Agriculture Research Institute (ARI).
In October 1963, the Ghana Academy of Sciences reorganized the ARI into two units - Crops Research Unit (CRU) and Soil Research Unit. In 1964, the CRU became a full-fledged Institute and was named the Crops Research Institute (CRI). When the Academy of Sciences was reorganized in 1968 into the Ghana Academy of Arts and Sciences and the Council for Scientific and Industrial Research (CSIR), CRI became one of its Institutes. It was renamed CSIR-Crops Research Institute (CSIR-CRI) in 2006.
Mandate
CSIR-CRI is Mandated to research covering the following food and industrial crops:
* Cereals (Maize and Rice)
* Legumes and Oil seeds (Cowpea, Soybean, Groundnut, and Bambara Groundnut)
* Roots and Tubers (Cassava, Yam, Sweetpotato, Cocoyam, and Taro)
* Horticultural Crops:
* Plantain and Banana
* Tropical Fruits (Citrus, Mango, Avocado Pear, Pineapple, Cashew, and Pawpaw)
* Vegetables (Pepper, Garden Eggs, Tomato, Onion, and Leafy Vegetables)
* Industrial Crops (Rubber, Sugar Cane, Bast Fibres, and Tobacco)
Research Programmes
Current research programmes seek to improve on the yields of the mandate food crops as well as their resistance to biotic and abiotic stresses, make them adaptable to climate change and suitable for various end-user needs.
Other areas of research focus are Resource and Crop Management, Seed Technology, Plant Health (comprising Plant Pathology, Virology, Nematology, Entomology, Biological Control and Weed Science) and Post-harvest.
The objectives are to develop improved crop varieties, high quality planting materials and sustainable, environmentally-friendly and good production practices, that can be easily adopted by farmers to increase their productivity and also to reduce post-harvest losses. Socio-economic research is also conducted to assess the circumstances of farmers and processors, measure the adoption rates of the Institute's technologies, by the various clients as well as the impact of these technologies and make recommendations. These core programmes are supported by Biometrics, Information Communication Technologies and Technology Transfer activities.
Research Facilities
CSIR-CRI has its head office at Fumesua (near Kumasi). Facilities available for research activities include:
* 1) Outstations in the various agro-ecological zones where research findings / new technologies are tested before they are recommended to farmers. These outstations are located in: Pokuase, Ohawu (coastal savannah), Akumadan, Assin Fosu, Aiyinase (forest Zone) Ejura and Kpeve (Forest-Savannah).
* 2) Irrigation facilities for all year round field work.
* 3) Modern biotechnology laboratory (where students and researchers do their analyses).
* 4) Modern automatic HOBO 30 weather equipment to collect climatic data.
* 5) Seed processing centre to help seed producers to produce high quality seeds.
* 6) Conference room and Training facilities where training programmes in improved agricultural practices are organized for farmers, extension and research workers.
* 7) New Infrared Reflectance Spectrometry (NIRS) equipment. The NIRS (FOSS XDS) is set to routinely measure sucrose, glucose, fructose, maltose, starch, protein, zinc, calcium, magnesium and iron contents in roots, tubers and other crops. It can also be set to measure β-carotene content.
* 8) Screen houses where experiments are conducted under controlled conditions. | WIKI |
Sir Ramaswami Mudaliar Higher Secondary School
Sir Ramaswami Mudaliar Higher Secondary School is a government-aided higher secondary school in Ambattur. This school was established to preserve the memory of Sir Arcot Ramaswami Mudaliar, who was closely associated with the birth and growth of Tube Investments of India as its founder, chairman and later as the first president of the company. Hence the first school of the AMM Charities Trust started in 1958 was named after him. The initial infrastructure of the school was created at a cost of Rs. 60 lakhs on a 13-acre plot in Ambattur. The school was later upgraded into a co-educational higher secondary school in 1978. Today the school has a strength of about 1,879 pupils (as of June 2023) including 87 qualified teachers and other staff members. If offers education through Tamil and English mediums.
Initial seeds
The primary school, started by Natesa Iyer, Deivasigamani Mudaliar and Muthukrishna Iyer in Venkatapuram, Ambattur may be regarded as the nucleus of the present school.
Chief minister's visit
The construction of the permanent buildings for the high school was entrusted to M/s.Coromondal Engineering Company - pioneers in building construction - and this was completed by K. Kamaraj, C Subramaniam and Sir Ramaswami Mudaliar June 1960 in a record time.
The management took a progressive step by introducing English medium in one section of each standard. Bifurcated courses of study with secretarial and engineering sections were also introduced in order to give equal importance to vocational education and training.
The school was named a Higher Secondary school on 12 July 1978.
The school now has a big, renovated auditorium where 3000 students can gather at a time.
Golden Jubilee Celebration
The school celebrated its golden jubilee in October 2008; the chief guest for the occasion was A. P. J. Abdul Kalam.
Library and laboratories
The school has a large library with a collection of nearly 12,000 books with open access system to students. The school has separate laboratories for physics, chemistry, botany and zoology. It has a junior laboratory too, for high school and middle school students. The school has a computer lab, a junior computer lab and a multimedia library with Internet facility.
Governing authority
The school comes under the control of Chennai (North) Chief Educational Officer and as far as Revenue department is concerned, Ambattur falls under the Chennai district; the sanctioning of leave in times of disaster, heavy rain or cyclone etc. comes under the authority of the Chennai district collector.
Playground
The school has a 5-acre playground with a 200-metre track, courts for basketball, ball badminton, volleyball, tennikoit, throwball and khokho.
Management
* M.A.Algappan, Managing Trustee—AMM Foundation
Managing Committee
* A.A. Alagammai, Chairperson
* H. Narayanan, Senior Associate Vice President & Chief Executive—AMM Foundation
* S. Sundar, Correspondent & Secretary
* R. Kamakshi, Advisor - Schools
* V. Lakshmy, Headmistress
2021-2022
The school is one of the top schools in the government-aided schools category, as is evidenced by this year's Tenth Standard performance; some statistics:
* Highest Mark— 458 (English Medium)
* Pass percentage—91%
Achievements in sport
An old student of the school, R. Mohan Kumar will be representing the Indian athletics 4 × 400 m relay team in the 2016 Summer Olympics in Rio de Janeiro. He is the fifth member of the relay team.
Co-curricular and extra curricular activities
The school has many clubs and other programs for the co-curricular and the extra-curricular activities of the children. Foremost among them are the NCC, NSS, Film club, Nature club, Little Drops.
Film Club
The school has a new club called the SRM Film Club (குறும்பட மன்றம்) inaugurated by the AMMF Managing Trustee. Short films carrying important values are shown to the club members after which they discuss and interact freely; this may lead to the imbibing of certain values in the young minds.
Education Minister's Visit
The incumbent Minister for School Education Anbil Mahesh Poyyamozhi visited the school on the reopening day of the academic year (12-Jun-2023) and inspected the various functions of the school. | WIKI |
Mind Numbing Information Concerning Weight Reduction.
Unintentional weight-loss could be specified as the quick reduction of a minimum of 10 pounds or even more of body system weight in a short amount of time, frequently without understanding that the fat burning has occurred. This would certainly approach a 200-pound private immediately shedding 10 extra pounds in a brief span of your time or even a 150 extra pound lady or even guy unexpectedly going down 6 to 8 pounds over a quick time frame. Some instances of this particular problem may be due to medical ailments such as dehydration, throwing up or even shock, however is actually likewise frequently caused by hormonal fluctuations and also dieting. In other cases, it develops unintentionally.
The proof that many diet regimens are ineffective and even hazardous to your physical body stems from many years worth of study on human wellness. A common style that scientists have discovered is that the majority of people require to eat a lot greater than they think they need to have to if you want to drop weight. In contrast to popular belief, consuming one potato biscuit for every grown-up serving of food items is actually not enough to drop body weight. It takes a lot more than that amount to bring in an actual, lasting change in your body system.
Lots of people presume that they should stay clear of carbohydrates at all costs and also for that reason, completely rely upon protein as their major source of energy. This is actually certainly not a very well-balanced method to set about reducing weight. It is challenging to get enough healthy protein without increasing your fat intake, which results in reduction of body weight as opposed to weight management. A great way to maintain your fat intake under control is through consuming protein along with a small amount of vegetable healthy protein. This permits you to receive a lot of the protein needed without needing to increase your fat consumption. You can locate excellent, complete healthy protein resources like chick, eggs, fish, as well as beans at any primary grocery store.
One more popular misconception regarding diet plans is that you should steer clear of all carbs, particularly easy sugars, in order to meet your fat burning targets. Once more, this is actually not a really good concept. While it is true that some carbs might result in fat loss, it is not real that all carbs misbehave. Many kinds of carbs actually deliver health advantages and can actually help your fat loss initiatives. A healthy combination of carbohydrates is actually a nice way to technique diet programs as well as fat burning.
Yet another usual belief neighboring diet plans is that you ought to stay away from anything that has been processed. There are actually numerous healthy meals that have been actually processed to the point that they are actually not good for you generally. Numerous processed foods items have plenty of fabricated active ingredients and also chemicals that may in fact destroy your health and wellness. Refined foods items are not the only offender; lots of diet plan meals like white bread, rice, as well as spaghetti include undesirable excess fats as well as sweets. These sugars and also body fats are actually often made use of as “blonde” fats and processed sweets.
It is essential to be reasonable when it comes to diet programs and also weight reduction. If you are significant regarding shedding weight, then you ought to be actually willing to consider some healthier possibilities such as healthy proteins and veggies.
For those that are actually attempting to shed body weight, it is actually necessary to always remember that diet plan is merely one element of a healthy and balanced lifestyle. A lot of specialists strongly believe that weight reduction may be affected through diet plan alone, yet weight reduction alone does certainly not reduce the advancement or even stop of numerous major illness featuring diabetic issues, center ailment, and some forms of cancer cells.
In a lot of cases, fat burning can be accomplished by making small dietary adjustments instead of drastic way of life modifications. Lifestyle adjustments feature increasing your everyday task degree as well as your exercising, featuring exercise, and also decreasing your calorie intake. This enables your physical body to burn a lot more fat, which are going to assist you reduce weight. When combined with correct diet regimen and physical exercise, these changes may deliver lasting end results that will definitely stop you from putting on weight later on. You can easily additionally go for a fat burning supplement to aid strengthen the efficiency of your weight reduction efforts.
Unintended weight reduction may be specified as the unpredicted reduction of greater than 10% of body weight in a 6 month period. This will be equivalent to a 180-pound person dropping 10 extra pounds over a six-month duration or a 150 pound private losing 7 extra pounds. This is actually thought about to be effective weight loss because of an unhealthful way of living like bypassing dishes, consuming excessive as well as not exercising. It could also be because of certain medical conditions, including diabetic issues, hyperlipidemia, hypertension, weight problems, heart cancer cells, stroke as well as condition.
Weight-loss as a result of any of these factors could be alarming and also must be managed as a health care emergency. Various other potential resources of accidental fat loss include over-eating as a result of feelings of shame, depression, tension, stress and anxiety as well as higher amounts of coffee coming from herbal tea, coffee, soda as well as power alcoholic beverages. Various other variables that may induce indicators are actually eating problems, dental complications, kidney concerns, conditions entailing the renals as well as other health conditions involving the bronchis.
There are actually several signs related to this trouble including sleepiness, anxiety, constant exhaustion, joint as well as muscle mass ache, lack of respiration, lightheadedness, palpitations, skin layer breakout, urinary system seriousness, bowel irregularity, cardiovascular system as well as acid indigestion failing. Obesity is actually a leading reason for heart failure.
If they possess a weight loss of additional than twenty per-cent of their overall body system weight for at the very least 2 years, overweight individuals can easily be detected as having being overweight. This does certainly not suggest that people with a normal body system weight may not build cardiovascular system troubles if they participate in excessive weight loss. Some people that struggle with heart failure might actually have a typical body system weight. pubblicato qui
Individuals that are actually experiencing an unusual weight loss require to call their doctor. Extreme body weight is one of the risk aspects for cardiovascular disease. Weight loss results in dehydration, which may lead to swelling of the capillary and raise the danger of cardiovascular disease as well as shocks. It may likewise have an effect on the renals as well as create them to function wrongly. Body weight reduction ought to merely be actually embarked on under the guidance of a trained professional.
Leave a Reply
Your email address will not be published. Required fields are marked * | ESSENTIALAI-STEM |
Taxation in India
Taxes in India are levied by the Central Government and the State Governments by virtue of powers conferred to them from the Constitution of India. Some minor taxes are also levied by the local authorities such as the Municipality.
The authority to levy a tax is derived from the Constitution of India which allocates the power to levy various taxes between the Union Government and the State Governments. An important restriction on this power is Article 265 of the Constitution which states that "No tax shall be levied or collected except by the authority of law". Therefore, each tax levied or collected has to be backed by an accompanying law, passed either by the Parliament or the State Legislature. Nonetheless, tax evasion is a massive problem in India, ultimately catalyzing various negative effects on the country. In 2023–24, the Direct tax collections reported by CBDT were approximately inr<PHONE_NUMBER>0000.
History
India has abolished multiple taxes with passage of time and imposed new ones. A few of these taxes include inheritance tax, interest tax, gift tax, wealth tax, etc. Wealth Tax Act, 1957 was repealed in the year 2015. Direct Taxes in India were governed by two major legislations, Income Tax Act, 1961 and Wealth Tax Act, 1957. A new legislation, Direct Taxes Code (DTC), was proposed to replace the two acts. However, the Wealth Tax Act was repealed in 2015 and the idea of DTC was dropped.
Constitutionally established scheme of taxation
Article 246 of the Indian Constitution, distributes legislative powers including taxation, between the Parliament of India and the State Legislature. Schedule VII enumerates these subject matters with the use of three lists:
* List - I entailing the areas on which only the parliament is competent to make laws,
* List - II entailing the areas on which only the state legislature can make laws, and
* List - III listing the areas on which both the Parliament and the State Legislature can make laws upon concurrently.
Separate heads of taxation are no head of taxation in the Concurrent List (Union and the States have no concurrent power of taxation). The list of thirteen Union heads of taxation and the list of nineteen State heads are given below:
Income tax
Income Tax is a tax imposed on individuals or entities (taxpayers) that varies with respective income or profits (taxable income). Income tax generally is computed as the product of a tax rate times taxable income. However, for individuals, tax is payable at slab rates. In the Finance Act, 2020 the Government introduced a new tax regime for individuals giving them the option to opt for the new regime or continue with the old regime.
The tax is collected by the Income Tax Department for the central government. Farmers - who constitute 70% of the Indian workforce - are generally excluded from paying income tax in India.
Income tax returns are due in India generally on 31 July, 30 September or 30 November, depending on the category of taxpayer. Everyone who earns or gets an income in India is subject to income tax. Income is divided into five categories: Income from Salary, Income from Other Sources, Income from House Property, Income from Capital Gains, and Income from Business and Profession.
Goods and services tax
Goods and Services Tax is an indirect tax collected on supply of goods or service.
* Central Goods and Services Tax (CGST): Portion of Tax to central government on intrastate sales.
* State Goods and Services Tax (SGST): Portion of Tax to state on intrastate sales.
* Integrated Goods and Services Tax (IGST): tax for interstate sales.
Goods and services are divided into five different tax slabs for collection of tax - 0%, 5%, 12%, 18% and 28%. However, petroleum products, alcoholic drinks, and electricity are not taxed under GST and instead are taxed separately by the individual state governments, as per the previous tax system.
Custom duty
Customs duty is a tax on import & export of goods in India with specific rates on certain types of goods. Customs authorities are rightful in checking accurate details of the items exported or imported along with the origin of the item and duly validated rates & structure. Custom duty measures the value of the items in the context of the tax applicable on such item and is much higher on certain types of items including sin goods i.e. liquor & imported cigars.
Custom duty is an indirect tax levied on import or export of goods in and out of country. When goods are imported from outside, the tax known as import custom duty. when goods are exported outside India, the tax is known as export custom duty. The tax collected by Central Board of Indirect Taxes and Customs. In February 2020, as part of India's attempts to increase and support local production, the government stated that it raised taxes on imports for items such as electronic devices, furniture and toys.
Service tax
Service tax was imposed by the government on all the services provided by firms and servicing companies in lieu of monetary benefit. The service tax levied on services is actually borne by the customers which in turn goes through multiple channels of levying authorities till back to the government. Service tax will be applicable on the taxable services only which is provided or will be provided by the service provider agreeing upon the concern of actually offering services.
It is a tax levied on services provided in India. The responsibility of collecting the tax lies with the Central Board of Excise and Customs (CBEC). From 2012, service tax is imposed on all services, except those which are specifically exempted under law(e.g. Exempt under Negative List, Exempt as exclusion from Service definition as per Service Tax, Exempt under MEN(Mega exemption notification)). In budget presented for 2008–2009, it was announced that all small service providers whose turnover does not exceed inr 1000000 need not pay service tax. Service tax at a rate of 14 percent(Inclusive of EC & SHEC) will be imposed on all applicable services from 1 June 2015. From 15 November 2015, Swacch Bharat cess of 0.5% has been added to all taxable service leading the new Service Tax rate to be 14.5 percent (Inclusive of EC, SHEC & Swacch Bharat cess). On 29 February 2016, Current Finance Minister Mr. Arun Jaitley announces a new Cess, Krishi Kalyan Cess that would be levied from 1 June 2016 at the rate of 0.5% on all taxable services. The purpose of introducing Krishi Kalyan Cess is to improve agriculture activities and welfare of Indian farmers. Thus, the new Service Tax rate would be 15% incorporating EC, SHEC, Swachh Bharat Cess and Krishi Kalyan Cess.
From 2015 to currently, the gross tax collection of the centre from service tax has amounted in excess of inr<PHONE_NUMBER>000.
Service tax has been replaced by Goods and Services Tax in India. Service tax no longer applies to services in India.
Central excise
In 2015–2016, the gross tax collection of the centre from excise amounted to inr<PHONE_NUMBER>000.
* 1) Central Excise Act, 1944, which imposes a duty of excise on goods manufactured or produced in India;
* 2) Central Sales Tax, 1956, which imposes sales tax on goods sold in inter-state trade or commerce in Indisale of property situated within the state
In the 2016 Union budget of India, an excise of duty of 1% without input tax credit and 12.5% with input tax credit was imposed on articles of jewellery with the exception of silver jewellery. The government had earlier proposed an excise duty in the Budget 2011–12, which had to be rolled back after massive protests by jewellers.
* Central Excise Tariff Act, 1985
* Central Excise Valuation (Determination of Price of Excisable Goods) Rules, 2000
Local body taxes
"Local body tax", popularly known by its abbreviation as "LBT", is the tax imposed by the local civic bodies of India on the entry of goods into a local area for consumption, use or sale therein. The tax is imposed based on the Entry 52 of the State List from the Schedule VII of the Constitution of India which reads; "Taxes on the entry of goods into a local area for consumption, use or sale therein." The tax is to be paid by the trader to the civic bodies and the rules and regulations of these vary amongst different States in India. The LBT is now partially abolished as of 1 August 2015.
Property tax
Property tax, or 'house tax,' is a local tax on buildings, along with appurtenant land, and imposed on Possessor (certainly, not true custodian of property as per 1978, 44th amendment of constitution). It resembles the US-type wealth tax and differs from the excise-type UK rate. The tax power is vested in the states and it is delegated by law to the local bodies, specifying the valuation method, rate band, and collection procedures. The tax base is the annual rental value (ARV) or area-based rating. Owner-occupied and other properties not producing rent are assessed on cost and then converted into ARV by applying a percentage of cost, usually six percent. Vacant land is generally exempt. Central government properties are exempt. Instead a 'service charge' is permissible under executive order. Properties of foreign missions also enjoy tax exemption without an insistence for reciprocity. The tax is usually accompanied by a number of service taxes, e.g., water tax, drainage tax, conservancy (sanitation) tax, lighting tax, all using the same tax base. The rate structure is flat on rural (panchayat) properties, but in the urban (municipal) areas it is mildly progressive with about 80% of assessments falling in the first two slabs.
Tax evasion
The Indian government's deficiency in governmental expenditures is most notably attributed to wide spread tax evasion. Relative to other developing countries, the fact that India's income tax comprises 5% of its GDP is due to the fact nearly 2-3% of the population is exposed to income taxation. India faces more difficulties in proliferating its income tax than a country like China, who subjects 20% of its population, because there is an emphatically low amount of formal wage earners. Even though India's income tax was instituted in 1922 by the British, their tax history explains their high degree of tax delinquency today. With effect from 1 April 2017, the Income-tax Act, 1961 has introduced the General Anti-avoidance Rules. The intent of the bringing the said rules is to curb the ill-practices of the tax payers & tax practitioners assisting the tax payers in avoiding the tax where the tax impact of the arrangement or the transactions is more than INR Three Crores in a particular Financial Year. GAAR intends to cover the cases where the main purpose of the transaction is to obtain the tax benefit. It is pertinent to note that recently due to BEPS project by OECD & G 20 Member nations, there was huge hue and cry by the Inclusive Framework countries, where every country was trying to protect their respective tax base. Accordingly, basis the Action Plan Report 6 of the BEPS Project, member nations were required to adopt PPT test as a minimum standard. The said standard re-enshrines that where " one of the principal purposes of the transaction is to obtain tax benefit" then treaty benefit will not be allowed. Thus, presently in Indian context most of the treaties entered into by India, includes such minimum standard, accordingly where one of the principal purposes of the transaction is to obtain tax benefit, treaty benefit will be denied. This has posed several difficulties for MNCs who have routed their investments through Island Countries in India such as Mauritius, which though has a very good- Double tax avoidance treaty with India but with PPT all the benefits could be questioned due to want of Substance & PPT test requirements. The same was considered recently by Authority for Advance Rulings, New Delhi in ruling for Tiger Global International II Holdings,
History and methods
In the beginning of the income tax operation, the rates of taxes were comparatively low to levels today, and thus, so were levels of evasion. However, World War Two catalyzed a set of conditions that inspired mass tax evasion. As many supplies were cut off and shortages were rampant, the prices of commodities and the level of taxes imposed by the government augmented. This ultimately generated black markets, and stimulated a nationwide sentiment of tax evasion. Consequently, as the government tried to combat this extensive issue, the government continued to impose extortionate levels of taxation, only exacerbating the normalcy of tax evasion. Today, opportunities for tax evasion are comprehensive amongst self-employed individuals, as they have more opportunities to lie about the origination of their income. For instance, many individuals exaggerate or lie about their wealth deriving from agriculture, because agricultural income is excluded from the purview of the central income tax. In addition, many individuals divert their incomes to spouses and children, or even create fictitious partnerships, in order to evade taxation. The general consensus asserts the following to be chiefly responsible for increasing tax evasion and generation of black money in India: Additionally, enormous amounts of black income and tax evasion are fueled by bribery and corruption. In India, corrupt businessmen sponsor political parties with black money, in order to augment their wealth reduce their taxation. Inherently then, the lack of revenue for governmental expenditures is partly created by the government themselves. While individuals blame the government for difficulties and shortages, many do not understand the importance of taking accountability and paying one's taxes.
* Complicated tax structure
* Frequent amendments
* Shortage of personnel
* High tax rates
* Non-levy of deterrent penalties
* Ineffective prosecution machinery
* Operation of ill- thought-out controls
* Price fixation without proper regulation of production and distribution
* Evasion of sales tax
* Excise duty
Effects of mass tax evasion
The exorbitant levels of tax evasion has inspired the creation of a black money parallel economy. Black money inherently causes inflation and hinders the government's ability to bring down the prices of commodities. In fact, the large volume of black money actually diverts governmental resources from national welfare and encourages the continuation of illegal activity. Unfortunately, it is the honest individuals who are in the salaried class who feel the negative externalities of this situation. Besides depriving the state's exchequer and understating India's GDP, extensive tax evasion has encouraged the payment of huge dowries at the time of marriages. This ultimately makes it difficult for low and middle class individuals to marry off their children, adding a social detriment to this widespread economic problem. More than anything though, the normalcy of tax evasion has understated positive societal values like honesty and hard work.
Governmental attempts to combat tax evasion
The Indian government has taken several steps in order to mitigate the effects and degree of tax evasion. Amongst actual legislations, Searches, seizures, surveys, and scrutiny of income tax returns are being done by the Income Tax Department. The government has also created Voluntary Disclosure of Income Schemes, whereby black income and assets can actually be declared without penalty or prosecution. In addition, the introduction of the Prevention of Money‐Laundering Act makes any and all activities related to the laundering of money a federal offense with a minimum imprisonment of less than three years. Similarly, the Finance Act of 2004 prosecutes for the falsification of books and taxing gifts worth more than 25,000 Rupees. Given that tax evasion is one of the most wide spread, yet difficult issues a government can deal with, they have historically relegated this issue to recommendations made by Taxation Enquiry Commission (1953), Administrative Reforms Commission (1969), and Direct Tax Enquiry Committee (1971). Additionally, India has attempted to eradicate tax evasion by requiring an identification number for all major financial deals. However, this method has proven very ineffective, as many transactions are conducted with cash and therefore often go unreported. | WIKI |
db&w documentation wiki
finest software | finest docs
User Tools
Site Tools
tools:instanceinfo
Instance Info Plus
When working with instances, we noticed that the native Instance Info node returns an instance index1) in LW up to 2019, but an instance id 2) in 2020.
So we decided to write a replacement.
Controls
Instancer
This allows you to select the Instancer to inspect. The Pop-up will only display items that have an Instancer attached to them.
Seed
This is the random number generator seed for the Fixed Random output. A different seed produces a different Fixed Random output.
Node Outputs
ID
This outputs the internal ID of the instance. This will change every time a scene is loaded as it's essentially a location in memory assigned by the operation system.
Index
The index of the current instance. Instances are consecutively numbered from 0 to the total number of instances -1.
Total Instances
Return the total number of instances generated by the selected instancer.
Fixed Float
Returns a value from 0 to 1.0 where 0 is the first instance, 1.0 is the last instance and the remaining ones are distributed between these values in order of their index.
Fixed Random
Returns a number between 0 to 1.0 for every instance. This is a random number between this range for every instance. The randomness can be changed using the Seed value.
Position / Rotation / Scale
The position / rotation / scale of the current instance.
This plugin is a bonus plugin for September 2020, made possible by the finest patrons on Patreon.
1)
Basically the instances numbered starting at 0
2)
A location in memory which will change for every launch of Layout or lwsn
tools/instanceinfo.txt · Last modified: 2020/09/13 12:21 by lightwolf | ESSENTIALAI-STEM |
Soothing Eczema Symptoms
Eczema SymptomsEczema, or atopic dermatitis, is a chronic skin disorder caused by inflammation. The condition can range from mild to severe. In mild cases, eczema is similar to slightly dry skin and can produce itchy, red patches on any part of the body (slightly dry skin differs in that it does not usually itch or become inflamed). In severe cases, the skin affected by eczema can become extremely irritated, sometimes to the point that it cracks and oozes.
Eczema tends to flare in cycles between periods of remission. Some common triggers include heat, humidity, sweating, stress, perfumes, detergents, and wool fabrics. Scratching can also make the condition worse, so it may be necessary to cover an affected area with a dressing.
If you have eczema, there are steps you can take to help keep your skin healthy. Most importantly, you should try to identify potential triggers in your home, diet, and lifestyle and avoid them as much as possible.
In addition to avoiding eczema triggers, it’s essential to protect and care for your skin. Here’s how:
• Bathe in lukewarm water – Regular bathing can remove dirt and germs, hydrate the skin, and promote relaxation. Use a gentle, soap-free, and fragrance-free cleanser, avoid scrubbing, and limit showers and baths to no more than 10-15 minutes. To help retain the moisture in your skin, pat it dry and apply a moisturizer right after bathing.
• Lubricate your skin daily – To attract water to your skin and help keep it there, apply a moisturizer every day, even if you have no eczema symptoms. For added benefits, look for a moisturizer that contains colloidal oatmeal, a safe and effective skin protectant that can help relieve minor itching and irritation.
• Control your environment – Keep the temperature inside your home on the cool side, especially while you are sleeping. If the indoor air is dry, you can add moisture with a humidifier.
• Wear soft, breathable clothing – Choose loose-fitting clothes made of cotton and other comfortable fabrics that won’t irritate your skin.
• Use mild laundry-care products – For washing your clothes, bedding, and towels, use gentle, fragrance-free products that do not contain bleach or fabric softeners.
• Make positive lifestyle choices – Eating a healthy diet, exercising regularly, and getting enough sleep can help reduce stress, prevent eczema flare-ups, and contribute to your overall health and well-being.
If you have questions about eczema prevention, symptoms, or treatment, please contact or visit South Tampa Immediate Care. Our walk-in clinic is conveniently located on South Howard Avenue in Tampa, FL, and no appointments are necessary. | ESSENTIALAI-STEM |
{"@context":"https:\/\/schema.org\/","@type":"ScholarlyArticle","@id":"#article12316","name":"Towards Nearly-Linear Time Algorithms for Submodular Maximization with a Matroid Constraint","abstract":"We consider fast algorithms for monotone submodular maximization subject to a matroid constraint. We assume that the matroid is given as input in an explicit form, and the goal is to obtain the best possible running times for important matroids. We develop a new algorithm for a general matroid constraint with a 1 - 1\/e - epsilon approximation that achieves a fast running time provided we have a fast data structure for maintaining an approximately maximum weight base in the matroid through a sequence of decrease weight operations. We construct such data structures for graphic matroids and partition matroids, and we obtain the first algorithms for these classes of matroids that achieve a nearly-optimal, 1 - 1\/e - epsilon approximation, using a nearly-linear number of function evaluations and arithmetic operations.","keywords":["submodular maximization","matroid constraints","fast running times"],"author":[{"@type":"Person","name":"Ene, Alina","givenName":"Alina","familyName":"Ene","email":"mailto:aene@bu.edu","affiliation":"Department of Computer Science, Boston University, MA, USA","funding":"Partially supported by NSF CAREER grant CCF-1750333 and NSF grant CCF-1718342."},{"@type":"Person","name":"Nguyen, Huy L.","givenName":"Huy L.","familyName":"Nguyen","email":"mailto:hlnguyen@cs.princeton.edu","affiliation":"College of Computer and Information Science, Northeastern University, Boston, MA, USA","funding":"Partially supported by NSF CAREER grant CCF-1750716."}],"position":54,"pageStart":"54:1","pageEnd":"54:14","dateCreated":"2019-07-04","datePublished":"2019-07-04","isAccessibleForFree":true,"license":"https:\/\/creativecommons.org\/licenses\/by\/3.0\/legalcode","copyrightHolder":[{"@type":"Person","name":"Ene, Alina","givenName":"Alina","familyName":"Ene","email":"mailto:aene@bu.edu","affiliation":"Department of Computer Science, Boston University, MA, USA","funding":"Partially supported by NSF CAREER grant CCF-1750333 and NSF grant CCF-1718342."},{"@type":"Person","name":"Nguyen, Huy L.","givenName":"Huy L.","familyName":"Nguyen","email":"mailto:hlnguyen@cs.princeton.edu","affiliation":"College of Computer and Information Science, Northeastern University, Boston, MA, USA","funding":"Partially supported by NSF CAREER grant CCF-1750716."}],"copyrightYear":"2019","accessMode":"textual","accessModeSufficient":"textual","creativeWorkStatus":"Published","inLanguage":"en-US","sameAs":"https:\/\/doi.org\/10.4230\/LIPIcs.ICALP.2019.54","publisher":"Schloss Dagstuhl \u2013 Leibniz-Zentrum f\u00fcr Informatik","citation":"http:\/\/dx.doi.org\/10.1145\/2688073.2688086","isPartOf":{"@type":"PublicationVolume","@id":"#volume6335","volumeNumber":132,"name":"46th International Colloquium on Automata, Languages, and Programming (ICALP 2019)","dateCreated":"2019-07-04","datePublished":"2019-07-04","editor":[{"@type":"Person","name":"Baier, Christel","givenName":"Christel","familyName":"Baier","email":"mailto:christel.baier@tu-dresden.de","affiliation":"TU Dresden, Germany"},{"@type":"Person","name":"Chatzigiannakis, Ioannis","givenName":"Ioannis","familyName":"Chatzigiannakis","email":"mailto:ichatz@diag.uniroma1.it","affiliation":"Sapienza University of Rome, Italy"},{"@type":"Person","name":"Flocchini, Paola","givenName":"Paola","familyName":"Flocchini","email":"mailto:paola.flocchini@uottawa.ca","affiliation":"University of Ottawa, Canada"},{"@type":"Person","name":"Leonardi, Stefano","givenName":"Stefano","familyName":"Leonardi","email":"mailto:leonardi@diag.uniroma1.it","affiliation":"Sapienza University of Rome, Italy"}],"isAccessibleForFree":true,"publisher":"Schloss Dagstuhl \u2013 Leibniz-Zentrum f\u00fcr Informatik","hasPart":"#article12316","isPartOf":{"@type":"Periodical","@id":"#series116","name":"Leibniz International Proceedings in Informatics","issn":"1868-8969","isAccessibleForFree":true,"publisher":"Schloss Dagstuhl \u2013 Leibniz-Zentrum f\u00fcr Informatik","hasPart":"#volume6335"}}} | ESSENTIALAI-STEM |
Tavistock and Summerhill School
Tavistock and Summerhill School, located in Lindfield just 4 minutes from the heart of Haywards Heath, West Sussex was an independent day mixed nursery to preparatory school established in 1973 following the merger of Tavistock Hall and Summerhill Court. It closed down on 26 October 2015.
The headteacher before closure was Dr Sandra Hastie. The religious affiliation was non-denominational. Admission to the school was through informal assessment.
Nursery
The school's nursery was situated in the walled garden. Children in the nursery were offered a flexible timetable. Some pupils attended every day for the whole day, whereas some only attended certain mornings.
Pre-prep department (PPD)
The pre-prep department (referred to as the PPD) had small classes and took children through reception class and through years 1 and 2.
The prep school
The prep school started in Year 3 when the specialist teaching in core subjects began. Pupils began work for their SATS in Year 6. After the SATS in Year 6, the pupils then had to prepare for Common Entrance exams at the end of Year 8. Traditionally 50% of the pupils tried for scholarships to other private schools at the end of Year 8.
Sports
Tavistock and Summerhill offered many sports including: football, rugby, netball, hockey, rounders, cricket, gymnastics, athletics, tennis, and swimming in a pool on-site. All pupils had the opportunity to represent the school against a wide variety of local schools. During term time there were several house competitions and in the summer term there was a sports day and a house swimming gala. The school had number of pupils who have represented their sport at an elite level, including winners of national athletic medals.
Music and the performing arts
Tavistock and Summerhill offered specialist music teaching to all pupils from nursery to year 8. All pupils learned to play the recorder during lessons from year 2 to year 5 and many pupils had individual instrumental lessons. They had a choir which performed regularly to both local audiences as well as concerts at school and annually at The O2 Arena (London). There was an informal concert held every year, a Christmas carol service held at a nearby church and a summer concert held in the walled garden.
Every year the school put on dramatic productions and musicals with different year groups taking part in different productions.
Extra curricular activities
The school offered a variety of clubs held both during lunchtimes and after school. Textiles, touch typing, sports clubs including karate, fencing and tennis.
Houses and award ceremonies
Pupils in years 3-8 were put into houses. These houses had competitions every term throughout the year, including cricket, football, swimming and a sports day. The four houses were:
* Belverdere (light blue tie)
* Court (red tie)
* Field (dark green tie)
* Gregory (gold tie)
At the end of each term there was a prize giving ceremony where prizes (shields, cups and certificates) were handed out to both pupils and houses. The main ceremony was the Summer Prize Giving Ceremony which was held at nearby Clair Hall. In 2010 Chris Bradford, the author of the Young Samurai series presented the awards. | WIKI |
Senate Democratspick new leader
Sections TV Featured More from NBC Follow NBC News Sen. Harry Reid of Nevada won election as Senate Democratic leader on Tuesday, taking over a party with fewer seats than at any time since the Great Depression more than 70 years ago.Reid succeeds Sen. Tom Daschle, who was defeated for re-election on Nov. 2 in South Dakota. The 64-year-old Nevadan, who has long served as Daschle's second-in-command, was elevated to leader in a closed-door meeting of Democrats who will serve in the Senate in the Congress that convenes in January. Sen. Dick Durbin of Illinois was unopposed to replace Reid as the party's whip, the Democrat's second-ranking Senate leader. Daschle has served as party leader since 1995, leading Democrats in periods in which they were in the minority, the majority and then back again. There were other reminders of the Nov. 2 election as Democrats met in a historic room in the Capitol. Aides to Sen. John Kerry of Massachusetts waited outside the chamber, indicating that the Democratic presidential candidate had picked up his Senate duties after losing his bid for the White House. Reid takes command of a party that will have only 44 seats when the new Congress convenes in January, fewer than at any time since Herbert Hoover sat in the White House, according to records on the Senate's Web site. Conservative on abortion, gunsWith the exception of abortion rights and gun control, both of which he opposes, Reid's recent voting record on major issues puts him in the mainstream of Senate Democrats. My senators who support me know who I am. No one has to guess where I stand on issues, the Westerner said in a recent interview. I'm going to do what I think is right. Reid, a veteran of 22 years in Congress, voted against President Bush's tax cuts in 2001 and opposed the final version of the administration's landmark Medicare overhaul legislation in 2003. Like a majority of Democrats, he voted to give Bush authority to use military force to oust Iraq's Saddam Hussein, and voted many months later to spend $87 billion to help pay the costs of military actions in Iraq and Afghanistan. Earlier this year, he helped bottle up a proposed constitutional amendment to ban gay marriages, and sided with organized labor when it sought to make sure no worker lost overtime rights under new administration regulations. He's also worked with environmentalists to block oil drilling in the Arctic National Wildlife Refuge. Eyes on judicial nominationsAs well, he's been a loyal supporter of Democratic filibusters against 10 of Bush's judicial nominees deemed extremists by a coalition of civil rights, women's and other groups. An early test of Reid's strategy is likely to come on judicial appointments, and already, there is some pressure on him to stay the course set by Daschle. I would think that Senator Reid and a number of Democratic senators and hopefully some moderate Republicans this time would continue that strategy, said Ralph Neas, head of People for the American Way, which worked to block several of Bush's appointments to the courts. Reid has given little or no public indication of his intentions, saying he wanted to wait until he had been elected to replace Daschle as Democratic leader. Daschle, defeated in his bid for a fourth term, has served as party leader for 10 years. While Democrats lost seats this fall, they have more than the 41 votes needed to block Bush's legislation or his judicial appointments if they remain united. At the same time, some Democrats have said their party will have to pick its fights more carefully. On the home front, Reid is a fierce opponent of the effort to build a repository for nuclear waste at Yucca Mountain in his home state, and has used his seat on the Appropriations Committee to battle the administration. Two decades in CongressReid was first elected to the House in 1982, then won his Senate seat in 1986. Six years ago, he nearly lost a campaign for re-election, prevailing by only 428 votes. He won his fourth term far more easily two weeks ago. Durbin, who celebrates his 60th birthday next week, served 14 years in the House before winning his Senate seat in 1996. He was re-elected in 2002 with 60 percent of the vote. A measure of Reid's certain grip on the party's leadership was his announcement Tuesday that he had tapped Sen. Charles Schumer of New York to head the Democratic Senatorial Campaign Committee. In taking the post, Schumer said he would not run for governor of his home state in 2006. Senator Schumer is tough, focused and a formidable fund-raiser, Reid said in a statement. Democrats have a major challenge as they try to regain the majority two years from now. They must defend 17 of 33 seats on the ballot in 2006, compared with 15 for Republicans. The term of Sen. James Jeffords, I-Vt., also expires. Democrats also were electing Michigan Sen. Debbie Stabenow as caucus secretary. 2020 NBC UNIVERSAL | NEWS-MULTISOURCE |
Page:The Under-Ground Railroad.djvu/87
67 and influence, to whom, unknown to her father, she was betrothed.
On his entering the room, she fell prostrate at his feet, pouring forth a flood of tears; then, with uplifted hands, her tearful eyes fixed on his, with that plaintiveness of voice, which woman only is capable, exclaimed, "Sir, I am a Slave! and my father has sold me! You are the only person in this world that can save me; upon you my future welfare and happiness depend. Will you save me? what shall I hear! oh, what shall I hear from one I love so dear?" This, to him, was like a thunder bolt,—astounded, he gazed upon her in her prostrated condition, (he could hardly realize that it was the object of his affections,—but it was). He took her by the hands, and raised her from that position, with all the sympathy and tender feeling of which his sympathising nature was capable. He wiped the tears from her youthful and lovely cheeks, and said, "I will save you." Weak and feeble, from the shock her nervous system had undergone, she sobbed, sighed, wept, and groaned. Measures were immediately taken to leave that land of blood. It was not a matter of choice but stern necessity,—they flew, and came to the city of Cincinnati, in the State of Ohio, a distance of six hundred miles, where I then lived. They were immediately married,— | WIKI |
Enneper surface
In differential geometry and algebraic geometry, the Enneper surface is a self-intersecting surface that can be described parametrically by: $$\begin{align} x &= \tfrac{1}{3} u \left(1 - \tfrac{1}{3}u^2 + v^2\right), \\ y &= \tfrac{1}{3} v \left(1 - \tfrac{1}{3}v^2 + u^2\right), \\ z & = \tfrac{1}{3} \left(u^2 - v^2\right). \end{align}$$ It was introduced by Alfred Enneper in 1864 in connection with minimal surface theory.
The Weierstrass–Enneper parameterization is very simple, $$f(z)=1, g(z)=z$$, and the real parametric form can easily be calculated from it. The surface is conjugate to itself.
Implicitization methods of algebraic geometry can be used to find out that the points in the Enneper surface given above satisfy the degree-9 polynomial equation $$\begin{align} & 64 z^9 - 128 z^7 + 64 z^5 - 702 x^2 y^2 z^3 - 18 x^2 y^2 z + 144 (y^2 z^6 - x^2 z^6)\\ & {} + 162 (y^4 z^2 - x^4 z^2) + 27 (y^6 - x^6) + 9 (x^4 z + y^4 z) + 48 (x^2 z^3 + y^2 z^3)\\ & {} - 432 (x^2 z^5 + y^2 z^5) + 81 (x^4 y^2 - x^2 y^4) + 240 (y^2 z^4 - x^2 z^4) - 135 (x^4 z^3 + y^4 z^3) = 0. \end{align} $$
Dually, the tangent plane at the point with given parameters is $$a + b x + c y + d z = 0,\ $$ where $$\begin{align} a &= -\left(u^2 - v^2\right) \left(1 + \tfrac{1}{3}u^2 + \tfrac{1}{3}v^2\right), \\ b &= 6 u, \\ c &= 6 v, \\ d &= -3\left(1 - u^2 - v^2\right). \end{align}$$ Its coefficients satisfy the implicit degree-6 polynomial equation $$\begin{align} &162 a^2 b^2 c^2 + 6 b^2 c^2 d^2 - 4 (b^6 + c^6) + 54 (a b^4 d - a c^4 d) + 81 (a^2 b^4 + a^2 c^4)\\ &{} + 4 (b^4 c^2 + b^2 c^4) - 3 (b^4 d^2 + c^4 d^2) + 36 (a b^2 d^3 - a c^2 d^3) = 0. \end{align} $$
The Jacobian, Gaussian curvature and mean curvature are $$\begin{align} J &= \frac{1}{81}(1 + u^2 + v^2)^4, \\ K &= -\frac{4}{9}\frac{1}{J}, \\ H &= 0. \end{align}$$ The total curvature is $$-4\pi$$. Osserman proved that a complete minimal surface in $$\R^3$$ with total curvature $$-4\pi$$ is either the catenoid or the Enneper surface.
Another property is that all bicubical minimal Bézier surfaces are, up to an affine transformation, pieces of the surface.
It can be generalized to higher order rotational symmetries by using the Weierstrass–Enneper parameterization $$f(z) = 1, g(z) = z^k$$ for integer k>1. It can also be generalized to higher dimensions; Enneper-like surfaces are known to exist in $$\R^n$$ for n up to 7.
See also for higher order algebraic Enneper surfaces. | WIKI |
Guide for Nginx/PHP on CentOS 7
Step 1 — Install Nginx
Install the EPEL repository for additional packages like Nginx,
yum install epel-release
Now install Nginx,
yum install nginx
Start Nginx,
systemctl start nginx
Set Nginx to start on boot:
systemctl enable nginx
Step 2 — Install PHP
Install the php, php-mysql and php-fpm packages
yum install php php-mysql php-fpm
Configure the PHP Processor:
Edit the php-fpm config file,
nano /etc/php.ini
Uncomment the line and change it to 0:
cgi.fix_pathinfo=0
Next, edit the php-fpm config www.conf:
nano /etc/php-fpm.d/www.conf
Find the the listen parameter line, and change it so it looks like this:
listen = /var/run/php-fpm/php-fpm.sock
Next, find the lines "listen.owner and listen.group" and uncomment them. They should look like this:
listen.owner = nobody
listen.group = nobody
Lastly, find the lines that set the user and group and change their values from “apache” to “nginx”:
user = nginx
group = nginx
Then save and quit. Now, we just need to start our PHP processor by typing:
systemctl start php-fpm
Next, set php-fpm to start on boot:
systemctl enable php-fpm
Step 3 — Configure Nginx to Process PHP Pages
Edit the file,
nano /etc/nginx/conf.d/default.conf
Make the changes as seen below,
server {
listen 80;
server_name server_domain_name_or_IP;
# note that these lines are originally from the "location /" block
root /usr/share/nginx/html;
index index.php index.html index.htm;
location / {
try_files $uri $uri/ =404;
}
error_page 404 /404.html;
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}
location ~ \.php$ {
try_files $uri =404;
fastcgi_pass unix:/var/run/php-fpm/php-fpm.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}
}
Restart Nginx to reload the configuration changes
systemctl restart nginx
Step 4 — Test PHP Processing on your Web Server
In order for Nginx to find the file and serve it correctly, it must be saved to the "web root". Which can be found at the following path on CentOS 7,
/usr/share/nginx/html/
To create the file at that location:
nano /usr/share/nginx/html/info.php
We want to put the valid PHP code, inside the blank file:
<?php phpinfo(); ?>
After this, save and close the file.
Visit the following page in your web-browser to verify that PHP processing works, Replace "your_server_IP_address" with your VMs actual IP address,
http://your_server_IP_address/info.php
Last Modified: August 03 2017 19:21:19 | ESSENTIALAI-STEM |
6 Stretches Fully Guaranteed to enhance Your Sex-life
6 Stretches Fully Guaranteed to enhance Your Sex-life
Large Squat
Perfect for: Girl at the top
Just how to take action: “Take a stance that is wide aim your feet out 45 levels,” Sant claims. “Keeping your arms stacked over your sides along with your knees behind your feet, decrease your butt straight down toward the floor until your thighs are parallel towards the flooring. Press into your heels in the future straight back as much as beginning position.”
How frequently: Perform 10 times about four times per week.
Why it really works: This move is just a dual whammy for the people of us whom prefer to be in control: It “improves flexibility and builds thigh strength,” Sant claims.
Anjaneyasana (Low Crescent Lunge Pose)
Perfect for: Any place! It’s “able to actually correctly engage your pelvic floor to get that squeezing feeling while having sex,” says Bizzie Gold, individual development specialist and creator of Buti Yoga.
Just how to take action: move your right foot ahead, bringing the leg up to an angle that is 90-degree. The leg that is left extended, aided by the sole for the base calm, oriented toward the roof. Engage through the pelvic flooring and lengthen through the top associated with the mind while you stretch the hands up overhead. “You need to be precisely involved through the pelvic flooring and battle impending gravity,” she claims.
Hold for five inhale-exhales, press back to child’s pose (sit straight straight back on your own heels, bring your torso right down to your legs, and expand your arms right out on the ground), and then do so on the other part.
How many times: Do three rounds of five inhale-exhales per part.
Why it really works: In addition to strengthening the pelvic flooring, this pose starts up the sides, Gold claims. Plus, yogis consider anjaneyasana become “heart opening,” which assists combat that all-too-common hunched place after investing too much effort at a desk. Heart opening can also be necessary for sensuality: “Having that experience of fully expanding your heart center — in the place of being for the reason that energetically closed position — helps you relate genuinely to your partner,” she says.
Seal Pose
Perfect for: Whenever You’re Attempting a brand new Position
Just how to get it done: This one’s complicated but beneficial! On a pad, relax in your heels, the tops of the legs flush to your pad, and exhale while you achieve your hands behind the back and interlace the hands, Sant states. Pull your arms from your ears and fit the back together, pushing the sternum outward. Inhale, arching the upper body as much as the roof. Hinge and exhale ahead, cutting your forehead down seriously to the pad.
Raise your arms up because high as you possibly can, fingers interlaced and palms pushed together whenever you can, Sant claims. Inhaling, raise your hips and roll onto the top of the mind. Press your hands ahead, hands nevertheless interlaced, but allow palms split. Hold. Later, fit the neck together while you gradually transfer to the first seated position.
How many times: Hold this place for just two to six breaths, directing your respiration in to the stomach and upper body; do 3 to 4 times per week.
Why it really works: This move is a lumbar expansion that extends the forward bend associated with the lumbar back in your spine. “You will undoubtedly be utilizing your lower right right right back a whole lot while having sex, and ensuring the reduced straight back is prepped for task will avoid any pulled muscle or embarrassing moments,” Sant says.
Hip Lift
Perfect for: whenever You’re from the Bottom “This might appear on top such as the laziest, place that is easiest,” Sant jokes. But, it right, you nevertheless still need strong glutes and hamstrings to adequately carry and thrust.“if for you to do”
How exactly to do so: On a pad or any other surface that is soft lie on your own back and put your hands by the edges, Sant claims. Increase your feet so that they aim upright toward the roof, perpendicular to your torso, with knees aligned over hips. “You might have bent knees, but you will also stretch the hamstrings with this exercise,” he says if you straighten the knees.
Then, pull your navel in toward your back. Inhale. Then exhale as you raise your sides a couple of ins off a floor, keepin constantly your feet pointed directly, really pulling into the reduced stomach muscles throughout the lift, Sant states. Don’t lift your mind; keep it resting on to the floor. Gradually reduce your sides back again to the ground, inhaling from the real method down.
Just just exactly How Often: Repeat 10 to 12 times in a line for just one set; work your path as much as two sets. Do 3 to 4 times per week.
You’re stretching the hamstrings and engaging the butt, but there’s a bonus for your core: “The hip lift is a good ab exercise to strengthen your major abdominal muscles as well as the deep abs,” Sant says why it Works: Yes. “It is less stressful in the straight straight back than some ab workouts, such as for instance crunches.”
a form of this whole tale was first posted March 2019.
And before you get, consider our sex that is ultimate position list to help keep things interesting in your bed adult webcam free room:
Leave a Reply | ESSENTIALAI-STEM |
Page:A biographical dictionary of eminent Scotsmen, vol 4.djvu/220
566 ties, together with her great talents and learning, drew upon her the universal esteem and respect of her cotemporaries of all ranks.
HALL, (, Bart, was born at Dunglass in East Lothian, on the 17th January, 1761. He was the eldest son of Sir John Hall, who had married his cousin, Magdalen, daughter to Sir Robert Pringle of Stitchell in Berwickshire. The subject of our memoir received a private education until his twelfth year, when he was sent by his father to a public school in the neighbourhood of London, where he had the good fortune to be under the care and superintendence of his uncle, Sir John Pringle, the king's physician. He succeeded to the baronetcy by the death of his father, in July 1776, and much about the same period entered himself in Christ's college 3 Cambridge, where he remained for some years. He then proceeded with his tutor, the reverend Mr Brand, on a tour on the continent, whence he returned to Edinburgh, when twenty years old, and lived there with his tutor until he became of age, attending, at the same time, some of the classes of the Edinburgh university. In 1782, Sir James Hall made a second tour on the continent of Europe, where he remained for more than three years, gradually acquiring that accurate information in geology, chemistry, and Gothic architecture, which he afterwards made so useful to the world. During this period he visited the courts of Europe, and made himself acquainted with their scientific men. In his rambles he had occasion to meet with the adventurer Ledyard; the interview between them, its cause, and consequence, are, with a sense of gratitude and justice not often witnessed on similar occasions, detailed in the journals and correspondence of that singular man; and the scene is so honourable to the feelings of Sir James Hall, that we cannot avoid quoting it in Ledyard's own words:
"Permit me to relate to you an incident. About a fortnight ago, Sir James Hall, an English gentleman, on his way from Paris to Cherbourg, stopped his coach at our door, and came up to my chamber. I was in bed, at six o'clock in the morning, but having flung on my robe de chambre, I met him at the door of the anti-chamber I was glad to see him, but surprised. He observed, that he had endeavoured to make up his opinion of me with as much exactness as possible, and concluded that no kind of visit whatever would surprise me. I could do no otherwise than remark that his opinion surprised me at least, and the conversation took another turn. In walking across the chamber, he laughingly put his hand on a six livre piece, and a louis d'or that lay on my table, and with a half stifled, blush, asked me how I was in the money way. Blushes commonly beget blushes, and I blushed partly because he did, and partly on other accounts. 'If fifteen guineas,' said he, interrupting the answer he had demanded, 'will be of any service to you, there they are,' and he put them on the table. 'I am a traveller myself, and though I have some fortune to support my travels, yet I have been so situated as to want money, which you ought not to do you have my address in London.' He then wished me a good morning and left me. This gentleman was a total stranger to the situation of my finances, and one that I had, by mere accident, met at an ordinary in Paris."
The sum was extremely acceptable to Ledyard, for the consumption of the six livre piece and the louis d'or would have left him utterly destitute; but he had no more expectation or right to assistance from Sir James Hall, than (to use his own simile) from the khan of Tartary. On his return to Scotland, Sir James Hall married, in 1786, the lady Helen Douglas, second daughter of Dunbar, earl of Selkirk. Living a life of retirement, Sir James commenced his connexion with the Royal Society of Edinburgh, of which he was for some time president, | WIKI |
The Secret To Growing Muscle- Part 4
Hi Everyone
After the last 3 emails going on about muscle building, I have put together these short tips as a checklist for you to use with your own training. Send this to your friends as this vital information makes for a great program and lasting results. Simply put this is a wrap up on your strength routine!
Practical guidelines for resistance training programs for health status improvement. They are as follows:
1. Train for Life- The physical and mental health gains achieved from long term resistance training go beyond just building muscle and lasting results can be achieved from just one training session per week. Just do it!
2. Follow a program that utilize the larger muscle groups as they provide a structural basis for the preferred loading that is recommended for improvements in bone mass and mineral density. This will also contribute to higher energy expenditure during programs an therefore help facilitate weight management goals.
3. The PUSH_ System allows for motivating sessions so each workout follow our set format.
a. Warm up set- 6-8 repetitions of say 50% load to prepare the mind and body for what’s ahead
b. Potential Set- perform a set of the desired amount of repetitions but perform 2 less. If you are aiming for 100 kilo as last week you did 95 then perform a set at 95 and perform 2 less reps.
c. Failure set- Perform a set to failure and remember failure is when your techniques no longer is supporting the structure necessary to complete the exercise safely.
4. As with any effective exercise prescription, individualize the program, with a carefully planned, progressive overload. Are your doors swinging smoothly?
5. Incorporate a variety of exercises. In order to avoid the effects of over-training, muscle soreness, and injury. The PUSH_ Model allows you to progress to through phases and be stimulated by continual variety.
6. Take the time to learn the basics and correct performance techniques of the resistance exercises. It is not about how much you lift but how well you function.
7. Training demands of resistance training may be greater for beginners, and elderly individuals, due to the physiological challenges of the prescribed exercise, and the level of fitness of the individuals. Try longer rest periods between sets.
8. Multiple-joint exercises, such as push ups and squats, are more demanding than single-joint exercises, such as bicep curls and crunches. The amount of training days per week may need to be manipulated to provide adequate recovery (up to 48 hrs).
Make it happen
We will support your goals, guide your fitness and make it fun. Most importantly, we will know who you are and care that you’re here!
DAY TRIAL
Making fitness a habit isn’t easy, but Viva makes it a whole lot more fun! Try our 10-Day free trial and find your fitness solution!
OUR MISSION & VALUES
“Inspiring you to live YOUR best life”
Your Family here at Viva Fitness are constantly striving to improve and exceed your personal expectations in creating an enjoyable lifestyle. Through our professional and passionate team, together we will ‘make it happen’…
Viva Fitness 2018 © All Rights Reserved.
Site by Websector | ESSENTIALAI-STEM |
Template talk:ny-IPA
It would be nice to be able to add multiple pronuns, like at. —Μετάknowledge discuss/deeds 04:37, 28 November 2016 (UTC)
* Done. DTLHS (talk) 14:53, 28 November 2016 (UTC) | WIKI |
User:LuciferMorgan/Archive 12
Football game
Seen you around GA, thought you might be able to help me with this. Do you think this 2005 Texas vs. Ohio State football game is notable for inclusion in an encyclopedia? Individual football games? I hesitated to be bold because it seemed well-sourced but so would any article about any collegiate or pro sports contest. Any thoughts? I am just trying to get a feel for what people think before I AfD someone's hard work. IvoShandor 09:32, 13 April 2007 (UTC)
* It seems like a fairly decent written article. Having said that, this is irrelevant. To qualify for inclusion on Wikipedia, this article has to satisfy notability. Does it do that? It's questionable. I mean in this, it wasn't a Cup final, it wasn't a high draw on TV, hasn't been described as influential or anything - the only thing the person feels is notable is it's the first time the team met. Is that notable enough? I'm not too sure really - my opinion is if this was a poorly written article it would be killed off speedily. The fact it's decently written may put off some reviewers. Afd it if it doesn't satisfy notability, and explain why so you have an airtight case.
* I feel sorry for whoever put that hard work in - I wish people would cut down on article creation and place a better emphasis on improving the messy stub / start articles. I sure hope an Afd wouldn't get to him too much, as we need editors willing to improve articles that much. LuciferMorgan 09:40, 13 April 2007 (UTC)
* Thanks. I was just looking for additional opinion. I think I will AfD it and see where it goes. You're right about the stubs needing work, but for all the articles on the Wiki there are some pretty gaping holes in coverage here and there, so new article creation has its merits. Of course, if new article creators would just go into the creation thinking GA or FA, this wouldn't be as big of a problem, I guess. Thanks again for your input my devily GA cohort.
* As a side note, I almost reviewed Jihad and would have probably passed it with a few minor hold changes, wish I would have now. : ) IvoShandor 09:54, 13 April 2007 (UTC)
* No worries :) My temper got out of control for various reasons. Wrong of me I know, though I've been frustrated by some people thinking it was due to it being put on hold. The reasons for it being put on hold I got annoyed at, not the fact it was put on hold. If you have any minor issues with "Jihad", feel free to message. LuciferMorgan 09:58, 13 April 2007 (UTC)
* I have looked at it a couple times, but didn't note anything in my mind that I remember, maybe another look and I will let you know? It probably passes at this point and whatever concerns are brought up won't be enough to hold up GA. I don't know where the BLP stuff came from on the Review discussion. As for gettin' angry, it happens to the best of us. The Wiki can be stressful at times....I know this. Also, article nominated for deletion. Thanks again for your input on this, a second opinion was all I needed, I had to know if I was being unfair. IvoShandor 10:08, 13 April 2007 (UTC)
* Make sure to inform the article's primary author - he won't be pleased, but in the interest of fairness he should be given the chance to say how he feels. LuciferMorgan 11:07, 13 April 2007 (UTC)
* I did. And I know. I felt bad. I told him as much, but the project has to come first. IvoShandor 14:15, 13 April 2007 (UTC)
* Hello LuciferMorgan, I hope you are doing well.
* I would like to discuss this AfD with you and perhaps we can get to know each other a little better. First of all, thanks for suggesting Ivo contact me about the AfD. That is actually a suggestion at Articles_for_deletion and it suggests that in fact notifying other closely related pages, such as the WikiProjects listed on the article talk pages, might also be a good idea.
* In this case, there are several notable things about the article. It is not just that it was the first game between the two teams. The article also talks about how it was rare for two top 5 teams to meet in the early season, how it was caled one of the most anticipated and best games of the season, etc. The article also explains that one of the two teams went on to win the national championship. Therfore, the statement you made above that "hasn't been described as influential or anything - the only thing the person feels is notable is it's the first time the team met." is not correct. It was influential, and it was notable for several reasons.
* You mention the TV draw - I don't have those numbers handy, but I am sure they were big. As I said, it was a highly anticipated game and it was also the only game that weekend featuring two top 5 teams. The stadium attendance alone was 105,565, which set a new all-time attendance record for the stadium. This fact is already in the article.
* You talk wishing people would work to improve articles as well as create new ones. I like to do a bit of both. If you look at my contributions (takes a little time to load), you will see that. I am a member of WikiProject Fact and Reference Check which seeks to better source all our articles. I am the primary author for one featured article.
* I have also helped with other FA's and FL's. I have been the primary author on several GA's as well, and I also help review articles at GA. I've helped edit some important articles like Water and United States as well as lesser known topics like Attwater's Prairie Chicken. I also do a fair amount of photography. My photos appear on articles such as Water and Accident as well as Gesture and Knitting and Marching band. I also search free photo sources for photos to add to articles such as Product placement and Valiant Shield. I mention these articles I have worked on because at AfD, you express a hope that I will work on articles that satisfy WP:N.
* The thing is, the 2005 Texas vs. Ohio State football game article does satisfy WP:N. It was a significant game for numerous reasons, the article is written in a NPOV manner, and it has numerous verifiable citations to reliable sources. I certainly don't claim that a college football article is as important as water, but we certainly have the resources to cover more light-hearted lifestyle articles as well. People need some freedom (excluding obvious vanity pieces or attack articles and the like) to write on things that interest them. We are not getting paid, so we can't force everyone to work exclusively on improving existing articles on "core" topics. I think you may find that as Wikipedia grows, we have the ability to cover a wider reach of subjects.
* Given that this particular football game is notable for more than one thing, I hope you will reconsider your stance and give your support to keeping the article. Best, Johntex\talk 20:41, 14 April 2007 (UTC)
Much thanks for messaging me on my talk page, and I'm only too happy to discuss this AfD. I suggested contacting yourself since this is something prevalent at WP:FAR, and firstly given the article's fine quality I wouldn't wish the Project to lose a good editor if it ended up deleted. That's no problem at all - I know how it feels when important discussions are being made and not even being notified. It sucks.
Now your second paragraph is rather interesting, and rather persuasive. The fact it was the first time they met I wouldn't consider to be notable, since this would mean that maybe every first meeting would demand an article - and to be honest I doubt they'd be as well written as yours. Having said that, I'm much interested in the rest of what you said. Notability should be asserted in the lead - one of the most anticipated games of the season etc. you said. Cool! Let's put that in the lead. If you could expand upon this fact in the body of the article that'd be welcomed. Same for being one of the best games of the season - put this fact in the lead (even if it's one sentence), and try expanding it in the body.
You also mention one of the two teams went on to win the championship - does that mean all their games that season need articles? Hmm I wouldn't class this as an assertion of notability. Having said that, was this specific victory pivotal to their eventual success in the championship? If so, this would be notable and if it could be expanded upon in the article then great.
TV draw - a big game, so maybe you could find out what the ratings were? This may help your cause with the notability factor. Right, the game set an all time attendance record for the stadium - now why isn't this in the lead? That's a definite plus in your favour that fact, so mention it in the lead. If you can mention all these notability factors in the lead of the article as requested by me, I'd be mighty tempted to change my vote. And yes the article is NPOV and well written - I praised the article's quality didn't I?
As concerns improving current articles instead of creating new ones, this wasn't meant as a criticism to yourself. The thing is, if this article gets zapped, all your hard work goes down the toilet. Furthermore, this was more of a criticism of those which make crappy stubs that lie there in a sorry state for what seems like eternity. You likely can think of some off hand. Your a member of Fact and Reference Check - very warming to hear, and something I admire. I am someone who people find sometimes annoying at FAR for demanding such verifiability, so any measures to improve this get my 110% backing. Congratulations on getting Baby Gender Mentor to FA, as we need more FAs. Very good article!
Helping with FAs, FLs, writing GAs, reviewing GAs, editing important articles and lesser topics, doing a fair amount of photography, searching for free use pictures for articles; yep this is all great, and you have my applause so no worries! When I expressed a hope you'll work on articles that satisfy WP:N, this was because I'm so admirable of the quality of the article. I'm a fan - I'd like to see more if possible. In my assessment, I was actually praising your value as an editor believe it or not.
As concerns not concentrating on core topics, don't worry! I have never edited a core topic, and wasn't saying you should. All I was saying really was to hopefully concentrate on articles which won't get AfD'd. As a matter of fact, your FA is much more of an important topic than the article I had FA'd (Christ Illusion, by a fairly known metal band). Also, college football is more popular in culture than heavy metal music. " People need some freedom (excluding obvious vanity pieces or attack articles and the like) to write on things that interest them. We are not getting paid, so we can't force everyone to work exclusively on improving existing articles on "core" topics." Yep, I 110% agree. If someone forced me to do so I would tell them to bog off personally, since "core" topics tend to get a lot of crufties targeting them and they're harder to maintain. Also, I couldn't write a quality article on a subject I find boring - you probably agree, as would most other Wikipedians.
When you fix that lead give me a shout, and I'll recast my vote. LuciferMorgan 21:21, 14 April 2007 (UTC)
* Thank you so much for replying. I hesitated to contact you about this because I was afraid you might find it irritating or improper. I'm glad you took my statement positively. You say some great things above and you give some good adive as well about improving the lead. I'm in a bit of a hurry at the moment due to off-wiki stuff I have to do, but I will definitely come back and put more of the good stuff into the lead. Thanks again, Johntex\talk 01:11, 15 April 2007 (UTC)
* The answer is...... 9.9 million TV viewers. This has been added to the article and I have expanded the lead also. Please let me know if you have any other suggestions. I have to help a friend move tomorrow, so I may not be back online until the day after. Best, Johntex\talk 05:20, 15 April 2007 (UTC)
Michigan State University
I would like to know Why you want Michigan state removed from the FA Topics. It is a Featured topic this week. you had your chance to say what should be fixed before it became a Featured topic, The pages that are not "good" or FA quality, have never been look at for grading, SO please help the pages get look at to see if they are of "good article" condition. Why remove Michigan State from FT status it'll be nominated again in only a week? I would like this removal candidates/Michigan State University to stop. In 2 weeks if the pages are not rated or they are bad then I my self will added Michigan State University to the topic removal candidates. Max 10:31, 14 April 2007 (UTC)
* Don't ask stupid questions. You're asking me why, yet my reasons are all in the FTRC. I never saw the FT nomination for this, and furthermore it isn't my problem if the nominator didn't nominate the articles for GA. I cannot "help" to get them looked at for GA as I could be accused of bias, and the page has a backlog. What makes these articles so special they should jump the GAC queue? Exactly, nothing.
* Furthermore, don't come on my page shouting the odds. My reasons for the nomination were perfectly valid, and this FTRC nomination will continue pending its outcome. If you make any attempt to remove the nomination I will not hesitate in reporting you to the administrators noticeboard. LuciferMorgan 10:43, 14 April 2007 (UTC)
Whitney Joins The JAMs
Would you be willing to take another look at the WP:KLF inventory please, Mr Morgan? I was thinking that as the Project has several articles which are damn near ready for FAC already, we might get one or two nominated to help myself and especially User:Vinoir back into the swing of things.
To my eye, Whitney Joins The JAMs looks particularly promising as a potential FAC. If you could see what you think and expand upon your previous comments it might be really helpful. Also, if you think we have a better article it would be nice to know about that too.
Cheers. --kingboyk 00:19, 16 April 2007 (UTC)
Ok, I'll take another look. I've indeed noticed the Project has several articles ready for FAC already, and it'd odd that as you and Vinoir wish to get back in the swing of things I'm rather busy - when that happens it's article improvement by me that loses out, though I still respond to queries etc.
Whitney Joins The JAMs is indeed ready for FAC.
* 1) Some moany reviewers may ask you to review the citation templates, though whether you wish to act upon them is up to you. Personally, it isn't really much of a problem. I also noticed with articles like NME, just the end of the quote is then cited. Some reviewers may wish for each quoted sentence to be cited given they're quotes.
* 2) Review section - nothing wrong with what's in it so far, though I would encourage a good scrummage for any other critical reviews. FA songs tend to usually have more reviews at hand, and as there's only two used some may cry POV.
* 3) I'm not an expert on lead sections, though I've noticed in my article improvements I tend to forget the lead section. If the lead section isn't adequate, as you know FAC reviewers pick up on these things.
* 4) "Composition" section - this is, besides the reviews, my main problem with the article. It has no citations, so comes across as Wikipedia's own description of the song - someone will scream WP:OR likely, and object. My recommendation, which you're free to call overkill, is to citate every sentence - the descriptions came from somewhere so likely can be cited. In FAC, this and reviews will likely be the main issues.
* 5) KLF Communications should be already FL, and I put my middle fingers in the air to the objectors - makes me sick that articles not even half as good are FL. I'd find out sometime if it could make FL without the image moaning from last time. "The Magnificent" needs a little work but could be GA easily - I think it's a B really, and more deserving of that status than say "Who Killed the JAMs?" and a few others that've been rated B. I know FA is more prestigious etc., but if the sources are there this one has partially untapped potential - so run with it sometime.
I hope my advice has been helpful, though I doubt it since I'm not much of an expert. My advice is to open a quick peer review and then request the comments of Ceoil, WesleyDodds, ShadowHalo, Seegoon and don't forget my partner in Slayer crime (M3tal H3ad). May be worth trying Sandy too possibly. If that lot can't find anything to criticise, then you should be given the star right now lol - they know their Wikipedia better than me and all have their own expertise in one way or another. If you dislike some comments, you could always ignore them then. Good luck Mr. KLF :) LuciferMorgan 09:18, 16 April 2007 (UTC)
* Sorry I didn't reply before mate, but I got a bit bogged down with other issues. I've had this open in a Firefox tab for ages. Thank you ever so much for your hugely detailed reply; I'll paste it into the Whitney talk page and go frighten Vinoir with the news that he has even more work to do ;) --kingboyk 20:36, 25 April 2007 (UTC)
DW stuff
Hi Lucifer. Thanks for the note on my talk page — I've added a DW wikiproject template to the Dave Martin talk page, thanks for pointing that out. I have also started adding citations to Doctor Who missing episodes — lots more to be done, but it's a start. Angmering 18:33, 17 April 2007 (UTC)
* I've been working from the web versions of the articles and one of the book chapters as my hard copies are 160 miles away; I've cited the print versions as I know they're the same and they're more reliable as sources to an outside observer cited that way. However, I shall get someone else on the WikiProject to come up with the page numbers, or else they'll have to wait until I'm next back at my parents' house, which probably won't be until late May sometime. On the subject of Quatermass II, I'll think about it! :-) Angmering 21:15, 17 April 2007 (UTC)
Royal Assent FAR
Hi Lucifer, if you get time can you revisit the FAR above, as there has been some work on 1c. Thanks. Ceoil 19:32, 22 April 2007 (UTC)
* Congratulations on retaining its status. When I went to revisit, it had already been kept. LuciferMorgan 00:09, 24 April 2007 (UTC)
Blabbermouth.net
Hi Lucifer, Blabbermouth.net was speedy deleted (apprently not notable, but yea whatever) and i put it up for deletion review. Please say your part. Regarding Eyes i had look but there isn't that much, only thing was it was "dark" and a breather from other Slayer songs or something. M3tal H3ad 12:16, 23 April 2007 (UTC)
Sorry
Lucifer,
I apologise about undeleting your comment on the Michigan State FTRC. It was an accident. What happened what that I was looking at the history when I saw your (deleted) comment about Sparty, so I decided to delete it from the list at top. Unfortunately, I must have edited the previous version — the one you deleted. I certainly did not do it to make you look foolish, and for that I most heartily apologize. I will delete that thread from the current discussion if that helps.
Sincerely, Lovelac 7 00:32, 24 April 2007 (UTC)
* Oh no problem. Delete my critical comment as regards it also - to be honest I thought it was not you but the person below who was mentioning how it was already GA etc. like he was above me in stature or something. My apologies if you felt this was directed at you, but it was directed at that other person. We all make mistakes so have no fear. Good luck with the FTRC - people at FAR will tell you I'm a general pain in the backside lol. LuciferMorgan 00:56, 24 April 2007 (UTC)
* Sorry if I came across like an ass, I didn't check the history to see that you had deleted the comment previously, and it had come back.--PresN 02:12, 24 April 2007 (UTC)
* No problem - if only I had a pound coin for every time I sounded like an ass on Wikipedia... :) LuciferMorgan 08:30, 24 April 2007 (UTC)
* Thanks for understanding. :) Lovelac 7 03:52, 24 April 2007 (UTC)
Request for your assistance
Hey. I know you write a lot of music/band related articles around here and have gotten some promoted to GA and whatnot. I was wondering if you might help me out a bit. I have run into a bit of a problem conducting a peer review for The Motels. The review can be seen here. However, further discussion has occurred on the user's talk page. It is the comments there that concern me the most as they are pretty much out and out saying, "hey this is OR." Since you have quite a bit of experience with this type of thing I thought maybe you might be willing to drop by those pages, take a look and offer your input as to reliably sourcing the article. IvoShandor 06:55, 24 April 2007 (UTC)
* The comments? I thought you're the only person who commented - or are we discussing the article itself? If you mean the article itself, search for adjectives like "extensive", "faithful" etc. and then zap them. Afterwards, to avoid OR accusations cite every sentence and all quotes (if there are any). The articles used to write the bio may be on a fansite somewhere with all the original publication info etc., so you could use them. If you have any other questions as concerns sourcing an article reliably, message back. LuciferMorgan 08:41, 24 April 2007 (UTC)
* Well I was concerned about the user's assertion oh his/her talk page above that:
''By the way, a fan site it is... my own, but it is semi-official. Martha Davis wants me to keep it up to date and most of the former band members periodically send me info to include. I know many personally and they were the ones who originally told me of the wiki site and it's inaccuracies and asked if I could "fix" the errors. So first it was get the info correct, then get peer review to get the writing upgraded with some good advice. Then dig into my source articles to properly cite this thing and hope that not too much sourcing was gotten over a glass of wine with Marty or Martha backstage. I will only use my fansite as a last resort but things like a complete gig list, song lyrics and some band member interviews are found nowhere else.''
Because I think this presents all kinds of difficulty with several key policies and guidelines, WP:COI, WP:OR, WP:EL, WP:NPOV, WP:RS, etc. I think I am the only person who comments, at least at peer review lately, its like a ghost town over there most of the time. An occasional announcement helps sometimes, at the Community Portal, but still crickets chirp incessantly and dark alleys remain deserted. IvoShandor 09:04, 24 April 2007 (UTC)
* It seems the problem may be resolved for now, but thanks for the input. I will continue to monitor the article's progress as the editor's ultimate goal is GAC, it has a good chance with some citations I think. IvoShandor 09:09, 24 April 2007 (UTC)
* The main problem is that you cannot tell if he or isn't telling the truth. As concerns complete gig lists and song lyrics, they aren't needed. Whichever way, some may assert he wants to get hits for his site. As concerns GAC - needs work on its writing as there's a lot of one sentence statements, the odd OR adjective here and there, and also the customary citations. LuciferMorgan 09:28, 24 April 2007 (UTC)
* Of coursely. I have given the editor quite a lot to work on and they seem to be committed to improving it. I copy edited this version partially, I will give it a thorough copy edit before any nomination and weed out anything that may be unintentional POV, because of whatever reason. IvoShandor 09:42, 24 April 2007 (UTC)
Reminder and warning
You have been previously warned about your uncivil comments and toxic attitude. You have chosen to disregard that warning. Do it again and you will be blocked. Raul654 17:45, 24 April 2007 (UTC)
* Don't come on my page warning me, especially when you're well known for blocking people in disputes you're involved with. Also, you're well known for your "toxic" attitude also. I stand by every word I said about you earlier - you have acted as though you own Global Warming for quite some time. I am fully entitled to my opinion and don't think of censoring me as it won't work.
* When I came to you when a certain "friend" of yours was bad mouthing me, you couldn't be bothered to assist. Now I've told the truth about you, you dislike it and are using your powers like a tyrant.
* Just because you're an admin, don't think you can bully me around. I never put up with your attitude before and I won't now. I'm not the only person who thinks you've used ANI like a farce and it should stop. And the best laugh about it is you've done exactly what I said you do - use your admin powers for your own agenda. LuciferMorgan 20:26, 24 April 2007 (UTC)
* So when is coming going to warn YOU about your toxic attitude then Raul? Tell me that. Tell me when someone's going to give you a block warning for the bullshit you've pulled on Wikipedia, like getting into arguments with people and issuing blocks to them when you don't like hearing the truth. LuciferMorgan 20:28, 24 April 2007 (UTC)
* I'll also add that if you do not like the truth then do not edit on Wikipedia. You can warn me a 100 times - I refuse to listen to a hypocritical admin who abuses his power and who demeans Wikipedia with his dictatorial attitude. Nobody is going to bully me around - just because you're an admin it doesn't give you the right to in any way. LuciferMorgan 20:30, 24 April 2007 (UTC)
* I have blocked you for 24 hours for the above comment and (since you disregarded the above warning) an additional 24 hours for the ANI comment. Raul654 22:59, 24 April 2007 (UTC)
* I still stand by my opinions Raul. LuciferMorgan 23:19, 24 April 2007 (UTC)
* Frankly, I could not care less about your opinions. But every time you make an uncivil comment, you can expect to be re-blocked. Until now, you've gotten away with a great deal, picking fights with everyone in sight. That is going to change. Raul654 23:23, 24 April 2007 (UTC)
* Threatening to abuse your power yet again are you? Nothing new there. LuciferMorgan 23:28, 24 April 2007 (UTC)
* And by the way, I couldn't care less about your opinion either. I also do expect to be re-blocked, especially when Stalin-esque admins like you rule Wikipedia with an iron rod. You have your opinion on me, and I'm 110% fully entitled to have my opinion on you and without your tyrannical threats of blocking. LuciferMorgan 23:30, 24 April 2007 (UTC)
His claim that there is a dispute is a transparent, self-serving attempt to avoid any repercussions from his actions - This is you you are describing Raul, not me. My claim that there's a dispute is fully valid also. My block is a self-serving attempt from you to keep me quiet. Shame on you. LuciferMorgan 23:23, 24 April 2007 (UTC)
* Raul654 has a problem avoiding personal vendettas (that are often misguided in the first place). And people use fallacious arguments to support his intolerable behavior. It's a shame. ~ UBeR 20:35, 26 April 2007 (UTC)
Re: User page revert
Re your message: In this case, it was just lucky. That particular IP seemed to be going on a run of vandalism so I left her/his contributions list open and manually watched for new edits. I do a lot of RC patrolling and catch user page vandalism that way, too. -- Gogo Dodo 20:54, 24 April 2007 (UTC)
Oh yeah..
Oh, yeah; please feel free to cite it if you have the book. Lighthead 23:20, 26 April 2007 (UTC)
* I do have the book. I also have "The Satanic Rituals". LuciferMorgan 12:48, 27 April 2007 (UTC) | WIKI |
How You Can Keep Your Heart From Aging Prematurely
Share
You may think that your heart is as old as you are, but it’s possible that your heart is aging faster than your chronological age. Half of adult men and 20 percent of adult women in this country have a heart that is five years older than their chronological age, says the Centers for Disease Control and Prevention. For black people, the gap can be as high as 11 years.
The more your heart ages, the higher your risk for heart attack, stroke and other related problems. Aging hearts are more likely to have stiffer, calcified arteries, thickened and stiffer muscle tissue, abnormalities in the conduction system and dysfunctional valves.
Aging prematurely
The genes you inherit from Mom and Dad may play a role, but risk factors for heart disease are what cause a heart to age prematurely, says cardiologist Michael Rocco, MD.
The more risk factors you have — and the more severe they are — the more your heart ages, Dr. Rocco says.
While some of these cannot be modified, the majority are under your control. These risk factors, Dr. Rocco says, include:
Turn back time
You are never too old to reduce your risk factors — and your heart’s age. Dr. Rocco says. Here are some things he recommends that you can do to help your heart stay young:
1. Take care of your chronic diseases or conditions. Keeping your blood pressure in the normal range can minimize your risk. The same goes for diabetes and high cholesterol. Other diseases, such as thyroid disease, and some medications may weaken the heart. Have regular checkups, follow your doctor’s treatment plan and take your medications as prescribed.
2. Maintain a normal weight. Increase your daily intake of fruits and vegetables. Eat plenty of fiber. Trade red meat for fish, chicken and legumes. You don’t have to eliminate your favorite foods completely, but you should avoid trans fats and eat saturated fats, salt and refined sugar sparingly. Cut back on between-meal snacking or reduce the portions of your favorite food.
3. Be active. The heart needs exercise to keep it in shape. Exercise increases your heart’s pumping power and helps deliver oxygen throughout your body. Regular exercise also helps keep weight and blood pressure under control and reduces stress. If you have an illness or disease that makes exercise difficult, look for a modified exercise program that’s more suited to your abilities.
4. Stop smoking. It is absolutely necessary to protect your heart. Tobacco is very addictive, and quitting is hard: The average person tries 7 times before succeeding. Your chances of success increase if you use three different stop-smoking aids simultaneously. Tell your doctor you’d like to quit and ask for a plan.
5. Don’t drink a lot of alcohol. Period.
6. Get regular checkups. Regular exams that include blood tests can help identify heart problems before they cause a heart attack or stroke.
7. Don’t ignore unusual symptoms. Listen to your body. If you develop any of these symptoms below, contact your physician immediately:
Share | ESSENTIALAI-STEM |
User:Saslos
User:Saslos
I am interested in contemporary theatre. Saslos (talk) 14:18, 31 January 2016 (UTC) | WIKI |
Page:Psychology of the Unconscious (1916).djvu/10
viii much disliked sexual conception now includes the further teachings of a psychology which by the application to it of such damning phrases as mystical, metaphysical and sacrilegious, is condemned as unscientific.
To add to the general confusion and misundertanding [sic] surrounding this new school of thought there has arisen a division amongst the leaders themselves, so that there now exist two schools led respectively by Professor Sigmund Freud of Vienna and Dr. Carl Jung of Zurich, referred to in the literature as the Vienna School and the Zurich School.
It is very easy to understand that criticism and opposition should develop against a psychology so difficult of comprehension, and so disturbing to the ideas which have been held by humanity for ages; a psychology which furthermore requires a special technique as well as an observer trained to recognize and appreciate in psychologic phenomena a verification of the statement that there is no such thing as chance, and that every act and every expression has its own meaning, determined by the inner feelings and wishes of the individual.
It is not a simple matter to come out boldly and state that every individual is to a large extent the determiner of his own destiny, for only by poets and philosophers has this idea been put forth—not by science; and it is a brave act to make this statement with full consciousness of all its meaning, and to stand ready to prove it by scientific reasoning and procedure.
Developed entirely through empirical investigation and through an analysis of individual cases, Freudian | WIKI |
Wikipedia:Articles for deletion/Moti Lake
The result was delete. JGHowes talk 00:09, 1 November 2019 (UTC)
Moti Lake
* – ( View AfD View log Stats )
Not notable. Fails WP:GNG. Harshil want to talk? 06:14, 23 October 2019 (UTC)
* Note: This discussion has been included in the list of Architecture-related deletion discussions. Harshil want to talk? 06:14, 23 October 2019 (UTC)
* Note: This discussion has been included in the list of India-related deletion discussions. Harshil want to talk? 06:14, 23 October 2019 (UTC)
* Keep WP:GEOLAND applies. Mccapra (talk) 11:37, 23 October 2019 (UTC)
* How Geoland applies here? It’s not disputed territory or any type of the legally recognised place. If you can see the source then it’s of district authority office and you’ll find no mention of it except name of village. Read WP:JUSTA.— Harshil want to talk? 11:56, 23 October 2019 (UTC)
* I think means the GEOLAND statement of "Named natural features are often notable, provided information beyond statistics and coordinates is known to exist. This includes mountains, lakes, streams, islands, etc." §§Dharmadhyaksha§§ {Talk / Edits} 15:13, 23 October 2019 (UTC)
* Yes thank you that’s what I meant. Mccapra (talk) 17:20, 23 October 2019 (UTC)
* But clearly it’s not provided here. The lake is not famous to have significant coverage in books or news about its history or geography. — Harshil want to talk? 17:23, 23 October 2019 (UTC)
* As a geographical feature it doesn’t need significant coverage. Many articles about lakes, reservoirs etc. on Wikipedia don’t. Mccapra (talk) 19:13, 23 October 2019 (UTC)
* Keep. The lake exists, so the criteria listed on WP:GEOLAND apply. Utopes (talk) 01:00, 24 October 2019 (UTC)
* Keep. a geographical feature does not have to be famousto be notable, ; the assumption is that if it has sources for more than a map reference or a population figure, that it is notable . Thebasis for this is the statement in the most fundamental of all our rules, WP:5, that WP has some of the characteristics of a gazetteer. DGG ( talk ) 09:12, 24 October 2019 (UTC)
* here’s simple google search. Most of the results are of wiki mirror site. No references has been found about this lake. I’m resident of the near by place and just living 10 kms near and I even never heard it. If you can find it in any book then you can cite it here.— Harshil </i>want to talk? 09:35, 24 October 2019 (UTC)
* , WP:OUTCOMES is interesting reading - it's a breakdown of typical outcomes of deletion discussions. WP:MAPOUTCOMES covers geographical features, and it's fairly widely accepted that articles about lakes are kept, even if they aren't notable in a GNG sort of way. I also think this is a keep, based on what I'm seeing at the article. Cheers Girth Summit <sub style="font-family:script;color:blue;"> (blether) 11:54, 24 October 2019 (UTC)
* Striking keep, explanatory comment below. Girth Summit <sub style="font-family:script;color:blue;"> (blether) 09:46, 25 October 2019 (UTC)
* Keep per WP:GEOLAND. Andrew Base (talk) 12:46, 24 October 2019 (UTC)
* Delete as the information in the article cannot be verified as expected in WP:V. I am not able to find any information about this lake (despite trying "Moti lake", "Moti talao", "Moti talav"). There are a bunch of other lakes in India with the same name. Other than Google maps, I don't see any mention of this lake. I suspect that the lake is not an officially named lake. I understand that many others are invoking WP:GEOLAND, however information has to be verifiable. If I cannot even verify the name of the lake, I don't see why Wikipedia should keep what could be a potentially incorrect article.--DreamLinker (talk) 18:09, 24 October 2019 (UTC)
* Exactly ! That’s what I was saying to the people who wrote keep. Here’re key points of WP:GEOLAND and here’s how it fails
* Is any information about this lake is available in public domain? ❌
* Are statistics even available with us? ❌
* Is there any verifiable content available in books or newspapers? ❌
* Do locals living near the place are aware of this lake? ❌
* Do Google shows any result about the place and information in reliable sources? ❌
* I think I should ping to reconsider their opinion here.— <i style="color:orange; font-family:Brush Script MT">Harshil </i>want to talk? 02:55, 25 October 2019 (UTC)
* Do Google shows any result about the place and information in reliable sources? ❌
* I think I should ping to reconsider their opinion here.— <i style="color:orange; font-family:Brush Script MT">Harshil </i>want to talk? 02:55, 25 October 2019 (UTC)
* I’m pinging as they’re residents of Gujarat and can have idea of notability of this place and comment well. In extra, pinging as he commented on my consecutive AfDs in which articles were created by same createor. You can read the above comments to know more about issue. — <i style="color:orange; font-family:Brush Script MT">Harshil </i>want to talk? 03:33, 25 October 2019 (UTC)
* Comment If you follow the coordinates given in the article you can see the lake on Google maps. If you search for ‘Moti talav’ you’ll see pictures of it, (there are pics on Wikipedia Commons) plus 1, 2, 3 and plenty of others. Thanks. Mccapra (talk) 03:58, 25 October 2019 (UTC)
* I can just laugh at these search results. These are for Sawantwadi, Maharashtra not for Bhat, Gujarat for which article is nominated for deletion. If you can google then distance between them is 1042 kilometers which is more than distance between Chicago to NY. Please do proper search. -- <i style="color:orange; font-family:Brush Script MT">Harshil </i>want to talk? 04:07, 25 October 2019 (UTC)
* ok that deserves a laugh. Mccapra (talk) 04:09, 25 October 2019 (UTC)
* you should revise your vote then. -- <i style="color:orange; font-family:Brush Script MT">Harshil </i>want to talk? 04:22, 25 October 2019 (UTC)
* Well I’ve thought about that and decided not to. When I search for Moti Lake in Gujarat I get one passing mention in a research paper and not much else, but my keep !vote was not based on a misidentification of this lake with another - I only went and searched just now. My keep !vote was based on Wikipedia being a gazetteer of geographical features. I’ve spent many happy hours deorphaning articles about lakes of the same size as this in France and Germany. There are hundreds of them, and for most we have no more by way of sourcing than we have for Moti Lake. On this basis I’ve decided to leave my !vote as it is. Mccapra (talk) 04:36, 25 October 2019 (UTC)
* Delete and information merged in village article. According to WP:GEOLAND, Named natural features are often notable, provided information beyond statistics and coordinates is known to exist. This includes... lakes... The number of known sources should be considered to ensure there is enough verifiable content for an encyclopedic article. If a Wikipedia article cannot be developed using known sources, information on the feature can instead be included in a more general article on local geography. I tried hard in English and local Gujarati language. Only information I can find is there is a reservoir lake (અનુશ્રવણ તળાવ) in Bhat village with size of 0.16 cubic and 2 metere depth Source: Ahmedabad district site No. 103 in list. In Google Maps, I can see two other lakes (one being tagged Vasdar Talav and other not tagged). The listed reservoir lake could any one of these three lakes. The person who created the article created many articles on Bhat village for each and every small feature of the village. There is also a serious chance that the lake does not have any name and the creator himself named it Moti lake. Or at best the people living near it calling it Moti lake. There no sources available for Moti lake and is unlikely to expand beyond a sentence in future. There is no point in keeping this article only because it is a lake. Regards,-Nizil (talk) 06:20, 25 October 2019 (UTC)
* Comment First, can I check whether you're familiar with the guidelines on canvassing? I'm not saying you've broken them with your pings above, since it could be argued that you pinged the people you did because they are known for their expertise in this field, which would be appropriate notification, I'm merely mentioning it in case it wasn't something you were aware of - pinging specific editors from deletion discussions is sometimes interpreted as an attempt to improperly affect the outcome of the discussion.
* You'll see that I've struck my keep vote above, based on the arguments you've put forward, and on Nizil's comments above. I have not done an exhaustive search for sourcing myself, but based on what Nizil is saying the best option might be to Merge what content we can into an article about the region or area the lake is in, and redirect this title to that article. Users with better local knowledge than me would be better placed than I am to suggest which article that should be - Bhat seems like a possible candidate, a short line about this lake might be added to the 'Geography' section there, perhaps referenced to the research paper that identified (a passing reference should be enough to support an assertion that the lake exists). Cheers Girth Summit <sub style="font-family:script;color:blue;"> (blether) 09:46, 25 October 2019 (UTC)
* Changing mind again per latest discussion
* No, I know about canvassing and thus, I pinged three users who are living in near place like I am so that their opinion matters. And I pinged all of those first who voted here. And article you’ve linked is of community not of village. Best article is Bhat, Daskroi. — <i style="color:orange; font-family:Brush Script MT">Harshil </i>want to talk? 10:53, 25 October 2019 (UTC)
* , OK, no probs - just wanted to make sure you were aware. You're much better placed than me to determine the best redirect target, I'll bow to your judgement there. Cheers Girth Summit <sub style="font-family:script;color:blue;"> (blether) 11:53, 25 October 2019 (UTC)
* I don't think I can support a merge/redirect because the name of the lake itself is unreferenced.--DreamLinker (talk) 18:46, 25 October 2019 (UTC)
* , I think Mccapra said further up that they had found a source that mentioned it (albeit in passing) -, could you post a link to that so we can see whether it would support a merge? Girth Summit <sub style="font-family:script;color:blue;"> (blether) 17:10, 26 October 2019 (UTC)
* here’s what Mccapra has to say for their source. Revisit convo. — <i style="color:orange; font-family:Brush Script MT">Harshil </i>want to talk? 17:42, 26 October 2019 (UTC)
* , No, it was later in the conversation, they said it mentioned a Lake Moti in Ghujarat. It would be worth checking that. Girth Summit <sub style="font-family:script;color:blue;"> (blether) 17:46, 26 October 2019 (UTC)
* Comment yes I found this (see page 4 just above figure 2) though on rereading it, although it’s in Gujarat, I’m not completely sure it’s the same place. Mccapra (talk) 02:01, 27 October 2019 (UTC)
* Again, I’ll mildly these time laugh at your search result.😁 Pavagadh is away from the place which is mentioned here. And the word “Moti Lake” literally means “Big lake” in Gujarati. So, Motu talav, Moti talav are in many villages of Gujarat. You should trust locals that no information about place is available. Regards,— <i style="color:orange; font-family:Brush Script MT">Harshil </i>want to talk? 02:21, 27 October 2019 (UTC)
* Ok well, if that source is also a dud, and we literally don't have any source that attests to the name even, then there's nothing to merge - striking the above. Girth Summit <sub style="font-family:script;color:blue;"> (blether) 20:31, 29 October 2019 (UTC)
* Delete. A lake that is only verified to exist is NOT by default notable. The province of Quebec has more than 500,000 lakes. These all presumably can be seen in maps. But we do not want articles for all of these, with merely location and name of lake information. Here it sounds like the lake is relatively unknown even locally, and there do not exist sources to meet wp:GNG. --Doncram (talk) 23:58, 29 October 2019 (UTC)
* Delete. Fails WP:SIGCOV.4meter4 (talk) 19:11, 30 October 2019 (UTC)
* The above discussion is preserved as an archive of the debate. <b style="color:red">Please do not modify it.</b> Subsequent comments should be made on the appropriate discussion page (such as the article's talk page or in a deletion review). No further edits should be made to this page. | WIKI |
UNITED STATES of America, Appellant, v. Steven M. ROSTOFF, et al., Defendants, Appellees.
No. 93-1376.
United States Court of Appeals, First Circuit.
Heard Jan. 9, 1995.
Decided April 24, 1995.
Peter A. Mullin, Asst. U.S. Atty., with whom Donald K. Stern, U.S. Atty., and Jonathan L. Kotlier, Asst. U.S. Atty., Boston, MA, were on brief, for the U.S.
Roger A. Cox, for defendant Steven M. Rostoff; Michael J. Traft, with whom Carney & Bassil, Boston, MA, was on brief, for defendant David Rostoff; Erica M. Foster, with whom Foster and Peterson, Danvers, MA, was on brief, for defendant James Harris; Thomas M. Hoopes, for defendant Dolores DiCologero; and William A. Brown, Boston, MA, for defendant Paul J. Bonaiuto.
Before TOR.RUELLA, Chief Judge, SELYA and STAHL, Circuit Judges.
SELYA, Circuit Judge.
In this case, the district court departed downward from the guideline sentencing range (GSR) as to each of five defendants on the theory that the harm attributed to them, measured by the amount of loss sustained by the victim, overstated the seriousness of the offense of conviction. The government now asks us to evaluate both the lawfulness of the downward departures and the propriety of the court’s role-in-the-offense adjustments for two defendants, David and Steven Ros-toff. We uphold the sentences of all defendants except the Rostoffs (who must be re-sentenced as a result of erroneous role determinations).
I. BACKGROUND
A federal grand jury indicted the brothers Rostoff, together with James Harris, Dolores DiCologero, and Paul J. Bonaiuto, on charges, inter alia, of conspiracy, bank fraud, and the making of false statements. See 18 U.S.C. §§ 371,1344, and 1044. These charges stemmed from a failed foray into the New England condominium market — a market that rose to giddy heights in the mid-to-late-1980s and then plunged precipitously.
The conspiracy count constituted the hub of the indictment. In it, the grand jury charged that, from December 1985 to February 1989, the defendants, aided and abetted by others, fraudulently induced a federally insured financial institution, the Bank for Savings (the bank), to grant several hundred loans, totalling in excess of $30,000,000, to persons purchasing condominium units from David Rostoff, Steven Rostoff, and James Harris (collectively, “the Rostoff group” or “the developers”). Like spokes running from the hub, 43 of these loans gave rise to 86 “mirror image” bank fraud and false statement counts against various defendants.
The trial jury plausibly could have found that the scheme tracked the following script. The bank had a firm policy of refusing to grant first mortgage loans in excess of 80% of the lower of the sale price or the appraised value of residential real estate; and, when mortgages were written on that basis, the bank ordinarily required the balance of the purchase price to be paid in cash by the borrower. In 1986, bank officials, eager to maintain a lucrative working relationship with the Rostoff group, bent the rules. The bankers allowed the developers to assist common customers (i.e., persons who bought condominiums from the Rostoff group and financed the purchases through the bank) in an uncommon way: by taking back second mortgages to circumvent the cash down-payment requirement. The bankers conditioned this concession on the express understanding that the second mortgages would be enforced, and that each purchaser would make at least a 10% down payment from his or her own capital.
This arrangement proved too tame for the developers’ purposes. To facilitate sales, they cooked the books, surreptitiously telling selected buyers that they would not enforce the second mortgages, or, alternatively, that they would not demand interest payments on particular second mortgages until resale of the encumbered condominiums. More importantly, the developers set out to subvert the down-payment requirement by orchestrating a paper shuffle designed to create the (false) impression that the buyers were putting 10% down in order to acquire the properties, when they were not. In many instances, the developers accomplished this sleight of hand by offering customers a 10% discount from the stated purchase price. When a customer agreed to buy at the reduced price, the developers submitted documents to the bank that overstated the actual purchase price by 10% and treated the negotiated discount as a down payment. This flim-flam took on added significance because the bank underwrote the loans on the basis of an 80% loan-to-value (LTV) ratio, using purchase price as a principal measure of value. Thus, an inflated purchase price often caused the bank to approve a higher, first mortgage loan than would have been forthcoming had it known the true purchase price. In the end, many buyers acquired condominiums without making any down payment or other cash expenditure (except for closing costs).
The bank’s closing attorney, defendant Bo-naiuto, and the manager of the bank’s mortgage department, defendant DiCologero, knowingly participated in fabricating this tissue of lies, half-truths, and evasions. Between September 1986 and February 1989, the bank engaged Bonaiuto to close at least 240 loans to the developers’ customers. Although no fewer than five borrowers testified at trial that they asked Bonaiuto about apocryphal deposits shown on their settlement sheets, he did not notify the bank of any discrepancies. DiCologero also worked closely with the developers, handling the day-to-day administration of the loan approval process. The prosecution proved her awareness of the ongoing scheme largely by circumstantial evidence.
Following a lengthy trial, a jury found each of the five defendants guilty of conspiracy to defraud the bank. In addition, the jury found Steven Rostoff guilty on a total of 72 “mirror image” counts of bank fraud and making false statements (representing 36 transactions), David Rostoff guilty on 32 such counts (representing 16 transactions), Harris guilty on 52 such counts (representing 26 transactions), Bonaiuto guilty on 10 such counts (representing five transactions), and DiCologero guilty on two such counts (representing one transaction).
On January 29, 1993, the district court convened a disposition hearing. By then, the bank had become insolvent, and the Federal Deposit Insurance Corporation (FDIC) had become the receiver. The court determined that the FDIC sustained losses due to the defendants’ activities in the $2,000,000-$5,000,000 range. The court then calculated the offense level of all defendants except DiCologero on the basis of this loss computation, see U.S.S.G. § 2F1.1(b)(1)(E) (providing a 10-level enhancement for fraud crimes involving losses of more than $2,000,000, up to and including $5,000,000), arriving at an adjusted offense level (OL) of 20 for the Rostoff brothers and Bonaiuto, and 18 for Harris. The court attributed slightly under $1,000,-000 in losses to DiCologero and, after other interim adjustments, settled on an OL of 18. The court factored in the defendants’ criminal history scores — all were first offenders— and arrived'at a GSR of 33-41 months at OL-20 and a GSR of 27-33 months at OL-18. Finding, however, that in each instance the amount of loss overstated the seriousness of the particular defendant’s criminality, Judge Zobel departed downward. She sentenced David and Steven Rostoff to serve 15-month terms of immurement; sentenced Harris to a nine-month prison term; sentenced Bonaiuto to two years probation, six months of which was to be served in a community treatment center; and sentenced DiCologero to two years of straight probation. This appeal followed.
II. THE DOWNWARD DEPARTURES
In sentencing under the guidelines, departures are the exception rather than the rule. See United States v. Diaz-Villafane, 874 F.2d 43, 52 (1st Cir.), cert. denied, 493 U.S. 862, 110 S.Ct. 177, 107 L.Ed.2d 133 (1989). When a district court nonetheless departs, and an appeal eventuates, we ask three general questions: (1) Is the reason that the sentencing court gave for departing of a type that lawfully can ground a departure in an appropriate case? (2) Is the court’s factfinding in respect to the cited reason sustainable on whole-record review? (3) Is the degree of the departure reasonable? See United States v. Mendez-Colon, 15 F.3d 188, 189 (1st Cir.1994); United States v. Rivera, 994 F.2d 942, 950-52 (1st Cir.1993); Diaz-Villafane, 874 F.2d at 49. A departure passes muster only if all three inquiries yield an affirmative response.
In this case, the government asserts that the lower court erred at each step along the departure path. We trace the contours of the court’s decision and then address the three relevant questions.
A. The Anatomy of the Departure Decision.
In fraud cases controlled by the guidelines, the amount of the victims’ monetary loss (actual or intended) is a proxy for the seriousness of the offense, and, thus, a key determinant of the severity of the perpetrator’s sentence. See United States v. Lilly, 13 F.3d 15, 17, 19 (1st Cir.1994); United States v. Tardiff, 969 F.2d 1283, 1285 (1st Cir.1992). Recognizing, however, that no proxy is perfect, the applicable edition of the sentencing guidelines cautions that:
In a few instances, the total dollar loss that results from the offense may overstate its seriousness. Such situations typically occur when a misrepresentation is of limited materiality or is not the sole cause of the loss ... In such instances, a downward departure may be warranted.
U.S.S.G. § 2F1.1, comment, (n. 11) (Nov. 1987). ■
The defendants in this case all moved for downward departures based on application note 11. The district court accommodated their requests, linking its largesse to a linchpin finding that numerous factors, apart from the defendants’ conduct, inflated the losses sustained by the FDIC. The court premised its linchpin finding primarily on three subsidiary findings. (1) The court remarked the bank’s gadarene rush to participate in the condominium boom despite the obvious risks. To the court’s way of thinking, this overeag-erness was driven by greed — after all, the bank based incentive compensation for top officials on loan production and fomented a “lend at all costs” mentality that led senior managers to condone the defendants’ shenanigans. The court expressed great skepticism about senior management’s professed lack of knowledge or responsibility, concluding that, at the very least, management had acted negligently, particularly in authorizing loan approvals, and had bent its policies grotesquely to retain the Rostoff group’s business. In the court’s view, these shortcomings contributed mightily to the extent of the eventual losses. (2) Next, the court found that the buyers were neither dupes nor victims in the traditional sense. To the contrary, the court thought they had become willing participants in the defendants’ scheme. Their cupidity drove up prices in the condominium market and, thus, contributed substantially to the amount of money eventually lost. (3) Finally, the court observed that economic forces not under the control of, or precipitated by, the defendants, especially the sudden, unforeseen collapse of the New England real estate market — a collapse that decimated the demand for residential condominiums — increased the magnitude of the losses.
The district court believed that these factors, in combination, contributed so directly to the extent of the loss that the defendants were entitled to a substantial measure of relief. In the sections that follow, we test the legal and factual sufficiency of the court’s stated ground. Finally, we examine the reasonableness of the actual departures insofar as they affect Harris, DiCologero, and Bonai-uto.
B. Step One: The Court’s Reason.
While the government assails the departure decision on all available fronts, its fundamental point is that, as a matter of law, the guidelines simply do not authorize departures under a “multiple loss causation” theory. Since this assertion questions whether the departure-justifying reason cited by the court below is of a kind that the guidelines, in principle, permit a sentencing court to embrace for that purpose, we afford plenary review. See Rivera, 994 F.2d at 951; Diaz-Villafane, 874 F.2d at 49.
In evaluating multiple loss causation as a departure-justifying circumstance, we do not write on a pristine page. In United States v. Gregorio, 956 F.2d 341 (1st Cir.1992), we approved the manner in which the district court, acting under the general fraud guideline, U.S.S.G. § 2F1.1, structured its downward departure to “reflect[ ] ‘multiple causation’ for victim loss.” Id. at 344. Although the “sufficiency of the basis for departing in response to multiple causation of victim loss” was not at issue on that occasion, id. at 347 n. 10, we stated unambiguously that “ ‘multiple causation’ of victim loss is a ‘Commission-identified’ circumstance in which a downward departure may be warranted.” Id. at 347. We do not believe that these words, even if technically dictum, can be read other than as an outright endorsement of multiple loss causation as a permissible basis for departing downward, and, indeed, as a departure-justifying reason that the guidelines encourage. See generally Rivera, 994 F.2d at 948 (explaining that the guidelines sometimes “offer the district court, which is considering whether to depart, special assistance, by specifically encouraging” certain types of departures).
Despite the plain import of Gregorio, the government maintains that multiple loss causation is an invalid basis for a downward departure. Gregorio is irrelevant here, the government says, because the Gregorio court had before it the November 1990 version of the guidelines, which, like the original (1987) version, authorized departures when “the total dollar loss that results from the offense [overstates] its seriousness,” such as when “a misrepresentation ... is not the sole cause of the loss.” 956 F.2d at 345 (citing November 1990 version of application note ll). In the government’s view, time has passed Gregorio by, for the Sentencing Commission rewrote the application notes to section 2F1.1 effective November 1, 1991, consolidating several preexisting notes into a new note 10. In the process, the Commission eliminated any reference to “the sole cause of the loss” language. The government proceeds to weave a tapestry from several gossamer strands of speculation and surmise, hypothesizing that the Commission, recognizing that it had improvidently promulgated former note 11, acknowledged the error of its ways and junked the original reference. Using this hypothesis as a springboard, the government then jumps to the conclusion that the Commission, in essaying the revision, tacitly rejected multiple loss causation as an appropriate factor in the departure calculus.
We need not resolve the issue of whether the Commission, in revising the application notes in a way that dropped the “sole cause of the loss” language, intended to drum multiple loss causation out of the ranks of encouraged departures. To avoid ex post facto difficulties, courts should “normally apply [guideline] amendments retroactively only if they clarify a guideline, but not if they substantively change a guideline.” United States v. Prezioso, 989 F.2d 52, 53 (1st Cir. 1993); accord Isabel v. United States, 980 F.2d 60, 62 (1st Cir.1992). This rule stymies the government in this instance. If, on the one hand, as the government argues, the Commission’s rewriting of the application notes bars downward departures premised on multiple loss causation, then that revision cannot be applied retroactively for doing so would change the substance of the fraud guideline, U.S.S.G. § 2F1.1, as that guideline was explicated in Gregorio. See Prezioso, 989 F.2d at 54 (explaining that a new interpretation of a guideline that contradicts existing circuit precedent “alters the guideline” and, hence, constitutes a substantive change that can only apply prospectively). If, on the other hand, the revision does not bar downward departures for multiple loss causation, then the district court’s selection of multiple loss causation as its departure-justifying ground is, under Gregorio, unimpugnable.
Consequently, we hold that, under the original pre-1991 version of the guidelines— the version that controls here — the district court permissibly singled out multiple loss causation as a departure-justifying circumstance.
C. Step Two: The Factual Predicate.
Since the lower court isolated a conceptually proper departure-justifying circumstance, the second step of the review process looms. At this stage, we must determine whether, on the whole record, the court sup-portably could have found that the departure-justifying circumstance actually existed. See Diaz-Villafane, 874 F.2d at 49. Because this determination implicates the court’s fact-finding, our standard of review is deferential. See id. (explaining that the findings of fact underlying a departure decision “may be set aside only for clear error”).
Aside from the defendants’ actions, the district court identified three factors that contributed to the magnitude of the loss in this ease: (1) the conduct of the bank’s senior management; (2) the buyers’ esurience; and (3) the nosedive in condominium prices. The government does not seriously dispute either the incidence of these factors or their aggravating effect upon the amount of loss. Instead, the government asserts that the court clearly erred in finding an overstatement because the loss figures that the court used for sentencing purposes represented only a fraction of the actual losses caused by the defendants’ criminal activity.
This argument will not wash. Calculating the amount of loss for purposes of the sentencing guidelines is more an art than a science. Courts can, and frequently do, deal with rough estimates. See United States v. Skrodzki, 9 F.3d 198, 203 (1st Cir. 1993); see also U.S.S.G. § 2F1.1, comment., n. 8 (stating that “the loss need not be precise,” so long as the court “make[s] a reasonable estimate of the range of loss, given the available information”). Hence, a party dissatisfied with the sentencing court’s quantification of the amount of loss in a particular ease must go a long way to demonstrate that the finding is clearly erroneous. See Skrodzki, 9 F.3d at 203; Tardiff, 969 F.2d at 1288.
Here, the court computed the amount of loss based on 43 loans that were specifically enumerated in various substantive counts of the indictment, plus an additional 97 loans that the Federal Bureau of Investigation (FBI) had classified as fraudulent. The court then excluded from its loss calculation for each defendant any loan that formed the basis for a specific count on which he or she had been acquitted. In restricting her computations to these 140 loans, the judge relied on an affidavit subscribed to by an FBI case agent, who reviewed the bank’s records and culled out loans for which he found “specific evidence of fraud.”
Bearing in mind the wide berth that sentencing judges must be given in determining what information is, or is not, sufficiently reliable to be used in imposing sentence, see Tardiff, 969 F.2d at 1287, we cannot say that Judge Zobel’s refusal to venture beyond these 140 loans constituted clear error — especially since the record contains only sketchy information about the origin and extent of losses on other loans. Nor can we say that the judge erred in excluding “acquitted” loans. Although relevant conduct must be determined by the court, not the jury, see, e.g., United States v. Tavano, 12 F.3d 301, 306 (1st Cir.1993); United States v. Mocciola, 891 F.2d 13, 17 (1st Cir.1989), we believe the evidence here falls well short of compelling a finding that any “acquitted” loans must be included in calculating the amount of loss.
Because the record adequately supports the district court’s findings as to both multiple loss causation and amount of loss— indeed, the government has shown us nothing that casts serious doubt on the plausibility of the court’s findings in either respect— we conclude that the departure decision passes muster at step two.
D. Step Three: Reasonableness.
We come now to the final step in the review process, focusing on whether the “direction and degree of departure” are reasonable. Diaz-Villafane, 874 F.2d at 49. The government says that the district court stumbled at this step by failing to explain how it arrived at such sizable sentence reductions and by exhibiting unreasonable leniency. We turn first to the absence of a particularized explanation of how the district court determined the extent to which it would depart.
1. The Need for Findings. In United States v. Emery, 991 F.2d 907, 913 (1st Cir. 1993), we held that it is not necessary for a district court to “dissect its departure decision, explaining in mathematical or pseudo-mathematical terms each microscopic choice made in arriving at the precise sentence.” We opted instead for a pragmatic approach, recognizing the helpfulness of explanations but cautioning that “when the court has provided a reasoned justification for its decision to depart, and that statement constitutes an adequate summary from which an appellate tribunal can gauge the reasonableness of the departure’s extent, it has no obligation to go further and attempt to quantify the impact of each incremental factor on the departure sentence.” Id. This approach reflects our view that judicial discretion, sensibly exercised, is in most cases the critical determinant of the degree of departure. See United States v. Aymelek, 926 F.2d 64, 70 (1st Cir. 1991) (holding that, in respect to unguided departures, “a sentencing court need not resort at all to analogies”); Diaz-Villafane, 874 F.2d at 51-52 (disavowing any intention to reduce departure decisions to exercises in “mechanistic bean-counting”).
This approach is not discredited by cases such as United States v. Rosales, 19 F.3d 763 (1st Cir.1994). There, the district court gave only a terse summary of its reasons for departing, and offered no insight into how it settled upon the degree of departure. On appeal, this paucity of information compromised our ability to assess the departure’s reasonableness and necessitated a new sentencing proceeding. See id. at 770.
To be on the safe side, a sentencing judge should always endeavor to explain the extent of a departure. Yet judges are human, and, like other human beings, they will sometimes fail to dot every “i” and cross every “t.” When such a slip occurs and a sentencing court neglects to explain how it fixed the extent of a departure, no bright-line rule obtains. Such situations must be handled on a case by case basis. The bottom line is that we eschew a purely mechanical test — one that merely asks whether or not the sentencing court has made findings explaining the degree of departure — in favor of a practical one — one that asks more broadly whether or not the sentencing court has supplied the appellate panel with sufficient information to enable it to determine the reasonableness of the departure. See, e.g., United States v. Quinones, 26 F.3d 213, 219 (1st Cir.1994) (stating that the.court of appeals will overlook the omission of an explicit explanation anent the scope of a departure “if the reasons for the judge’s choice are obvious or if an explanation can fairly be implied from the record as a whole”).
Here, unlike in Rosales, appellate review is facilitated by the sentencing court’s detailed explanation of the circumstances warranting departure. This thorough exposition is adequate to explain the departures’ extent. In particular, Judge Zobel’s founded determination that the amount of loss grossly overstated the seriousness of the defendants’ criminal activity weighs heavily. Precisely because the guidelines use amount of loss as a proxy for culpability in fraud cases, a supportable finding that the loss exaggerates the reality of events often is tantamount to a finding that the conventional sentencing range exaggerates a defendant’s blameworthiness, and, thus, tends to invite a corresponding downward departure. So it is here. Accordingly, while we would have preferred a more deliberate discussion of the degree of departure, “we see no purpose served in this case ... in remanding to make explicit what was implicit.” United States v. Sclamo, 997 F.2d 970, 974 (1st Cir.1993).
2. The Departures’ Extent. The second shot in the government’s sling comes closer to the mark. The three departures currently under review are substantial; as we show in the margin, the least generous of them (applicable to Harris) reduces the sentence to one-third the bottom of the GSR, and the other two departures (applicable to Bonaiuto and DiCologero, respectively) manifest even greater clemency. Nonetheless, we reject both the prosecution’s implicit premise that unguided departures of this magnitude are presumptively unsound and its explicit premise that the particular departures sub judice are simply unreasonable.
We begin at bedrock. In respect to unguided departures, once the sentencing court identifies a departure-justifying circumstance and decides to act upon it, there is no algebraic formula that it can invoke to quantify the departure’s extent. Hence, determining the size of such a departure is “quintessentially a judgment call,” Diaz-Villafane, 874 F.2d at 49, of a type that the law leaves almost entirely to the sentencing court’s standardless discretion. This means, of course, that there is no single, correct, “one-size-fits-all” unguided departure; rather, in any given situation, a range of widely disparate options doubtless fall within the universe of acceptable sentencing outcomes.
Similarly, once the trial judge departs, there is no litmus test that an appellate court can employ to verify that the extent of an unguided departure is — or is not— reasonable. This stark reality, coupled with the district court’s superior knowledge of the facts and its matchless ability to detect the subtle nuances that at times distinguish cases from the mine-run, argues convincingly for a deferential approach. See Rivera, 994 F.2d at 950 (discussing desirability of deference in light of “sentencing court’s superior ‘feel’ for the case”) (quoting Diaz-Villafane, 874 F.2d at 50); see generally Bruce M. Selya & Matthew R. Kipp, An Examination of Emerging Departure Jurisprudence Under the Federal Sentencing Guidelines, 67 Notre Dame L.Rev. 1, 39-40 (1991) (explaining that, in reviewing the extent of an unguided departure, “the sentencing judge’s decision is accorded generous latitude in recognition of the court’s firsthand knowledge of the case”). We have consistently held, therefore, that appellate judges must exercise considerable restraint before disturbing the presider’s reasoned definition of the degree of departure. See Rivera, 994 F.2d at 950; Diaz-Villafane, 874 F.2d at 49-50.
To be sure, this emphasis on deference places a considerable burden on the sentencing judge. To ease the weight of this burden, the judge is entitled to expect counsel’s help. The lawyers are (or, at least, they should be) a fecund source of assistance, for they have every incentive to give the trial court the benefit of their thinking on issues in the case. Indeed, the prosecution, which has an institutional interest in seeing'that justice is done, possesses an incentive that borders on an obligation.'
Departures fit neatly within this conceptual framework. Judges must forewarn the parties of imminent departures, see Burns v. United States, 501 U.S. 129,135-39, 111 S.Ct. 2182, 2185-88, 115 L.Ed.2d 123 (1991), and, once forewarned, the prosecution and the defense become full partners with the court in the departure pavane. Given the opportunity, the parties — out of self-interest, if for no more ennobling reason— should try to aid the court in determining what degree of departure best responds to the idiosyncratic features of the specific case. A prosecutor who forfeits this opportunity is in a peculiarly poor position to protest profusely when the judge, left to her own devices, thereafter exercises her discretion as she deems best.
This brings us to a special circumstance that undermines the argument the United States advances here. Judge Zobel invited the government to make recommendations at the disposition hearing concerning the appropriate degree of departure for each defendant. The prosecutor declined the invitation, clinging stubbornly to his position that the court should not depart at all. At oral argument in this venue, the government sought to justify this maneuver by suggesting that its underlying position — its claim that the district court could not lawfully depart — somehow relieved it of any responsibility to assist the court in fixing the degree of departure. We are unpersuaded.
The court below was faced with two distinct decisions: whether to depart, and if so, to what extent. Once the court resolved the threshold issue and solicited the parties’ views on the second issue, the prosecution, given its distinctive role, could not sidestep the separate inquiry as to ’ the degree of departure merely because it disagreed with the court’s initial ruling. Counsel who lose a point can neither pout nor play the ostrich, but must move on and confront the next set of issues. See, e.g., United States v. Smolar, 557 F.2d 13, 17 (1st Cir.), cert. denied, 434 U.S. 866, 98 S.Ct. 203, 54 L.Ed.2d 143 (1977). Just as a lawyer who moves unsuccessfully for judgment as a matter of law must then give the court his suggested jury instructions on the issue or risk’ a less-than-favorable charge, so, too, a prosecutor who argues against a departure, loses, and then refuses to offer suggestions referable to the degree of departure runs a comparable risk.
In this instance, the chickens came home to roost: the district court, unable to pry a recommendation out of the prosecution, granted sizable sentence reductions. Under these straitened circumstances, the government has an especially hard row to hoe in its effort to convince us that the district court displayed unreasonable generosity in shaping the departures. Because reasonableness is not an absolute, but a construct that “depends on the circumstances,” Cotto v. United States, 993 F.2d 274, 280 (1st Cir.1993), the government’s silence in the face of the lower court’s timeous request for enlightenment concerning the appropriate extent of the departures affects our assessment of the departures’ reasonableness. Put another way, the government, having been afforded an opportunity to influence a discretionary decision and having chosen instead to stonewall, can expect that doubts will be resolved against it when, thereafter, it attempts to second-guess that decision. Cf. Paterson-Leitch Co. v. Mas sachusetts Mun. Wholesale Elec. Co., 840 F.2d 985, 989 (1st Cir.1988) (“Courts, like the Deity, are most frequently moved to help those who help themselves.”).
Against this backdrop, we conclude that the government has not shown the sentencing outcomes in this case to be beyond the realm of reason. In reviewing wpward departures, we have ratified very dramatic deviations from tabulated sentencing ranges so long as they have been shown to be responsive to the record. In Diaz-Villafane, for instance, we affirmed a 120-month sentence though the GSR topped out at 33 months. In approving this upward departure — representing a 264% increase in the defendant’s sentence — we deferred to “the district court’s firsthand knowledge of the case and its careful exposition of the reasons why it thought the situation to be markedly atypical.” 874 F.2d at 52. Diaz-Villafane is not an aberration. See, e.g., United States v. Hernandez Coplin, 24 F.3d 312, 316 (1st Cir.) (upholding as reasonable 38-month and 46-month upward departures, representing increases of 380% and 328% over the respective GSR ceilings), cert. denied, — U.S. -, 115 S.Ct. 378, 130 L.Ed.2d 328 (1994); United States v. Doe, 18 F.3d 41, 48-49 (1st Cir. 1994) (upholding as reasonable a 45-month upward departure that represented a 166% increase over the GSR’s apex); United States v. Figaro, 935 F.2d 4, 8-9 (1st Cir. 1991) (upholding as reasonable an upward departure that tripled the defendant’s sentence); United States v. Rodriguez-Cardona, 924 F.2d 1148, 1156-57 (1st Cir.) (upholding as reasonable an 84-month upward departure that represented an increase of 165% over the GSR’s apex), cert. denied, 502 U.S. 809, 112 S.Ct. 54, 116 L.Ed.2d 31 (1991).
Because we do not visualize departures as a one-way street leading invariably to higher sentences, the same reasoning applies ex proprio vigore to downward departures. This street runs both ways. Consequently, the amount of deference that is due to a district court’s decision regarding the degree of departure does not expand and contract depending upon the departure’s direction. See, e.g., United States v. White Buffalo, 10 F.3d 575, 577-78 (8th Cir.1993) (upholding as reasonable a downward departure to a term of probation as against a GSR of 18-24 months); United States v. One Star, 9 F.3d 60, 61-62 (8th Cir.1993) (upholding as reasonable a downward departure to a term of probation as against a GSR of 33-41 months); Sclamo, 997 F.2d at 972 (upholding as reasonable a downward departure to a term of probation as against a GSR of 24-30 months); United States v. Jagmohan, 909 F.2d 61, 65 (2d Cir.1990) (affirming district court’s downward departure from GSR of 15-21 months to a term of probation).
We will not primp the peacock’s plumage. Here, four critical factors militate against a holding that the departures are unreasonably steep: (1) the district court’s supportable finding that the amount of loss vastly overstated the defendants’ culpability, (2) the combined impact of the several external elements cited by the court {e.g., the greed displayed by the lender’s senior management, the bank’s negligence, the buyers’ complicity, and the market’s collapse), (3) the special circumstance that the government refused to assist the court in the daunting task of determining the departures’ size, and (4) the breadth of the court’s discretion in this area of sentencing. Though the question is close, we conclude that the three departures are all within, albeit tiptoeing along the outer periphery of, the universe of acceptable sentencing outcomes.
Finally,, we think that the differences in the degrees of departure as among the various defendants are sustainable. As we have repeatedly observed, the amount of loss is a proxy for the seriousness of an offense. In a broad sense, then, the loss calculation is relevant to an individual defendant’s culpability, and the departure for multiple loss causation is driven by the knowledge that, on occasion, the proxy will overstate culpability. In sentencing these defendants, the district court made explicit findings as to their relative culpability, rating the brothers Rostoff “at the high end of culpability,” Harris “somewhat lower,” Bonaiuto “somewhat below [Harris],” and “DiCologero below that.” The court then linked the degree of departure to the degree of culpability. Once a departure-justifying circumstance has been identified, and the sentencing court has determined to act upon it, a construct that varies the degree of departure based on relative culpability (as related to the actual ground for departure) seems eminently reasonable.
E. Recapitulation.
We have made the pilgrimage that Rivera and Diaz-Villafane demand. Having done so, we find that the district court departed for an encouraged reason, permissible under the guidelines; that the departure-justifying circumstance is sufficiently record-rooted; and that the extent of the departures is within acceptable bounds (if barely). Consequently, we uphold the downward departures as to the defendants Harris, Bonaiuto, and DiCologero.
III. ROLE IN THE OFFENSE
The final leg of our journey brings us to the sentences imposed on the Rostoff brothers. Those defendants erect an immediate roadblock, asseverating that the district court’s downward departures eliminate any need to scrutinize the antecedent role-in-the-offense adjustments. Therefore, they urge us to vault directly to a departure analysis, ignoring possible errors in the court’s interim sentencing adjustments. We demur: following this course would put the cart before the horse.
We need not tarry, for the Rostoffs’ importuning impales itself on the horns of stare decisis. The reasonableness of a departure depends on its extent — and the extent of a departure cannot be measured unless and until a defendant’s sentencing range is established. Thus, “a decision to depart does not, as a general rule, render moot questions concerning the appropriateness of the calculations underbracing the district court’s computations of the GSR.” Emery, 991 F.2d at 910. The case at hand falls squarely within the Emery doctrine: each of the challenged role-in-the-offense adjustments “at least potentially, has more than academic effect on the actual sentence because the proportionality of the departure to the GSR is a salient factor to be considered in judging the departure’s reasonableness.” Id.
Having dismantled the Rostoffs’ roadblock, we turn to the challenged adjustments. The sentencing guidelines provide for elevating the OL of “an organizer or leader of a criminal activity that involved five or more participants or was otherwise extensive” by four levels, U.S.S.G. § 3Bl.l(a); elevating the OL of lieutenants — the “manager[s] or supervi-sores]” of such an activity — -by three levels, U.S.S.G. § 3Bl.l(b); and elevating the OL of those occupying leadership slots in smaller or less extensive criminal enterprises by two levels, U.S.S.G. § 3Bl.l(c). Here, the district court invoked subsection (c), and increased the OL of each Rostoff brother by two levels. The government contends that the court should have applied either subsection (a) or (b). We agree.
A.What Transpired Below.
The disputed role-in-the-offense adjustments originated with the Probation Department. It recommended two-level enhancements under subsection (c) even though it acknowledged in the PSI Reports that the Rostoffs were “principal[s]” who “participated in the management and coordination of the scheme” and who “received a larger share of the proceeds of this conspiracy.” The government objected to the proposed adjustments, emphasizing the size and complexity of the plot. The Probation Department stood firm. Curiously, however, even while rejecting the objection, it conceded in an addendum to Steven Rostoffs PSI Report that the criminal activity was “extensive,” and that all five defendants had been “principal participants” in it.
The government renewed its objection before the district court, but to no avail; Judge Zobel accepted the Probation Department’s recommendations on this subject without making any independent findings. Accordingly, each brother received a two-level enhancement under subsection (c).
B.Standard of Review.
Role-in-the-offense determinations are innately fact-specific. The court of appeals must, therefore, pay careful heed to the sentencing judge’s views. See United States v. Ocasio, 914 F.2d 330, 333 (1st Cir. 1990). It follows that our standard of oversight is deferential: “absent mistake of law, we review such determinations only for clear error.” United States v. Dietz, 950 F.2d 50, 52 (1st Cir.1991). Questions of law engender de novo review. See United States v. Brewster, 1 F.3d 51, 54 (1st Cir.1993).
C.Analysis.
In ruling that subsection (c) applied, the district court necessarily found that the Ros-toffs were “organizer[s], leader[s], managers] or supervisor^]” of the criminal enterprise. U.S.S.G. § 3Bl.l(c). Neither side has challenged this finding. The question on appeal, then, is whether the defendants’ criminal activity “involved five or more participants or was otherwise extensive,” and, thus, fell outside the parameters of subsection (c).
The government’s assertion that the criminal activity involved at least five participants is ironclad. For one thing, the Probation Department’s finding to this effect is essentially unchallenged. For another thing, inasmuch as the jury found all five defendants guilty on the conspiracy count, the sentencing court was bound to conclude that the criminal activity involved no fewer than five participants. See United States v. Weston, 960 F.2d 212, 218 (1st Cir.1992) (explaining that under the guidelines “a guilty verdict, not set aside, binds the sentencing court to accept the facts necessarily implicit in the verdict”).
Despite the impeccable provenance of this fact, the brothers try an end run around it. They contend that U.S.S.G. § 3Bl.l(a)-(b) does not apply because, while they may have exercised leadership in a criminal enterprise that had at least five members, neither of them recruited, controlled, or directly supervised four other people. We need not dwell upon the correctness of the Rostoffs’ self-assessment, however, for their end run takes us on a fool’s errand.
Since the relevant language of subsections (a) and (b) is disjunctive, either extensiveness or numerosity is a sufficient predicate for a three- or four-level upward adjustment. See United States v. Hall, 996 F.2d 284, 287 (11th Cir.1993); Dietz, 950 F.2d at 53-54. In this instance, a careful review of the record leaves no room to doubt the extensiveness of the criminal enterprise. Thus, we need not inquire into the attributes that might — or might not — be essential if the enhancement depended upon a finding of nu-merosity.
Unlike numerosity, extensiveness does not depend upon a finding that a criminal activity embraced no fewer than five criminally responsible participants, see United States v. Melendez, 41 F.3d 797, 800 (2d Cir.1994); Dietz, 950 F.2d at 53-54-, much less a finding that the activity included four or more persons under the defendant’s direct control. Rather, a determination that a criminal activity is “extensive” within the meaning of section 3B1.1 derives from “the totality of the circumstances, including not only the number of participants but also the width, breadth, scope, complexity, and duration of the scheme.” Dietz, 950 F.2d at 53.
Here, the conspiracy lasted for over three years, encompassed a bare minimum of 140 fraudulent loans, consumed millions of dollars, affected many lives, and involved a legion of people beyond the five named defendants. On this record, we are compelled to conclude that the defendants’ criminal activities satisfy the extensiveness standard that is built into U.S.S.G. § 3Bl.l(a)-(b). Consequently, the two-level enhancement cannot stand: if the district court impliedly held that the defendants’ criminal activity was not extensive, it committed clear error, and if the court applied section 3B 1.1(c) notwithstanding the extensiveness of the criminal activity, it misapprehended the law. Either way, the court’s crafting of the Rostoffs’ adjusted offense levels undervalued their respective roles in the offense, requiring resen-tencing.
IV. CONCLUSION
We need go no further. For the reasons stated, we affirm the convictions of all defendants, and affirm the sentences meted out to the defendants Harris, Bonaiuto, and DiCo-logero. However, we vacate the sentences imposed on the defendants David and Steven Rostoff, and remand their cases for resen-tencing in light of the need for altered role-in-the-offense determinations.
Affirmed in part, vacated in part, and remanded for further proceedings consistent with this opinion.
STAHL, Circuit Judge,
concurring.
While I agree with the majority’s result and with much of its reasoning, I cannot agree that the prosecution’s “reticence” at recommending the degree of departure should animate our review of the reasonableness of the district court’s departure decision.
We review the direction and degree of unguided departures for reasonableness. United States v. Diaz-Villafane, 874 F.2d 43, 49 (1st Cir.1989); see also 18 U.S.C. § 3742(e)(3). In determining whether a sentence is reasonable, we proceed with ‘“full awareness of, and respect for’ the sentencing court’s ‘superior “feel” for the case.’ ” United States v. Rivera, 994 F.2d 942, 950 (1st Cir.1993) (quoting Diaz-Villafane, 874 F.2d at 50). Accordingly, the standard of review “is quite deferential to the district judge.” United States v. Hernandez Coplin, 24 F.3d 312, 316 (1st Cir.1994). We have never informed our deference by what the prosecutor recommends, either for upward or downward departures.
The majority states that if the government fails to recommend a downward departure when invited to do so, “the government has an especially hard row to hoe in its effort to convince us that the district court displayed unreasonable generosity in shaping the departures,” Majority at 410, and that “the government’s silence in the face of the lower court’s timeous request for enlightenment concerning the appropriate extent of the departures affects our assessment of the departures’ reasonableness,” id. at 410. With this, the majority appears to adopt a waiver-like analysis, such that a prosecutor who fails to recommend an appropriate sentence risks a near-automatic affirmance of the district court’s sentence. I cannot agree that the government’s action, be it in the nature of waiver or otherwise, has anything to do with our review of the reasonableness of the sentence, for in assessing reasonableness, our focus is on the facts of the case, not on the recommendations made by counsel. Thus even if the government recommends a lesser departure than the court grants, that recommendation cannot be an appropriate basis for us to decide that the court’s ultimate decision fails the reasonableness test.
In my view, the majority requires the court and the prosecutor to engage in an empty exercise, for to avoid affecting appellate review, the government would routinely recommend very small downward departures, even though it believes no departure is warranted and even though such advice will not assist the court any more than the government’s true position that no departure is warranted. Unlike the majority’s example of a lawyer who moves unsuccessfully for judgment as a matter of law who must then suggest jury instructions to the court, see Majority at 410, the prosecutor who unsuccessfully argues against a decision to depart does not assist the court by then recommending a downward departure of one week. In the departure context, the government’s silence carries with it the implicit recommendation that no departure (and, therefore, at most a very small one) is appropriate. Thus the government’s argument that there is no legal authority to depart often conflates with its position that no departure is appropriate.
I fail to understand the application of the majority’s apparent rule in this case. The majority accuses the prosecutor of “stonewall[ing],” Majority at 410, and of “clinging stubbornly to his position that the court should not depart at all,” id. at 410. It,is true that the prosecutor did not believe that the court was entitled to consider multiple causes for the loss as a grounds for departing downward. In addition to making that legal argument, however, the prosecutor also argued that even if the court had legal authority to depart, the losses being used for sentencing purposes did not overstate the seriousness of the defendants’ offense. Thus the prosecutor, accepting that the district court had legal authority to depart downward, still argued that no departure was warranted. In accordance with that view, when invited to recommend an appropriate sentence, the prosecutor responded, “Your Honor, we believe that the sentencing guideline ranges that were calculated by the Probation Office were appropriate ones.... ” The district court, hardly pressing for more assistance, replied, “Oh, I understand. I understand.” The prosecutor went on, however, to rank the defendants in order of the government’s view of their culpability. I would not characterize the prosecutor as having “stonewall[ed].”
Thus, given the deference appropriate in reviewing departure decisions, and given the facts found by the district court, we cannot say that the district court acted unreasonably in departing downward to the extent it did in this case. This is so not because of any reticence showed by the government in failing to recommend appropriate sentences to the court, but rather because these departures, while significant, are nonetheless within the realm of reasonableness. The government’s “silence” on the amount of departure is irrelevant; and the deference accorded the district court is not affected by actions of the government.
. We note two related facts. First, after investigators discovered the fraud, Bonaiuto falsely asserted that he had queried borrowers about the deposits shown on the settlement sheets, and that they had assured him that they had made the indicated down payments. Second, Bonaiuto also acted as closing attorney for the bank in connection with his own purchase of two condominium units from the Rostoff group. On each occasion, he submitted a settlement sheet to the bank showing that he had tendered a 10% down payment when, in fact, he had made no down payment at all.
. One vignette is particularly telling. On July 23, 1987, DiCologero's husband closed a mortgage loan at the bank in order to finance his purchase of a condominium from the Rostoff group. The settlement statement falsely indicated that a $7,700 deposit had been made when, in fact, DiCologero's husband had purchased the condominium with no cash down payment (advancing only $1,663.40 in closing costs). The record shows that DiCologero shepherded the loan through the bank's approval process.
. The jury convicted the defendants on a count that charged a conspiracy beginning in 1985 and continuing into 1989. It is well established that the sentencing guidelines apply to offenses that straddle the effective date of the guidelines (November 1, 1987). See United States v. David, 940 F.2d 722, 739 (1st Cir.), cert. denied, 502 U.S. 989, 112 S.Ct. 605, 116 L.Ed.2d 628 (1991). Even in such cases, however, the guidelines in effect at the time of sentencing, not those in effect at the tag end of the offense, ordinarily control at sentencing, except where ex post facto concerns loom. Cf., e.g., United States v. Harotunian, 920 F.2d 1040, 1041-42 (1st Cir.1990). The district court, invoking this exception, applied the November 1987 version of the guidelines. No party questioned that choice below, and no party asks us to revisit it on appeal. Since we follow the district court's lead, all references herein are to the November 1987 edition of the guidelines unless otherwise specifically indicated.
. Inasmuch as the Rostoffs must be resentenced for other reasons, see infra Part III, we limit our departure inquiry to the sentences imposed upon Harris, DiCologero, and Bonaiuto, respectively.
. The November 1990 version of application note 11 is identical to the 1987 version and, thus, controls in this case. See supra note 3.
. The new note reads in pertinent part:
In cases in which the loss ... does not fully capture the harmfulness and seriousness of the conduct, an upward departure may be warranted.... In a few instances, the loss ... may overstate the seriousness of the offense. This may occur, for example, where a defendant attempted to negotiate an instrument that was so obviously fraudulent that no one would seriously consider honoring it.
U.S.S.G. § 2F1.1 comment., n. 10 (Nov.1991).
. The government also suggests, in what it bills as a separate argument, that the district court improperly relied on the conduct of the bank and of the buyers as a basis for departing. At bottom, however, this suggestion is predicated on the government’s assertion that it is improper to focus on any causes of the loss apart from the conduct of the defendants. As we have pointed out, such a position is inconsistent with both the unambiguous language of the original commentary that accompanied section 2F1.1 and the clear import of existing circuit precedent. Hence, the government's "separate” suggestion adds nothing to its flagship argument.
. At any rate, the record buttresses the district court's conclusions. The evidence establishes that bank officials approved myriad loans, total-ling millions of dollars, with an abandon commonly associated with drunken sailors. In the bargain, senior management routinely authorized loans that exceeded the bank's LTV ratio, backdated documents, and acted, to use the government's phrase, in an “incredibly negligent” fashion. The evidence also shows that many of the purchasers were sophisticated investors who, enthralled by gimmicks like the phantom down-payment concept, bought multiple properties. As sophisticated investors surely should know, projected profits that look too good to be true often are — and often signify the presence of great financial hazards. Finally, an economist's affidavit, introduced at sentencing, graphically illustrates the extent to which the bottom fell out of the condominium market.
. The following chart illustrates the degrees of departure:
Defendant GSR Incarcerative Sentence
J. Harris 27-33 months 9 months
P. Bonaiuto 33-41 months 0
D. DiCologero 27-33 months 0
Relatedly, the court placed Bonaiuto on two years probation, six months of which was to be served in a community treatment center, and sentenced DiCologero to a two-year term of straight probation.
. In general, departures can be classified as either "guided” or "unguided.” As the label implies, a guided departure is one in which a "guideline or related commentary suggests that under [the] particular circumstances the departure should be calibrated by a particular analogy to the sentencing grid.” Bruce M. Selya & Matthew R. Kipp, An Examination of Emerging Departure Jurisprudence Under the Federal Sentencing Guidelines, 67 Notre Dame L.Rev. 1, 12 (1991). In contrast, an unguided departure, although it may be based on grounds specifically encouraged or identified in the guidelines, is not constrained by a specification of the means through which the sentencing court must calculate the departure's magnitude. See id. We restrict our discussion today to unguided departures, because former application note 11 to section 2F1.1, as it appeared in 1987, offered no definitive directions for determining the extent of downward departures based on multiple loss causation.
. Our concurring brother misapprehends this point. Since reasonableness is necessarily a function of what the sentencing court knows, depriving the court of the prosecutor's judgments about the extent of an anticipated departure limits the court's knowledge and, thus, affects the reasonableness of its ensuing determination. Contrary to Judge Stahl's assumption, the unhelpful prosecutor does not “waive'', anything; he simply makes his post hoc complaint less convincing.
By like token, we do not believe that we are encouraging "empty exercise[s]." Post at 415. We agree that the prosecutor who, as our concurring brother suggests, "recommend[s] a downward departure of one week,” does not assist the sentencing court. Id. We disagree, however, that such a ruse would improve the prosecution's position or help to alter the calculus of reasonableness. It should go without saying that, just as we expect lawyers who suggest jury instructions to base them on existing law or good faith arguments for new law, so do we expect the government to be candid and forthcoming in commenting upon the reasonableness of an anticipated departure.
. In a colloquy with the court, the prosecutor ranked the defendants in order of perceived culpability, listing David Rostoff as the most culpable, Steven Rostoff second, and Harris third. Bonaiuto and DiCologero brought up the rear. For the most part, the sentences imposed by Judge Zobel coincide with this ranking. This parallelism makes it all the more difficult for the government to maintain that the judge’s method was madness.
. Of course, relative culpability alone is not a reason to depart. See United States v. Wogan, 938 F.2d 1446, 1448 (1st Cir.), cert. denied, 502 U.S. 969, 112 S.Ct. 441, 116 L.Ed.2d 460 (1991). If, however, a valid departure-justifying circumstance is present, and the sentencing court acts on it, relative culpability appropriately can influence the degree of departure.
. The operative number of other persons is four rather than five, since the defendant himself must be counted as a participant, see United States v. Tejada-Beltran, 50 F.3d 105, 109 n. 9 (1st Cir. 1995), and the defendant presumably is under his own control.
. , Some courts have held that, when the applicability of § 3Bl.l(a) depends upon numerosity rather than extensiveness, the defendant must be shown personally to have controlled no fewer than four other participants. See, e.g., United States v. Carson, 9 F.3d 576, 584 (7th Cir.1993) (stating that to warrant invoking subsection (a), the defendant must have had "some control, direct or indirect, over at least four other participants in the offense”), cert. denied, -U.S. -, 115 S.Ct. 135, 130 L.Ed.2d 77 (1994); United States v. Reid, 911 F.2d 1456, 1465 n. 8 (10th Cir.1990) (same), cert. denied, 498 U.S. 1097, 111 S.Ct. 990, 112 L.Ed.2d 1074 (1991). Other circuits take a different position. See, e.g., United States v. Dota, 33 F.3d 1179, 1189 (9th Cir.1994), cert. denied, -U.S. -, 115 S.Ct. 1432, 131 L.Ed.2d 313 (1995). Both the validity and the permutations of this interpretation of § 3Bl.l(a) are open questions in this circuit.
. The government maintains that David Ros-toff's offense level should be enhanced by four levels pursuant to U.S.S.G. § 3Bl.l(a) and Steven Rostoffs offense level should be enhanced by three levels pursuant to U.S.S.G. § 3B 1.1(b). We take no view of these particulars, leaving the resolution of such interstitial questions to the district court.
. See Majority at 410-11 (discussing reasonableness in context of other departure cases).
| CASELAW |
Page:The Habitat of the Eurypterida.djvu/140
134 in the same beds and really closely associated or whether they are found only along certain partings as is indeed indicated by Peach and Horne who say that "A characteristic feature of this eurypterid bed is the abundance on the divisional planes of that enigmatical fossil Dictyocaris ramsayi, forming, indeed, large black patches about an inch and a half across." One fact at least is clear: The eurypterids occur in a very thin band and are found in abundance in one section only, while a few fragments are found in one or two other nearby localities. The eurypterids are confined within a few inches vertically, while laterally the remains have a very limited extent, disappearing within a few yards. The occurrence at Gutterford Burn is in bed A of Brown and Henderson which contains ten species. Two species have been recorded from bed H to the northwest in a section exposed by the Henshaw Burn, a tributary of the North Esk. Except for these two isolated occurrences no eurypterids are found in the other beds or even in the same beds as they are traced along the strike. The remains of sixteen species representing five genera appear suddenly in a band a few inches thick, without forerunners in the underlying beds and with not a single straggler in the immediately overlying beds.
The following species of merostomes have been obtained from Gutterford Burn according to the identifications made by Malcolm Laurie (Peach and Horne, 215, 132, 593, 594):
* Bembicosoma pomphicus Laurie
* Stylonurus (Drepanopterus) pentlandicus (Laurie) emend. Clarke and R.
* S. (Drepanopterus) bembicoides (Laurie) emend. Clarke and Ruedemann
* S. (Drepanopterus) lobatus (Laurie) emend. Clarke and Ruedemann
* Eurypterus conicus Laurie
* E. minor Laurie
* Eusarcus scoticus (Laurie) emend. Clarke and Ruedemann
* Eurypterus 3 sp. undet.
* Stylonurus elegans Laurie
* S. macrophthalmus Laurie
* S. ornatus Laurie
* Slimonia dubia Laurie
* Dictyocaris ramsayi Salt
* Palaeophonus loudonensis Laurie | WIKI |
Talk:Thrift Shop
Comedy?
Seriously, people, why do people keep insisting this song is "comedy hip-hop"? First sentence of that article: "...that is comedic in nature." This song isn't supposed to be comedic, although it's funny at times. Read the citations... Macklemore seriously thrifts. This isn't supposed to be taking the piss out of people who shop at thrift stores. Just because there's punchlines, it doesn't make it comedy hip-hop, because then that would encompass 90% of rap. Drjayphd (talk) 02:03, 31 January 2013 (UTC)
* I agree, even though some words/parts are funny I don't think it is comedy hip-hop, it's not like The Lonely Island with "Jizz in My Pants" or "I Just Had Sex". NYSM y talk page 02:23, 31 January 2013 (UTC)
* It's not poking fun at people who shop at thrift stores, it's (indirectly) poking fun at mainstream rap's celebration of materialism. FiredanceThroughTheNight (talk) 16:37, 16 June 2014 (UTC)
music video
Why is there not a plot summary of the music video? TheMouthofSauron (talk) 17:10, 2 June 2013 (UTC)
Requested move
* The following discussion is an archived discussion of a requested move. Please do not modify it. Subsequent comments should be made in a new section on the talk page. Editors desiring to contest the closing decision should consider a move review. No further edits should be made to this section.
The result of the move request was: moved. As this page has already gone back and forth a couple of times, if people start move-warring, please either let me know or request protection at RFPP. —Darkwind (talk) 02:16, 29 September 2013 (UTC)
Thrift Shop (song) → Thrift Shop – Per WP:DIFFCAPS and this section of WP:NCCAPS, a difference in capitalization is sufficient disambiguation, making the (song) unnecessary. — PinkAmpers & ( Je vous invite à me parler ) 01:44, 19 September 2013 (UTC)
* Support Clearer case than the canonical Red Meat/Red meat example since the sentence-case form is only a redirect in this case. I don't know how WP:ENGVAR works out here—in my experience as an American, "thrift store" is far and away the most common name used for the type of store. If someone told me they were going to a thrift shop, I'd understand, just as if they said they were going to a hardware shop, but in this case, I think hatnotes are the way to go. I suspect anyone typing in "Thrift Shop" with title-case capitalization is indeed looking for the song. --BDD (talk) 16:45, 19 September 2013 (UTC)
* Support per nom and BDD. Considering that the type of store is more usually called a "thrift store" than a "thrift shop", and that different capitalization is sufficient to distinguish articles anyway, there's no reason not to put this at the base title Thrift Shop.--Cúchullain t/ c 21:51, 19 September 2013 (UTC)
| WIKI |
Ingrown Toenail Specialist
Arya Foot & Ankle
Board Certified Podiatrist located in Phoenix, AZ
An ingrown toenail might seem minor because it’s just a curved toenail, but ingrown toenails are among the most painful conditions affecting the feet. At Arya Foot & Ankle, experienced board-certified podiatrist Shylaja Arya, DPM, can relieve pressure and pain on the spot with a simple in-office procedure. Call the Phoenix, Arizona, office or book an appointment online today.
Ingrown Toenail
What is an ingrown toenail?
An ingrown toenail is nail incurvation that causes one or both nail borders to grow into your skin. Ingrown toenails usually affect the big toe and are often extremely painful.
Without proper care, an ingrown toenail can lead to a clinically severe infection and cause additional serious complications like bone infection, foot ulcer, or tissue death.
What are the symptoms of an ingrown toenail?
Ingrown toenails curve at your nail border, growing into the skin there to cause serious pain.
Ingrown toenails become infected very easily, which can cause more pain as well as symptoms like:
• Reddened skin
• Swollen or tight-feeling skin
• Pus or clear fluid drainage
• Highly inflamed new skin overgrowth
Symptoms usually occur on one side of the toe, but occasionally, both sides of a nail can be ingrown.
What caused my ingrown toenail?
The most common reasons for ingrown toenail growth include:
• Cutting your nails in a curve
• Family history of ingrown toenails
• Frequent pressure on your toes, like wearing tight shoes
• Shoes that crowd your toes
• Repetitive foot trauma from sports or other activities
Although toenail fungus doesn't directly cause ingrown toenails, fungus can trigger abnormal nail growth patterns that could potentially lead to an ingrown toenail. If you have a fungal toenail, Dr. Arya treats that infection first.
What is the treatment for an ingrown toenail?
Dr. Arya treats an infected ingrown toenail with either topical or oral antibiotics. This resolves symptoms like skin inflammation, swelling, and fluid drainage.
Then, she can numb your toe and remove the embedded nail border. This offers instant relief and doesn’t require any downtime. This is a temporary nail removal, so your nail grows back over the coming weeks and months.
If you have recurrent ingrown toenails, you could need permanent nail removal. In this procedure, Dr. Arya removes a strip of nail containing both the ingrown portion of the nail and the nail root (the matrix).
She uses a special chemical to treat the nail root, which prevents regrowth. Because she removes just a small strip of your nail, your toenail still appears almost normal — simply without the painful ingrown part.
What are other treatments for nail issues?
In addition to treating ingrown toenails, you may seek treatment for toenail fungus and other nail-related conditions. Thick, discolored, or crumbling nails are unsightly and toenail fungus is one of the most common foot complaints.
It is important to have your toenails evaluated to ensure the correct diagnosis. Treatment of toenail fungus often depends on the diagnosis. Dr. Arya will take a nail culture to send to pathology in order to ensure the exact pathogen causing the fungus. Then, the fungus can be appropriately treated and pain from fungus can be relieved.
Dr. Arya, expert foot doctor, can ease your toenail pain right away, so don’t wait to reach out. Call Arya Foot & Ankle or book an appointment online today.
What we offer
Services | ESSENTIALAI-STEM |
Kowloon RFC
Kowloon RFC is a rugby club based at King's Park, Kowloon, Hong Kong.
History
The club was founded in 1976 by John Eastman, David Lacey, and Bill Trotter. They were supported by a donation of HK$3,000 from Vernon Roberts, the chairman of Hongkong Land.
2012–2013 Squad
in bold = players internationals
Notable players
* 🏴 David Tait – former Sale Sharks player. Died in December 2012.
* 🇦🇷 Ignacio Elosu – Argentina U21 international, former Castres Olympique and Exeter Chiefs player.
* 🏴 Eni Gesinde – former Newcastle Falcons player.
* 🇿🇦 Henjo Van Niekerk – South Africa U19 international, former Blue Bulls and Venezia Mestre Rugby FC player..
* 🏴 Tom Bury – Scotland U20 and Scotland 7's international.
* 🏴 Adam Dehaty – England U21 international, former Newcastle Falcons player.
* 🏴 Mike Waywell – England Counties XV international.
* 🇭🇰 Mark Goosen – Hong Kong international.
* 🇭🇰 Alex Harris – Hong Kong international.
* 🇭🇰 So Hok Ken – Hong Kong international.
* 🇭🇰 Andy Li – Hong Kong international.
* 🇭🇰 Chris McAdam – Hong Kong international.
* 🇭🇰 Alan Graham – Hong Kong international.
* 🇭🇰 Tom McColl – Hong Kong international.
* 🇭🇰 Jeff Wong – Hong Kong international.
* 🇭🇰 Leon Wei – Hong Kong international.
* 🇭🇰 Jonny Rees – Hong Kong international.
* 🇭🇰 Tomasi Lawa – Hong Kong international.
* 🇭🇰 Eni Gesidne – Hong Kong international.
* 🇭🇰 Don Rintoul – Hong Kong international.
* 🇭🇰 Peter Clough – Hong Kong international. | WIKI |
Tee-Set
Tee-Set was a pop rock band formed in 1965 by singer Peter Tetteroo in Delft, Netherlands. The band is best-known for their single "Ma Belle Amie", which was a No. 5 hit in the United States and No. 3 in Canada.
The band had a number of other hit songs in the Netherlands, including the number one song "She Likes Weeds". The band underwent numerous changes in its members; the only constant was its lead singer Peter Tetteroo, who died in September 2002 at the age of 55.
History
The band was formed in 1965 in Delft, Netherlands by singer Peter Tetteroo (singer). Other early members were Gerard Romeyn on guitar, Polle Eduard on bass, Carry Janssen on drums, and Robbie Plazier on keyboard. Their first single released in 1966 on the Delta label, "Early in the Morning", was successful in The Netherlands. The band had a top 10 hit "Don't You Leave" the same year, selling 10,000 copies in its first week of release. The band underwent numerous changes in its line-up though the years; the keyboardist Hans van Eijck joined in 1966, replacing Robbie Plazier. Romeyn, Eduard and Janssen left, to be replaced by Ray Fenwick on guitar, Franklin Madjid on bass, and Joop Blom on drums. Van Eijck also left and was replaced by Jan-Pieter Boekhoorn on keyboard (Van Eijck later returned in 1969). Fenwick then left and later reappeared in The Spencer Davis Group. He was replaced by Ferdi Karmelk. Dihl Bennink also joined the band. In 1969, Tetteroo founded their own label Tee Set Records.
The group recorded a single in 1969 titled "Ma Belle Amie", which was a hit in their native country, selling over 100,000 copies. The group released an album in the United States on Colossus Records in 1970 titled Ma Belle Amie (the single of the same name listing the artist as 'The Tee Set'), which reached No. 158 on the Billboard 200 chart, just as the single took off in the United States, eventually reaching No. 5. The single sold over 1 million copies, and was awarded a gold disc. The version of "Ma Belle Amie" released in 1970 on Major Minor records in the UK is a different studio version of the song, slower in tempo and beginning in a lower key than the hit U.S. version.
In the Netherlands, Tee Set's single "She Likes Weeds" reached No. 1 on the Dutch charts. However, the track was banned in the U.S. because it was said to be referring to drug use, although the title was taken from the film Funeral in Berlin. The follow-up single "If You Do Believe in Love" hit No. 81 in the US and No. 31 in Canada. The group disbanded in 1975, but briefly reunited in 1978 and 1983. Since 1983 the band was revived, although its work was mainly nostalgic "sixties".
Members
* Peter Tetteroo (vocals) (born 7 August 1947, Delft, Netherlands; died 9 September 2002 age 55)
* Gerard Romeyn (guitar)
* Polle Eduard (bass)
* Carry Janssen (drums)
* Robbie Plazier (Keyboards)
* Hans Van Eijck (keyboards)
* Franklin Madjid (bass guitar)
* Ray Fenwick (guitar), around 1965 to 1967
* Ferdi Karmelk (guitar)
* Dihl Bennink (guitar, flute, banjo) (born 15 February 1948, The Hague) 1967 to 1970
* Ferry Lever (guitar), from 1970 to 1979
* Joop Blom (drums)
* Jan-Pieter Boekhoorn (keyboards), from 1967 to 1969
* Herman van Boeyen (drums, 1970)
* Henry van der Bos (keyboards)
* Max Spangenberg (drums, 1970-79)
* Peter Seilberger (organ, piano)
Peter Tetteroo
Peter Tetteroo (Petrus Gerardus Anthonius Tetteroo) (8 July 1947 − 9 September 2002) was a Dutch composer, pop musician and singer born in Delft. He became known in 1966 as founder and lead singer of Tee-Set. In 1968, he had a top 10 hit with a solo album, his version of Red Red Wine. Despite a severe liver disease, Peter remained active to the end. He died at his home in Delft from liver cancer at the age of 55. | WIKI |
Article Subject
Chemistry
Abstract
Butterflies are beautiful creation of nature. These species survival become very critical due to enhancement of corrosive pollutants in atmosphere. Corrosive pollutants react with moist oxygen and water to form inorganic and organic acids. The oxides of Carbon, oxides of nitrogen, oxides of sulphur, oxides of haloens and hydride of sulphur form carbonic acid, nitric acid, nitrous acid, sulphuric acid, sulphrous acid and halo acids. Organic acids are formic acid, acetic acid and benzoic acid. Butterflies come in contact of these corrosive acids to develop microbioelectrochemical corrosion cell. Oxidation and reduction reactions start on the body butterfly. It disturbs catabolic and anabolic process of butterflies. Such type of corrosion cell reaction destroys the life of butterflies. These corrosive pollutants reduce their population growth. The green house gases, acid rain, oxygen depletion and global warming are also producing bad effect their life. The above mention acids convert into form of cloud and they come on the earth surface as water droplets. The acid rain accelerates corrosion reaction with butterflies. The concentration of carbon dioxide and methane gages are increased in atmosphere day by day due to industrialization, transportation, urbanization, deforestation, burning of coal and infrastructure development work. These gases are increasing surrounding temperature of the earth in this way their life becomes critical. The corrosive gases, acid rain, oxygen depletion and green house gases become threat of their survival. The particulates are easily adhered with butterflies and they react with moisture to produce acid and base. It is major cause of corrosion with their body parts.
Keywords
Butterfly
corrosive pollutants
microbioelectrochemical corrosion cell
galvanic
fertilization.
Article PDF
PDF (For Download) | ESSENTIALAI-STEM |
Talk:York Community Stadium
Seating capacity of the stadium
In July 2019, a planning application was submitted to increase the seating capacity within the stadium from 8,000 to 8,500 seats. See York Stadium to get an extra 400 seats. This was agreed by the Council in December 2019. There is no third-party report of the agreement (I checked the Council’s planning portal for the information) but no doubt the 8,500 figure will be reported somewhere in due course. --Malcolmxl5 (talk) 01:03, 20 December 2020 (UTC)
Stadium Photo
Can a photo or photos capturing the stadium panorama be uploaded? <IP_ADDRESS> (talk) 17:27, 6 February 2022 (UTC) | WIKI |
Page:Tolstoy - Essays and Letters.djvu/19
Rh 'What do I care for the Holy Scriptures? We know that anything you like can be deduced from them, and that they are all rubbish.'
But this is unreasonable. Surely the Holy Scriptures are not to blame because people interpret them falsely; and a man who says what is true, is not to blame because the truth he utters is contained in the Holy Scriptures.
One must not forget that, if it be granted that what are called the Scriptures are human productions, it has still to be explained why just these human writings, and not some others, have come to be regarded by men as the words of God Himself. There must be some reason for it.
And the reason is clear.
Superstitious people called the Scriptures Divine because they were superior to anything else that people knew; and that is also the reason why these Scriptures, though always rejected by some men, have survived and are still considered Divine. These Scriptures are called Divine and have come down to us because they contain the highest human wisdom. And, in many of its parts, such is really the character of the Scriptures called the Bible.
And such, among these Scriptures, is that forgotten, neglected, and misunderstood saying which Bóndaref has explained and set at the head of the corner.
That saying, and the whole story of Paradise, are commonly taken in a literal sense, as though everything actually happened as described; whereas the meaning of the whole narrative is, that it figuratively represents the conflicting tendencies which exist in human nature.
Man fears death, but is subject to it. Man seems happier while ignorant of good and evil, yet strives irresistibly to reach that knowledge. Man loves idleness, and wishes to satisfy his desires without suffering, yet only by labour and suffering can he or his race have life.
The sentence Bóndaref quotes is important, not | WIKI |
RRB NTPC Exam 2016: Science Made Simple (Inf.10) PHYSICAL & CHEMICAL CHANGES
2
1476
RRB NTPC Exam 2016 will test you on Physical & Chemical Changes – the fundamental force that attracts objects together. Learn about Gravity and Take the Quiz that follows.
RRB NTPC Exam 2016 #Daily Infographic on General Science (Chemistry)
RRB NTPC : General Science
Created by Logical Nerd
Physical Changes
They are usually easy to identify because they visibly alter matter. When ice melts, changing physical states, you can see water pooling in its place. When a crayon is used to draw, the crayon breaks into millions of tiny pieces and adheres to the paper. The color of the crayon, in your hand and on the drawing, is the same; only the size and shape of the matter has changed.
Here are some examples of physical changes.
• Bread crumples.
• Boiling water evaporates.
• The paper towels roll is built to undergo physical change–perforations make it easy to rip into smaller pieces.
• A sponge can expand when it soaks up water, or shrink as it dries.
Chemical Changes
They occur at the atomic level, which means we can’t actually see them happening. However, we can use all of our senses and other scientific meters to detect a chemical reaction as it occurs. There are three main signs to look out for when trying to identify a chemical change. They will not always signify the occurrence of a reaction, but they are often linked with chemical changes.
• the appearance of a new substance,
• irreversible change has occurred
• the absorption or release of energy.
Different types of chemical changes have names that describe the processes occurring. Here are some you might know.
• Decomposition
• Photosynthesis
• Oxidation (rusting)
• Ripening
• Cooking
TAKE THE QUIZ ON PHYSICAL & CHEMICAL CHANGES
HELPFUL LINKS
How to Prepare General Science Section for RRB NTPC Exam
References: www.brighthubeducation.com
2 COMMENTS
LEAVE A REPLY | ESSENTIALAI-STEM |
Anystis
Anystis (whirligig mites) is a genus of mites. They are predatory on other mites and small insects. Species in this genus are often red, long-legged, and range in size from 500μm – 1500μm. Both the genus and the family Anystidae are referred to as whirligig mites.
Identification
Members of the genus have broad and short bodies (almost trapezoidal) with two pairs of eyes. They have a prodorsal shield – the large covering on the anterior of the body – which is indented posteriorly (kidney-shaped). Two pairs of eyes are located posteriorly and laterally to the prodorsal shield. From the shield arise two long pairs of hair-like setae and a pair of similarly shaped sensory organs (sensilla). Another pair of sensilla are found on the anterior portion of the mite's main body, the idiosoma. The chelicerae, specialized mouthparts, each have a pair of hook-shaped chela on the distal portion and a pair of setae as well. The tarsus, the last segment of the leg, ends in two claws (which may be (combed, toothed or pilose) and has a claw- or bell-like empodium (a structure between the claws).
Agricultural use
The species Anystis baccarum has been used as a form of biological pest control in apple orchards due to their predation of Panonychus ulmi, a mite species that causes massive economic loss in apple trees. Though A. baccarum is the most well known and exemplary member of the genus, it is unknown if other species may be able to fill a similar role to it in terms of pest control.
Species
Species include:
* Anystis agilis
* Anystis andrei
* Anystis baccarum
* Anystis berlesi
* Anystis borussica
* Anystis coccinea
* Anystis cornigerum
* Anystis cursorium
* Anystis germanica
* Anystis pallescens
* Anystis pini
* Anystis rabuscula
* Anystis salicinus
* Anystis sellnicki
* Anystis triangularis
* Anystis vitis
* Anystis voigtsi
* Anystis wallacei | WIKI |
Family Values in Today’s Society Family Values in Today’s Society Previously family has been defined as an where one male and one female were living together, joined by the institution of marriage along with their children. The values of such families surrounded each other on the concept of sharing, love, educating and doing things together. Today the family structure has completely changed and with the changes in the structure of the family, the values of the family have even altered. This writing will focus on the changed values of today’s family and how these changes have taken place. Body In prior years families used to concentrate heavily on their children and used to follow the theory provided by Darwin. Darwin stated that a child requires the guidance and direction of his/her family in order to survive (Tattersall, 1995, p.18). According to current family values, it is not important for the child to have parents around in order to survive and develop. Previously, at least one member of the family, either the mother or the father and in most cases the mother used to be employed as a housewife and used to bring up her children. Now both the mother as well as the father has entered the world of organizational employment and instead of them caring for their children, they have delegated this task to other caretakers such as day care centers and babysitters. Once a child enters teenage in current society, he is allowed to live alone at home while his/her family works at an organization. In previous years, families did not even dare to leave their children at home in order to keep their children secure. Formerly, family values promoted limitations, power as well as family member roles. Parents and children both had separate roles, for example: mothers were expected to be at home and take care of children, while fathers were expected to earn money and provide the family with food and the children were expected to live by the rules created by the family. The family of today’s society does not promote similar roles. Mother is not seen as a person who would bring up children and stay at home, she now goes to work while her husband is probably looking after the house as well as the children. According to US Census Bureau, around one out of every three fathers whose wives are employed are working as primary care givers at home (U.S. Census Bureau, 2011, p.1). Another major change in the values of today’s family as compared to the values of previous families is their attitude towards marriage. In previous years, decision of marriage and whom to marriage was in the hands of the mothers and fathers of an individual. Today, children tend to find their own partners by first falling in love with them and then marrying them. Another change in attitude experienced by today’s family is towards the notion of marital love. Previously, when a male figure and a female figure fell in love with each other, they used to end up getting married to start a new family and raise children. Now it is not necessary that once a man and a woman falls in love ends up marrying each other, they can even live together without getting married or they separate from each other. Previous family values promoted the attitude of home being a place of shelter for a family and under this shelter, parents used to teach their children about norms and values such as the importance of becoming a law abiding citizen. In such families, parents even used to sacrifice and try not to break their marriage just for the sake and the wellbeing of their children. Today’s family values are quite different, now these values promote the importance of parenting that is shared in nature, love that is consensual in nature and urbanity. Currently sex is not limited to an affair that takes place between two married couple, it can even occur in cases where the couples are not even married. This even led to a change in how children were being brought up. Previously, children were being brought up by parents together under one roof. Now the concept of shared parenting has emerge and under this concept both of the parents, whether married to each other or not, whether under the same shelter or not are expected to look after a child at different times. Conclusion Several changes have occurred in the structure of families and these changes have led to changes in the values of family. Family values that are promoted in today’s society include: shared parenting, consensual love, flexibility in family member roles, lack of authority and urbanity. References One-Third of Fathers with Working Wives Regularly Care for Their Children, Census Bureau Reports – Children – Newsroom – U.S. Census Bureau. (2011, December 5). Census Bureau Homepage. Retrieved May 10, 2013, from http://www.census.gov/newsroom/releases/archives/children/cb11-198.html Tattersall, I. (1995). The fossil trail: how we know what we think we know about human evolution. New York: Oxford University Press. | FINEWEB-EDU |
Acid Reflux: What is Acid reflux, Symptoms, Causes, and Treatment of it
When you eat the foods, it goes into your stomach through the straight muscular tube which is called the esophagus. This esophagus connects the throat with the stomach. Gastric glands present in the stomach create acid which helps to digest food in your stomach. But, when these gastric glands create more acid than required for digestion, it can lead to a burning sensation below the breastbone. This burning sensation is called acidity or acid reflux.
The lower esophageal sphincter(LES) is a valve located at the entrance to your stomach and it closes as soon as food passes through it. If the LES doesn’t close or if it opens too often, acid produced by gastric glands can move up into your esophagus. This condition can cause burning chest discomfort which is called heartburn. You may feel heartburn mostly while facing the acidity.
If symptoms of reflux occur more than twice a week, you may have acid reflux disease, or This also called gastroesophageal reflux disease (GERD). This type of disease or I can say Chronic acidity may lead to serious problems that include: esophagus damage and risk of esophagus cancer.
If you want to prevent yourself from acid reflux, you need to read this article. In this article, I’m gonna tell you about the symptoms, causes, and treatment of acid reflux.
Common Symptoms of Acid reflux
Here are some of the common symptoms which are mostly responsible for acidity. Take a look at the below symptoms:
1. A burning sensation in the chest (heartburn), usually after eating and at night.
2. Regurgitation of food or liquid
3. Chest pain
4. Bloating
5. Bloody vomiting
6. Hiccups that don’t let up.
7. The sensation of a lump in the throat.
8. Chronic cough
9. Laryngitis
10. Disrupted sleep
Causes of Acid reflux
1. Consumption of certain foods such as fatty or spicy foods, chocolate, mint, garlic, onions, etc.
2. Drinking beverages that trigger heartburn – Such as coffee and alcohol.
3. Eating a heavy meal and lying on your back.
4. Lying down right after a meal or eating just before bed.
5. Smoking
6. Being overweight
7. Pregnancy
8. Some medicines such as aspirin, ibuprofen, certain muscle relaxers, blood pressure medications that prompt symptoms of Acid reflux.
Treatment with diet and lifestyle changes
Diet and lifestyle changes often begin with what to avoid. And these may include things that trigger symptoms. So always try to follow the below tips:
1. Eat small meals frequently in a day.
2. Change your diet plan and add foods that generate less acid or help to avoid acid production.
3. Quit smoking
4. Eat at least 4 hours before bedtime.
5. If you’re overweight, change your diet plan and lose some weight.
6. Do exercise regularly.
7. If you are taking some medication that triggers your symptoms, consult your doctor about it.
8. Avoid foods and beverages that trigger heartburn.
Treatment under doctor concerns
In many cases, only changes in lifestyle and diet are not enough to prevent Acid reflux. At that time, you should consult your doctor for some medication. Your doctor may suggest you try a combination of medications such as:
1. Foaming agents coat your stomach and prevent reflux.
2. H2 blockers decrease acid production.
3. Proton pump inhibitors reduce the amount of acid your stomach makes.
4. Prokinetic help strengthens the LES, empty your stomach faster, and reduce acid reflux.
Sometimes even medications don’t help, so in those cases, you need to ask your doctor about your serious symptoms. The doctor could recommend surgery. So, you can go with the surgery and can heal your heartburn.
Spread the love | ESSENTIALAI-STEM |
As a result, about four in 10 Americans are obese -- that’s a whopping 93.3 million adults -- which increases their risk of heart disease, stroke, type 2 diabetes, certain cancers and early mortality, and cost the country $147 billion in medical costs in 2008, according to the CDC. Nearly 80% of American adults are also not getting enough aerobic and muscle-strengthening activity, which is linked to about $117 billion in annual health care costs and 10% of premature mortality, according to the U.S. Department of Health and Human Services.
Reducing alcohol intake can also help, says Fine. Alcohol contains about seven calories per gram—"just under fat, which equates to nine calories per gram.” And because alcohol is absorbed quickly, “when over-consumed, alcohol metabolism impairs metabolism of other macronutrients, such as carbs and fat, promoting…fat storage rather than breakdown,” she says.
Potassium, magnesium, and calcium can help to serve as a counter-balance for sodium. Foods that are rich in potassium include leafy greens, most "orange" foods (oranges, sweet potatoes, carrots, melon), bananas, tomatoes, and cruciferous veggies — especially cauliflower. Low-fat dairy, plus nuts, and seeds can also help give you a bloat-busting boost. They've also been linked to a whole host of additional health benefits, such as lowering blood pressure, controlling blood sugar, and reducing risk of chronic disease overall.
If you're specifically looking to target your belly, we have some bad news: you can't spot-target fat loss. That means you can do crunches or planks all day long, but you won't specifically burn belly fat. Instead, you can lose body fat overall, including from your belly. And by avoiding certain belly-bloating foods and with some strategic exercise, you will inevitably see results in your belly.
Without alcohol, they’re less fattening, right? Yes and no. It’s true that alcohol adds calories, but so do the ingredients you’re swapping in. Virgin margaritas, pina coladas, and daiquiris are made with fruit juices and sometimes syrups, which have loads of calories and sugars. Instead, Amidor recommends sticking with alcohol—in 5 ounces of wine or a 12-ounce light beer. Here are the weight-loss motivation techniques 22 real people used to lose weight.
Arteries (are-te-rease): The blood vessels that carry oxygen-rich blood away from your heart for delivery to every part of your body. Arteries look like thin tubes or hoses. The walls are made of a tough outer layer, a middle layer of muscle and a smooth inner wall that helps blood flow easily. The muscle layer expands and contracts to help blood move.
Your parents weren’t kidding about how important veggies are for a healthy body. What they probably didn’t tell you, however, was that snacking on veggies is also one of the easiest ways to shed unwanted belly fat, too. According to a study published in the Journal of the Academy of Nutrition and Dietetics, opting for non-starchy veggies, like cauliflower, broccoli, and cucumber, as snacks helped overweight kids shed 17 percent of their visceral fat while improving their insulin sensitivity over a five-year period. Think snacking on veggies will leave you hungry? The 20 Most Filling Fruits and Veggies will have your belly satisfied in no time.
For even more impressive effects on body composition: aim for exercise forms which elicit a positive hormonal response. This means lifting really heavy things (strength training), or interval training. Such exercise increases levels of the sex hormone testosterone (primarily in men) as well as growth hormone. Not only do greater levels of these hormones increase your muscle mass, but they also decrease your visceral fat (belly fat) in the long term.
I love this! I started the plan the Monday following the day i received the book. It works! While reading through it, it made sense to me but at the same time I was thinking "I'll never be able to eat this food and lose weight" I was wrong, thankfully. There were days that I wasn't able to take in all the food listed but I did my best at it. It's very simple, very user friendly and demanding. Which for someone like myself, it works. Things were planned all out for me and no room for messing up. ...more
The question of how to lose stomach fat in a week cannot be overstated, sure some people may doubt it, but losing belly fat in a week is easily doable and has been done before. When the question of how to lose stomach fat fast is asked, it should be how many pounds, because losing belly in a week, could mean 2 pounds, 4 pounds, or even a pound of belly fat. Whether you're a woman looking for ways on how to burn belly fat, or a man looking for best way to lose belly fat for men, the goal is achievable if you follow the steps mentioned here in this video for steps on how to lose belly fat in one week.
Some people feel better supplementing the already active T3 (sometimes prepared from pig thyroid glands), as it can give a stronger effect than the T4 hormone, but its effect is often harder to control. Swedish healthcare rarely prescribes or offers such T3 treatment, as it often lacks advantages and may pose a risk when doses are high for an extended period of time.
Other diabetes medications. Insulin-releasing tablets (e.g. sulphonylureas) often lead to weight gain. These include: Minodiab, Euglucon, Daonil, and Glibenclamide. Tablets like Avandia, Actos, Starlix and NovoNorm also encourage weight gain. But not Metformin. The newer drugs Victoza and Byetta (injectable) often lead to weight loss, but possible long-term side effects are still unknown. More on diabetes
This could be because the body increases insulin secretion in anticipation that sugar will appear in the blood. When this doesn’t happen, blood sugar drops and hunger increases. Whether this chain of events regularly takes place is somewhat unclear. Something odd happened when I tested Pepsi Max though, and there are well-designed studies showing increased insulin when using artificial sweeteners.
Your body uses two primary nutrients for fuel: glucose and ketones. Most people use glucose for fuel; this is because the average person has a carbohydrate based diet. If you want to burn fat fast as hell, however, put your body into a state of ketosis. What this means is that your body’s primary source of energy is no longer carbohydrates, but fat. In other words, you’ll literally be burning your own fat supplies for energy.
If you’ve heard it once, you’ve heard it a million times: Abs are made in the kitchen. Unfortunately, if you regularly eat ultra-processed foods (think chips, store-bought baked goods, and candy), you won’t be able to see yours. “These foods are produced using sweeteners like high fructose corn syrup, which in high amounts has been shown to promote visceral fat accumulation in the liver, leading to weight gain, inflammation, and related diseases,” explains Rachel Fine, RD, owner of To The Pointe Nutrition.
We just don't feel full by liquid calories in quite the same way as we do real food. Drinking a juice or caramel coffee drink just isn't as satisfying as eating a bowl of veggie- and protein-packed stir-fry. So monitor your intake of juice, soda, sweetened coffee and tea, and alcoholic beverages. If you consume each of those beverages during the day, you'll have taken in at least 800 extra calories by nighttime — and you'll still be hungry. (Incidentally, alcohol may suppress the metabolism of fat, making it tougher for you to burn those calories.)
1. Clean up your diet. Once you find a diet that works for you, stick to it. Researchers at Tufts University followed 160 people on four different weight loss plans and found that the type of diet participants were on didn’t matter as much as the participants’ willingness to stick to their diets. If you’ve been dieting for a while, you might have become a little lax with your food choices and portions, so tighten them up again. To lose those last pesky pounds, stick to unprocessed foods (the kind that don’t come in a box) and choose lean protein, vegetables, fruit, and whole grains. Keeping a food journal will help you track everything you eat and get your calories under control.
The degree to which exercise aids weight loss is open to debate, but the benefits go way beyond burning calories. Exercise can increase your metabolism and improve your outlook—and it’s something you can benefit from right now. Go for a walk, stretch, move around and you’ll have more energy and motivation to tackle the other steps in your weight-loss program.
I followed this diet all the way through and have mixed feelings. I lost about 7 lbs and would have liked to lose more. I did feel it got me into better eating habits and working out on a regular basis but it is a very extreme diet and hard to maintain after the 6 weeks. I also feel like there is a lot of fruits and juices that you eat and drink. A lot of sugars even though they are natural sugars.
Tempting as that post-workout shower may be, making time to hold a static stretch at the end of your workout can increase your muscle mass by as much as 13 per cent, according to US research. How? It has much the same effect on your muscles as resistance training, a study published in the Journal of Applied Physiology found. Both cause micro tears that prompt the manufacture of muscle fibres. Stretch yourself swole.
Don't get me wrong — exercising at any time is good for you. But evening activity may be particularly beneficial because many people's metabolism slows down toward the end of the day. Thirty minutes of aerobic activity before dinner increases your metabolic rate and may keep it elevated for another two or three hours, even after you've stopped moving. Plus, it'll help you relax post-meal so you won't be tempted by stress-induced grazing that can rack up calories.
Eating patterns that restrict certain food groups can certainly help you lose weight, but many people find it hard to continue to eat that way forever. If you want to think of your diet like a relationship, you don’t want to be in an “it’s complicated” or “on-again, off-again” situation. You want to find your match — a meal plan you can feel content with for the long haul. That doesn’t mean you have to ditch all of your favorite foods for eternity. It’s okay to flirt with the foods that make you swoon, but you don’t want to settle down with them. When your healthy habits are solid, enjoying your favorite foods sometimes is no big deal.
And that’s not just the junk food sabotaging your diet, or the time suckers keeping you from working out. We’re also talking about the fad diets, fitness trends and questionable studies that have made reaching and maintaining a healthy weight more confusing than ever by promising this superfood or that super intense workout is the quick fix to tip the scale in your favor. (They’ve also spawned a $66 billion weight loss market.)
If you’ve been eating fast food for years, get real about your approach: You’re probably not going to stick to an organic, gluten-free, paleo overhaul for very long. "You want to change as little as possible to create calorie deficit," says Dr. Seltzer, who insists the best way to support sustainable weight loss is to incorporate small changes into existing habits. So instead of giving up your daily BLT bagels in favor of an egg-white wrap, try ordering your sandwich on a lighter English muffin. Or say you eat a snack bar every afternoon: Swap your 300-calorie bar for a 150-calorie alternative. "Your brain will feel the same way about it, so you won’t feel deprived," he says.
"With all the different tips out there, it can be tricky to understand exactly which exercises work the best. HIIT is great for fat burning and will get your heart rate up, but I’d also recommend including strength (resistance) exercises too. Try lifting weights, using resistance bands or using the weight machines at the gym as these will increase your metabolism to help with weight loss, and increase your muscle strength. It’s important to mix-up your whole-body workouts so you don’t get bored."
× | ESSENTIALAI-STEM |
Q2 Preview: An Apple (AAPL) a Day Keeps the Losses Away!
Apple, Inc. (Nasdaq: AAPL) is trading 1.7 percent higher Wednesday ahead of the company's second-quarter earnings report, expected out after the market closes.
Apple is expected to report EPS of $5.35 on revenue of $23.27 billion. Last quarter, the Cupertino, CA-media and manufacturing titan reported EPS of $6.43 on revs of $26.74 billion, topping the Street consensus. During the second quarter of last year, Apple posted EPS of $3.33 on sales of $13.5 billion, versus consensus EPS of $2.45 and revs of $12 billion.
Shares gained 5.8 percent over the last quarter and are down about 1.7 percent since.
Apple stock is trading at 12.8x FY12 EPS estimates, compared with 13.3x for Google, Inc. (Nasdaq: GOOG), 7.1x at Hewlett-Packard ( HPQ ), and 7.1x at Research In Motion (Nasdaq: RIMM).
Data from Bloomberg has 48 analysts with a Buy on Apple, 5 with a hold, and none suggesting to Sell. The analyst price target average is $439, with a high of $550 and low of $360. Shares have traded in a range of $364.90 - $199.25 over the last 52-weeks.
Analyst Summary
J.P. Morgan sees EPS of $5.21 and revs of $24.42 billion. JPM recently said the sell-off in Apple shares has been overdone, commenting "while the law of large numbers stands to diminish the relative magnitude of earnings beats exhibited in years past, we think that the overall growth trends at Apple will be too big to ignore."
JPM is looking for Apple to ship 18.4 million iPhone units in the quarter, 3.89 million Macs, and 5.4 million iPad's. The iPad number was lowered from previous estimates of 6 million units, as the launch of iPad 2 resulted in temporary stall-out shipments.
Wedbush is looking for EPS of $5.05 on revs of $22.8 billion. Wedbush noted although supply chain issues could pressure margins and near-term guidance, Apple should still be able to deliver better than 25 percent EPS growth over the next few years.
The firm expects second-quarter revs to come in above the consensus on iPad 2 demand. Wedbush sees iPad shipments of 5.9 million units for the quarter, and 30 million for the year.
BGC Capital sees EPS of $5.70 and revs of $24.1 billion. "Apple is the company that is best capturing revenue and profits from the mobile revolution, in our opinion. The company generated revenue of $30.1 billion in the last four quarters selling the iPhone, and over $8 billion of operating profits in our estimate. No other company in the space can approach the platform and ecosystem that Apple has built to generate such revenue and profits."
BGC also said even with the iPad 2 taking PC market share, Apple's Mac unit was able to grab an additional 8.5 percent of the U.S. market, according to IDC data. The firm is looking for more tapered stock growth in 2011, compared with the rapid acceleration in 2010.
BGC sees 17.1 million iPhone unit sales, 6.8 million iPad shipments, 3.9 million of Macs, and 9.5 million iPod units.
Additionally, investors may be looking for more color on potential for a full-scale Apple TV unit, considering its dominance in the small- and medium-size screen segments.
Steve Jobs' health will always be on the docket, as well as information about supply disruptions from Japan.
Stay tuned to StreetInsider.com's EPS Insider section to see our analysis of the highly-anticipated quarterly results withi0 n seconds of the release.
The views and opinions expressed herein are the views and opinions of the author and do not necessarily reflect those of Nasdaq, Inc.
The views and opinions expressed herein are the views and opinions of the author and do not necessarily reflect those of Nasdaq, Inc. | NEWS-MULTISOURCE |
User:Dwimble/sandbox
Doc McStuffins is an American-Irish animated children's television series produced by Brown Bag Films. It was created and executive produced by Chris Nee and premiered on March 23, 2012 on Disney Channel and Disney Junior. The series is about a girl who can "fix" toys, with help from her stuffed animal friends. It features songs written and composed by Kay Hanley and Michelle Lewis.
The series received positive reviews due to the show's concept and the main character, as well as its portrayal of African-Americans (Nee stated in 2013 that Doc is African-American ) in a Disney series. Chris Nee describes the series as "Cheers for Preschoolers."
On April 14, 2015, the series was renewed for a fourth season by Disney Junior.
Premise
The series chronicles freckled, six-year-old Dottie "Doc" McStuffins who decides she wants to become a doctor like her mother. She practices her dream by fixing toys and dolls. When she puts on her stethoscope, toys, dolls, and stuffed animals come to life and she can interact with them. With help from her stuffed animal friends – Stuffy the Dragon, Hallie the Hippo, Lambie the Lamb, and Chilly the Snowman – Doc helps toys recover, or "feel better", by giving them check-ups and diagnosing their illnesses with an encyclopedia called "The Big Book of Boo Boos". Each 11-minute episode includes original songs. During ending credits in Season 1, Doc gives advice to viewers about staying healthy. Seasons 1, 2 and 3 have the original intro for the theme song, but the spoken line by Doc at the end of the theme song was re-recorded with Doc's new voice. In Season 3 Doc opens up a Veterinarian clinic for fixing toy pets in addition to the regular medical services that she provides for the other toys.
Main cast
* Kiara Muhammad as Dottie "Doc" McStuffins (Laya DeLeon Hayes in season 3), the main protagonist of the series.
* Robbie Rist (or Ben Schwartz in "The Doc Files") as Stuffy, a blue stuffed dragon who is the bravest, yet clumsiest dragon around but has a terrifying fear of spiders.
* Lara Jill Miller as Lambie, a stuffed lamb in a pink tutu who loves to give out cuddles and supporting character Arcade Worker, a human character who works at Archie's Arcade and Witch Hazel.
* Jess Harnell as Chilly, a stuffed snowman who worries about almost everything, and supporting characters Buddy, the Singing Turtle on the Plaque, the Halloween Bat decoration, Morton, Rodriguez the Foosball Player, Bozini the Foosball Goaltender, Fabulous Fabio, the Wicked King, and the Dude.
* Loretta Devine as Hallie, a stuffed hippo in a candy striped nurse's outfit, and supporting characters Hattie the Nurse and Addie the Receptionist at the clinic where Myiesha McStuffins works with Dr. Peerless
* Kimberly Brooks (also credited as Kim Brooks and Kimberly D. Brooks) as Dr. Maisha McStuffins (Doc and Donny's mother, named based on Dr. Myiesha Taylor ) and supporting character Surfer Girl.
* Gary Anthony Williams as Marcus McStuffins, Doc and Donny's father.
* Jaydon Betts then Sayeed Shahidi and later Andre Robinson as Donny McStuffins, Doc's little brother.
Broadcast history
In the United States, Doc McStuffins first premiered on March 23, 2012 on Disney-ABC networks Disney Channel and Disney Junior. On June 5, 2012, Disney Junior renewed the series for a second season, which premiered on September 6, 2013. On January 8, 2014, the series was renewed for a third season which premiered on November 2, 2014.
In Canada, the show started airing on the Canadian Disney Junior channel on April 8, 2012. The show also is aired in many foreign countries and has been dubbed into several languages.
Guest stars and additional voices
* Janice Kawaye as Kiko
* Ty Burrell as Big Jack
* Laraine Newman as Aurora, Professor Hootsburgh and Southwest Sal
* James Arnold Taylor as Boppy, Teddy and Carl Chug-a-Chug
* Jim Belushi as Glo-Bo
* Stephen Stanton as Gustav
* Ari Rubin as Hermie and Tremaine
* Nolan Gould as Little Jack
* Tiffany Thornton as Xyla
* Lisa Loeb as Millie Microphone
* Ian Gomez as Ricardo Racecar
* Dennis Farina as Riggo
* Dee Bradley Baker as Robot Ray and Sebastian
* Camryn Manheim as Rescue Ronda
* Rob Paulsen as Angus and Sir Kirby
* John Michael Higgins as Star Blazer Zero
* Dharbi Jens as Melinda the Mermaid
* Amy Betts and Caitlin Carmichael as Alma
* Kylee Anderson as Emmie
* Curtis Harris as Henry
* Amy Betts as Anna
* Georgina Cordova aka Georgie Kidder as Louie
* Jay Gragnani as Will
* Elan Garfias and Teo Briones as Carlos
* David Boat as Awesome Guy
* Tom Kenny as Walter
* Grey DeLisle (also credited as Grey Griffin) as Lula, and Gracie
* Dave B. Mitchell (credited as Dave Mitchell) as Boomer
* Colette Whitaker as Moo Moo
* Brad Abrell as Mr. Chomp
* Lacey Chabert as Gaby
* Jeffrey Nicholas Brown as Bronty and Ben
* Jeff Fischer as Lenny the Fire Engine
* Charlie Schlatter as Niles
* Amber Hood as Susie Sunshine
* Julianne Buescher as Bella the Ballerina
* Hynden Walch as Bubble Monkey
* Audrey Wasilewski as Penny the Possum
* Caitlyn Leone as Pip, Flip and Trip Possum
* Colleen O'Shaughnessey as Pickles the Bunny
* Michael Gough as Officer Pete
* China Anne McClain as Tisha McStuffins
* Jennifer Hale as Val
* Jason Marsden as Teddy B.
* James Buddy Handleson as Luca
* Tim Dadabo as Norton
* Angie Wu as Maddie
* Tom Cavanaugh as Big Jack (Chip Off The Ol' Box episode)
* Brady Tutton as Little Jack (Chip Off The Ol' Box episode)
* Sutton Foster as Frida Fairy
* Jack Conely as Dragon-Bot
* Josh Keaton as Johnny Foosball
* Liza Del Mundo as Leilani
* Amy Sedaris as Dress Up Daisy
* Mela Lee as Katherine
* Mike Vaughn as Stuntman Steve
* Gunnar Sizemore as Jacob
* David Kaufman as Wilbur and Sproingo Boingo
* Sam Riegel as Orville
* Lori Alan as Gloria the Gorilla
* Tony Hale as Tobias The Elf
* Jeffrey Tambor as Santa Claus
* Steve Blum as Commander Crush and Sidney
* Molly Shannon as Rita the Cheetah
* Alexandra Ryan as Dolly and Dr. Peerless
* Matthew Wayne as Declan
* Peter MacNicol as Lil Egghead
* Paula Rhodes as Peaches Pie
* Kath Soucie as Celeste
* Catherine Cavadini as Dart
* Gracie Kaufman as Ramona
* Adam Croaswell as Wildlife Will
* Kyla Kenedy as Tamara
* Rio Mangni as Ian
* Chris Nee as Emmie and Alma's Mom
* Marieve Herington as Waddly Penguin
* Lexi Glouberman as Dress Up Daisy (Blazer's Bike episode)
* Cherami Leigh as Nia and Curly Q
* Nika Futterman as Rosie
* Angelique Perrin as Spritzy Mitzi
* Bernardo De Paula as Saltwater Serge
* Geena Davis as Princess Persephone
* Frank Welker as Creepy Cuddly Charlie
* Joanne Froggatt as Florence Nightingale
* Lesley Nicol as Pip
* Matt Milne as Bernard
* Nigel Harman as Doodle Doo
* Robert Bathurst as Admiral Fiddlesticks
* Patton Oswalt as Count Clarence the Magnificent
* Rodger Bumpass as Army Al
* TBA as Pop Up Paulo
* TBA as Fetchin' Findo
* TBA as Squibbles
Reception
The series received positive reviews and criticisms after its release. Kia Morgan Smith of Cincomom.com said that "It truly warmed my heart and almost brought tears to my eyes when my 8-year-old, Mikaela, saw 'Doc McStuffins' for the first time and said, 'Wow, mommy — she's brown,'" Myiesha Taylor of CoilyEmbrace.com said that "This program featuring a little African-American girl and her family is crucial to changing the future of this nation." Taylor also applauded the concept of its portrayal of a young black girl who wishes to follow in the footsteps of her mother as a doctor as the lead character, that inspired her to collect pictures of 131 doctors — all women of color — and publish a collage online under the heading, 'We Are Doc McStuffins.'"
The program is also a ratings hit on Disney Junior. The series premiere attracted 1.08 million children ages 2 to 5, and the show has attracted an average of 918,000 viewers in the same demographic, leading AdWeek magazine to dub the show an "improbable ratings juggernaut".
In 2013, $500 million worth of Doc McStuffins merchandise was sold, something New York Times writers claimed industry experts said "seems to be setting a record" for a "toy line based on an African-American character". They also said the character had broad appeal and the toys sold well to all demographics. | WIKI |
Page:History of the seven wise masters of Rome.pdf/3
Empreſs having no child, ſtudied how might deſtroy the young Prince; and the better to do it, prevailed with her lord to ſend for him to court. But the haſty and unexpected meſſage cauſed the maſters to ſuſpect ſome evil; they conſulted the Planets, and found, that if the Prince went at that, and ſpoke at all, he would die a violent death; and yet, if he went not, they would loſe their heads, which they would rather do than hazard his life. Whilſt they were in this anxiety, the Prince came down, and demanded the cauſe of their troubles? the which they related, with their reſolution.--With that he viewed the firmament, and found the conſtellations more propitious, for it now appeared, that if he abſtained from ſpeaking ſeven days, he would eſcape the death threatened, deſiring his maſters to intercede in his favour, and make an apology to the Emperor for his not ſpeaking for ſuch a time, and withal told them a dream that he had dreamed, &c. That his bed-chamber ſeemed to be turned up-ſide down. From which they preſaged good ſucceſs, promiſing to do their utmoſt for his preſervation, and thereupon ſet him upon a ſtately horſe, clothed in purple and gold, and attended him to his father's court. The Emperor came forth and embraced him, enquiring for his welfare; to which the prince gave no anſwer; whereat the Emperor marvelled, yet, ſuppoſing it was ſo ordered by the maſters, he | WIKI |
Línea Avanzada
The Advanced Defense Line (Spanish: Línea Avanzada) is a historic district consisting of four structures that formed part of the eastern defensive system of the Islet of San Juan in San Juan, Puerto Rico.
Components
The historic district designated by the United States National Register of Historic Places consists of two buildings (the Fortín de San Gerónimo and the San Gerónimo Powderhouse), one structure (El Escambrón Battery) and the remnants of the San Antonio Bridgehead in El Boquerón.
History
The area where the Advanced Defense Line is located today lies outside of the fortified wall system of San Juan, particularly in the eastern portion of the Puerta de Tierra sub-district of San Juan Antiguo in the Islet of San Juan. The San Gerónimo Powderhouse, built by military engineer Thomas O'Daly, dates to at least 1769. This powder warehouse is located in modern-day Luis Muñoz Rivera Park, and it has served many purposes throughout its history from a general warehouse to a history museum to a zoo.
Although the city walls of San Juan date to 1634, the eastern portion of the Islet of San Juan was militarily unprotected between 1595-1598 when Sir Francis Drake and George Clifford, the 3rd Earl of Cumberland respectively attacked the islet until at least 1797 when the British attacked during the Battle of San Juan under the command of Sir Ralph Abercromby and Sir Henry Harvey, at the time of the Coalition Anglo-Spanish War. Although the Spanish and Puerto Rican troops were victorious, this event led to the re-fortification of El Boquerón in the eastern end of Puerta de Tierra.
The San Gerónimo Fortress was built after the British attack in the spot of a battery site known as the El Boquerón Battery, which provided southern fire assistance to the northern El Escambrón Battery. Another battery was built nearby at the site of the modern-day San Antonio Bridge which in the 19th century provided rail connection between Old San Juan and Santurce. Today the San Gerónimo Fortress is located adjacent to the grounds of the Caribe Hilton Hotel. | WIKI |
Updated On:
Complex Type Binding in ASP.NET Core
Introduction
As a seasoned web developer working with ASP.NET Core, mastering the art of complex type binding is essential for handling sophisticated data structures in your web applications. In this comprehensive guide, I'll walk you through the intricacies of complex type binding and provide practical code examples to empower your ASP.NET Core development journey.
Understanding Complex Types
In ASP.NET Core, complex types refer to data structures that encapsulate multiple properties. These can be classes or structures that group related data together. When dealing with complex types in your controller actions, efficient binding ensures that incoming requests seamlessly map to these complex structures.
Binding Complex Types in Action Methods
Let's delve into some code examples to illustrate how you can bind complex types in your ASP.NET Core action methods.
[ApiController]
[Route("api/[controller]")]
public class UserController : ControllerBase
{
// Binding a complex type from the request body
[HttpPost("register")]
public IActionResult RegisterUser([FromBody] UserRegistrationModel user)
{
// Your registration logic here
return Ok($"User registered: {user.FirstName} {user.LastName}");
}
}
// UserRegistrationModel class
public class UserRegistrationModel
{
public string FirstName { get; set; }
public string LastName { get; set; }
public string Email { get; set; }
// Additional properties as needed
}
In this example, the RegisterUser action method accepts a complex type UserRegistrationModel from the request body. ASP.NET Core automatically binds the incoming JSON data to the properties of the UserRegistrationModel class.
Complex Type Binding with Query Parameters
You can also bind complex types from query parameters in your requests. Let's take a look at an example:
[ApiController]
[Route("api/[controller]")]
public class ProductController : ControllerBase
{
// Binding a complex type from query parameters
[HttpGet("search")]
public IActionResult SearchProducts([FromQuery] ProductSearchModel searchModel)
{
// Your search logic here
return Ok($"Searching for products with criteria: {searchModel}");
}
}
// ProductSearchModel class
public class ProductSearchModel
{
public string Name { get; set; }
public decimal MinPrice { get; set; }
public decimal MaxPrice { get; set; }
// Additional properties as needed
}
In this scenario, the SearchProducts action method binds the complex type ProductSearchModel from query parameters, providing a clean and structured way to handle search criteria.
Conclusion
Mastering complex type binding in ASP.NET Core is crucial for building robust and maintainable web applications. Whether you're dealing with user registrations or searching for products, efficient binding of complex types enhances the readability and maintainability of your code. Incorporate these practices into your ASP.NET Core development toolkit for a seamless and organized coding experience.
✍️ New Blog Post
The Ultimate Guide to Choosing the Best C# Web Scraping Library
Discover the top C# web scraping libraries to supercharge your data extraction projects.
Read More
🎓 ASP.NET Core Mastery
Enhance your ASP.NET Core skills with these selected articles!
The Handler Method Name Pitfall with Blazor
Navigate the intricacies of handler method names in Blazor and learn to avoid common pitfalls. Uncover best practices for naming handler methods to ensure seamless event binding and effective event handling in your ASP.NET Core projects.
Using Tag Helpers to Improve HTML Forms in ASP.NET Core
Enhance your web development workflow by leveraging Tag Helpers in ASP.NET Core to optimize and streamline HTML form creation. Explore practical examples and best practices to improve the readability, maintainability, and overall efficiency of your HTML forms. Elevate your ASP.NET Core form-building skills with Tag Helpers.
Selecting a View by Name in ASP.NET Core
Learn how to select and render a view by name in ASP.NET Core. Explore dynamic view selection for flexible web application development.
Changing the Binding Event with Blazor
Explore the flexibility of event binding in Blazor by changing the binding event dynamically. Learn how to customize the event handling process, adapt to dynamic scenarios, and enhance the interactivity of your ASP.NET Core projects.
Restricting Element Reuse with Blazor
Explore techniques for restricting element reuse in Blazor components, gaining control over component instances, and optimizing your web application's performance. Learn how to manage element lifecycle and prevent unintended reuse scenarios.
Creating a Tag Helper Component in ASP.NET Core
Learn the art of creating Tag Helper Components in ASP.NET Core to build modular, reusable, and interactive user interfaces. Dive into code examples and unleash the power of combining Tag Helpers and Razor Components for a more maintainable web development experience.
Introduction to Authenticating Users in ASP.NET Core Identity: Building Secure and User-Centric Applications
Embark on a journey into authenticating users in ASP.NET Core Identity. This guide provides a comprehensive introduction, code examples, and best practices to help you establish robust authentication mechanisms in your ASP.NET Core projects, ensuring security and a seamless user experience.
Leveraging Unbound Types for Flexible Services in ASP.NET Core
Explore how to use unbound types in ASP.NET Core services for creating more dynamic and adaptable applications. Dive into code examples and best practices for implementing unbound generic types.
Working with Label Elements in ASP.NET Core
Discover the intricacies of working with label elements in ASP.NET Core. Uncover techniques, best practices, and code examples to effectively utilize label elements for improved accessibility and user experience in your web applications. Elevate your web development skills by mastering the art of working with label elements in ASP.NET Core.
Managing Javascript Files with ScriptTagHelper in ASP.NET Core
Learn how to efficiently manage JavaScript files using the ScriptTagHelper in ASP.NET Core. Explore bundling, minification, CDN integration, and best practices for optimal performance. | ESSENTIALAI-STEM |
1
If I add a weblink via JCE the link will be added with &task=weblink.go
For what is it, and in wich file will this evaluated?
2
A "task" is a class method (function) in a component's controller.
In your case, weblink is the controller and go is a method within the controller.
Here is a simple and clear tutorial: How to add a New Task to your Joomla 3 Component from InmotionHosting.
I'll bring the screen captured snippets into text here, but certainly visit the link for the tutorial.
@ /components/com_helloworld/helloworld.php
<?php
// No direct access to this file
define('_JEXEC') or die('Restricted access');
// import joomla controller library
jimport('joomla.application.component.controller');
// Get an instance of the controller prefixed by HelloWorld
$controller = JControllerLegacy::getInstance('HelloWorld');
// Perform the Request task
$input = JFactory::getApplication()->input;
$controller->execute($input->getCmd('task'));
// Display the name of the task being executed
echo "<p>Just finished executing: " , $input->getCmd('task') , "</p>";
// Redirect if set by the controller
$controller->redirect();
@ /components/com_helloworld/controller.php
<?php
// No direct access to this file
define('_JEXEC') or die('Restricted access');
// import Joomla controller library
jimport('joomla.application.component.controller');
/**
* Hello World Component Controller
*/
class HelloWorldController extends JControllerLegacy
{
function shout()
{
echo "<p>THIS IS ME SHOUTING!</p>";
}
}
The effect at example.com/index.php/option=com_helloworld&task=shout would be:
THIS IS ME SHOUTING!
Just finished executing: shout
with the generated source code looking like:
<p>THIS IS ME SHOUTING!</p>
<p>Just finished executing: shout</p>
For supplemental reading:
Your Answer
By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy
Not the answer you're looking for? Browse other questions tagged or ask your own question. | ESSENTIALAI-STEM |
Renan Barão
Renan Barão (born 31 January 1987), is a Brazilian professional mixed martial artist and a former UFC Bantamweight Champion. According to Fight Matrix, Barão holds the third longest unbeaten streak in MMA history, which lasted from 2005 to 2014. During his championship reign, he was ranked as a top three pound-for-pound fighter and regarded as one of the best mixed martial artists in the world.
Background
Barão was born into a poor family of 13 in Natal, Brazil. His parents divorced when he was young, and he was raised mostly by his mother, aunt and grandmother. Following the divorce, Barão would meet his father – who was an accomplished boxer – next time when he was a teen. Inspired by his father, Barão would instantly start training in combat sports. His nickname Barão (baron), which predates his athletic career, was given to him by his grandmother after a character in the 1986 Brazilian soap opera Sinhá Moça.
Mixed martial arts career
He started his career in Kimura Nova União, a sports school in Natal, Rio Grande do Norte, Brazil. Since turning professional in 2005, Barão has competed for Shooto Brazil and other smaller organizations in his native country of Brazil, having fought Rony Mariano Bezerra and Anistavio "Gasparzinho" Medeiros both former The Ultimate Fighter: Brazil contestants. He is a teammate and training partner of former WEC Featherweight Champion and former UFC Featherweight Champion José Aldo at Nova União. He received his Brazilian jiu-jitsu black belt from André Pederneiras in September 2011 becoming the 100th black belt under Pederneiras in the process.
In January 2010, Sherdog named him their top prospect in their list of "10 Brazilians to watch in 2010"
World Extreme Cagefighting
Barão was expected to make his North American, as well as WEC debut in a Bantamweight bout against Clint Godfrey on 20 June 2010 at WEC 49, but Godfrey was forced from the card with an injury. Barão instead faced fellow WEC newcomer Anthony Leone at an agreed 142 lb catchweight. Barão defeated Leone via submission (armbar) in the third round.
Barão defeated Chris Cariaso by rear-naked choke submission in the first round on 16 December 2010 at WEC 53.
Ultimate Fighting Championship & Interim UFC Bantamweight Championship
In October 2010, the WEC merged with the UFC. As part of the merger, all WEC fighters were transferred to the UFC.
Barão was expected to make his UFC debut on 28 May 2011 against Demetrious Johnson at UFC 130, but an undisclosed injury forced Brad Pickett out of his fight with Miguel Torres on the same card. Johnson moved up to fight Torres, while Barão faced Cole Escovedo. Barão won his debut fight in the organization via unanimous decision.
Barão faced Brad Pickett on 5 November 2011 at UFC 138. He defeated Pickett by rear-naked choke submission in the first round, also winning Fight of the Night honors.
Barão faced Scott Jorgensen on 4 February 2012 at UFC 143. He won the fight by unanimous decision.
Interim Bantamweight Championship reign
Barão was expected to face Ivan Menjivar on 7 July 2012 at UFC 148 to possibly determine the number one contender. Barão instead faced Urijah Faber for the Interim Bantamweight title after current champion Dominick Cruz was injured. It was originally scheduled to take place at UFC 148 however, due to an injury to headliner José Aldo (who was supposed to make a title defence in the event's main event fight), the Faber/Barão bout was moved to 21 July 2012 and headlined UFC 149 for the Interim Bantamweight Championship. He won the fight via unanimous decision to become the Interim UFC Bantamweight Champion.
He was expected to face Dominick Cruz for the unified UFC Bantamweight Championship at a later date. However, it was announced on 4 December 2012 that Dominick Cruz suffered a second ACL tear that would require surgery, leaving Cruz now sidelined for 6–9 months.
In his first title defense, Barão retained the UFC Interim Bantamweight Championship against Michael McDonald on 16 February 2013 at UFC on Fuel TV: Barão vs. McDonald. McDonald was competitive with capable take-down defense and crisp boxing - particularly - in the first two rounds, but was worn down by Barão's more diverse skill-set as he mixed in knees and kicks standing, and often looked to take the fight to the floor (with success). Upon executing a strong take-down in the fourth round, McDonald tried to explode to his feet but instead gave Barão opportunity to expertly secure an arm-triangle choke while passing into side control: McDonald tapped at 3:57 in the fourth round. The win also won him his first Submission of the Night honors.
Barão was scheduled to make his second interim title defense against Eddie Wineland on 15 June 2013 at UFC 161. However, on 21 May it was confirmed that Barão had pulled out of the bout, citing a foot injury.
The bout with Wineland was rescheduled for 21 September 2013 at UFC 165. Barão retained the title with a second-round TKO victory via spinning back kick and subsequent punches to the face. With this victory Barão made history as the first and only fighter ever to defend an interim title more than once in the UFC. The win also resulted in Barão receiving his first Knockout of the Night bonus award.
UFC Bantamweight Champion
Barão was expected to face Dominick Cruz to unify the UFC Bantamweight Championship on 1 February 2014 at UFC 169. However, on a 6 January episode of SportsCenter, UFC president Dana White announced that Dominick Cruz had torn his groin, therefore being stripped of the UFC Bantamweight Championship, and Barão would become the undisputed UFC Bantamweight Champion, with his first unified title defense against Urijah Faber at UFC 169. Barão successfully defended his title by defeating Faber via TKO in the first round.
For his second title defense, Barão faced T.J. Dillashaw in the main event at UFC 173 on 24 May 2014. Barão was a huge favorite, but Dillashaw won the fight in dominant fashion out striking Barão in all five rounds, Dillashaw won via TKO in the fifth round to become the new UFC Bantamweight Champion. It was one of the greatest upsets in UFC history. The fight earned the Fight of the Night award.
Back to title contention
An immediate rematch with Dillashaw was scheduled to take place on 30 August 2014 at UFC 177. However, the day of the weigh-ins, Barão had to be admitted to the hospital as a result of his attempts to cut weight, and was removed from the card. Dillashaw eventually fought UFC newcomer Joe Soto whom he defeated by 5th-round knockout.
In his first fight since losing the title, Barão faced Mitch Gagnon on 20 December 2014 at UFC Fight Night 58. He won the fight via arm-triangle submission in the third round. The win also earned Barão his first Performance of the Night bonus award.
A rematch with Dillashaw was rescheduled and was expected to take place on 25 April 2015 at UFC 186. However a month before the event, Dillashaw was forced out of the bout after sustaining a broken rib while training.
The rematch with Dillashaw eventually took place at UFC on Fox 16 on 25 July 2015. Barão lost the fight via TKO in the opening moments of the fourth round.
Move back to Featherweight
Barão next faced Jeremy Stephens in a featherweight bout on 29 May 2016 at UFC Fight Night 88. He lost the back and forth fight by unanimous decision. Both participants were awarded Fight of the Night honors for their performance.
Barão faced Phillipe Nover on 24 September 2016 at UFC Fight Night 95. He won the fight via unanimous decision.
Barão was briefly linked to a bout with Doo Ho Choi which was expected to take place on 15 April 2017 at UFC on Fox 24. However, as the announcement of the pairing began to circulate, Choi declined the bout, and as a result, Barão is expected to be rescheduled against a different opponent, possibly at another event.
Bantamweight return
Barão faced Aljamain Sterling on 29 July 2017 at UFC 214. The fight was initially contracted to be contested at bantamweight, however on 28 June, the CSAC announced that they would not license Barão to compete at that weight due to his past struggle to make the required weight at UFC 177. The bout with Sterling proceeded as scheduled at a catchweight of 140 lbs. Barão lost the bout by unanimous decision.
Barão faced Brian Kelleher on 24 February 2018 at UFC on Fox 28. He lost the fight by unanimous decision.
Barão faced Andre Ewell on 22 September 2018 at UFC Fight Night 137. At weigh-ins, Barão weighted five pounds over bantamweight non-title fight limit of 136 and he was fined 30 percent of his purse to Ewell. Barão lost the fight via split decision.
Barão faced Luke Sanders on 17 February 2019 at UFC on ESPN 1. At the weigh-ins, Barão weighed in at 138 pounds, 2 pounds over the bantamweight non-title fight upper limit of 136 pounds. As a result, the bout proceeded at catchweight and Barão was fined 20% of his purse which went to his opponent, Sanders. Barão lost the fight via knockout in the second round.
Barão faced Douglas Silva de Andrade in a featherweight bout on 16 November 2019 at UFC on ESPN+ 22. He lost the fight by unanimous decision.
In early December 2019, it was reported that Barão had been released from the UFC.
Post-UFC career
On 3 August 2020, news surfaced that Barão had signed a three-fight contract with Taura MMA. He was expected to make his promotional debut against Bobby Moffett at Taura MMA 12 on 21 November 2020. However, the event was postponed due to COVID-19 pandemic related issues.
Barão was scheduled to face Tyson Duckworth on 19 November 2021, at Premier FC 32 for the Premier FC Featherweight Championship. However Duckworth pulled out of the bout the day before, not getting on his flight.
Barão was scheduled to face Horacio Gutiérrez on 28 January 2022, at EFC 44, but the bout was cancelled.
Barão was scheduled to face William Gomis at ARES FC 7 on 25 June 2022. He later pulled out of the bout.
Barão was rumored to face fellow UFC-alum Sean Soriano in a bare-knuckle MMA bout at Gamebred Bareknuckle 5. However, days before the bout, Barão pulled out of the fight claiming that he did not officially sign a contract, and therefore did not agree to fight.
Barão was originally scheduled to face Peter Ligier at Fera Championship on 7 October 2023. However due to a switch in opponents, Barão faced Walter Zamora. He lost the bout via split decision.
Grappling career
Barão won a gold medal in the master 2 lightweight division of the IBJJF Fortaleza International Open on 24 June 2023.
In July 2023, Barão announced that he had a grappling match with Charles Oliveira arranged for a future BJJ Stars event.
Championships and awards
* Ultimate Fighting Championship
* UFC Bantamweight Championship (One time; former)
* One successful title defense
* Interim UFC Bantamweight Championship (One time; former)
* Two successful title defenses
* Fight of the Night (Three times) vs. Brad Pickett, T.J. Dillashaw, Jeremy Stephens
* Performance of the Night (One time) vs. Mitch Gagnon
* Knockout of the Night (One time) vs. Eddie Wineland
* Submission of the Night (One time) vs. Michael McDonald
* Tied Aljamain Sterling for most consecutive title defenses in UFC Bantamweight history (3)
* Most title defenses as an Interim Champion in UFC history (2)
* Most interim championship title wins in UFC history (3)
* Only interim champion to rank above a current champion in pound for pound rankings
* Second longest win streak in UFC-WEC Bantamweight history (9)
* Tied (Raphael Assunção & Petr Yan) for third longest win streak in UFC Bantamweight history (7) | WIKI |
Template:Did you know nominations/Morteza Avini
The result was: promoted by MPJ -DK 01:35, 31 August 2016 (UTC)
Morteza Avini
* ALT1: ... that Morteza Avini (pictured), Iranian filmmaker, photographer, author and journalist, was entitled "the master of martyred literati" by supreme leader of Iran, Ayatollah Ali Khamenei?
* Reviewed: José Plácido de Castro
5x expanded by Mhhossein (talk). Nominated by Mhhossein (talk) at 13:56, 20 June 2016 (UTC).
* Symbol possible vote.svg Prose size (text only): 6984 characters (1165 words) "readable prose size"; 5x expansion by Mhhossein since 13 June 2016 (when it was 896); English inline citations appear OK, however many are in Persian (I cannot check). Image seems appropriate (although not necessary) and free of copyvio. The prose is rfeadable if not good. However, my main concern is that the article is not balanced and objective and therefore violates the NPOV criterion. For example, in the book cited in the Talattof reference 6, there is a section dealing with criticism of Avini - for example on page 182 it talks about Behnoud's accusations that Avini had been a drug addict. If there was debate and criticism about Avini, it should be included. The current article reads a bit like a "life of the saint" (or in this case, "Martyr"). The hook can be imnproved - a suggestionm is ALT: 2. This is my first review.
* ALT2: ...that Iranian filmmaker Morteza Avini, who was blown up by a landmine in 1993, was named "the master of martyred literati" by supreme leader of Iran Ayatollah Ali Khamenei?
* Byronmercury (talk) 15:13, 29 June 2016 (UTC)
* Looking at a first review, as requested, I changed the symbol to the neutral question mark (from the "rather not" slash which was possibly not intended, - revert if it was) . I also moved ALT2 to the post of the reviewer, because yes it's mentioned, but better to also see who worded it. It is a subset of ALT1, so doesn't require a different reviewer. I also added (pictured), we can't expect a prep-builder to take it over from a different hook when promoting ALT2. I will look at the review now. --Gerda Arendt (talk) 15:42, 29 June 2016 (UTC)
* I read and made minor changes in formatting (repeat last name every new section, let image look "into" the text, link the first time, combine short sections). I think the article should go through copyediting, - a phrase such as "By the Islamic revolution of Iran, he joined cinema and started his artistic career" seems unclear. You could request that at WP:GOCE, let's have a look again afterwards. There's no rush to meet a certain date. As for POV: this is just DYK, not GA or FA, completeness is not required. The article should of course always say "is regarded as a martyr" (and by whom), not "is a martyr". Mhhossein, could you please make sure that is followed? (I have no time to read every line.) --Gerda Arendt (talk) 16:01, 29 June 2016 (UTC)
* Thank you Byronmercury and Gerda Arendt for the review and for the raised points. I checked the article and there's no such thing as "is a martyr" and it's emphasized that he was entitled and regarded as martyr. I'll make a request at WP:GOCE and will let you know when ever the case is addressed by them. Mhhossein (talk) 17:26, 29 June 2016 (UTC)
* Gerda Arendt, I have restored Byronmercury's original icon above, as it was correct. NPOV is a very important DYK criterion and should never be ignored; this isn't an issue of completeness but of balance, and sufficiently serious that the "?" icon is not appropriate since it isn't a simple fix. Also, many of Mhhossein's DYK nominations have run into NPOV issues, with a number of rounds of edits required before the reviewer has been satisfied. The GOCE copyedit may well not address the neutrality issue, especially if doing so requires finding new sources. Finally, this review did not cover the QPQ requirement, and Mhhossein needs to supply one as he has well over five DYK nominations to his credit. BlueMoonset (talk) 17:29, 7 July 2016 (UTC)
* BlueMoonset: I meant to perform a review to cover the QPQ requirement. By the way, those "many DYK nominations," as evidenced, later emerged to be not that problematic as alleged by the reviewers (just see the nomination process of them). You are ignoring the inherent biased approach of some users, when it comes to I-P and middle east articles. As ever, I'm ready to resolve any issue specifically mentioned by the reviewers. Mhhossein (talk) 17:48, 7 July 2016 (UTC)
* I just took a closer look at the image, which I like a lot, and I'm not sure that the public domain declaration for the photo is valid. It's a photo of a wall painting, and Iran does not, so far as I can tell, allow freedom of panorama, which would mean that the original artist still holds copyright unless it's a very old painting that is itself in the public domain. (I very much doubt that the photo is by the artist, given the other photos uploaded.) Chris Woodrich, could you please comment on whether the image is allowable at DYK? (Even if not, might there be a non-free justification for keeping it in the article?) Thanks. BlueMoonset (talk) 17:52, 7 July 2016 (UTC)
* Definitely still in copyright. A photograph would be better for fair use, as the painting is highly idealized. — Chris Woodrich (talk) 04:20, 8 July 2016 (UTC)
* I have removed the image from the nomination. It also seems to me, Chris Woodrich, that as long as the image is in the article, as it is still in copyright, that we cannot promote the nomination, because it would be on the main page with a copyvio image in it. Correct? BlueMoonset (talk) 23:52, 11 July 2016 (UTC)
* Thank you, do you think we can make use of this photo instead? Mhhossein (talk) 14:39, 12 July 2016 (UTC)
* No, because there is no indication who took the underlying photograph (i.e. the object being photographed). Rephotographing something does not grant one copyright over it. — Chris Woodrich (talk) 14:44, 12 July 2016 (UTC)
* Chris Woodrich: How about this one, considering that Tasnim releases its content under CC per the text at the bottom of the page? Mhhossein (talk) 15:14, 12 July 2016 (UTC)
* Better. We just need to see if Tasim created the image; I don't see any credit line. — Chris Woodrich (talk) 15:23, 12 July 2016 (UTC)
* Thank you Chris Woodrich, and how about this one and the photos uploaded here? Thanks. Mhhossein (talk) 19:07, 12 July 2016 (UTC)
* I can't open the source for Avini2. The Flickr one seems to be a series of screenshots. If that's the case, the uploader probably doesn't have the right to release it under a free license. — Chris Woodrich (talk) 00:04, 13 July 2016 (UTC)
* I'm afraid, not all those photos on Flickr were screenshots! btw, this's the link to Avini2 and you may also consider this one. Mhhossein (talk) 05:39, 13 July 2016 (UTC)
* All of those Flickr photos are listed as having been taken in 2002 or later, and Avini died in 1993. The photographer cannot, therefore, be the one who created the original images. BlueMoonset (talk) 19:42, 13 July 2016 (UTC)
* The article underwent a rather comprehensive copy edit. Also, I added some new materials and tried to address the concerns raised by the reviewers. Besides, I found a photo of Avini which is recently uploaded by the photographer Ehsan Rajabi, according to the description page. The photo is also seen on his personal website. --Mhhossein (talk) 12:39, 21 July 2016 (UTC)
I think this is an important article but I see numerous issues with it and said so on the talk page. Article's formal issues are: Article's content issues: Hook ALT2 :
* language is at times unencyclopedic, unusual terms are used without quotation marks, some sentences are wrongly constructed.
* There are unsourced claims that appear to be very important.( US stay, studies)
* plain unclear: there are facts alluded to, that actually need expansion. (US stay, studies)
* Half the references are to Bookroom.ir in Persian.
* almost all references are undated, and no pages given, ie incomplete referencing.
* WP:NPOV: I dont think the article is neutral. It has a slant towards glorifying the subject. Part of this may be the one-sided sources.
* WP:UNDUE: The subsection 'Style' is unbalanced. Three quarter is referenced to one work by a certain redlinked Agnes Devictor, with a source that is a dead link.
* Doesn't appear interesting to me, but entirely predictableWuerzele (talk) 03:26, 24 July 2016 (UTC)
* I found much of your points unacceptable because:
* Bookroom.ir, as a source for introducing Persian books, is almost only used in 'Bibliography' to introduce Avini's books. What's wrong with this?
* As far as I'm concerned, Agnes Devictor has done his Ph.D regarding Avini professional film career and some parts of his life. Devictor's work is an academic third party and hence reliable source, why not use it? By the way, I have no idea how you found this link dead!
* Whether the sources are dated or not, paged or not is not something to be retarding article's progress in DYK. Nothing requires us to have the sources dated or paged. However, I can tell the pages if there are challenging claim.
* All the points, including Avini's studying in US, is well referenced in the article. I found no sources going through the details.
* As you see, thanks to GeneralizationsAreBad, the article has undergone almost 2 rounds of copy edits and I don't think your claim is acceptable, unless you can show us specifically what you mean!
* Can you please show us what sections have "a slant towards glorifying the subject"? Mhhossein (talk) 07:17, 24 July 2016 (UTC)
* By the way, I was surprised to see that you could predict Avini's title, "the master of martyred literati"! Mhhossein (talk) 07:37, 24 July 2016 (UTC)
* Symbol redirect vote 4.svg New reviewer is needed: ِDespite my reply to the alleged issues raised by the former reviewer (both here and on the talk page of the article), he does not seem willing to continue this review although I tried to resolve the issues via discussion and asked for his feedback some days ago. It appears that the main issue is that the article needs to be copy edited once again and GeneralizationsAreBad has shown willingness to finish the job and I thank him for his former copy edits on the article. So, I'd like to ask another reviewer to address the recent edits and check what else should be done. Mhhossein (talk) 11:51, 5 August 2016 (UTC)
* Symbol question.svg This article has certainly improved somewhat from the nominated version. All potentially contentious material is now cited. However, there are still issues with language. Has this been copy-edited by a GOCE volunteer? In particular the section about the change in his life is rather messianic in its tone, and the information about his style is not presented very neutrally, either. Vanamonde (talk) 11:40, 20 August 2016 (UTC)
* Thanks for the review. I tried to maintain a suitable and neutral version in my edits. I should tell you that the article has undergone a round of copy edit by a GOCE volunteer, as mentioned above, and it's waiting for another round. Regarding the tone and neutrality of the sections, I think the source have also similar tone. However, I know the our article needs to be as neutral as possible. Do you have any specific edit suggestions? -- M h hossein talk 12:43, 20 August 2016 (UTC)
* The most general suggestions I have are to avoid the use of quotes, which tend to include slightly fluffy language, and to paraphrase instead. Also, I would suggest even just removing the section where he is discussing his own work. Also, please check for run-on sentences (this is not a neutrality issue, but worth doing). Finally, terms such as "profane nature" of western art should not be thrown around without qualification. I can give more specific suggestions, but I'm a little busy right now. I'll look at it again soon. Regards, Vanamonde (talk) 13:55, 20 August 2016 (UTC)
Thank you for checking on the image and verifying acceptability, Chris Woodrich. Good to go. SojoQ (talk) 00:11, 31 August 2016 (UTC)
* Symbol redirect vote 4.svg Okay, I was sort of hoping that I could make minor copy-edits and then pass this, but I think my edits have been substantial enough that I have to call for a new review to maintain the integrity of the process. For what it's worth, I think most of the prose/neutrality issues have been fixed, and a lot of the promotional language has been pruned. I've also checked the English references. Vanamonde (talk) 05:54, 24 August 2016 (UTC)
* Symbol question.svg I agree the prose/neutrality issues have been sufficiently addressed. The article was new enough at the time of nomination, expanded 5x and now stands at 6842 characters. No copyvios detected for the English articles, foreign articles taken on good faith. ALT2 hook has an inline citation, also taken in good faith. QPQ is done. Was the image issue cleared up? If so, this article appears to be good to go now. SojoQ (talk) 11:03, 29 August 2016 (UTC)
* Chris Woodrich, any issues with the new image's licensing? It appears to be okay, but after the issues with previous images, it would be nice to have someone experienced to confirm this one's bona fides. Thanks. BlueMoonset (talk) 21:21, 29 August 2016 (UTC)
* Yes, it looks acceptable. — Chris Woodrich (talk) 01:32, 30 August 2016 (UTC)
* Pinging SojoQ, now that the image issue has been addressed above, to complete the review. BlueMoonset (talk) 03:21, 30 August 2016 (UTC) | WIKI |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.